public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/53343] New: [4.8 regression] options.c:9944:1: error: no previous prototype for 'common_handle_option_auto' broke bootstrap on sparc64-linux
@ 2012-05-14 12:58 mikpe at it dot uu.se
  2012-05-15  9:26 ` [Bug bootstrap/53343] " mikpe at it dot uu.se
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: mikpe at it dot uu.se @ 2012-05-14 12:58 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 53343
           Summary: [4.8 regression] options.c:9944:1: error: no previous
                    prototype for 'common_handle_option_auto' broke
                    bootstrap on sparc64-linux
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mikpe@it.uu.se


An attempt to bootstrap gcc-4.8-20120513 on sparc64-linux failed with:

/mnt/scratch/objdir48/./prev-gcc/xgcc -B/mnt/scratch/objdir48/./prev-gcc/
-B/mnt/scratch/install48/sparc64-unknown-linux-gnu/bin/
-B/mnt/scratch/install48/sparc64-unknown-linux-gnu/bin/
-B/mnt/scratch/install48/sparc64-unknown-linux-gnu/lib/ -isystem
/mnt/scratch/install48/sparc64-unknown-linux-gnu/include -isystem
/mnt/scratch/install48/sparc64-unknown-linux-gnu/sys-include    -c   -g -O2
-gtoggle -DIN_GCC   -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror
-Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I.
-I/mnt/scratch/gcc-4.8-20120513/gcc -I/mnt/scratch/gcc-4.8-20120513/gcc/.
-I/mnt/scratch/gcc-4.8-20120513/gcc/../include
-I/mnt/scratch/gcc-4.8-20120513/gcc/../libcpp/include
-I/home/mikpe/pkgs/linux-sparc64/gmp-5.0.4/include
-I/home/mikpe/pkgs/linux-sparc64/mpfr-3.1.0/include
-I/home/mikpe/pkgs/linux-sparc64/mpc-0.9/include 
-I/mnt/scratch/gcc-4.8-20120513/gcc/../libdecnumber
-I/mnt/scratch/gcc-4.8-20120513/gcc/../libdecnumber/dpd -I../libdecnumber   
options.c -o options.o
options.c:9944:1: error: no previous prototype for 'common_handle_option_auto'
[-Werror=missing-prototypes]
 common_handle_option_auto (struct gcc_options *opts,                  
 ^
cc1: all warnings being treated as errors
make[3]: *** [options.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm cpp.pod gfdl.pod fsf-funding.pod gfortran.pod gcc.pod gcov.pod
make[3]: Leaving directory `/mnt/scratch/objdir48/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/mnt/scratch/objdir48'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/mnt/scratch/objdir48'
make: *** [bootstrap] Error 2

gcc-4.8-20120506 did bootstrap OK.  Presumably caused by PR53063 patch.

Configuration parameters:
/mnt/scratch/gcc-4.8-20120513/configure --prefix=/mnt/scratch/install48
--with-gmp=/home/mikpe/pkgs/linux-sparc64/gmp-5.0.4
--with-mpfr=/home/mikpe/pkgs/linux-sparc64/mpfr-3.1.0
--with-mpc=/home/mikpe/pkgs/linux-sparc64/mpc-0.9 --with-cpu=v8
--enable-multilib --disable-plugin --disable-lto --disable-nls
--enable-threads=posix --enable-checking=release --disable-libmudflap
--enable-languages=c,c++,fortran,ada --disable-build-poststage1-with-cxx


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

end of thread, other threads:[~2012-09-07 11:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-14 12:58 [Bug bootstrap/53343] New: [4.8 regression] options.c:9944:1: error: no previous prototype for 'common_handle_option_auto' broke bootstrap on sparc64-linux mikpe at it dot uu.se
2012-05-15  9:26 ` [Bug bootstrap/53343] " mikpe at it dot uu.se
2012-05-15 12:22 ` [Bug bootstrap/53343] [4.8 regression] options.c:9944:1: error: no previous prototype for 'common_handle_option_auto' breaks bootstrap manu at gcc dot gnu.org
2012-05-26 23:58 ` pinskia at gcc dot gnu.org
2012-05-27 22:07 ` mikpe at it dot uu.se
2012-05-27 23:12 ` tkoenig at gcc dot gnu.org
2012-08-16 11:03 ` rguenth at gcc dot gnu.org
2012-09-07 11:53 ` 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).