This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/22277] [4.1 Regression] ACATS ICE cc40001 in first_vi_for_offset, at tree-ssa-structalias.c:2566
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2005 09:33:33 -0000
- Subject: [Bug tree-optimization/22277] [4.1 Regression] ACATS ICE cc40001 in first_vi_for_offset, at tree-ssa-structalias.c:2566
- References: <20050702130552.22277.laurent@guerby.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pluto at agmk dot net 2005-07-08 09:33 -------
(In reply to comment #1)
> Most likely related to PR 22279.
`first_vi_for_offset` bug still occurs and it's easy to reproduct:
[ qt4 build / gcc-20050707T1814UTC ]
(...)
g++ -c -pipe -I/usr/include/postgresql/server -I/usr/include/mysql -O2
-march=i686 -mtune=pentium4 -fvisibility=hidden -fvisibility-inlines-hidden
-D_REENTRANT -Wall -W -fPIC -DQT_CLEAN_NAMESPACE -DQT_COMPAT
-DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_PLUGIN
-DQT_CORE_LIB -DQT_SQL_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED
-I/home/users/pluto/rpm/BUILD/qt-x11-opensource-desktop-4.0.0/mkspecs/linux-g++
-I. -I../../../../include/QtSql -I../../../../include/QtCore
-I../../../../include -I.moc/release-shared -I. -o
.obj/release-shared/qsql_mysql.o ../../../sql/drivers/mysql/qsql_mysql.cpp
../../../sql/drivers/mysql/qsql_mysql.cpp: In member function 'virtual bool
QMYSQLResult::exec()':
../../../sql/drivers/mysql/qsql_mysql.cpp:685: internal compiler error: in
first_vi_for_offset, at tree-ssa-structalias.c:2585
(...)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22277