Bug 2749
| Summary: | gcc -c -O2 -ansi -pedantic -D_GNU_SOURCE foo.c fails | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | mdaum |
| Component: | glibc | Assignee: | Cristian Gafton <gafton> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-07-28 05:18:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
mdaum
1999-05-11 23:39:24 UTC
I was able to reproduce this. I would suggest fixing mathinline.h so it uses an assignment like "__u.__f = __x" rather than an initializer. Alternately, use __extension__. glibc headers are not happy with the -pedantic or -traditional. POSIX specs are making it nearly impossible. |