This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/51472] ICE: verify_gimple failed: invalid rhs for gimple memory store with -fgnu-tm --param tm-max-aggregate-size=32


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

Uros Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Uros Bizjak <ubizjak at gmail dot com> 2011-12-22 15:43:24 UTC ---
(In reply to comment #5)
> fixed

Not really... it still fails on alpha-linux-gnu and
powerpc64-unknown-linux-gnu, although with a different error:

pr51472.c: In function âfooâ:
pr51472.c:8:1: error: missing definition
for SSA_NAME: v.0_2 in statement:
# .MEM_9 = VDEF <.MEM_6>
D.1459 = v.0_2;
pr51472.c:8:1: internal compiler error: verify_ssa failed

(This can be also triggered from x86_64 -> alpha cross.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]