------- Additional Comments From dberlin at gcc dot gnu dot org  2005-07-08 
12:54 -------
Subject: Re:  [4.1 Regression] ACATS ICE
        cc40001 in first_vi_for_offset, at tree-ssa-structalias.c:2566

On Fri, 2005-07-08 at 09:33 +0000, pluto at agmk dot net wrote:
> ------- 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

There's a few bugs involved, it's just that the first_vi_for_offset is
the common place for the assert to trigger.

> :
> 
> [ 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
> (...)
> 
> 

Can you -save-temps that and attach the preprocessed source?
If so, i'll fix the bug :)




-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22277

Reply via email to