public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build
@ 2012-04-19 17:35 hjl.tools at gmail dot com
  2012-04-20  9:23 ` [Bug middle-end/53048] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-04-19 17:35 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53048
           Summary: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to
                    build
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: areg.melikadamyan@gmail.com


On Linux/x86-64, revision 186591 gave

gcc -c -o bzip2.o   -DSPEC_CPU2000_LP64         -O3 -funroll-loops -ffast-math
-fwhole-program -flto=jobserver -fuse-linker-plugin  bzip2.c
bzip2.c: In function 'sendMTFValues':
bzip2.c:1316:6: internal compiler error: Segmentation fault
 void sendMTFValues ( void )
      ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
specmake[3]: *** [bzip2.o] Error 1

Revision186507 is OK.


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

* [Bug middle-end/53048] [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build
  2012-04-19 17:35 [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build hjl.tools at gmail dot com
@ 2012-04-20  9:23 ` rguenth at gcc dot gnu.org
  2012-04-21 18:20 ` hjl.tools at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-04-20  9:23 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug middle-end/53048] [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build
  2012-04-19 17:35 [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build hjl.tools at gmail dot com
  2012-04-20  9:23 ` [Bug middle-end/53048] " rguenth at gcc dot gnu.org
@ 2012-04-21 18:20 ` hjl.tools at gmail dot com
  2012-05-20 20:03 ` pinskia at gcc dot gnu.org
  2012-05-21  1:23 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-04-21 18:20 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matz at gcc dot gnu.org

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-04-21 18:18:30 UTC ---
It is caused by revision 186530:

http://gcc.gnu.org/ml/gcc-cvs/2012-04/msg00481.html


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

* [Bug middle-end/53048] [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build
  2012-04-19 17:35 [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build hjl.tools at gmail dot com
  2012-04-20  9:23 ` [Bug middle-end/53048] " rguenth at gcc dot gnu.org
  2012-04-21 18:20 ` hjl.tools at gmail dot com
@ 2012-05-20 20:03 ` pinskia at gcc dot gnu.org
  2012-05-21  1:23 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-20 20:03 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-05-20
     Ever Confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-20 19:42:09 UTC ---
First, does this work now.
Second can you attach the preprocessed source?


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

* [Bug middle-end/53048] [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build
  2012-04-19 17:35 [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-05-20 20:03 ` pinskia at gcc dot gnu.org
@ 2012-05-21  1:23 ` hjl.tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2012-05-21  1:23 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2012-05-20 23:21:56 UTC ---
Fixed as of revision 187678.


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

end of thread, other threads:[~2012-05-21  0:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-19 17:35 [Bug middle-end/53048] New: [4.8 Regression] 256.bzip2 in SPEC CPU 2000 failed to build hjl.tools at gmail dot com
2012-04-20  9:23 ` [Bug middle-end/53048] " rguenth at gcc dot gnu.org
2012-04-21 18:20 ` hjl.tools at gmail dot com
2012-05-20 20:03 ` pinskia at gcc dot gnu.org
2012-05-21  1:23 ` hjl.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).