[Bug c++/13398] New: ICE in try block with assert

wanderer at rsu dot ru gcc-bugzilla@gcc.gnu.org
Sun Dec 14 14:23:00 GMT 2003


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



More information about the Gcc-bugs mailing list