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]

bug in gcc-2.92.2


Machine: AlphaServer (Digital) 1000 4/266
OS: Unix 4.0 d ( V 4.0 878 alpha)
gcc 2.95.2 (19991024)

trying make  mySQL-3.22.32

shell> CC=cc CFLAGS=-O CXX=gcc CXXFLAGS=-O3
./configure  --prefix=/usr/local/mysql

----------

make informs "Please submit bug report"

sql_acl.cc:1367: Internal compiler error in `scan_region', at
except.c:2566
Please submit a full bug report.

follow short snap of log
---------
...
...
c++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc
In file included from ../include/global.h:132,
                 from mysql_priv.h:15,
                 from log.cc:17:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration
`void * '
c++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc
In file included from ../include/global.h:132,
                 from mysql_priv.h:15,
                 from init.cc:17:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration
`void * '
c++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc
In file included from ../include/global.h:132,
                 from mysql_priv.h:15,
                 from derror.cc:16:
/usr/include/alloca.h:71: warning: declaration of `void * alloca(int)'
/usr/include/alloca.h:71: warning: conflicts with built-in declaration
`void * '
c++ -DMYSQL_SERVER
-DDEFAULT_MYSQL_HOME="\"/usr/local/mysqc
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 * '
sql_acl.cc: In function `int replace_column_table(THD *, GRANT_TABLE
*, TABLE *:
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 `/usr/internet/mysql-3.22.32/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/internet/mysql-3.22.32/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/internet/mysql-3.22.32'
make: *** [all-recursive-am] Error 2
#
#
---------------------


+------------------------------------------------------------------------+
+ Antero Anttonen,tietohallintop{{llikk|  puh.  : 02 -621 1185
+ Porin kaupunki, tietohallinto-osasto    GSM   : 040-503 1590
+ Antinkatu 6B, II-krs.                   fax   : 02 -633 1189
+ 28100 Pori                              e-mail: antero.anttonen@pori.fi:
+ ** Oikean Rytmin Pori **                www   :  www.pori.fi
+------------------------------------------------------------------------+

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