This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
a bug ?
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: a bug ?
- From: "Rob Johnson" <RxJohnso at comdisco dot com>
- Date: Thu, 24 Feb 2000 05:38:22 -0600
gcc version 2.95.2
DEC ALPHA 2100 OSF1 v 4.0E
trying to compile mysql 3.22.32
sorry if this is crap - I'm no c programmer.
command line and output follow: and in cao.txt
Making all in share
No suffix list.
c++ -v --save-temps -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
Reading specs from /usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/cpp -lang-c++ -v -I./../include -I./../regex -I. -I../include -I.. -I. -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4) -D__EXCEPTIONS -D__OPTIMIZE__ -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="/usr/local" -DDATADIR="/usr/local/var" -DSHAREDIR="/usr/local/share/mysql" -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDBUG_OFF sql_acl.cc sql_acl.ii
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:
../include
../regex
.
../include
..
.
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/../../../../include/g++-3
/usr/local/include
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/../../../../alphaev5-dec-osf4.0e/include
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/cc1plus sql_acl.ii -quiet -dumpbase sql_acl.cc -O3 -version -fno-implicit-templates -o sql_acl.s
GNU C++ version 2.95.2 19991024 (release) (alphaev5-dec-osf4.0e) compiled by GNU C version 2.95.2 19991024 (release).
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 * alloca(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.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
*** Exit 1
Stop.
*** Exit 1
Stop.
sql_acl.ii.gz
Making all in share
No suffix list.
c++ -v --save-temps -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
Reading specs from /usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release)
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/cpp -lang-c++ -v -I./../include -I./../regex -I. -I../include -I.. -I. -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -D__cplusplus -Dunix -D__osf__ -D_LONGLONG -DSYSTYPE_BSD -D_SYSTYPE_BSD -D__unix__ -D__osf__ -D_LONGLONG -D__SYSTYPE_BSD__ -D_SYSTYPE_BSD -D__unix -D__SYSTYPE_BSD -Asystem(unix) -Asystem(xpg4) -D__EXCEPTIONS -D__OPTIMIZE__ -D__LANGUAGE_C_PLUS_PLUS__ -D__LANGUAGE_C_PLUS_PLUS -D__cplusplus -Acpu(alpha) -Amachine(alpha) -D__alpha -D__alpha__ -D__alpha_ev5__ -Acpu(ev5) -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="/usr/local" -DDATADIR="/usr/local/var" -DSHAREDIR="/usr/local/share/mysql" -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DDBUG_OFF sql_acl.cc sql_acl.ii
GNU CPP version 2.95.2 19991024 (release)
#include "..." search starts here:
#include <...> search starts here:
../include
../regex
.
../include
..
.
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/../../../../include/g++-3
/usr/local/include
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/../../../../alphaev5-dec-osf4.0e/include
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
/usr/local/lib/gcc-lib/alphaev5-dec-osf4.0e/2.95.2/cc1plus sql_acl.ii -quiet -dumpbase sql_acl.cc -O3 -version -fno-implicit-templates -o sql_acl.s
GNU C++ version 2.95.2 19991024 (release) (alphaev5-dec-osf4.0e) compiled by GNU C version 2.95.2 19991024 (release).
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 * alloca(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.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
*** Exit 1
Stop.
*** Exit 1
Stop.