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/55566] [4.8 regression] [IA64] ICE during bootstrap (related to recent "vec" re-implementation?)


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

--- Comment #2 from Gary Funck <gary at intrepid dot com> 2012-12-02 20:43:45 UTC ---
The configure options specified are:

CC=/usr/bin/gcc
CXX=/usr/bin/g++
$src/configure --enable-languages=c,c++ 
--enable-checking --disable-bootstrap --disable-multilib
--disable-libmudflap --disable-libssa --disable-lto
--prefix=/eng/upc/dev/gary/gcc-trunk

Configure reports:

CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'


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