This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26811] New: aix 5.1 won't compile mysql
- From: "cprincipato at dialamerica dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2006 19:50:20 -0000
- Subject: [Bug c++/26811] New: aix 5.1 won't compile mysql
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Making all in mysys
if gcc -pipe -mcpu=power -Wa,-many
-DDEFAULT_BASEDIR=\"/usr/local/mysql\" -DDATADIR="\"/usr/local/mysql
/var\"" -DDEFAULT_CHARSET_HOME="\"/usr/local/mysql\""
-DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DDEFAULT
_HOME_ENV=MYSQL_HOME -DDEFAULT_GROUP_SUFFIX_ENV=MYSQL_GROUP_SUFFIX
-DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../include -I. -O3 -DDBUG_OFF -MT default.o -MD -MP -MF
".deps/default.Tpo" -c -o default.o default.c;
then mv -f ".deps/default.Tpo" ".deps/default.Po"; else rm -f
".deps/default.Tpo"; exit 1; fi
In file included from mysys_priv.h:17,
from default.c:37:
../include/my_global.h:472: warning: weak declaration of '__cxa_pure_virtual'
not supported
default.c: In function 'search_default_file_with_ext':
default.c:577: internal compiler error: in get_indirect_ref_operands, at
tree-ssa-operands.c:1449
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
--
Summary: aix 5.1 won't compile mysql
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: cprincipato at dialamerica dot com
GCC host triplet: AIX 5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26811