This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/43870] ICE in gcc/config/soft-fp/divtf3.c



------- Comment #2 from ubizjak at gmail dot com  2010-04-25 07:37 -------
The attached source does not fail for x86_64-linux target.  Can you try to run
the compilation through the debugger to provide a backtrace? Follow this
procedure:

gdb --args /path/to/gcc/cc1 [...flags...] -quiet source.i
[...]
(gdb) break fancy_abort
[...]
(gdb) run
[...]
(gdb) bt

It looks that the failure is solaris specific, CC added.


-- 

ubizjak at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ro at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43870


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]