|
Bugzilla – Full Text Bug Listing |
| Summary: | new gcc miscompile | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Dirk Mueller <dmueller> |
| Component: | Development | Assignee: | Michael Matz <matz> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | rguenther |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | testcase | ||
|
Description
Dirk Mueller
2005-11-15 12:33:17 UTC
Created attachment 57361 [details]
testcase
compile with -O1 or -O2 to get the assertion, with -O0 to make it pass.
This is caused by excess precision aka famous gcc PR323. Compile with -mfpmath=sse -msse2 to get a working testcase. |