This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
bug
- to: egcs-bugs at cygnus dot com
- Subject: bug
- From: Brian Grossman <briang at gomer dot fc dot hp dot com>
- Date: Mon, 31 Aug 1998 13:58:29 -0600
On hppa1.0-hp-hpux10.20, I get an internal compiler error when
compiling sql_yacc.cc from mysql-3.21.33. -O and -O2 produce they
error. -O0 does not. This is with egcs-1.0.3a.
On egcs-1.0.1, compiling the same sql_yacc.cc complained about out of memory.
The message says
g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I../mit-pthreads/include -I./../include -I./../regex -I. -I../include -I.. -I. -O -O2 -fno-implicit-templates -DDBUG_OFF -c sql_yacc.cc
/my/gnu/lib/bison/bison.simple: In function `int yyparse()':
/my/gnu/lib/bison/bison.simple:692: Internal compiler error.
/my/gnu/lib/bison/bison.simple:692: Please submit a full bug report to `egcs-bugs@cygnus.com'.
Brian