[Bug c++/30221] [4.1/4.2/4.3 Regression] internal compiler error: in reshape_init_r, at cp/decl.c:4632

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 15 15:41:00 GMT 2006



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-12-15 15:40 -------
Reduced testcase (well too far reduced):
class abstract {};
typedef void (abstract::*fptr1) (short & s ) const;
struct s {};
s array[] =
{
 (fptr1)0
};
--------------------
Reduced not too far:
class abstract {};
typedef void (abstract::*fptr1) (short & r ) const;
struct s {fptr1 f;};
s array[] =
{
 (fptr1)0
};


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|4.1.1 20061011 (Red Hat     |
                   |4.1.1-30)                   |
   GCC host triplet|i386-pc-linux-gnu           |
 GCC target triplet|i386-pc-linux-gnu           |
           Keywords|                            |ice-on-valid-code
      Known to fail|4.1.1                       |4.1.1 4.2.0 4.3.0 4.1.2
      Known to work|3.2.3 3.3.6 3.4.6           |3.2.3 3.3.6 3.4.6 4.0.4
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-15 15:40:49
               date|                            |
            Summary|internal compiler error: in |[4.1/4.2/4.3 Regression]
                   |reshape_init_r, at          |internal compiler error: in
                   |cp/decl.c:4632              |reshape_init_r, at
                   |                            |cp/decl.c:4632
   Target Milestone|---                         |4.1.2


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



More information about the Gcc-bugs mailing list