public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/40617]  New: [4.5 Regression]  Revision 149170 breaks bootstrap
@ 2009-07-02 13:29 hjl dot tools at gmail dot com
  2009-07-02 13:46 ` [Bug bootstrap/40617] " rguenth at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-02 13:29 UTC (permalink / raw)
  To: gcc-bugs

Revision 149170:

http://gcc.gnu.org/ml/gcc-cvs/2009-07/msg00046.html

breaks bootstrap on Linux/ia32:

/export/gnu/import/svn/gcc-test/bld/./prev-gcc/xgcc
-B/export/gnu/import/svn/gcc-test/bld/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/bin/
-B/usr/local/i686-pc-linux-gnu/lib/ -isystem
/usr/local/i686-pc-linux-gnu/include -isystem
/usr/local/i686-pc-linux-gnu/sys-include    -c -g -O2 -fomit-frame-pointer
-DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -Wc++-compat -fno-common
-DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../src-trunk/gcc
-I../../src-trunk/gcc/build -I../../src-trunk/gcc/../include
-I../../src-trunk/gcc/../libcpp/include  -I../../src-trunk/gcc/../libdecnumber
-I../../src-trunk/gcc/../libdecnumber/bid -I../libdecnumber    \
                -o build/gencheck.o ../../src-trunk/gcc/gencheck.c
build/genmodes > tmp-modes.c
/bin/sh: line 1: 23689 Segmentation fault      build/genmodes > tmp-modes.c
make[6]: *** [s-modes] Error 139
make[6]: *** Waiting for unfinished jobs....
rm gcj-dbtool.pod fsf-funding.pod jcf-dump.pod jv-convert.pod grmic.pod
gcov.pod gcj.pod gc-analyze.pod gfdl.pod cpp.pod gij.pod gcc.pod gfortran.pod
make[6]: Leaving directory `/export/gnu/import/svn/gcc-test/bld/gcc'
make[5]: *** [all-stage2-gcc] Error 2
make[5]: Leaving directory `/export/gnu/import/svn/gcc-test/bld'
make[4]: *** [stage2-bubble] Error 2


-- 
           Summary: [4.5 Regression]  Revision 149170 breaks bootstrap
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        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=40617


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
@ 2009-07-02 13:46 ` rguenth at gcc dot gnu dot org
  2009-07-02 13:51 ` hjl dot tools at gmail dot com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 13:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-07-02 13:46 -------
For 4.5 you mean?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.4.0                       |4.5.0


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
  2009-07-02 13:46 ` [Bug bootstrap/40617] " rguenth at gcc dot gnu dot org
@ 2009-07-02 13:51 ` hjl dot tools at gmail dot com
  2009-07-02 13:52 ` rguenth at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-02 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2009-07-02 13:51 -------
(In reply to comment #1)
> For 4.5 you mean?
> 

Yes. Only on Linux/ia32. Linux/x86-64 passed that failure
point.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.5.0                       |4.4.0


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
  2009-07-02 13:46 ` [Bug bootstrap/40617] " rguenth at gcc dot gnu dot org
  2009-07-02 13:51 ` hjl dot tools at gmail dot com
@ 2009-07-02 13:52 ` rguenth at gcc dot gnu dot org
  2009-07-02 13:56 ` rguenth at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 13:52 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.0
            Version|4.4.0                       |4.5.0


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2009-07-02 13:52 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 13:56 ` rguenth at gcc dot gnu dot org
  2009-07-02 14:16 ` rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 13:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-07-02 13:56 -------
Ok, I'm trying to reproduce and get genmodes.i.


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2009-07-02 13:56 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 14:16 ` rguenth at gcc dot gnu dot org
  2009-07-02 14:24 ` rguenth at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 14:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-07-02 14:16 -------
Hm, I'm into stage2 and genmodes was already built and executed fine - so,
I don't seem to be able to reproduce it right now.

How did you configure?  I did

/space/rguenther/tramp3d/trunk/configure --enable-languages=c --disable-nls
--with-build-time-tools=/abuild/rguenther/tools32/usr/bin

which configures for i686-pc-linux-gnu for me.


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2009-07-02 14:16 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 14:24 ` rguenth at gcc dot gnu dot org
  2009-07-02 14:31 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 14:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-07-02 14:24 -------
Thus, please somebody attach genmodes.i that is miscompiled.


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2009-07-02 14:24 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 14:31 ` rguenth at gcc dot gnu dot org
  2009-07-02 14:36 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 14:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from rguenth at gcc dot gnu dot org  2009-07-02 14:31 -------
Ok, I see it with stage3 only :(

build/genmodes > tmp-modes.c
/bin/sh: line 1: 16996 Segmentation fault      build/genmodes > tmp-modes.c
make[3]: *** [s-modes] Error 139
make[3]: *** Waiting for unfinished jobs....
rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod
make[3]: Leaving directory `/abuild/rguenther/obj-32/gcc'
make[2]: *** [all-stage3-gcc] Error 2
make[2]: Leaving directory `/abuild/rguenther/obj-32'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/abuild/rguenther/obj-32'
make: *** [all] Error 2


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (6 preceding siblings ...)
  2009-07-02 14:31 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 14:36 ` hjl dot tools at gmail dot com
  2009-07-02 14:55 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-07-02 14:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from hjl dot tools at gmail dot com  2009-07-02 14:36 -------
(In reply to comment #6)
> Ok, I see it with stage3 only :(
> 
> build/genmodes > tmp-modes.c
> /bin/sh: line 1: 16996 Segmentation fault      build/genmodes > tmp-modes.c
> make[3]: *** [s-modes] Error 139
> make[3]: *** Waiting for unfinished jobs....
> rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gcc.pod
> make[3]: Leaving directory `/abuild/rguenther/obj-32/gcc'
> make[2]: *** [all-stage3-gcc] Error 2
> make[2]: Leaving directory `/abuild/rguenther/obj-32'
> make[1]: *** [stage3-bubble] Error 2
> make[1]: Leaving directory `/abuild/rguenther/obj-32'
> make: *** [all] Error 2
> 

Configuring gcc with

../src-trunk/configure --enable-clocale=gnu --with-system-zlib --enable-shared
--with-demangler-in-ld

may see it in stage2.


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (7 preceding siblings ...)
  2009-07-02 14:36 ` hjl dot tools at gmail dot com
@ 2009-07-02 14:55 ` rguenth at gcc dot gnu dot org
  2009-07-02 15:01 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 14:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2009-07-02 14:55 -------
Hmm, building genmodes.o with -save-temps makes the segfault go away...


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (8 preceding siblings ...)
  2009-07-02 14:55 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 15:01 ` rguenth at gcc dot gnu dot org
  2009-07-02 15:51 ` rguenth at gcc dot gnu dot org
  2009-07-03  9:57 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 15:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from rguenth at gcc dot gnu dot org  2009-07-02 15:01 -------
Ok, i have an idea.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-02 15:01:18
               date|                            |


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (9 preceding siblings ...)
  2009-07-02 15:01 ` rguenth at gcc dot gnu dot org
@ 2009-07-02 15:51 ` rguenth at gcc dot gnu dot org
  2009-07-03  9:57 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-02 15:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from rguenth at gcc dot gnu dot org  2009-07-02 15:50 -------
Subject: Bug 40617

Author: rguenth
Date: Thu Jul  2 15:50:26 2009
New Revision: 149179

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149179
Log:
2009-07-02  Richard Guenther  <rguenther@suse.de>

        PR bootstrap/40617
        * tree-ssa-structalias.c (new_var_info): Initialize
        is_restrict_var.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssa-structalias.c


-- 


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


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

* [Bug bootstrap/40617] [4.5 Regression]  Revision 149170 breaks bootstrap
  2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
                   ` (10 preceding siblings ...)
  2009-07-02 15:51 ` rguenth at gcc dot gnu dot org
@ 2009-07-03  9:57 ` rguenth at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-07-03  9:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from rguenth at gcc dot gnu dot org  2009-07-03 09:57 -------
Fixed I suppose.


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2009-07-03  9:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-02 13:29 [Bug bootstrap/40617] New: [4.5 Regression] Revision 149170 breaks bootstrap hjl dot tools at gmail dot com
2009-07-02 13:46 ` [Bug bootstrap/40617] " rguenth at gcc dot gnu dot org
2009-07-02 13:51 ` hjl dot tools at gmail dot com
2009-07-02 13:52 ` rguenth at gcc dot gnu dot org
2009-07-02 13:56 ` rguenth at gcc dot gnu dot org
2009-07-02 14:16 ` rguenth at gcc dot gnu dot org
2009-07-02 14:24 ` rguenth at gcc dot gnu dot org
2009-07-02 14:31 ` rguenth at gcc dot gnu dot org
2009-07-02 14:36 ` hjl dot tools at gmail dot com
2009-07-02 14:55 ` rguenth at gcc dot gnu dot org
2009-07-02 15:01 ` rguenth at gcc dot gnu dot org
2009-07-02 15:51 ` rguenth at gcc dot gnu dot org
2009-07-03  9:57 ` rguenth 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).