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]

c++ internal error report


Hi,

System:  Digital Unix 4.0d

gcc:	gcc version 2.95.2 19991024 (release) 


On trying to compile MySQL I got an internal error.


Do you think this is due to the warnings ( I did see a patch for gcc for
OSF regarding bogus multiple warnings but have not installed it yet)

Attached is also sql_acl.ii.

Thanks for any suggestions.

Roman.


(last lines of compile)
-------------------------------------------------------------------------

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 * 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.
make[3]: *** [sql_acl.o] Error 1
make[3]: Leaving directory `/var/local/src/mysql-3.22.32/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/local/src/mysql-3.22.32/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/local/src/mysql-3.22.32'
make: *** [all-recursive-am] Error 2   
-- 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Roman Bogoyev, Computer Systems Manager,      email: roman@maths.uwa.edu.au
UWA Maths, Stirling Hwy, Nedlands,            phone: +61 8 9380 3379
Western Australia 6907                        fax: +61 8 9380 1028

sql_acl.ii.gz


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