Host: HP-UX 11.00
Output of gcc -v:
Using built-in specs.
Target: hppa2.0w-hp-hpux11.00
Configured with: ../configure --prefix=/opt/gcc-4.0.0 --with-gnu-as --with-
as=/opt/binutils/bin/as --enable-languages=c,c++,objc
Thread model: single
gcc version 4.0.0
output of /opt/binutils/bin/as -v:
GNU assembler version 2.15 (hppa2.0w-hp-hpux11.00) using BFD version 2.15
Error occurs compling MySQL database sourcecode 4.1.11
Command line the causes the error:
if gcc -DDEFAULT_BASEDIR=\"/opt/mysql\" -DDATADIR="\"/opt/mysql/var\"" -
DDEFAULT_CHARSET_HOME="\"/opt/mysql\"" -DSHAREDIR="\"/opt/mysql/share/mysql\"" -
DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.-O3 -DDBUG_OFF -O3 -
march=2.0 -DHPUX11 -DSNPRINTF_RETURN_TRUNC -DHAVE_BROKEN_PREAD -
DDONT_USE_FINITE -DHAVE_BROKEN_GETPASS -DNO_FCNTL_NONBLOCK -
DDO_NOT_REMOVE_THREAD_WRAPPERS -DHAVE_BROKEN_PTHREAD_COND_TIMEDWAIT -MT
default.o -MD -MP -MF ".deps/default.Tpo" -c -o default.o default.c; \
then mv -f ".deps/default.Tpo" ".deps/default.Po"; else rm -
f ".deps/default.Tpo"; exit 1; fi
default.c: In function 'search_default_file_with_ext':
default.c:346: internal compiler error: in get_indirect_ref_operands, at tree-
ssa-operands.c:1449
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
--
Summary: internal compiler error: in get_indirect_ref_operands,
at tree-ssa-operands.c:1449
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pbriggs at clinitech dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: hppa2.0w-hp-hpux11.00
GCC host triplet: hppa2.0w-hp-hpux11.00
GCC target triplet: hppa2.0w-hp-hpux11.00
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21505