public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
@ 2013-01-04  9:58 dominiq at lps dot ens.fr
  2013-01-04 10:02 ` [Bug bootstrap/55871] " ebotcazou at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-01-04  9:58 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55871
           Summary: [4.8 Regression] Bootstrap broken by Ada changes after
                    revision 194883 on x86_64-apple-darwin10
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dominiq@lps.ens.fr
                CC: charlet@adacore.com, ebotcazou@libertysurf.fr


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


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

* [Bug bootstrap/55871] [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
  2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2013-01-04 10:02 ` ebotcazou at gcc dot gnu.org
  2013-01-04 10:03 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-01-04 10:02 UTC (permalink / raw)
  To: gcc-bugs


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-01-04
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
     Ever Confirmed|0                           |1

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-01-04 10:01:40 UTC ---
Please post the output of 'gcc -v'.


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

* [Bug bootstrap/55871] [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
  2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2013-01-04 10:02 ` [Bug bootstrap/55871] " ebotcazou at gcc dot gnu.org
@ 2013-01-04 10:03 ` dominiq at lps dot ens.fr
  2013-01-04 10:07 ` ebotcazou at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-01-04 10:03 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 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)


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

* [Bug bootstrap/55871] [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
  2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2013-01-04 10:02 ` [Bug bootstrap/55871] " ebotcazou at gcc dot gnu.org
  2013-01-04 10:03 ` dominiq at lps dot ens.fr
@ 2013-01-04 10:07 ` ebotcazou at gcc dot gnu.org
  2013-01-04 10:12 ` ebotcazou at gcc dot gnu.org
  2013-01-04 10:20 ` charlet at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-01-04 10:07 UTC (permalink / raw)
  To: gcc-bugs


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
                 CC|ebotcazou at libertysurf    |
                   |dot fr                      |


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

* [Bug bootstrap/55871] [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
  2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2013-01-04 10:07 ` ebotcazou at gcc dot gnu.org
@ 2013-01-04 10:12 ` ebotcazou at gcc dot gnu.org
  2013-01-04 10:20 ` charlet at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2013-01-04 10:12 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-01-04 10:11:47 UTC ---
It's a typo (OpenVMS_On_Target is expected).  You can install the obvious fix.


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

* [Bug bootstrap/55871] [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10
  2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2013-01-04 10:12 ` ebotcazou at gcc dot gnu.org
@ 2013-01-04 10:20 ` charlet at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at gcc dot gnu.org @ 2013-01-04 10:20 UTC (permalink / raw)
  To: gcc-bugs


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

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |charlet at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #4 from Arnaud Charlet <charlet at gcc dot gnu.org> 2013-01-04 10:19:48 UTC ---
This is already fixed actually.


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

end of thread, other threads:[~2013-01-04 10:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-04  9:58 [Bug bootstrap/55871] New: [4.8 Regression] Bootstrap broken by Ada changes after revision 194883 on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2013-01-04 10:02 ` [Bug bootstrap/55871] " ebotcazou at gcc dot gnu.org
2013-01-04 10:03 ` dominiq at lps dot ens.fr
2013-01-04 10:07 ` ebotcazou at gcc dot gnu.org
2013-01-04 10:12 ` ebotcazou at gcc dot gnu.org
2013-01-04 10:20 ` charlet 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).