public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug regression/42532]  New: configuring with --enable-gold introduces many regressions in the testsuite
@ 2009-12-29 10:09 debian-gcc at lists dot debian dot org
  2009-12-29 10:12 ` [Bug regression/42532] " debian-gcc at lists dot debian dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-12-29 10:09 UTC (permalink / raw)
  To: gcc-bugs

a biarch build from trunk (r155486) on x86_64 configured with --enable-gold and
gold providing ld introduces the regressions as shown in the diff.

gold was built from the binutils 2.20 branch.

The two complete test summaries are:
http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg02390.html
http://gcc.gnu.org/ml/gcc-testresults/2009-12/msg02462.html

  Matthias


-- 
           Summary: configuring with --enable-gold introduces many
                    regressions in the testsuite
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: regression
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org


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


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

* [Bug regression/42532] configuring with --enable-gold introduces many regressions in the testsuite
  2009-12-29 10:09 [Bug regression/42532] New: configuring with --enable-gold introduces many regressions in the testsuite debian-gcc at lists dot debian dot org
@ 2009-12-29 10:12 ` debian-gcc at lists dot debian dot org
  2009-12-29 15:43 ` [Bug lto/42532] configuring with --enable-gold introduces many fails " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2009-12-29 10:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from debian-gcc at lists dot debian dot org  2009-12-29 10:11 -------
Created an attachment (id=19409)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19409&action=view)
test summary diff


-- 


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


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

* [Bug lto/42532] configuring with --enable-gold introduces many fails in the testsuite
  2009-12-29 10:09 [Bug regression/42532] New: configuring with --enable-gold introduces many regressions in the testsuite debian-gcc at lists dot debian dot org
  2009-12-29 10:12 ` [Bug regression/42532] " debian-gcc at lists dot debian dot org
@ 2009-12-29 15:43 ` pinskia at gcc dot gnu dot org
  2010-01-12  7:15 ` ian at airs dot com
  2010-01-12 23:04 ` doko at ubuntu dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-12-29 15:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-12-29 15:42 -------
The -flto and -fwhopr are most a GCC bug but the rest of the issues look like
gold ld issue and should be reported to binutils.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|regression                  |lto
            Summary|configuring with --enable-  |configuring with --enable-
                   |gold introduces many        |gold introduces many fails
                   |regressions in the testsuite|in the testsuite


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


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

* [Bug lto/42532] configuring with --enable-gold introduces many fails in the testsuite
  2009-12-29 10:09 [Bug regression/42532] New: configuring with --enable-gold introduces many regressions in the testsuite debian-gcc at lists dot debian dot org
  2009-12-29 10:12 ` [Bug regression/42532] " debian-gcc at lists dot debian dot org
  2009-12-29 15:43 ` [Bug lto/42532] configuring with --enable-gold introduces many fails " pinskia at gcc dot gnu dot org
@ 2010-01-12  7:15 ` ian at airs dot com
  2010-01-12 23:04 ` doko at ubuntu dot com
  3 siblings, 0 replies; 5+ messages in thread
From: ian at airs dot com @ 2010-01-12  7:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ian at airs dot com  2010-01-12 07:14 -------
As far as I can tell, everything works fine with the current development
version of gold.  If you find more problems, please reopen with more details,
such as the parts of the {gcc,g++}.log file for one of the failing lists.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug lto/42532] configuring with --enable-gold introduces many fails in the testsuite
  2009-12-29 10:09 [Bug regression/42532] New: configuring with --enable-gold introduces many regressions in the testsuite debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2010-01-12  7:15 ` ian at airs dot com
@ 2010-01-12 23:04 ` doko at ubuntu dot com
  3 siblings, 0 replies; 5+ messages in thread
From: doko at ubuntu dot com @ 2010-01-12 23:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from doko at ubuntu dot com  2010-01-12 23:04 -------
verified with binutils/gcc builds from 20100112 trunks


-- 


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


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

end of thread, other threads:[~2010-01-12 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-29 10:09 [Bug regression/42532] New: configuring with --enable-gold introduces many regressions in the testsuite debian-gcc at lists dot debian dot org
2009-12-29 10:12 ` [Bug regression/42532] " debian-gcc at lists dot debian dot org
2009-12-29 15:43 ` [Bug lto/42532] configuring with --enable-gold introduces many fails " pinskia at gcc dot gnu dot org
2010-01-12  7:15 ` ian at airs dot com
2010-01-12 23:04 ` doko at ubuntu dot com

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).