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]

internal compiler error compiling mysql


command line:
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 item_func.cc

error i got:
item_func.cc: In method `Item_num_func::Item_num_func(Item *)':
item_func.cc:1449: Internal compiler error.

using gcc 2.95.2

System:
OpenBSD 2.7 on an i386 (233 MHz processor made by Kingston)

item_func.ii is attached

As a side note- I originally got the same error on a different file
(item.cc), but when I tried it again from the command line, with the -v
--save-temps switches, it compiled ok. The same thing happened with the
next couple files, until the one I'm sending, item_func.cc.

item_func.zip


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