[Bug c/26494] New: -pedantic-errors can be overridden by -W*

2006-02-28 Thread fn_x at hotmail dot com
MED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fn_x at hotmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26494

[Bug c++/21498] clause 7.1.5.3/2 of the c++ is not enforced

2005-08-14 Thread fn_x at hotmail dot com
--- Additional Comments From fn_x at hotmail dot com 2005-08-14 16:48 --- *** Bug 23385 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/23385] gcc accepts "class typedefname" when typedefname is defined in a nested class and references a template parameter

2005-08-14 Thread fn_x at hotmail dot com
--- Additional Comments From fn_x at hotmail dot com 2005-08-14 16:48 --- Yeah, this is just slightly different code, but it is covered by that bug's summary and description. Sorry for the noise. *** This bug has been marked as a duplicate of 21498 *** -- What|Re

[Bug c++/23385] New: gcc accepts "class typedefname" when typedefname is defined in a nested class and references a template parameter

2005-08-14 Thread fn_x at hotmail dot com
Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: fn_x at hotmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-lin

[Bug c/23106] -Wstrict-aliasing=2 doesn't warn for all aliasing problems

2005-07-27 Thread fn_x at hotmail dot com
--- Additional Comments From fn_x at hotmail dot com 2005-07-28 05:26 --- Consider this reopened as a documentation bug, then, as it is currently clearly documented that the second case will get a warning with -Wstrict-aliasing=2. -- What|Removed

[Bug c/23106] -Wstrict-aliasing=2 doesn't warn for all aliasing problems

2005-07-27 Thread fn_x at hotmail dot com
--- Additional Comments From fn_x at hotmail dot com 2005-07-28 00:00 --- The bug this is marked a duplicate of is about -Wall, which includes only -Wstrict-aliasing. This bug is about -Wstrict-aliasing=2. It is documented as warning for "all code which might break the strict ali

[Bug c/23106] New: -Wstrict-aliasing=2 doesn't warn for all aliasing problems

2005-07-27 Thread fn_x at hotmail dot com
t gnu dot org ReportedBy: fn_x at hotmail dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23106

[Bug c/18493] New: gcc doesn't like switch blocks without case/default labels

2004-11-14 Thread fn_x at hotmail dot com
oesn't like switch blocks without case/default labels Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org Repor