This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/49270] make BOOT_CFLAGS="-g -O3" CFLAGS_FOR_TARGET="-g -O3" CXXFLAGS_FOR_TARGET="-g -O3" failure


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

--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-06-03 00:36:36 UTC ---
Opps, spoke too soon, the change in comment 3 converts the bootstrap failure
to...


/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/./prev-gcc/xgcc
-B/sw/src/fink.build/gcc47-4.7.0-1000/darwin_objdir/./prev-gcc/
-B/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/bin/
-B/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/bin/
-B/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/lib/ -isystem
/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/include -isystem
/sw/lib/gcc4.7/x86_64-apple-darwin11.0.0/sys-include    -c   -g -O3 -gtoggle
-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 -Werror -Wold-style-definition
-Wc++-compat -fno-common  -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.7-20110602/gcc
-I../../gcc-4.7-20110602/gcc/. -I../../gcc-4.7-20110602/gcc/../include
-I../../gcc-4.7-20110602/gcc/../libcpp/include -I/sw/include -I/sw/include 
-I../../gcc-4.7-20110602/gcc/../libdecnumber
-I../../gcc-4.7-20110602/gcc/../libdecnumber/dpd -I../libdecnumber
-I/sw/include  -I/sw/include -DCLOOG_INT_GMP -DCLOOG_ORG -I/sw/include
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c -o ipa-inline-analysis.o
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c: In function
âinline_read_summaryâ:
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c:2290:26: error: array
subscript is above array bounds [-Werror=array-bounds]
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c:2290:26: error: array
subscript is above array bounds [-Werror=array-bounds]
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c:2290:26: error: array
subscript is above array bounds [-Werror=array-bounds]
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c:2292:3: error: âout.clause[1]â
may be used uninitialized in this function [-Werror=uninitialized]
../../gcc-4.7-20110602/gcc/ipa-inline-analysis.c:2282:20: note: âout.clause[1]â
was declared here
etc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]