public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
@ 2012-05-02 20:06 dominiq at lps dot ens.fr
  2012-05-02 20:45 ` [Bug bootstrap/53200] " rth at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-02 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53200
           Summary: [4.8 Regression] bootstrap broken on
                    x86_64-apple-darwin10 at revision 187018
    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: iains@gcc.gnu.org, rth@gcc.gnu.org
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10


Bootstrap is broken on x86_64-apple-darwin10 at revision 187018:

...
libtool: compile:  /opt/gcc/build_a/./gcc/xgcc -B/opt/gcc/build_a/./gcc/
-B/opt/gcc/gcc4.8a/x86_64-apple-darwin10.8.0/bin/
-B/opt/gcc/gcc4.8a/x86_64-apple-darwin10.8.0/lib/ -isystem
/opt/gcc/gcc4.8a/x86_64-apple-darwin10.8.0/include -isystem
/opt/gcc/gcc4.8a/x86_64-apple-darwin10.8.0/sys-include -DHAVE_CONFIG_H
-I../../../../_clean/libatomic/config/x86
-I../../../../_clean/libatomic/config/posix -I../../../../_clean/libatomic -I.
-march=i486 -mtune=generic -fomit-frame-pointer -Wall -Werror -pthread -g -O2
-m32 -MT gload.lo -MD -MP -MF .deps/gload.Tpo -c
../../../../_clean/libatomic/gload.c  -fno-common -DPIC -o .libs/gload.o
../../../../_clean/libatomic/gload.c: In function 'libat_load':
../../../../_clean/libatomic/gload.c:33:30: error: expected expression before
')' token
   if (C2(HAVE_ATOMIC_LDST_,N))     \
                              ^
../../../../_clean/libatomic/gload.c:33:30: note: in expansion of macro
'EXACT_INLINE'
../../../../_clean/libatomic/gload.c:45:5: note: expanded from here
../../../../_clean/libatomic/gload.c:45:5: note: in expansion of macro 'EXACT_'
../../../../_clean/libatomic/gload.c:54:5: note: expanded from here
../../../../_clean/libatomic/gload.c:54:5: note: in expansion of macro 'EXACT'
../../../../_clean/libatomic/gload.c:80:15: note: expanded from here
../../../../_clean/libatomic/gload.c:33:30: error: expected expression before
')' token
   if (C2(HAVE_ATOMIC_LDST_,N))     \
                              ^
../../../../_clean/libatomic/gload.c:33:30: note: in expansion of macro
'EXACT_INLINE'
../../../../_clean/libatomic/gload.c:45:5: note: expanded from here
../../../../_clean/libatomic/gload.c:45:5: note: in expansion of macro 'EXACT_'
../../../../_clean/libatomic/gload.c:63:7: note: expanded from here
../../../../_clean/libatomic/gload.c:63:7: note: in expansion of macro 'LARGER'
../../../../_clean/libatomic/gload.c:84:25: note: expanded from here


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

* [Bug bootstrap/53200] [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
  2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
@ 2012-05-02 20:45 ` rth at gcc dot gnu.org
  2012-05-02 22:14 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2012-05-02 20:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> 2012-05-02 20:44:51 UTC ---
Please attach the generated auto-config.h file.


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

* [Bug bootstrap/53200] [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
  2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
  2012-05-02 20:45 ` [Bug bootstrap/53200] " rth at gcc dot gnu.org
@ 2012-05-02 22:14 ` dominiq at lps dot ens.fr
  2012-05-03 10:41 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-02 22:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-05-02 22:13:17 UTC ---
Created attachment 27293
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27293
file x86_64-apple-darwin10.8.0/libatomic/auto-config.h

> Please attach the generated auto-config.h file.

Done


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

* [Bug bootstrap/53200] [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
  2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
  2012-05-02 20:45 ` [Bug bootstrap/53200] " rth at gcc dot gnu.org
  2012-05-02 22:14 ` dominiq at lps dot ens.fr
@ 2012-05-03 10:41 ` rguenth at gcc dot gnu.org
  2012-05-03 16:36 ` rth at gcc dot gnu.org
  2012-05-03 21:04 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-05-03 10:41 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0


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

* [Bug bootstrap/53200] [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
  2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2012-05-03 10:41 ` rguenth at gcc dot gnu.org
@ 2012-05-03 16:36 ` rth at gcc dot gnu.org
  2012-05-03 21:04 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu.org @ 2012-05-03 16:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Henderson <rth at gcc dot gnu.org> 2012-05-03 16:36:17 UTC ---
Hmm.  I see nothing amiss in that generated config file.
But see if by chance it isn't the same problem as fixed by r187102.


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

* [Bug bootstrap/53200] [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018
  2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2012-05-03 16:36 ` rth at gcc dot gnu.org
@ 2012-05-03 21:04 ` dominiq at lps dot ens.fr
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2012-05-03 21:04 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-05-03 21:03:55 UTC ---
> Hmm.  I see nothing amiss in that generated config file.
> But see if by chance it isn't the same problem as fixed by r187102.

Bootstrap succeeded at r187110. Thanks. Closing as fixed.


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

end of thread, other threads:[~2012-05-03 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 20:06 [Bug bootstrap/53200] New: [4.8 Regression] bootstrap broken on x86_64-apple-darwin10 at revision 187018 dominiq at lps dot ens.fr
2012-05-02 20:45 ` [Bug bootstrap/53200] " rth at gcc dot gnu.org
2012-05-02 22:14 ` dominiq at lps dot ens.fr
2012-05-03 10:41 ` rguenth at gcc dot gnu.org
2012-05-03 16:36 ` rth at gcc dot gnu.org
2012-05-03 21:04 ` 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).