[Bug rtl-optimization/15135] program hangs in call to sqrt when compiled with -O

2006-05-29 Thread douze at enseeiht dot fr
--- Comment #4 from douze at enseeiht dot fr 2006-05-29 10:37 --- What builtin_sqrt does is: try fsqrt if result is ok (fucom on it sets flags for =), return it else call library sqrt This was coded badly in gcc 3.4.1, causing an infinite loop (btw, I can't find where the asm co

[Bug libstdc++/19487] map with a class template + method template fails to compile.

2005-01-17 Thread douze at enseeiht dot fr
--- Additional Comments From douze at enseeiht dot fr 2005-01-17 17:36 --- Created an attachment (id=7973) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7973&action=view) code that fails This code fails. Changing about anything in the code makes it work. The code compil

[Bug libstdc++/19487] New: map with a class template + method template fails to compile.

2005-01-17 Thread douze at enseeiht dot fr
Severity: normal Priority: P2 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: douze at enseeiht dot fr CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: 686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19487

[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread douze at enseeiht dot fr
--- Additional Comments From douze at enseeiht dot fr 2005-01-13 14:37 --- Created an attachment (id=7952) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7952&action=view) the code that works compiles ok -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19426

[Bug c++/19426] template class and method with different parameter names

2005-01-13 Thread douze at enseeiht dot fr
--- Additional Comments From douze at enseeiht dot fr 2005-01-13 14:35 --- Created an attachment (id=7951) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7951&action=view) short c++ code that fails result with g++ -c x.i: In member function `void* Cl::me(T) [with T = T, in

[Bug c++/19426] New: template class and method with different parameter names

2005-01-13 Thread douze at enseeiht dot fr
Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: douze at enseeiht dot fr CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i586-mandrake-linux-gnu GCC host