[Bug tree-optimization/69378] New: FAIL: g++.dg/tree-ssa/pr61034.C
thopre01 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 20 06:14:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69378
Bug ID: 69378
Summary: FAIL: g++.dg/tree-ssa/pr61034.C
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
CC: rguenther at suse dot de
Target Milestone: ---
Target: arm-none-eabi
Created attachment 37400
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37400&action=edit
Diff of optimized dump before and after offending commit
g++.dg/tree-ssa/pr61034.C fails after r232401 with:
FAIL: g++.dg/tree-ssa/pr61034.C -std=gnu++11 scan-tree-dump-times optimized
"free" 4
FAIL: g++.dg/tree-ssa/pr61034.C -std=gnu++14 scan-tree-dump-times optimized
"free" 4
FAIL: g++.dg/tree-ssa/pr61034.C -std=gnu++98 scan-tree-dump-times optimized
"free" 4
It then finds 7 instances of free instead of 4. Attached is the diff of the
dump before and after that commit.
More information about the Gcc-bugs
mailing list