------- Comment #3 from rguenth at gcc dot gnu dot org  2006-03-21 09:37 -------
Confirmed.  Though the unreduced testcase does not build for me.  The testcase
in question is

struct i2c_driver {
 struct module *owner;
 int (*command)(struct i2c_client *client,unsigned int cmd, void *arg);
 struct device_driver driver;
}
static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg);
static struct i2c_driver driver = {
        .command = msp_command,
},


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |error-recovery, ice-on-
                   |                            |invalid-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-21 09:37:33
               date|                            |


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

Reply via email to