public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
@ 2011-05-27 13:13 dominiq at lps dot ens.fr
  2011-05-27 13:31 ` [Bug bootstrap/49190] " ro at gcc dot gnu.org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-27 13:13 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] Bootstrap failure at revision 174286
                    on x86_64-apple-darwin10
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: howarth@nitro.med.uc.edu, froydnj@codesourcery.com


Created attachment 24370
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24370
preprocessed file

x86_64-apple-darwin10 fails to bootstrap at revision 174286 with:

...
libtool: compile:  /opt/gcc/build_w/./gcc/xgcc -B/opt/gcc/build_w/./gcc/
-B/opt/gcc/gcc4.7w/x86_64-apple-darwin10.7.0/bin/
-B/opt/gcc/gcc4.7w/x86_64-apple-darwin10.7.0/lib/ -isystem
/opt/gcc/gcc4.7w/x86_64-apple-darwin10.7.0/include -isystem
/opt/gcc/gcc4.7w/x86_64-apple-darwin10.7.0/sys-include -DHAVE_CONFIG_H -I.
-I../../../work/libgfortran -iquote../../../work/libgfortran/io
-I../../../work/libgfortran/../gcc -I../../../work/libgfortran/../gcc/config
-I../../../work/libgfortran/../libquadmath -I../.././gcc -std=gnu99 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra
-Wwrite-strings -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2
-MT fmain.lo -MD -MP -MF .deps/fmain.Tpo -c ../../../work/libgfortran/fmain.c 
-fno-common -DPIC -o .libs/fmain.o
In file included from ../../../work/libgfortran/libgfortran.h:53:0,
                 from ../../../work/libgfortran/fmain.c:4:
../../../work/libgfortran/../libquadmath/quadmath_weak.h:39:1: internal
compiler error: tree check: expected tree that contains 'common' structure,
have 'identifier_node' in assemble_alias, at varasm.c:5789

Configured with: ../work/configure --prefix=/opt/gcc/gcc4.7w
--enable-languages=c,c++,fortran,objc,obj-c++,java,lto --with-gmp=/opt/sw64
--with-libiconv-prefix=/opt/sw64 --with-system-zlib --with-cloog=/opt/sw64
--enable-cloog-backend=isl --enable-lto

I attach the preprocessed file produced with

/opt/gcc/build_w/gcc/xgcc -B/opt/gcc/build_w/gcc/ -DHAVE_CONFIG_H -I.
-I../../../work/libgfortran -iquote../../../work/libgfortran/io
-I../../../work/gcc -I../../../work/gcc/config -I../../../work/libquadmath
-I../../gcc -c ../../../work/libgfortran/fmain.c -save-temps

which yields

[macbook] x86_64-apple-darwin10.7.0/libgfortran% /opt/gcc/build_w/gcc/cc1
fmain.i                                                                     
__sputc __inline_isinff __inline_isinfd __inline_isinf __inline_isfinitef
__inline_isfinited __inline_isfinite __inline_isnanf __inline_isnand
__inline_isnan __inline_signbitf __inline_signbitd __inline_signbit
__inline_isnormalf __inline_isnormald __inline_isnormal _OSSwapInt16
_OSSwapInt32 _OSSwapInt64 cimagq crealq conjq
In file included from ../../../work/libgfortran/libgfortran.h:53:0,
                 from ../../../work/libgfortran/fmain.c:4:
../../../work/libquadmath/quadmath_weak.h:39:1: internal compiler error: tree
check: expected tree that contains 'common' structure, have 'identifier_node'
in assemble_alias, at varasm.c:5789

Revision 174285 is OK (its cc1 compiles fmain.i without any error).

Note that I have bootstrapped revision 174295 with

Configured with: ../p_work/configure --prefix=/opt/gcc/gcc4.7p
--enable-languages=c,c++,lto,fortran --with-gmp=/opt/sw64
--with-libiconv-prefix=/opt/sw64 --with-system-zlib --enable-checking=release
--with-cloog=/opt/sw64 --enable-cloog-backend=isl --enable-lto


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2011-05-27 13:31 ` ro at gcc dot gnu.org
  2011-05-27 17:57 ` dominiq at lps dot ens.fr
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ro at gcc dot gnu.org @ 2011-05-27 13:31 UTC (permalink / raw)
  To: gcc-bugs

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

Rainer Orth <ro at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |x86_64-apple-darwin10,
                   |                            |sparc-sun-solaris2*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.05.27 13:16:31
                 CC|                            |ro at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Rainer Orth <ro at gcc dot gnu.org> 2011-05-27 13:16:31 UTC ---
Same problem on Solaris 11/SPARC.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-05-27 13:31 ` [Bug bootstrap/49190] " ro at gcc dot gnu.org
@ 2011-05-27 17:57 ` dominiq at lps dot ens.fr
  2011-05-27 18:08 ` froydnj at gcc dot gnu.org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-27 17:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-27 17:51:07 UTC ---
I have bootstrapped revision 174339 after reverting revision 174286.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-05-27 13:31 ` [Bug bootstrap/49190] " ro at gcc dot gnu.org
  2011-05-27 17:57 ` dominiq at lps dot ens.fr
@ 2011-05-27 18:08 ` froydnj at gcc dot gnu.org
  2011-05-27 18:37 ` howarth at nitro dot med.uc.edu
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: froydnj at gcc dot gnu.org @ 2011-05-27 18:08 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

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

--- Comment #3 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-05-27 17:57:44 UTC ---
Ugh.  I do not have time to deal with this problem at the moment.

But I don't understand how ASM_OUTPUT_WEAKREF isn't defined at that point.  We
have a perfectly fine default definition in defaults.h.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2011-05-27 18:08 ` froydnj at gcc dot gnu.org
@ 2011-05-27 18:37 ` howarth at nitro dot med.uc.edu
  2011-05-27 19:07 ` froydnj at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-05-27 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-05-27 18:29:53 UTC ---
(In reply to comment #3)
> Ugh.  I do not have time to deal with this problem at the moment.
> 
> But I don't understand how ASM_OUTPUT_WEAKREF isn't defined at that point.  We
> have a perfectly fine default definition in defaults.h.

Perhaps because x86_64-apple-darwin has...

[MacPro:gcc47-4.7.0-1000/darwin_objdir/gcc] root# grep HAVE_GAS_WEAKREF *
auto-host.h:/* #undef HAVE_GAS_WEAKREF */

whereas linux has...

auto-host.h:#define HAVE_GAS_WEAKREF 1


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2011-05-27 18:37 ` howarth at nitro dot med.uc.edu
@ 2011-05-27 19:07 ` froydnj at gcc dot gnu.org
  2011-05-28 12:33 ` dominiq at lps dot ens.fr
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: froydnj at gcc dot gnu.org @ 2011-05-27 19:07 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Froyd <froydnj at gcc dot gnu.org> changed:

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

--- Comment #5 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-05-27 18:57:23 UTC ---
That's what I get for not actually *looking* at the definition.

The only quick non-reverting way I see of fixing this is to use TREE_TYPE
instead of TREE_CHAIN...which is gross.  CC'ing Honza to see if he has good
ideas.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (4 preceding siblings ...)
  2011-05-27 19:07 ` froydnj at gcc dot gnu.org
@ 2011-05-28 12:33 ` dominiq at lps dot ens.fr
  2011-05-28 12:55 ` rguenth at gcc dot gnu.org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-28 12:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-28 12:16:38 UTC ---
PR49208 is likely a duplicate of this PR.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (5 preceding siblings ...)
  2011-05-28 12:33 ` dominiq at lps dot ens.fr
@ 2011-05-28 12:55 ` rguenth at gcc dot gnu.org
  2011-05-28 20:47 ` dominiq at lps dot ens.fr
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-28 12:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsg at openbsd dot org

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-05-28 12:54:25 UTC ---
*** Bug 49208 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (6 preceding siblings ...)
  2011-05-28 12:55 ` rguenth at gcc dot gnu.org
@ 2011-05-28 20:47 ` dominiq at lps dot ens.fr
  2011-05-28 21:08 ` gerald at pfeifer dot com
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-28 20:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-28 20:42:16 UTC ---
This also caused all the ICE on regress (ppc-darwin9, see
http://gcc.gnu.org/ml/gcc-testresults/2011-05/msg03217.html ).


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (7 preceding siblings ...)
  2011-05-28 20:47 ` dominiq at lps dot ens.fr
@ 2011-05-28 21:08 ` gerald at pfeifer dot com
  2011-05-29  0:39 ` dominiq at lps dot ens.fr
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: gerald at pfeifer dot com @ 2011-05-28 21:08 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald at pfeifer dot com

--- Comment #9 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-05-28 20:46:20 UTC ---
This also kills the bootstrap on amd64-unknown-freebsd8.2 (though not
i386-...):

In file included from ../.././gcc/gthr-default.h:1:0,
                 from /scratch/tmp/gerald/gcc-HEAD/libgcc/../gcc/gthr.h:160,
                 from
/scratch/tmp/gerald/gcc-HEAD/libgcc/../gcc/unwind-dw2.c:37
:
/scratch/tmp/gerald/gcc-HEAD/libgcc/../gcc/gthr-posix.h:118:1: internal
compiler
 error: tree check: expected tree that contains 'common' structure, have
'identi
fier_node' in assemble_alias, at varasm.c:5789


Might be best to revert the patch for now?


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (8 preceding siblings ...)
  2011-05-28 21:08 ` gerald at pfeifer dot com
@ 2011-05-29  0:39 ` dominiq at lps dot ens.fr
  2011-05-29 15:21 ` howarth at nitro dot med.uc.edu
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-29  0:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-28 22:29:00 UTC ---
> Might be best to revert the patch for now?

Especially in the light of comment #3:

> Ugh.  I do not have time to deal with this problem at the moment.

Anyway I did not wait and I have done it on my platforms (x86_64-apple-darwin10
and powerpc-apple-darwin9).


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (9 preceding siblings ...)
  2011-05-29  0:39 ` dominiq at lps dot ens.fr
@ 2011-05-29 15:21 ` howarth at nitro dot med.uc.edu
  2011-05-29 16:36 ` [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms dominiq at lps dot ens.fr
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-05-29 15:21 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-05-29 15:12:50 UTC ---
It is strange that regress is still able to bootstrap powerpc-apple-darwin9
with r174286 present. The powerpc-apple-darwin9 target also has...

auto-host.h:/* #undef HAVE_GAS_WEAKREF */

but it doesn't seem to trigger the same bootstrap issues as on intel darwin.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (10 preceding siblings ...)
  2011-05-29 15:21 ` howarth at nitro dot med.uc.edu
@ 2011-05-29 16:36 ` dominiq at lps dot ens.fr
  2011-05-29 16:37 ` rguenth at gcc dot gnu.org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-29 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.7 Regression] Bootstrap  |[4.7 Regression] Bootstrap
                   |failure at revision 174286  |failure at revision 174286
                   |on x86_64-apple-darwin10    |on several platforms

--- Comment #12 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-29 15:53:04 UTC ---
> It is strange that regress is still able to bootstrap powerpc-apple-darwin9
> with r174286 present. The powerpc-apple-darwin9 target also has...
>
> auto-host.h:/* #undef HAVE_GAS_WEAKREF */
>
> but it doesn't seem to trigger the same bootstrap issues as on intel darwin.

>From the audit trail, bootstrap fails on several platforms (four so far) after
r174286 (I have changes the summary accordingly), but in different places. I
also as able to bootstrap my G5 without reverting r174286, however I have seen
the new failures shown in the regress reports. These failures disappeared after
having a new bootstrap with r174286 reverted.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (11 preceding siblings ...)
  2011-05-29 16:36 ` [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms dominiq at lps dot ens.fr
@ 2011-05-29 16:37 ` rguenth at gcc dot gnu.org
  2011-05-29 21:52 ` danglin at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-05-29 16:37 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (12 preceding siblings ...)
  2011-05-29 16:37 ` rguenth at gcc dot gnu.org
@ 2011-05-29 21:52 ` danglin at gcc dot gnu.org
  2011-05-30 16:46 ` froydnj at gcc dot gnu.org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: danglin at gcc dot gnu.org @ 2011-05-29 21:52 UTC (permalink / raw)
  To: gcc-bugs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #13 from John David Anglin <danglin at gcc dot gnu.org> 2011-05-29 21:34:44 UTC ---
Also seen on i686-apple-darwin9.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (13 preceding siblings ...)
  2011-05-29 21:52 ` danglin at gcc dot gnu.org
@ 2011-05-30 16:46 ` froydnj at gcc dot gnu.org
  2011-05-30 16:57 ` froydnj at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: froydnj at gcc dot gnu.org @ 2011-05-30 16:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-05-30 16:42:12 UTC ---
Author: froydnj
Date: Mon May 30 16:42:05 2011
New Revision: 174445

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174445
Log:
fix PR bootstrap/4910
gcc/
    PR bootstrap/49190

    Revert:
    2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>

    * tree.h (struct tree_identifier): Inherit from tree_typed, not
    tree_common.
    (HT_IDENT_TO_GCC_IDENT): Adjust for said change.
    * tree.c (initialize_tree_contains_struct): Mark TS_IDENTIFIER as
    TS_BASE instead of TS_COMMON.
    * varasm.c (assemble_name): Remove assert.

gcc/c-family/
    PR bootstrap/49190

    Revert:
    2011-05-26  Nathan Froyd  <froydnj@codesourcery.com>

    * c-common.h (struct c_common_identifier): Inherit from tree_typed,
    not tree_common.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.h
    trunk/gcc/tree.c
    trunk/gcc/tree.h
    trunk/gcc/varasm.c


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (14 preceding siblings ...)
  2011-05-30 16:46 ` froydnj at gcc dot gnu.org
@ 2011-05-30 16:57 ` froydnj at gcc dot gnu.org
  2011-05-30 19:29 ` howarth at nitro dot med.uc.edu
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: froydnj at gcc dot gnu.org @ 2011-05-30 16:57 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from Nathan Froyd <froydnj at gcc dot gnu.org> 2011-05-30 16:43:01 UTC ---
I've reverted the offending commit.  If somebody could confirm that the
failures are gone, this PR can be closed.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (15 preceding siblings ...)
  2011-05-30 16:57 ` froydnj at gcc dot gnu.org
@ 2011-05-30 19:29 ` howarth at nitro dot med.uc.edu
  2011-05-31  0:05 ` gerald at pfeifer dot com
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: howarth at nitro dot med.uc.edu @ 2011-05-30 19:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-05-30 18:52:18 UTC ---
At r174446,  lto profiled bootstrap works fine on x86_64 darwin.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (16 preceding siblings ...)
  2011-05-30 19:29 ` howarth at nitro dot med.uc.edu
@ 2011-05-31  0:05 ` gerald at pfeifer dot com
  2011-05-31  1:12 ` dave at hiauly1 dot hia.nrc.ca
  2011-05-31  7:46 ` dominiq at lps dot ens.fr
  19 siblings, 0 replies; 21+ messages in thread
From: gerald at pfeifer dot com @ 2011-05-31  0:05 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin10,      |x86_64-apple-darwin10,
                   |sparc-sun-solaris2*         |sparc-sun-solaris2*,x86_64-
                   |                            |unknown-freebsd8.2

--- Comment #17 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-05-30 21:15:29 UTC ---
x86_64-unknown-freebsd8.2 is back in bootstrap land again.


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (17 preceding siblings ...)
  2011-05-31  0:05 ` gerald at pfeifer dot com
@ 2011-05-31  1:12 ` dave at hiauly1 dot hia.nrc.ca
  2011-05-31  7:46 ` dominiq at lps dot ens.fr
  19 siblings, 0 replies; 21+ messages in thread
From: dave at hiauly1 dot hia.nrc.ca @ 2011-05-31  1:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from dave at hiauly1 dot hia.nrc.ca 2011-05-31 00:03:14 UTC ---
Bootstrap restored on i686-apple-darwin9.

Dave


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

* [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms
  2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (18 preceding siblings ...)
  2011-05-31  1:12 ` dave at hiauly1 dot hia.nrc.ca
@ 2011-05-31  7:46 ` dominiq at lps dot ens.fr
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-05-31  7:46 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

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

--- Comment #19 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-05-31 07:41:22 UTC ---
> I've reverted the offending commit.  If somebody could confirm that the
> failures are gone, this PR can be closed.

Regress is back to "normal". Closing as fixed.


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

end of thread, other threads:[~2011-05-31  7:42 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-27 13:13 [Bug bootstrap/49190] New: [4.7 Regression] Bootstrap failure at revision 174286 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2011-05-27 13:31 ` [Bug bootstrap/49190] " ro at gcc dot gnu.org
2011-05-27 17:57 ` dominiq at lps dot ens.fr
2011-05-27 18:08 ` froydnj at gcc dot gnu.org
2011-05-27 18:37 ` howarth at nitro dot med.uc.edu
2011-05-27 19:07 ` froydnj at gcc dot gnu.org
2011-05-28 12:33 ` dominiq at lps dot ens.fr
2011-05-28 12:55 ` rguenth at gcc dot gnu.org
2011-05-28 20:47 ` dominiq at lps dot ens.fr
2011-05-28 21:08 ` gerald at pfeifer dot com
2011-05-29  0:39 ` dominiq at lps dot ens.fr
2011-05-29 15:21 ` howarth at nitro dot med.uc.edu
2011-05-29 16:36 ` [Bug bootstrap/49190] [4.7 Regression] Bootstrap failure at revision 174286 on several platforms dominiq at lps dot ens.fr
2011-05-29 16:37 ` rguenth at gcc dot gnu.org
2011-05-29 21:52 ` danglin at gcc dot gnu.org
2011-05-30 16:46 ` froydnj at gcc dot gnu.org
2011-05-30 16:57 ` froydnj at gcc dot gnu.org
2011-05-30 19:29 ` howarth at nitro dot med.uc.edu
2011-05-31  0:05 ` gerald at pfeifer dot com
2011-05-31  1:12 ` dave at hiauly1 dot hia.nrc.ca
2011-05-31  7:46 ` dominiq at lps dot ens.fr

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