[Bug middle-end/41043] [4.4 Regression] virtual memory exhausted: Cannot allocate memory
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 11 10:58:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41043
--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Thu Sep 11 10:57:26 2014
New Revision: 215162
URL: https://gcc.gnu.org/viewcvs?rev=215162&root=gcc&view=rev
Log:
2014-09-11 Richard Biener <rguenther@suse.de>
PR middle-end/41043
* match-conversions.pd ((T1)(X * Y) -> (T1)X * (T1)Y): Restrict
to a single or single-use SSA names.
* gimple-match-head.c: Include tree-phinodes.h and ssa-iterators.h.
* generic-match-head.c: Likewise.
Modified:
branches/match-and-simplify/gcc/ChangeLog.mas
branches/match-and-simplify/gcc/generic-match-head.c
branches/match-and-simplify/gcc/gimple-match-head.c
branches/match-and-simplify/gcc/match-conversions.pd
More information about the Gcc-bugs
mailing list