From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14391 invoked by alias); 18 Oct 2011 16:49:44 -0000 Received: (qmail 14373 invoked by uid 22791); 18 Oct 2011 16:49:39 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_FC X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 16:49:23 +0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/50778] New: [4.7 Regression] Bootstrap failure on powerpc-apple-darwin9 Date: Tue, 18 Oct 2011 16:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg01843.txt.bz2 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]