: unassigned at gcc dot gnu.org
Reporter: saguryev.gnu at gmail dot com
Target Milestone: ---
gcc raises ICE as follows starting from rev. 235653 :
[# 0001] {2186}$> ./gcc -O3 -flto -march=core-avx2 O768_r.c
[ warnings snip
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71077
--- Comment #1 from Sergey ---
Upd: with the reduced testcase the problem hid out after May 3; here is a
bigger testcase which reveals it reliably :
output_inline_function() { rest_of_compilation(); }
*a;
b, c, d, e;
sched_analyze() {
for (;
-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: saguryev.gnu at gmail dot com
Target Milestone: ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71596
--- Comment #2 from Sergey ---
( may be related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70902 ? )
- genrecog crashes with segv if built with gcc@r235523 and later after emitting
first 32k of its output -- stack trace below;
- it's genre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267
Sergey changed:
What|Removed |Added
CC||saguryev.gnu at gmail dot com
--- Comment #1
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: saguryev.gnu at gmail dot com
CC: aivchenk at gmail dot com, saguryev.gnu at gmail dot com,
unassigned at gcc dot gnu.org
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77400
--- Comment #2 from Sergey ---
Indeed, I missed that it was dynamically linked by default and system bundled
( older ) libfortran was used. Thus it's a problem in the original program
which has hard-coded seed(12) as it had been a constant for y