https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67891
Bug ID: 67891
Summary: [6 Regression] FAIL: gcc.dg/pr43300.c (internal
compiler error) on alpha-linux-gnu
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: ubizjak at gmail dot com
CC: aoliva at gcc dot gnu.org
Target Milestone: ---
r228175 introduced following testcase failure on alpha-linux-gnu:
FAIL: gcc.dg/pr43300.c (internal compiler error)
FAIL: gcc.dg/pr43300.c (test for excess errors)
The failure can be triggered with a crosscompiler from x86_64-linux-gnu to
alpha-linux-gnu:
~/gcc-build-alpha/gcc/cc1 -Os -quiet pr43300.c
pr43300.c: In function ‘foo’:
pr43300.c:8:1: internal compiler error: in adjust_one_expanded_partition_var,
at cfgexpand.c:1401
foo (int x, V2SF a)
^
0x7b18e3 adjust_one_expanded_partition_var
../../gcc-svn/trunk/gcc/cfgexpand.c:1401
0x7c2a19 execute
../../gcc-svn/trunk/gcc/cfgexpand.c:6217
Please submit a full bug report,