http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465
David Edelsohn changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
--- Comment #9 from gccbugzilla at taggedtype dot net 2009-12-30 15:41
---
I've narrowed it down to this invocation:
g++ -o octonion_test.o -c -mxl-compat ld_break.cpp
So it's caused by some interaction with -mxl-compat
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465
--- Comment #8 from gccbugzilla at taggedtype dot net 2009-12-30 15:39
---
Aha, found a small test case:
int main()
{
long double d;
bool b = static_cast(0) == d;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42465
--- Comment #7 from gccbugzilla at taggedtype dot net 2009-12-30 15:24
---
Ok, I ran the delta program for a few days and got this message:
Died at /home/s.somani/thirdparty/delta-2006.08.03/delta line 123, <> line
64641
Doh!
I'll try and see if I can get another test case.
--
h
--- Comment #6 from gccbugzilla at taggedtype dot net 2009-12-22 19:52
---
(In reply to comment #2)
> It would be nice if could provide a manageable reproducer. Did you try delta
> already?
>
> http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction
>
> Thanks in advance.
Do you know
--- Comment #5 from gccbugzilla at taggedtype dot net 2009-12-22 18:22
---
U(In reply to comment #4)
> Also you might want to try 4.4.2 which has fixed some TOC related ICEs.
>
Unfortunately, I am stuck with this version but I will try that to find out if
it does fix the issue to make
--- Comment #4 from pinskia at gcc dot gnu dot org 2009-12-22 18:16 ---
Also you might want to try 4.4.2 which has fixed some TOC related ICEs.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
-