internal compiler error: in referenced_var_lookup, at tree-dfa.c
Jay K
jay.krell@cornell.edu
Mon Sep 13 13:33:00 GMT 2010
I have it seemingly working now, much better, thanks for the nudges -- that indeed high id is invalid, and to look again at my GTY use.
I don't know if it made the difference but I changed some whitespace to match others, and
typedef struct foo_t { ... } foo_t;
to
typedef struct foo { ... } foo_t; without the _t on the struct tag.
- Jay
----------------------------------------
...snip...
More information about the Gcc
mailing list