Bug 55871 - [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
Summary: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.8.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-04 09:58 UTC by Dominique d'Humieres
Modified: 2013-01-04 10:35 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2013-01-04 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominique d'Humieres 2013-01-04 09:58:17 UTC
Bootstrap is broken by some Ada change after revision 194883 on x86_64-apple-darwin10:

...
gcc -c -g  -gnatpg -gnata -gnatwns -W -Wall -nostdinc -I- -I. -Iada -I../../_clean/gcc/ada -I../../_clean/gcc/ada/gcc-interface ada/treeprs.ads -o ada/treeprs.o
gcc -c -g  -gnatpg -gnata -gnatwns -W -Wall -nostdinc -I- -I. -Iada -I../../_clean/gcc/ada -I../../_clean/gcc/ada/gcc-interface ../../_clean/gcc/ada/warnsw.adb -o ada/warnsw.o
warnsw.adb:56:16: "Open_VMS_On_Target" is undefined (more references follow)
make[3]: *** [ada/warnsw.o] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
Comment 1 Eric Botcazou 2013-01-04 10:01:40 UTC
Please post the output of 'gcc -v'.
Comment 2 Dominique d'Humieres 2013-01-04 10:03:26 UTC
> Please post the output of 'gcc -v'.

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/gcc/gcc4.8a/libexec/gcc/x86_64-apple-darwin10.8.0/4.8.0/lto-wrapper
Target: x86_64-apple-darwin10.8.0
Configured with: ../_clean/configure --prefix=/opt/gcc/gcc4.8a --enable-languages=c,c++,fortran,ada,lto --with-gmp=/opt/mp --with-system-zlib --enable-checking=release --with-isl=/opt/mp --enable-lto --enable-plugin --enable-build-with-cxx
Thread model: posix
gcc version 4.8.0 20130103 (experimental) [trunk revision 194856] (GCC)
Comment 3 Eric Botcazou 2013-01-04 10:11:47 UTC
It's a typo (OpenVMS_On_Target is expected).  You can install the obvious fix.
Comment 4 Arnaud Charlet 2013-01-04 10:19:48 UTC
This is already fixed actually.