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

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Jun 10 21:02:00 GMT 2005


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



More information about the Gcc-bugs mailing list