This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/22003] [4.1 Regression] -freorder-blocks-and-partition and thunks


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-10 21:02 -------
Confirmed, reduced testcase:
struct c1
{
    virtual ~c1();
};
class c4;

struct c2
{
    virtual c4* func();
};

struct c3 : c1, c2
{
    c4* func();
};

c4* c3::func()
{
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ctice at apple dot com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-10 21:02:16
               date|                            |
            Summary|-freorder-blocks-and-       |[4.1 Regression] -freorder-
                   |partition causes ICE on     |blocks-and-partition and
                   |4.1.0 (20050604)            |thunks
   Target Milestone|---                         |4.1.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]