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 c++/17331] "Illegal instruction" error in FTensor when compiled with G++ 3.4.2 prerelease 2 (20040902)


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-09-06 22:58 -------
After much investigation at CodeSourcery, we're not sure what to make of this
PR.   The HP linker generates a stub that loads an address from the PLTGOT; that
address is bogus.  It is bogus at program start-up, so it does not look like
we're writing to the PLTGOT accidentally. It's possible that this is an HP
linker bug, or some kind of PLTGOT overflow.

Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zack at codesourcery dot com
   Target Milestone|---                         |3.4.3


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


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