This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13398] New: ICE in try block with assert
- From: "wanderer at rsu dot ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Dec 2003 14:23:22 -0000
- Subject: [Bug c++/13398] New: ICE in try block with assert
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
GCC from CVS mainline ICE at compiling:
#include<cassert>
void test() try{
assert(true); // or false (with same error)
}catch(int){
}
--
Summary: ICE in try block with assert
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wanderer at rsu dot ru
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-unknown-freebsd5.1
GCC host triplet: i386-unknown-freebsd5.1
GCC target triplet: i386-unknown-freebsd5.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13398