public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10
@ 2011-04-08  8:40 dominiq at lps dot ens.fr
  2011-04-08  9:57 ` [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap ebotcazou at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-04-08  8:40 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression] Revision 172166 breaks bootstrap on
                    x86_64-apple-darwin10
           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: aesok@gcc.gnu.org
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10


Revision 172166 breaks bootstrap on x86_64-apple-darwin10:

...
gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H
-DGENERATOR_FILE  -o build/genenums \
        build/genenums.o build/read-md.o build/errors.o
../build-x86_64-apple-darwin10.7.0/libiberty/libiberty.a
gawk -f ../../work/gcc/opt-functions.awk -f ../../work/gcc/optc-gen.awk \
           -v header_name="config.h system.h coretypes.h tm.h" < optionlist >
options.c
build/genhooks -d \
            ../../work/gcc/doc/tm.texi.in > tmp-tm.texi
case `echo X|tr X '\101'` in \
      A) tr -d '\015' < tmp-tm.texi > tmp2-tm.texi ;; \
      *) tr -d '\r' < tmp-tm.texi > tmp2-tm.texi ;; \
    esac
mv tmp2-tm.texi tmp-tm.texi
/bin/sh ../../work/gcc/../move-if-change tmp-tm.texi tm.texi

Verify that you have permission to grant a GFDL license for all
new text in tm.texi, then copy it to ../../work/gcc/doc/tm.texi.
make[3]: *** [s-tm-texi] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gcov.pod gfdl.pod cpp.pod fsf-funding.pod gcc.pod
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
@ 2011-04-08  9:57 ` ebotcazou at gcc dot gnu.org
  2011-04-08 10:17 ` dominiq at lps dot ens.fr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-04-08  9:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|x86_64-apple-darwin10       |
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.04.08 09:57:13
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
               Host|x86_64-apple-darwin10       |
     Ever Confirmed|0                           |1
            Summary|[4.7 Regression] Revision   |[4.7 Regression] Revision
                   |172166 breaks bootstrap on  |172166 breaks bootstrap
                   |x86_64-apple-darwin10       |
   Target Milestone|---                         |4.7.0
           Severity|normal                      |blocker
              Build|x86_64-apple-darwin10       |

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-08 09:57:13 UTC ---
Everywhere.


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-04-08  9:57 ` [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap ebotcazou at gcc dot gnu.org
@ 2011-04-08 10:17 ` dominiq at lps dot ens.fr
  2011-04-08 11:15 ` shenders at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-04-08 10:17 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-04-08 10:17:44 UTC ---
> Everywhere.

In order to not reproduce the mess of the last week-end, would it be possible
to freeze new commits until this pr is fixed or the revision reverted?


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
  2011-04-08  9:57 ` [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap ebotcazou at gcc dot gnu.org
  2011-04-08 10:17 ` dominiq at lps dot ens.fr
@ 2011-04-08 11:15 ` shenders at gcc dot gnu.org
  2011-04-08 11:20 ` shenders at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: shenders at gcc dot gnu.org @ 2011-04-08 11:15 UTC (permalink / raw)
  To: gcc-bugs

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

Stuart Henderson <shenders at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shenders at gcc dot gnu.org

--- Comment #3 from Stuart Henderson <shenders at gcc dot gnu.org> 2011-04-08 11:15:21 UTC ---
(In reply to comment #2)
> > Everywhere.
> 
> In order to not reproduce the mess of the last week-end, would it be possible
> to freeze new commits until this pr is fixed or the revision reverted?

The problem is a space at the end of line 6802 of tm.texi.  it gets eaten and
then the comparison fails.


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (2 preceding siblings ...)
  2011-04-08 11:15 ` shenders at gcc dot gnu.org
@ 2011-04-08 11:20 ` shenders at gcc dot gnu.org
  2011-04-08 11:28 ` rguenth at gcc dot gnu.org
  2011-04-08 11:29 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: shenders at gcc dot gnu.org @ 2011-04-08 11:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Stuart Henderson <shenders at gcc dot gnu.org> 2011-04-08 11:19:45 UTC ---
Created attachment 23926
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23926
fix.

A fix, FWIW.


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (3 preceding siblings ...)
  2011-04-08 11:20 ` shenders at gcc dot gnu.org
@ 2011-04-08 11:28 ` rguenth at gcc dot gnu.org
  2011-04-08 11:29 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-08 11:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-08 11:28:28 UTC ---
Author: rguenth
Date: Fri Apr  8 11:28:23 2011
New Revision: 172171

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172171
Log:
2011-04-08  Richard Guenther  <rguenther@suse.de>

    PR bootstrap/48513
    * doc/tm.texi: Re-generate.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/tm.texi


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

* [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap
  2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
                   ` (4 preceding siblings ...)
  2011-04-08 11:28 ` rguenth at gcc dot gnu.org
@ 2011-04-08 11:29 ` rguenth at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-04-08 11:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #6 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-08 11:29:00 UTC ---
Should be fixed now.


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

end of thread, other threads:[~2011-04-08 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-08  8:40 [Bug bootstrap/48513] New: [4.7 Regression] Revision 172166 breaks bootstrap on x86_64-apple-darwin10 dominiq at lps dot ens.fr
2011-04-08  9:57 ` [Bug bootstrap/48513] [4.7 Regression] Revision 172166 breaks bootstrap ebotcazou at gcc dot gnu.org
2011-04-08 10:17 ` dominiq at lps dot ens.fr
2011-04-08 11:15 ` shenders at gcc dot gnu.org
2011-04-08 11:20 ` shenders at gcc dot gnu.org
2011-04-08 11:28 ` rguenth at gcc dot gnu.org
2011-04-08 11:29 ` rguenth 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).