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 middle-end/25840] [4.2 Regression] libjava is broken on Linux/x86-64



------- Comment #2 from ian at airs dot com  2006-01-18 17:04 -------
I just reconfirmed that I don't see any problems running the libjava testsuite
on i686-pc-linux-gnu.  And I don't have access to any x86_64 systems.  So I
can't recreate this problem myself.

The backtrace suggests that there is some problem in the crt0 file.  Can you
please try building crtbegin.o and crtend.o with -fno-unit-at-a-time and with
-fno-toplevel-reorder.  I changed the default from the former to the latter. 
There shouldn't be any significant differences between the two.  If there are,
please let me know.

I'll try building a cross-compiler to x86_64-linux to try this myself.  I may
run into header file problems; I'll see.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ian at airs dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-18 14:40:59         |2006-01-18 17:04:42
               date|                            |


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


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