--- Comment #6 from hjl at gcc dot gnu dot org 2009-08-30 02:07 ---
Subject: Bug 41163
Author: hjl
Date: Sun Aug 30 02:06:32 2009
New Revision: 151218
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151218
Log:
2009-08-29 H.J. Lu
Backport from mainline:
2009-0
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-08-26 14:05 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-08-26 13:23 ---
Subject: Bug 41163
Author: rguenth
Date: Wed Aug 26 13:23:04 2009
New Revision: 151122
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151122
Log:
2009-08-26 Richard Guenther
PR middle-end/41163
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org
--- 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