--- 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
--- 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
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
--- 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
--- 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
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