This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/61391] [4.10 Regression] ICE in execute_one_pass at -O3 and above
- From: "ysrumyan at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jun 2014 07:55:43 +0000
- Subject: [Bug other/61391] [4.10 Regression] ICE in execute_one_pass at -O3 and above
- Auto-submitted: auto-generated
- References: <bug-61391-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61391
--- Comment #4 from Yuri Rumyantsev <ysrumyan at gmail dot com> ---
It turned out that wrong PR number was used in ChangeLog. In fact this bug was
fixed:
URL: http://gcc.gnu.org/viewcvs?rev=211263&root=gcc&view=rev
Log:
gcc/
PR tree-optimization/61319
* tree-if-conv.c (is_cond_scalar_reduction): Add missed check that
stmt belongs to loop.
gcc/testsuite/
* gcc.dg/torture/pr61319.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/torture/pr61391.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/testsuite/ChangeLog
trunk/gcc/tree-if-conv.c