public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/40271]  New: [4.5 Regression] SPEC CPU 2000 failed to build
@ 2009-05-27 13:23 hjl dot tools at gmail dot com
  2009-05-27 13:29 ` [Bug middle-end/40271] " hjl dot tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-27 13:23 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32 and Linux/x86-64, revision 147887 SPEC CPU 2000 failed
to build at -O2/-O3:

Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/171.swim/run/00000001/make.err'
  Error with make!
*** Error building 171.swim
Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/172.mgrid/run/00000001/make.err'
  Error with make!
*** Error building 172.mgrid
Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/173.applu/run/00000001/make.err'
  Error with make!
*** Error building 173.applu
Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/178.galgel/run/00000001/make.err'
  Error with make!
*** Error building 178.galgel
Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/189.lucas/run/00000001/make.err'
  Error with make!
*** Error building 189.lucas
Error with make 'specmake  build > make.out 2> make.err': check file
'/export/gnu/import/svn/gcc-test/spec/2000/x86_64/spec/benchspec/CFP2000/301.apsi/run/00000001/make.err'
  Error with make!
*** Error building 301.apsi
Error: 1x171.swim 1x172.mgrid 1x173.applu 1x178.galgel 1x189.lucas 1x301.apsi

Revision 147866 can compile them.


-- 
           Summary: [4.5 Regression] SPEC CPU 2000 failed to build
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/40271] [4.5 Regression] SPEC CPU 2000 failed to build
  2009-05-27 13:23 [Bug middle-end/40271] New: [4.5 Regression] SPEC CPU 2000 failed to build hjl dot tools at gmail dot com
@ 2009-05-27 13:29 ` hjl dot tools at gmail dot com
  2009-05-27 21:48 ` burnus at gcc dot gnu dot org
  2009-05-28  2:40 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-27 13:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2009-05-27 13:29 -------
It may be a dup for PR 40270.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at net-b dot de


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


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

* [Bug middle-end/40271] [4.5 Regression] SPEC CPU 2000 failed to build
  2009-05-27 13:23 [Bug middle-end/40271] New: [4.5 Regression] SPEC CPU 2000 failed to build hjl dot tools at gmail dot com
  2009-05-27 13:29 ` [Bug middle-end/40271] " hjl dot tools at gmail dot com
@ 2009-05-27 21:48 ` burnus at gcc dot gnu dot org
  2009-05-28  2:40 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-05-27 21:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from burnus at gcc dot gnu dot org  2009-05-27 21:48 -------
Now that PR 40270 is fixed, can you re-check? If it is still broken, I need
more details. (I don't have access to SPEC CPU.)


-- 


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


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

* [Bug middle-end/40271] [4.5 Regression] SPEC CPU 2000 failed to build
  2009-05-27 13:23 [Bug middle-end/40271] New: [4.5 Regression] SPEC CPU 2000 failed to build hjl dot tools at gmail dot com
  2009-05-27 13:29 ` [Bug middle-end/40271] " hjl dot tools at gmail dot com
  2009-05-27 21:48 ` burnus at gcc dot gnu dot org
@ 2009-05-28  2:40 ` hjl dot tools at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-28  2:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-05-28 02:39 -------
Fixed as of revision 147931.


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-05-28  2:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-27 13:23 [Bug middle-end/40271] New: [4.5 Regression] SPEC CPU 2000 failed to build hjl dot tools at gmail dot com
2009-05-27 13:29 ` [Bug middle-end/40271] " hjl dot tools at gmail dot com
2009-05-27 21:48 ` burnus at gcc dot gnu dot org
2009-05-28  2:40 ` hjl dot tools at gmail 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).