Bug 8811 - Internal compiler error in extract_constrain_insn_cached
Summary: Internal compiler error in extract_constrain_insn_cached
Status: RESOLVED DUPLICATE of bug 8808
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 3.2.1
: P3 normal
Target Milestone: ---
Assignee: Paolo Carlini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-04 08:46 UTC by ebuddington
Modified: 2019-01-11 19:40 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
test.cc (87.13 KB, application/octet-stream)
2003-05-21 15:16 UTC, ebuddington
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ebuddington 2002-12-04 08:46:02 UTC
Internal compiler error while trying to use inline asm with 
MMX registers.

Release:
gcc-3.2.1

Environment:
Linux-2.4.19 glibc-2.2.4

How-To-Repeat:
g++ -o test test.cc
Comment 1 Paolo Carlini 2002-12-04 10:27:47 UTC
*** This bug has been marked as a duplicate of 8808 ***
Comment 2 Tobias Burnus 2019-01-11 19:40:47 UTC
Author: burnus
Date: Fri Jan 11 19:40:13 2019
New Revision: 267855

URL: https://gcc.gnu.org/viewcvs?rev=267855&root=gcc&view=rev
Log:
PR C++/88114 Gen destructor of an abstract class

        PR C++/8811
        * decl2.c (maybe_emit_vtables): If needed, generate code for
        the destructor of an abstract class.
        (mark_used): Update comment for older function-name change.

        PR C++/88114
        * g++.dg/cpp0x/defaulted61.C: New.
        * g++.dg/cpp0x/defaulted62.C: New.


Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/defaulted61.C
    trunk/gcc/testsuite/g++.dg/cpp0x/defaulted62.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl2.c
    trunk/gcc/testsuite/ChangeLog