[Bug fortran/77400] fortran compfails on random_seed(PUT) if seed size is less than 33

2016-08-29 Thread saguryev.gnu at gmail dot com
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

[Bug fortran/77400] New: fortran compfails on random_seed(PUT) if seed size is less than 33

2016-08-29 Thread saguryev.gnu at gmail dot com
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

[Bug target/77267] MPX does not work in a presence of "-Wl,-as-needed" option (Ubuntu default)

2016-08-22 Thread saguryev.gnu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267 Sergey changed: What|Removed |Added CC||saguryev.gnu at gmail dot com --- Comment #1

[Bug rtl-optimization/71596] [7 Regression] gcc bootstrap fails due to segv in genrecog

2016-06-20 Thread saguryev.gnu at gmail dot com
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

[Bug rtl-optimization/71596] New: gcc bootstrap fails due to segv in genrecog

2016-06-20 Thread saguryev.gnu at gmail dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: saguryev.gnu at gmail dot com Target Milestone: ---

[Bug tree-optimization/71077] gcc -lto raises ICE

2016-05-11 Thread saguryev.gnu at gmail dot com
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 (;

[Bug lto/71077] New: gcc -lto raises ICE

2016-05-11 Thread saguryev.gnu at gmail dot com
: 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