GCC Bugzilla – Attachment 38306 Details for
Bug 70725
Internal compiler error (ICE) on valid code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Reproducer
small_if_conv.cpp (text/x-csrc), 563 bytes, created by
Anton Mitrokhin
on 2016-04-19 09:09:05 UTC
(
hide
)
Description:
Reproducer
Filename:
MIME Type:
Creator:
Anton Mitrokhin
Created:
2016-04-19 09:09:05 UTC
Size:
563 bytes
patch
obsolete
>// gcc version 7.0.0 20160418 (experimental) (Revision=235172/svn-rev:235172/) >// >// g++ -std=c++11 -Ofast -march=skylake-avx512 -c -o out small.cpp >// g++ -std=c++11 -Ofast -march=broadwell -c -o out small.cpp >// g++ -std=c++11 -Ofast -march=knl -c -o out small.cpp > >extern short a; >extern int b, d; >extern int c[100]; >extern int e; >extern int f; > >void fn1() { > for (; e < 2; e = e + 1) > d = a; > for (;;) > for (int g = 0; g < 5; g = g + 1) > for (int h = 0; h < 2; h = h + 1) > for (int i = 0; i < 3; i = i + 1) > c[f + i] = a && b; >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 70725
: 38306