public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48802] New: ICE with inheritance and nothrow virtual destructors
@ 2011-04-28 11:07 marc.glisse at normalesup dot org
  2011-07-24  2:02 ` [Bug c++/48802] " pinskia at gcc dot gnu.org
  2011-07-27 15:04 ` marc.glisse at normalesup dot org
  0 siblings, 2 replies; 3+ messages in thread
From: marc.glisse at normalesup dot org @ 2011-04-28 11:07 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ICE with inheritance and nothrow virtual destructors
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


namespace std {
    struct range_error  {
        virtual ~range_error() throw();
    };
    struct Uncertain_conversion_exception : std::range_error {
        ~Uncertain_conversion_exception() throw() {
        }
    };
}

$ c++ bug.cc -fsyntax-only        
bug.cc:7:3: internal compiler error: Segmentation fault

(I noticed it with C++0x, but it seems to apply to C++03 as well)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/48802] ICE with inheritance and nothrow virtual destructors
  2011-04-28 11:07 [Bug c++/48802] New: ICE with inheritance and nothrow virtual destructors marc.glisse at normalesup dot org
@ 2011-07-24  2:02 ` pinskia at gcc dot gnu.org
  2011-07-27 15:04 ` marc.glisse at normalesup dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-07-24  2:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-07-24 02:01:59 UTC ---
Works for me with:

GNU C++ (GCC) version 4.7.0 20110723 (experimental) [trunk revision 176707]
(x86_64-unknown-linux-gnu)
    compiled by GNU C version 4.7.0 20110723 (experimental) [trunk revision
176707], GMP version 4.2.2, MPFR version 2.3.1, MPC version 0.8


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c++/48802] ICE with inheritance and nothrow virtual destructors
  2011-04-28 11:07 [Bug c++/48802] New: ICE with inheritance and nothrow virtual destructors marc.glisse at normalesup dot org
  2011-07-24  2:02 ` [Bug c++/48802] " pinskia at gcc dot gnu.org
@ 2011-07-27 15:04 ` marc.glisse at normalesup dot org
  1 sibling, 0 replies; 3+ messages in thread
From: marc.glisse at normalesup dot org @ 2011-07-27 15:04 UTC (permalink / raw)
  To: gcc-bugs

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

Marc Glisse <marc.glisse at normalesup dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Marc Glisse <marc.glisse at normalesup dot org> 2011-07-27 15:04:36 UTC ---
I can reproduce it with a snapshot from 2011/06/24 but not 2011/07/09 so it
looks like it was fixed somehow.

Marking as resolved-fixed (can't find anything like "no longer reproducible"),
feel free to change the status to something more appropriate.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-27 15:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-28 11:07 [Bug c++/48802] New: ICE with inheritance and nothrow virtual destructors marc.glisse at normalesup dot org
2011-07-24  2:02 ` [Bug c++/48802] " pinskia at gcc dot gnu.org
2011-07-27 15:04 ` marc.glisse at normalesup dot org

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).