public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
@ 2011-10-18 16:49 dominiq at lps dot ens.fr
  2011-10-18 18:54 ` [Bug bootstrap/50778] " iains at gcc dot gnu.org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-10-18 16:49 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50778
           Summary: [4.7 Regression] Bootstrap failure on
                    powerpc-apple-darwin9
    Classification: Unclassified
           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: iains@gcc.gnu.org
              Host: powerpc-apple-darwin9
            Target: powerpc-apple-darwin9
             Build: powerpc-apple-darwin9


Bootstrap fails on powerpc-apple-darwin9 since revision 180086 (see
http://gcc.gnu.org/ml/gcc-regression/2011-10/txt00032.txt ). This failure has
been fixed by revision 180090, but regress then fails with

libtool: compile:  /Users/regress/tbox/native/build/./gcc/xgcc -shared-libgcc
-B/Users/regress/tbox/native/build/./gcc -nostdinc++
-L/Users/regress/tbox/native/build/powerpc-apple-darwin9.8.0/ppc64/libstdc++-v3/src
-L/Users/regress/tbox/native/build/powerpc-apple-darwin9.8.0/ppc64/libstdc++-v3/src/.libs
-B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/bin/
-B/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/lib/ -isystem
/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/include -isystem
/Users/regress/tbox/objs/powerpc-apple-darwin9.8.0/sys-include -m64
-DHAVE_CONFIG_H -I. -I/Users/regress/tbox/svn-gcc/libjava -I./include -I./gcj
-I/Users/regress/tbox/svn-gcc/libjava -Iinclude
-I/Users/regress/tbox/svn-gcc/libjava/include
-I/Users/regress/tbox/svn-gcc/libjava/classpath/include -Iclasspath/include
-I/Users/regress/tbox/svn-gcc/libjava/classpath/native/fdlibm
-I/Users/regress/tbox/svn-gcc/libjava/../boehm-gc/include -I../boehm-gc/include
-I/Users/regress/tbox/svn-gcc/libjava/libltdl
-I/Users/regress/tbox/svn-gcc/libjava/libltdl
-I/Users/regress/tbox/svn-gcc/libjava/.././libjava/../libgcc
-I/Users/regress/tbox/svn-gcc/libjava/../zlib
-I/Users/regress/tbox/svn-gcc/libjava/../libffi/include -I../libffi/include
-fno-rtti -fnon-call-exceptions -fdollars-in-identifiers -Wswitch-enum
-D_FILE_OFFSET_BITS=64 -Wextra -Wall -D_GNU_SOURCE
-DPREFIX=\"/Users/regress/tbox/objs\"
-DTOOLEXECLIBDIR=\"/Users/regress/tbox/objs/lib/ppc64\"
-DJAVA_HOME=\"/Users/regress/tbox/objs\"
-DBOOT_CLASS_PATH=\"/Users/regress/tbox/objs/share/java/libgcj-4.7.0.jar\"
-DJAVA_EXT_DIRS=\"/Users/regress/tbox/objs/share/java/ext\"
-DGCJ_ENDORSED_DIRS=\"/Users/regress/tbox/objs/share/java/gcj-endorsed\"
-DGCJ_VERSIONED_LIBDIR=\"/Users/regress/tbox/objs/lib/ppc64/gcj-4.7.0-13\"
-DPATH_SEPARATOR=\":\" -DECJ_JAR_FILE=\"\"
-DLIBGCJ_DEFAULT_DATABASE=\"/Users/regress/tbox/objs/lib/ppc64/gcj-4.7.0-13/classmap.db\"
-DLIBGCJ_DEFAULT_DATABASE_PATH_TAIL=\"gcj-4.7.0-13/classmap.db\"
-fno-omit-frame-pointer -g -O2 -m64 -MT prims.lo -MD -MP -MF .deps/prims.Tpo -c
/Users/regress/tbox/svn-gcc/libjava/prims.cc  -fno-common -DPIC -o
.libs/prims.o
In file included from /Users/regress/tbox/svn-gcc/libjava/prims.cc:36:0:
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1235:3: error:
expected ';' at end of member declaration
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1237:37: error:
ISO C++ forbids declaration of 'SetEventNotificationMode' with no type
[-fpermissive]
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1247:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1250:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1253:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1256:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1259:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1262:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1265:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1273:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1276:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1280:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1284:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1288:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1299:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1302:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1305:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1312:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1315:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1319:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1323:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1327:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1331:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1335:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1339:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1343:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1347:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1351:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1355:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1358:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1361:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1364:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1367:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1370:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1373:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1376:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1379:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1382:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1385:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1388:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1391:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1394:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1397:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1400:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1404:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1407:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1410:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1413:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1417:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1421:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1429:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1432:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1435:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1438:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1441:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1445:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1452:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1459:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1463:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1467:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1474:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1479:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1482:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1485:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1488:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1492:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1500:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1507:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1514:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1517:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1520:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1523:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1531:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1534:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1538:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1541:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1544:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1551:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1555:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1560:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1565:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1573:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1582:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1585:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1588:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1596:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1599:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1602:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1605:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1614:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1625:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1633:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1642:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1650:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1653:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1656:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1660:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1663:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1667:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1671:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1678:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1681:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1684:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1687:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1690:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1693:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1696:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1699:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1702:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1705:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1708:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1711:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1714:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1717:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1720:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1723:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1726:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1729:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1732:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1735:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1738:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1741:3: error:
'jvmtiError' does not name a type
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h: In member
function 'int _Jv_JVMTIEnv::SetEventNotificationMode(jvmtiEventMode,
jvmtiEvent, jthread, ...)':
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1241:16: error:
expected ';' before 'result'
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1242:31: warning:
statement has no effect [-Wunused-value]
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1244:12: error:
'result' was not declared in this scope
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h: At global scope:
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1235:14: warning:
unused parameter 'mode' [-Wunused-parameter]
/Users/regress/tbox/svn-gcc/libjava/classpath/include/jvmti.h:1235:14: warning:
unused parameter 'event_type' [-Wunused-parameter]

(see http://gcc.gnu.org/regtest/HEAD/native-lastbuild.txt.gzip ).

My own bootstrap does not go that far and fails with

/bin/sh ./libtool  --tag=CC   --mode=compile /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/
-B/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/bin/
-B/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/lib/ -isystem
/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/include -isystem
/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/sys-include    -DHAVE_CONFIG_H -I.
-I../../../work/libgfortran  -iquote../../../work/libgfortran/io
-I../../../work/libgfortran/../gcc -I../../../work/libgfortran/../gcc/config 
-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 write.lo -MD -MP -MF
.deps/write.Tpo -c -o write.lo `test -f 'io/write.c' || echo
'../../../work/libgfortran/'`io/write.c
libtool: compile:  /opt/gcc/darwin_buildw/./gcc/xgcc
-B/opt/gcc/darwin_buildw/./gcc/
-B/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/bin/
-B/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/lib/ -isystem
/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/include -isystem
/opt/gcc/gcc4.7w/powerpc-apple-darwin9.8.0/sys-include -DHAVE_CONFIG_H -I.
-I../../../work/libgfortran -iquote../../../work/libgfortran/io
-I../../../work/libgfortran/../gcc -I../../../work/libgfortran/../gcc/config
-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 write.lo -MD -MP -MF
.deps/write.Tpo -c ../../../work/libgfortran/io/write.c  -fno-common -DPIC -o
.libs/write.o
In file included from ../../../work/libgfortran/io/write.c:63:0:
../../../work/libgfortran/io/write_float.def:946:1: warning: 'static' is not at
beginning of declaration [-Wold-style-declaration]
../../../work/libgfortran/io/write_float.def:946:1: error: two or more data
types in declaration specifiers
../../../work/libgfortran/io/write_float.def:1016:1: warning: 'static' is not
at beginning of declaration [-Wold-style-declaration]
../../../work/libgfortran/io/write_float.def:1016:8: error: two or more data
types in declaration specifiers
../../../work/libgfortran/io/write_float.def:1017:1: error: storage class
specified for parameter 'write_float'
../../../work/libgfortran/io/write_float.def:1019:1: error: expected ';', ','
or ')' before '{' token
../../../work/libgfortran/io/write_float.def:647:1: warning: 'write_infnan'
defined but not used [-Wunused-function]
../../../work/libgfortran/io/write_float.def:937:1: warning:
'output_float_FMT_G_4' defined but not used [-Wunused-function]


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
@ 2011-10-18 18:54 ` iains at gcc dot gnu.org
  2011-10-19  8:23 ` rguenth at gcc dot gnu.org
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-18 18:54 UTC (permalink / raw)
  To: gcc-bugs

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

Iain Sandoe <iains at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-18
     Ever Confirmed|0                           |1

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-18 18:53:08 UTC ---
confirmed - bootstrap passes (ironically including Ada) without Fortran and
Java.

the file complained about has not been changed in months - so I guess this
might be more fallout from the line number changes.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
  2011-10-18 18:54 ` [Bug bootstrap/50778] " iains at gcc dot gnu.org
@ 2011-10-19  8:23 ` rguenth at gcc dot gnu.org
  2011-10-19  9:01 ` dominiq at lps dot ens.fr
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-10-19  8:23 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dodji at gcc dot gnu.org
   Target Milestone|---                         |4.7.0


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
  2011-10-18 18:54 ` [Bug bootstrap/50778] " iains at gcc dot gnu.org
  2011-10-19  8:23 ` rguenth at gcc dot gnu.org
@ 2011-10-19  9:01 ` dominiq at lps dot ens.fr
  2011-10-19 10:55 ` dodji at gcc dot gnu.org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-10-19  9:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-19 09:00:43 UTC ---
I have bootstrapped revision 180100 on powerpc-apple-darwin9 configured with

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

after reverting revisions 180081 to 180086, and 180090. Unless someone come
with a fix before, I'll try to restore the revisions one by one to narrow the
range, but each bootstrap takes ~14 hours, so don't hold your breath!-).


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2011-10-19  9:01 ` dominiq at lps dot ens.fr
@ 2011-10-19 10:55 ` dodji at gcc dot gnu.org
  2011-10-19 12:22 ` iains at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-10-19 10:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-10-19 10:55:28 UTC ---
Could I have ssh access to one of the boxes that fail?


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2011-10-19 10:55 ` dodji at gcc dot gnu.org
@ 2011-10-19 12:22 ` iains at gcc dot gnu.org
  2011-10-19 15:02 ` dominiq at lps dot ens.fr
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-19 12:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-19 12:22:04 UTC ---
(In reply to comment #3)
> Could I have ssh access to one of the boxes that fail?

unfortunately, I can't do that - company boxes here afflicted by company
policy;
 Jack Howarth seems to be able to - I think he might have a PPC box still.

Otherwise we can offer to try and answer specific questions;

I've got other fails in struc-layout etc. that are bus errors in libcpp:
e.g.
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000000
_cpp_pop_context (pfile=0x41806600) at /GCC/gcc-live-trunk/libcpp/macro.c:2139
2139      pfile->context->next = NULL;
(gdb) bt
#0  _cpp_pop_context (pfile=0x41806600) at
/GCC/gcc-live-trunk/libcpp/macro.c:2139
#1  0x00937b44 in cpp_get_token_1 (pfile=0x14, location=0xbfffedac) at
/GCC/gcc-live-trunk/libcpp/macro.c:2328
#2  0x00937684 in enter_macro_context (pfile=0xbfffedac, node=0x4204e160,
result=0x41809a00, location=1242616) at /GCC/gcc-live-trunk/libcpp/macro.c:2074
#3  0x00937b44 in cpp_get_token_1 (pfile=0x41806600, location=0xbfffef08) at
/GCC/gcc-live-trunk/libcpp/macro.c:2328
#4  0x000ac398 in preprocess_file (pfile=0x41806600) at
/GCC/gcc-live-trunk/gcc/c-family/c-ppoutput.c:177
#5  0x000aa450 in c_common_init () at
/GCC/gcc-live-trunk/gcc/c-family/c-opts.c:1090
#6  0x0004cb98 in c_objc_common_init () at
/GCC/gcc-live-trunk/gcc/c-objc-common.c:64
#7  0x006594b0 in toplev_main (argc=25, argv=0x0) at
/GCC/gcc-live-trunk/gcc/toplev.c:1757
#8  0x00002464 in start ()
Current language:  auto; currently c++

(in case that's a hint).


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (4 preceding siblings ...)
  2011-10-19 12:22 ` iains at gcc dot gnu.org
@ 2011-10-19 15:02 ` dominiq at lps dot ens.fr
  2011-10-20  9:16 ` dodji at seketeli dot org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-10-19 15:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-19 15:01:47 UTC ---
> Could I have ssh access to one of the boxes that fail?

I can give you access to my (slowww) G5 if you mail me your ssh key.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (5 preceding siblings ...)
  2011-10-19 15:02 ` dominiq at lps dot ens.fr
@ 2011-10-20  9:16 ` dodji at seketeli dot org
  2011-10-20  9:27 ` dodji at seketeli dot org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at seketeli dot org @ 2011-10-20  9:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from dodji at seketeli dot org <dodji at seketeli dot org> 2011-10-20 09:15:31 UTC ---
FWIW, this is maybe related to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50801 that got fixed in
commit r180239


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (6 preceding siblings ...)
  2011-10-20  9:16 ` dodji at seketeli dot org
@ 2011-10-20  9:27 ` dodji at seketeli dot org
  2011-10-20 14:29 ` iains at gcc dot gnu.org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at seketeli dot org @ 2011-10-20  9:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from dodji at seketeli dot org <dodji at seketeli dot org> 2011-10-20 09:26:31 UTC ---
> I can give you access to my (slowww) G5 if you mail me your ssh key.

Thank you for giving me access to the box.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (7 preceding siblings ...)
  2011-10-20  9:27 ` dodji at seketeli dot org
@ 2011-10-20 14:29 ` iains at gcc dot gnu.org
  2011-10-20 17:45 ` iains at gcc dot gnu.org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-20 14:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-20 14:29:12 UTC ---
Unfortunately, as of r180241, I still have the bootstrap fail in building
libgfortran (Java untested) and the ICEs in struct-layout-1.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (8 preceding siblings ...)
  2011-10-20 14:29 ` iains at gcc dot gnu.org
@ 2011-10-20 17:45 ` iains at gcc dot gnu.org
  2011-10-21 13:39 ` dodji at gcc dot gnu.org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-20 17:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-20 17:44:56 UTC ---
This might be the easier one to debug:

Running /GCC/gcc-live-trunk/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp ...
FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_main_tst.o compile, 
(internal compiler error)
FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_x_tst.o compile,  (internal
compiler error)
FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_y_tst.o compile,  (internal
compiler error)

seems (possibly) to be failing in parsing a system header


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (9 preceding siblings ...)
  2011-10-20 17:45 ` iains at gcc dot gnu.org
@ 2011-10-21 13:39 ` dodji at gcc dot gnu.org
  2011-10-21 14:20 ` iains at gcc dot gnu.org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-10-21 13:39 UTC (permalink / raw)
  To: gcc-bugs

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

Dodji Seketeli <dodji at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |dodji at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #10 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-10-21 13:35:41 UTC ---
Created attachment 25568
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25568
Candidate patch

Thanks to the ssh access granted by Dominique, I could looking into the Fortran
related breakage.  This lightly tested attached patch seems to fix it.

Iain, maybe your machine is faster than Dominique's, so maybe you could give it
a spin?

Thanks.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (10 preceding siblings ...)
  2011-10-21 13:39 ` dodji at gcc dot gnu.org
@ 2011-10-21 14:20 ` iains at gcc dot gnu.org
  2011-10-21 14:28 ` dominiq at lps dot ens.fr
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-21 14:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-21 14:19:40 UTC ---
(In reply to comment #10)
> Iain, maybe your machine is faster than Dominique's, so maybe you could give it
> a spin?

looks good off a stage3-bubble,
 - libgfortran built, struct-layout-1.exp back to normal.

full bootstrap incl. Ada and Java will take circa 3hrs + another 6 or so for
full test-suite (i.e. results v late today or tomorrow AM).


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (11 preceding siblings ...)
  2011-10-21 14:20 ` iains at gcc dot gnu.org
@ 2011-10-21 14:28 ` dominiq at lps dot ens.fr
  2011-10-21 14:53 ` iains at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-10-21 14:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-21 14:25:47 UTC ---
If the patch in comment #10 regstrap on *-linux-*, I think it could be
committed, then monitor regress on
http://gcc.gnu.org/ml/gcc-testresults/2011-10/ and
http://gcc.gnu.org/ml/gcc-regression/2011-10/ .


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (12 preceding siblings ...)
  2011-10-21 14:28 ` dominiq at lps dot ens.fr
@ 2011-10-21 14:53 ` iains at gcc dot gnu.org
  2011-10-21 18:41 ` dodji at seketeli dot org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-21 14:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #13 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-21 14:52:54 UTC ---
(In reply to comment #12)
> If the patch in comment #10 regstrap on *-linux-*, I think it could be
> committed, then monitor regress on
> http://gcc.gnu.org/ml/gcc-testresults/2011-10/ and
> http://gcc.gnu.org/ml/gcc-regression/2011-10/ .

hm.. got an ICE in stage1 libgcc .. @180302 - but possibly unrelated

/GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c: In function ‘__popcountti2’:
/GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c:848:1: internal compiler error: in
rs6000_adjust_cost, at config/rs6000/rs6000.c:22865

... will wind back to 241 and try again.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (13 preceding siblings ...)
  2011-10-21 14:53 ` iains at gcc dot gnu.org
@ 2011-10-21 18:41 ` dodji at seketeli dot org
  2011-10-21 18:49 ` iains at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at seketeli dot org @ 2011-10-21 18:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #14 from dodji at seketeli dot org <dodji at seketeli dot org> 2011-10-21 18:40:41 UTC ---
>> If the patch in comment #10 regstrap on *-linux-*, I think it could be
>> committed, then monitor regress on
>> http://gcc.gnu.org/ml/gcc-testresults/2011-10/ and
>> http://gcc.gnu.org/ml/gcc-regression/2011-10/ .

Sure.  I am about to propose it.

> hm.. got an ICE in stage1 libgcc .. @180302 - but possibly unrelated
>
> /GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c: In function ‘__popcountti2’:
> /GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c:848:1: internal compiler error: in
> rs6000_adjust_cost, at config/rs6000/rs6000.c:22865

Seems unrelated.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (14 preceding siblings ...)
  2011-10-21 18:41 ` dodji at seketeli dot org
@ 2011-10-21 18:49 ` iains at gcc dot gnu.org
  2011-10-21 19:01 ` dodji at gcc dot gnu.org
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-21 18:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #15 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-21 18:48:52 UTC ---
(In reply to comment #14)
> > hm.. got an ICE in stage1 libgcc .. @180302 - but possibly unrelated
> >
> > /GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c: In function ‘__popcountti2’:
> > /GCC/gcc-live-trunk/libgcc/../gcc/libgcc2.c:848:1: internal compiler error: in
> > rs6000_adjust_cost, at config/rs6000/rs6000.c:22865
> 
> Seems unrelated.

yes, pr50825 - and fixed :-)

the bootstrap (r180257) is on stage 3 (building libjava)


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (15 preceding siblings ...)
  2011-10-21 18:49 ` iains at gcc dot gnu.org
@ 2011-10-21 19:01 ` dodji at gcc dot gnu.org
  2011-10-22  6:50 ` iains at gcc dot gnu.org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-10-21 19:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #16 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-10-21 19:00:59 UTC ---
Patch proposed to http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02017.html


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (16 preceding siblings ...)
  2011-10-21 19:01 ` dodji at gcc dot gnu.org
@ 2011-10-22  6:50 ` iains at gcc dot gnu.org
  2011-10-22 13:07 ` dominiq at lps dot ens.fr
  2011-10-23 14:24 ` dodji at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: iains at gcc dot gnu.org @ 2011-10-22  6:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #17 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-22 06:49:09 UTC ---
bootstrap & regtest completed (r180257 + patch proposed); 
fails in struct-layout1 and vmx are gone (all plugins are now failing, but
likely a different reason).
thanks for the patch.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (17 preceding siblings ...)
  2011-10-22  6:50 ` iains at gcc dot gnu.org
@ 2011-10-22 13:07 ` dominiq at lps dot ens.fr
  2011-10-23 14:24 ` dodji at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-10-22 13:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #18 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-22 13:07:06 UTC ---
Bootstrap completed with the patch here, regtesting in progress. Once the patch
is committed and regress is happy again, please close this pr as fixed. Thanks
for the fix.


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

* [Bug bootstrap/50778] [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9
  2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
                   ` (18 preceding siblings ...)
  2011-10-22 13:07 ` dominiq at lps dot ens.fr
@ 2011-10-23 14:24 ` dodji at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: dodji at gcc dot gnu.org @ 2011-10-23 14:24 UTC (permalink / raw)
  To: gcc-bugs

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

Dodji Seketeli <dodji at gcc dot gnu.org> changed:

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

--- Comment #19 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-10-23 14:23:57 UTC ---
Committed to trunk (4.7).


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

end of thread, other threads:[~2011-10-23 14:24 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-18 16:49 [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 dominiq at lps dot ens.fr
2011-10-18 18:54 ` [Bug bootstrap/50778] " iains at gcc dot gnu.org
2011-10-19  8:23 ` rguenth at gcc dot gnu.org
2011-10-19  9:01 ` dominiq at lps dot ens.fr
2011-10-19 10:55 ` dodji at gcc dot gnu.org
2011-10-19 12:22 ` iains at gcc dot gnu.org
2011-10-19 15:02 ` dominiq at lps dot ens.fr
2011-10-20  9:16 ` dodji at seketeli dot org
2011-10-20  9:27 ` dodji at seketeli dot org
2011-10-20 14:29 ` iains at gcc dot gnu.org
2011-10-20 17:45 ` iains at gcc dot gnu.org
2011-10-21 13:39 ` dodji at gcc dot gnu.org
2011-10-21 14:20 ` iains at gcc dot gnu.org
2011-10-21 14:28 ` dominiq at lps dot ens.fr
2011-10-21 14:53 ` iains at gcc dot gnu.org
2011-10-21 18:41 ` dodji at seketeli dot org
2011-10-21 18:49 ` iains at gcc dot gnu.org
2011-10-21 19:01 ` dodji at gcc dot gnu.org
2011-10-22  6:50 ` iains at gcc dot gnu.org
2011-10-22 13:07 ` dominiq at lps dot ens.fr
2011-10-23 14:24 ` dodji at gcc dot gnu.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).