From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Grossman To: egcs-bugs@cygnus.com Subject: bug Date: Mon, 31 Aug 1998 13:07:00 -0000 Message-id: <199808311958.NAA05595@gomer.fc.hp.com> X-SW-Source: 1998-08/msg00691.html List-Id: 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