public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure
@ 2011-12-17 17:06 hjl.tools at gmail dot com
  2011-12-17 18:29 ` [Bug bootstrap/51599] " ebotcazou at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-12-17 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51599
           Summary: [4.7 Regression] Bootstrap failure
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com
                CC: rth@gcc.gnu.org


Revision 182428 gave

../../src-trunk/gcc/cp/error.c: In function 'void
print_instantiation_full_context(diagnostic_context*)':
../../src-trunk/gcc/cp/error.c:3001:13: error: unknown conversion type
character 'S' in format [-Werror=format]
../../src-trunk/gcc/cp/error.c: In function 'void
print_instantiation_partial_context_line(diagnostic_context*, const
tinst_level*, location_t, bool)':
../../src-trunk/gcc/cp/error.c:3035:15: error: unknown conversion type
character 'S' in format [-Werror=format]
../../src-trunk/gcc/cp/error.c:3035:15: error: unknown conversion type
character 'S' in format [-Werror=format]
../../src-trunk/gcc/cp/error.c:3035:15: error: too many arguments for format
[-Werror=format-extra-args]
At global scope:
cc1plus: error: unrecognized command line option "-Wno-narrowing" [-Werror]
cc1plus: all warnings being treated as errors

make[6]: *** [cp/error.o] Error 1
make[6]: *** Waiting for unfinished jobs....
../../src-trunk/gcc/cp/pt.c: In function 'int push_tinst_level(tree)':
../../src-trunk/gcc/cp/pt.c:8046:27: error: unknown conversion type character
'S' in format [-Werror=format]
../../src-trunk/gcc/cp/pt.c:8046:27: error: too many arguments for format
[-Werror=format-extra-args]
In file included from ../../src-trunk/gcc/cp/pt.c:20540:0:
At global scope:
cc1plus: error: unrecognized command line option "-Wno-narrowing" [-Werror]
cc1plus: all warnings being treated as errors

make[6]: *** [cp/pt.o] Error 1

Revision 182419 is OK. It may be caused by revision 182424:

http://gcc.gnu.org/ml/gcc-cvs/2011-12/msg00563.html


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
@ 2011-12-17 18:29 ` ebotcazou at gcc dot gnu.org
  2011-12-17 20:16 ` schwab@linux-m68k.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2011-12-17 18:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat
                   |                            |dot com

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-12-17 18:28:42 UTC ---
*** Bug 51594 has been marked as a duplicate of this bug. ***


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
  2011-12-17 18:29 ` [Bug bootstrap/51599] " ebotcazou at gcc dot gnu.org
@ 2011-12-17 20:16 ` schwab@linux-m68k.org
  2011-12-17 20:37 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: schwab@linux-m68k.org @ 2011-12-17 20:16 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> 2011-12-17 20:02:27 UTC ---
Did you use --disable-target-libitm?


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
  2011-12-17 18:29 ` [Bug bootstrap/51599] " ebotcazou at gcc dot gnu.org
  2011-12-17 20:16 ` schwab@linux-m68k.org
@ 2011-12-17 20:37 ` hjl.tools at gmail dot com
  2011-12-17 20:39 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-12-17 20:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2011-12-17 20:33:10 UTC ---
(In reply to comment #2)
> Did you use --disable-target-libitm?

I used

--prefix=/usr/local --enable-clocale=gnu --with-system-zlib --enable-shared
--with-demangler-in-ld --with-fpmath=sse
--enable-languages=c,c++,fortran,java,lto,objc


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-12-17 20:37 ` hjl.tools at gmail dot com
@ 2011-12-17 20:39 ` hjl.tools at gmail dot com
  2011-12-18 11:42 ` gerald at pfeifer dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2011-12-17 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> 2011-12-17 20:37:00 UTC ---
C++ compiler is disabled for stage 1 and system C++ compiler
is used for stage 2.


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-12-17 20:39 ` hjl.tools at gmail dot com
@ 2011-12-18 11:42 ` gerald at pfeifer dot com
  2011-12-18 18:37 ` rth at gcc dot gnu.org
  2011-12-19  9:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: gerald at pfeifer dot com @ 2011-12-18 11:42 UTC (permalink / raw)
  To: gcc-bugs

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

Gerald Pfeifer <gerald at pfeifer dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-18
                 CC|                            |gerald at pfeifer dot com
     Ever Confirmed|0                           |1

--- Comment #5 from Gerald Pfeifer <gerald at pfeifer dot com> 2011-12-18 11:26:19 UTC ---
Same for my tests on i386-unknown-freebsd10 and x86_64-unknown-freebsd8
and minimal configure options --prefix and --with-gmp only.

The bootstrapping compiler is GCC 4.2.  Is it possible that this, the
bootstrapping compiler being older, makes a difference somehow?  I see
this in the failing invocation which does not use an absolute path name
for g++!

g++  -I/scratch/tmp/gerald/gcc-HEAD/libcpp -I.
-I/scratch/tmp/gerald/gcc-HEAD/li
bcpp/../include -I./../intl -I/scratch/tmp/gerald/gcc-HEAD/libcpp/include  -g
-O
2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic
-
Wno-long-long -Werror -fno-exceptions -fno-rtti
-I/scratch/tmp/gerald/gcc-HEAD/l
ibcpp -I. -I/scratch/tmp/gerald/gcc-HEAD/libcpp/../include -I./../intl
-I/scratc
h/tmp/gerald/gcc-HEAD/libcpp/include  -c -o identifiers.o -MT identifiers.o
-MMD
 -MP -MF .deps/identifiers.Tpo
/scratch/tmp/gerald/gcc-HEAD/libcpp/identifiers.c
cc1plus: error: unrecognized command line option "-Wno-narrowing"


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-12-18 11:42 ` gerald at pfeifer dot com
@ 2011-12-18 18:37 ` rth at gcc dot gnu.org
  2011-12-19  9:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rth at gcc dot gnu.org @ 2011-12-18 18:37 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

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

--- Comment #6 from Richard Henderson <rth at gcc dot gnu.org> 2011-12-18 18:34:18 UTC ---
The patch in question was reverted.


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

* [Bug bootstrap/51599] [4.7 Regression] Bootstrap failure
  2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2011-12-18 18:37 ` rth at gcc dot gnu.org
@ 2011-12-19  9:31 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-12-19  9:31 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

end of thread, other threads:[~2011-12-19  9:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17 17:06 [Bug bootstrap/51599] New: [4.7 Regression] Bootstrap failure hjl.tools at gmail dot com
2011-12-17 18:29 ` [Bug bootstrap/51599] " ebotcazou at gcc dot gnu.org
2011-12-17 20:16 ` schwab@linux-m68k.org
2011-12-17 20:37 ` hjl.tools at gmail dot com
2011-12-17 20:39 ` hjl.tools at gmail dot com
2011-12-18 11:42 ` gerald at pfeifer dot com
2011-12-18 18:37 ` rth at gcc dot gnu.org
2011-12-19  9:31 ` 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).