https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824
Aric Belsito changed:
What|Removed |Added
CC||lluixhi at gmail dot com
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71575
--- Comment #1 from Aric Belsito ---
Forgot this in OP:
$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-gentoo-linux-musl/gcc-bin/6.1.0/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-gentoo-linux-musl/6.1.0/lto-wrapper
Target: x86_64-gen
Severity: normal
Priority: P3
Component: regression
Assignee: unassigned at gcc dot gnu.org
Reporter: lluixhi at gmail dot com
Target Milestone: ---
Reduced Testcase:
void w(int x, double *y)
{
int i, j;
double a;
double c[32];
for (i = 0; i