This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/77286] [7 Regression] ICE in fold_convert_loc, at fold-const.c:2248 building 435.gromacs
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 18 Aug 2016 10:26:34 +0000
- Subject: [Bug tree-optimization/77286] [7 Regression] ICE in fold_convert_loc, at fold-const.c:2248 building 435.gromacs
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-77286-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77286
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Seen with r239549 and checking disabled. Current TOT leads to
coupling.c: In function ‘nosehoover_tcoupl’:
coupling.c:364:6: error: invalid operands in binary operation
void nosehoover_tcoupl(t_grpopts *opts,t_groups *grps,
^~~~~~~~~~~~~~~~~
_182 = .MEM_183 + _179;
coupling.c:364:6: error: invalid operands in gimple comparison
if (i_184 < .MEM_183)
coupling.c:364:6: error: invalid operands in binary operation
_192 = .MEM_183 + _179;
coupling.c:364:6: error: invalid PHI argument
.MEM_183
coupling.c:364:6: error: incompatible types in PHI argument 0
int
void
...
not in my dev tree though.