--- Comment #6 from gdr at gcc dot gnu dot org 2005-11-26 09:08 ---
(In reply to comment #0)
> Some warning options trigger warnings in standard C++ headers, rendering
> -Werror
> unusable. This can be seen with a simple example:
>
> #include
> int main()
> {
>std::list foo;
> }
>
--
What|Removed |Added
CC||pinskia at gcc dot gnu dot
||org
Last reconfirmed|2004-11-14 0
--- Additional Comments From matthew at linuxfromscratch dot org
2004-11-23 10:18 ---
Would someone mind commenting on what needs to happen with this bug please? My
testing has shown that the behaviour of -Weffc++ is correct with regard to
system headers. The problem is that some of th
--- Additional Comments From matthew at linuxfromscratch dot org
2004-11-19 07:51 ---
Putting trivial test cases together, both with and without #pragma GCC
system_header in them, the compiler behaves correctly. Compiling the test case
in comment 1 shows results in 24 lines of warnings,