[Bug c++/20721] New: [regression from 3.4.2 to 3.4.3] crossing of a initialization left undetected on goto

2005-04-01 Thread nefercheprure at gmail dot com
: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: nefercheprure at gmail 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

[Bug c++/20721] [regression from 3.4.2 to 3.4.3] crossing of a initialization left undetected on goto

2005-04-01 Thread nefercheprure at gmail dot com
--- Additional Comments From nefercheprure at gmail dot com 2005-04-01 19:22 --- Created an attachment (id=8509) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8509action=view) the preprocessed file that demonstrates the regression g++ -v -c logger.cc produces this message

[Bug c++/20721] [regression from 3.4.2 to 3.4.3] crossing of a initialization left undetected on goto

2005-04-01 Thread nefercheprure at gmail dot com
-- What|Removed |Added Keywords||accepts-invalid Known to fail||3.4.3 Known to work|

[Bug c++/18738] [3.4 Regression] typename not allowed with non-dependent qualified name

2005-01-30 Thread nefercheprure at gmail dot com
--- Additional Comments From nefercheprure at gmail dot com 2005-01-30 15:07 --- This issue also affects template parameters: see also: 14.1/2, 14.6/5 namespace N { typedef int my_typedef } template typename N::my_typedef class X {}; X3 variable; Neither the other comments nor