------- Comment #3 from rguenth at gcc dot gnu dot org  2009-08-25 15:37 -------
Confirmed.

struct option {
    void *value;
};
void parse_options (struct option *);
void cmd_grep(void)
{
    struct option options[] = { { &options } };
    parse_options(options);
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
  GCC build triplet|i586-suse-linux/x86_64-suse-|
                   |linux                       |
   GCC host triplet|i586-suse-linux/x86_64-suse-|
                   |linux                       |
 GCC target triplet|i586-suse-linux/x86_64-suse-|
                   |linux                       |
           Keywords|                            |ice-checking, ice-on-valid-
                   |                            |code
   Last reconfirmed|0000-00-00 00:00:00         |2009-08-25 15:37:51
               date|                            |
            Summary|verify_gimple fails         |[4.5 Regression]
                   |                            |verify_gimple fails
   Target Milestone|---                         |4.5.0


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

Reply via email to