public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Giovanni Bajo" <giovannibajo@libero.it>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/9429: ICE in template instantiation with a pointered new operator
Date: Fri, 24 Jan 2003 14:46:00 -0000	[thread overview]
Message-ID: <20030124144601.3641.qmail@sources.redhat.com> (raw)

The following reply was made to PR c++/9429; it has been noted by GNATS.

From: "Giovanni Bajo" <giovannibajo@libero.it>
To: <gcc-gnats@gcc.gnu.org>,
	<gcc-bugs@gcc.gnu.org>,
	<nobody@gcc.gnu.org>,
	<gcc-prs@gcc.gnu.org>,
	<t-gcc@snowelm.com>
Cc:  
Subject: Re: c++/9429: ICE in template instantiation with a pointered new operator
Date: Fri, 24 Jan 2003 15:45:32 +0100

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
 r=9429
 
 Reduced snippet:
 ------------------------
 struct B
 {
  ~B() throw() {}
 
  void* foo(void)
  { return 0; }
 };
 
 void* operator new(unsigned int, void* __p) { return __p; }
 void operator delete (void*, void*) { };
 
 void A(void)
 {
  (void)new (B().foo()) int();
 }
 
 ------------------------
 ice5.cpp: In function `void A()':
 ice5.cpp:15: Internal compiler error in convert_from_eh_region_ranges_1, at
 except.c:1404
 Please submit a full bug report,
 
 GCC is confused by a temporary with exception specification in destructor
 created within a placement-new expression. For the submitter, the easy fix
 is to modify all the Array*Template<>::MakeEntry() so that the temporary is
 created at function scope instead of within the placement new.
 
 Giovanni Bajo
 


             reply	other threads:[~2003-01-24 14:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-24 14:46 Giovanni Bajo [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-04-07 14:06 Wolfgang Bangerth
2003-04-07 10:56 Giovanni Bajo
2003-01-24 15:06 bangerth
2003-01-24 10:00 t-gcc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030124144601.3641.qmail@sources.redhat.com \
    --to=giovannibajo@libero.it \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).