[Bug optimization/12920] [tree-ssa] compiler fails to build gdb
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 5 23:32:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12920
falk at debian dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From falk at debian dot org 2003-11-05 23:32 -------
Confirmed on alpha-linux 3.5-tree-ssa 20031105. Smaller test case:
void stringify_collection_list(char *(*str_list)[])
{
(*str_list)[0] = 0;
}
More information about the Gcc-bugs
mailing list