[Bug c++/28599] New: multiple definitions of static const member of template class

2006-08-04 Thread peter dot soetens at fmtc dot be
: peter dot soetens at fmtc dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28599

[Bug c++/28599] multiple definitions of static const member of template class

2006-08-04 Thread peter dot soetens at fmtc dot be
--- Comment #2 from peter dot soetens at fmtc dot be 2006-08-04 14:02 --- (In reply to comment #1) This is a duplicate of PR28016, which has been fixed already. What version of the compiler are you using exactly? Ubuntu edgy package. $ g++-4.1 --version g++-4.1 (GCC) 4.1.2

[Bug c++/28358] New: ICE on valide template code using -O1 or -O2, but *not* with -O0 or -O3

2006-07-12 Thread peter dot soetens at fmtc dot be
dot soetens at fmtc dot be GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28358

[Bug c++/28358] ICE on valide template code using -O1 or -O2, but *not* with -O0 or -O3

2006-07-12 Thread peter dot soetens at fmtc dot be
--- Comment #1 from peter dot soetens at fmtc dot be 2006-07-12 13:05 --- Created an attachment (id=11866) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11866action=view) Compressed (bzip2) preprocessed file After unzipping, compile this file using: $ g++-4.1 -c attachment.ii

[Bug c++/25369] 4.0 regression: use of inline function in template class leads to undefined reference

2005-12-13 Thread peter dot soetens at fmtc dot be
--- Comment #3 from peter dot soetens at fmtc dot be 2005-12-13 12:06 --- Created an attachment (id=10469) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10469action=view) Failure testcase $ g++ test_undefined_symb4_fail.ii -o test_undefined_symb4_fail /tmp/ccSLyh1a.o: In function

[Bug c++/25369] 4.0 regression: use of inline function in template class leads to undefined reference

2005-12-13 Thread peter dot soetens at fmtc dot be
--- Comment #4 from peter dot soetens at fmtc dot be 2005-12-13 12:09 --- Created an attachment (id=10470) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10470action=view) Minimal change to Failure testcase to cause success $ g++ test_undefined_symb4_ok.ii -o

[Bug c++/25369] New: 4.0 regression: use of inline function in template class leads to undefined reference

2005-12-12 Thread peter dot soetens at fmtc dot be
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: peter dot soetens at fmtc dot be GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux

[Bug c++/25369] 4.0 regression: use of inline function in template class leads to undefined reference

2005-12-12 Thread peter dot soetens at fmtc dot be
--- Comment #1 from peter dot soetens at fmtc dot be 2005-12-12 14:23 --- Created an attachment (id=10458) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10458action=view) Valid/Invalid code generation test-case Uncomment '#define TEMPLATE' to make the compilation work