From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14238 invoked by alias); 24 Jan 2004 10:13:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14227 invoked by uid 48); 24 Jan 2004 10:13:31 -0000 Date: Sat, 24 Jan 2004 10:13:00 -0000 From: "mattyt-bugzilla at tpg dot com dot au" To: gcc-bugs@gcc.gnu.org Message-ID: <20040124101327.13845.mattyt-bugzilla@tpg.com.au> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13845] New: ICE using __PRETTY_FUNCTION__ and exception lists. X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg03069.txt.bz2 List-Id: This code gives an ICE: void func() throw () { __PRETTY_FUNCTION__; } Kind of similar to bug #12709. -- Summary: ICE using __PRETTY_FUNCTION__ and exception lists. Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mattyt-bugzilla at tpg dot com dot au CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13845