public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/44216]  New: [4.6 regression] All libjava tests fail on IRIX 6.5: ld warns about -no-merge-exidx-entries
@ 2010-05-20 18:21 ro at gcc dot gnu dot org
  2010-05-20 18:23 ` [Bug libgcj/44216] " ro at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ro at gcc dot gnu dot org @ 2010-05-20 18:21 UTC (permalink / raw)
  To: java-prs

Since the introduction of the configure check for the --no-merge-exidx-entries
linker option, all libjava tests fail on IRIX 6.5:

output is:
(null): WARNING 1  : Unknown option: -no-merge-exidx-entries (ignored).


FAIL: linking PR9577

The problem is that the SGI ld warns about unknown options as above, but still
exists with status 0.  None of the options to suppress errors/warnings has an
effect on this, neither -LD_MSG:error=1 nor -LD_MSG:off=1 nor -woff 1.

I've found no good way to handle this generically, since the AC_LINK_IFELSE
macro only logs stderr of the link command to conftest,err and the warning
goes to stdout.  I could of course simply set libgcj_cv_exidx=no for
mips-sgi-irix6.5, but perhaps there's a cleaner solution I'm just not seeing?


-- 
           Summary: [4.6 regression] All libjava tests fail on IRIX 6.5: ld
                    warns about -no-merge-exidx-entries
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org
 GCC build triplet: mips-sgi-irix6.5
  GCC host triplet: mips-sgi-irix6.5
GCC target triplet: mips-sgi-irix6.5


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-06-11 11:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-20 18:21 [Bug libgcj/44216] New: [4.6 regression] All libjava tests fail on IRIX 6.5: ld warns about -no-merge-exidx-entries ro at gcc dot gnu dot org
2010-05-20 18:23 ` [Bug libgcj/44216] " ro at gcc dot gnu dot org
2010-05-21  7:27 ` bonzini at gnu dot org
2010-05-21  8:15 ` rwild at gcc dot gnu dot org
2010-05-21  9:27 ` ro at CeBiTec dot Uni-Bielefeld dot DE
2010-05-25 16:14 ` ro at gcc dot gnu dot org
2010-05-25 16:21 ` bonzini at gnu dot org
2010-05-25 16:55 ` ro at gcc dot gnu dot org
2010-05-25 17:00 ` ro at gcc dot gnu dot org
2010-05-25 17:01 ` ro at gcc dot gnu dot org
2010-06-11 11:46 ` ro at gcc dot gnu dot org
2010-06-11 11:49 ` ro at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).