[Bug c++/14172] g++ should not emit effc++ warnings in system headers

2005-11-26 Thread gdr at gcc dot gnu dot org
--- 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; > } >

[Bug c++/14172] g++ should not emit effc++ warnings in system headers

2005-02-21 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2004-11-14 0

[Bug c++/14172] g++ should not emit effc++ warnings in system headers

2004-11-23 Thread matthew at linuxfromscratch dot org
--- 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

[Bug c++/14172] g++ should not emit effc++ warnings in system headers

2004-11-18 Thread matthew at linuxfromscratch dot org
--- 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,