Bug 81483
| Summary: | gcc won't compile system headers without warnings | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pat Gunn <pgunn> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 18:51:03 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: | |||
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126 Description of problem: When I use the following gcc flags: gcc -g -pedantic-errors -Wall -O -pedantic -Wunused-parameter -Wunused-variable -Wuninitialized -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wpadded -Wredundant-decls -Wunreachable-code -Winline -Wdisabled-optimization On code that includes math.h on redhat8, it gives the following error: In file included from /usr/include/math.h:362, from standard.h:107, from ambs.h:27, from amma.h:15, from amvpv.h:14, from amvpv.c:1: /usr/include/bits/mathinline.h: In function `fabsf': /usr/include/bits/mathinline.h:446: passing arg 1 of `__builtin_fabsf' as `float' rather than `double' due to prototype make[1]: *** [Linux_x86_glibc-2.2.93_gcc.debug/amvpv.o] Error 1 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: See above Additional info: