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]

g++ alphaev6-dec-osf4.0e internal compiler error for mysql module sql_acl.cc


gcc version: 2.95.2
system: alphaev6-dec-osf4.0e

Tried to compile mysql-3.22.32 but got an internal compiler error

make[3]: Entering directory `/bigdisk/src/mysql-3.22.32/sql'
c++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\""
-DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include
-I./../regex -I. -I../include -I.. -I. -D_
LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -DDBUG_OFF
-fno-implicit-templates -c sql_acl.cc
In file included from ../include/global.h:132,
                 from mysql_priv.h:15,
                 from sql_acl.cc:25:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration `void
* a
lloca(long unsigned int)'
sql_acl.cc: In function `int replace_column_table(THD *, GRANT_TABLE *,
TABLE *,
 const LEX_USER &, List<LEX_COLUMN> &, const char *, const char *, unsigned
int,
 bool)':
sql_acl.cc:1367: Internal compiler error in `scan_region', at except.c:2566
Please submit a full bug report.

Here is the output of the compiler using the -v --save-temps switch:

 <<sql_acl.ii.bz2>> 

sql_acl.ii.bz2


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