[Bug c++/78363] New: internal compiler error: in force_type_die, at dwarf2out.c:24864

2016-11-15 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Consider the following code snippet (a very abridged version of libgomp/testsuite/libgomp.c++/pr58706.C): int main() { int n = 0

[Bug debug/78363] internal compiler error: in force_type_die, at dwarf2out.c:24864

2016-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78363 Andrey Guskov changed: What|Removed |Added Component|c++ |debug --- Comment #1 from Andrey Guskov

[Bug tree-optimization/79920] [6 Regression] Incorrect floating point results when compiling with -O3

2017-03-13 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79920 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug testsuite/81624] [8 Regression] FAIL: gcc.target/i386/pr59501-3a.c scan-assembler-not and[^\n\r]*sp

2017-08-01 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81624 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug tree-optimization/79920] [6 Regression] Incorrect floating point results when compiling with -O3

2017-05-16 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79920 --- Comment #7 from Andrey Guskov --- (In reply to Mikael Pettersson from comment #6) > (In reply to Andrey Guskov from comment #5) > > The revision 245968 breaks compilation of 465.tonto from SPEC2006 with these > > options: > > > > -m32

[Bug debug/81155] Debug make check regressions in GCC 8.0

2017-06-22 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81155 --- Comment #2 from Andrey Guskov --- Well, it is actually a bisection. Do I need to rule out a GDB problem? GDB on our testing machine is as follows: $ gdb -v | grep GDB GNU gdb (GDB) Fedora 7.10.1-31.fc23 This GDB was configured as

[Bug debug/81155] New: Debug make check regressions in GCC 8.0

2017-06-21 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Revision r249105 produces several new make check fails: FAIL: gcc.dg/guality/pr43051-1.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 34 c == [0] FAIL: gcc.dg

[Bug jit/80954] New: JIT make check regression for GCC 8.0

2017-06-02 Thread andrey.y.guskov at intel dot com
Assignee: dmalcolm at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Created attachment 41454 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41454=edit JIT make check fails Revision r248336 made GCC JIT make check start reporting mass fa

[Bug fortran/82184] [8 Regression] 187.facerec in SPEC CPU 2000 miscompares

2017-09-13 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug fortran/82184] [8 Regression] 187.facerec in SPEC CPU 2000 miscompares

2017-09-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184 --- Comment #9 from Andrey Guskov --- Yep, 187 seems to be working now. Not sure about performance, will check this next week when the automatic perf build arrives.

[Bug fortran/82184] [8 Regression] 187.facerec in SPEC CPU 2000 miscompares

2017-09-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184 --- Comment #12 from Andrey Guskov --- Okay, testing complete. The performance delta is less than 1% (0.96% to be exact), but technically the new solution is still faster than the one before r252781.

[Bug ipa/82278] New: [8 regression] gcc.dg/lto/chkp-ctor-merge fail

2017-09-21 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Since r251333, gcc.dg/lto/chkp-ctor-merge_0.c fails: during IPA pass: inline In function

[Bug fortran/82184] [8 Regression] 187.facerec in SPEC CPU 2000 miscompares

2017-09-13 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184 --- Comment #5 from Andrey Guskov --- program r187 call s() call s() contains subroutine s() complex(4), allocatable, save :: a(:, :) complex(4), pointer, save :: b(:, :) if (.not. associated(b)) then allocate(a(2, 2)) allocate(b(2, 2))

[Bug fortran/82184] [8 Regression] 187.facerec in SPEC CPU 2000 miscompares

2017-09-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82184 --- Comment #11 from Andrey Guskov --- Sorry Paul, we happened to be lacking automatic perf runs for 187. I`ll try running it manually and then report back.

[Bug target/82268] New: [8 regression] i386/pr82196-1.c fail

2017-09-20 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Since r252896, gcc.target/i386/pr82196-1.c started failing: PASS: gcc.target/i386/pr82196-1.c (test for excess errors) FAIL: gcc.target/i386/pr82196-1.c scan-assembler call

[Bug target/82268] [8 regression] i386/pr82196-1.c fail

2017-09-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82268 --- Comment #1 from Andrey Guskov --- Option set: -with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-shared --enable-host-shared --enable-clocale=gnu --enable-cloog-backend=isl --enable-languages=c,c++,fortran,jit,lto

[Bug tree-optimization/82381] [8 Regression] internal compiler error: qsort checking failed

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82381 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug debug/82425] New: [8 regression] gcc.dg/guality/inline-params-2.c fail

2017-10-04 Thread andrey.y.guskov at intel dot com
Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r251220 triggers this fail (or, rather, unexpected pass): XPASS: gcc.dg/guality/inline-params-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 --- Comment #4 from Andrey Guskov --- Damn. Sorry for the false alarm. The correct revision had to be r253275.

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 --- Comment #5 from Andrey Guskov --- Please update the bug header: s/235275/253275/

[Bug middle-end/82145] [8 regression] i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/pr81766.c fails

2017-09-08 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82145 --- Comment #1 from Andrey Guskov --- Option set: -with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-shared --enable-host-shared --enable-clocale=gnu --enable-cloog-backend=isl --enable-languages=c,c++,fortran,jit,lto

[Bug middle-end/82145] New: [8 regression] i386/pr38988.c, i386/pr46254.c, i386/pr55154.c, i386/pr81766.c fails

2017-09-08 Thread andrey.y.guskov at intel dot com
Severity: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Since r251606, these three tests began failing in GCC make check, coupled with the new test added

[Bug middle-end/82117] New: [8 Regression] SPEC CPU2017 502/602 compfail (ICE)

2017-09-06 Thread andrey.y.guskov at intel dot com
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Since r251650, the following happens @ CPU2017 502 and 602: during GIMPLE pass: pre sel-sched.c: In function 'fill_vec_av_set': sel-sched.c:3689:1: internal

[Bug middle-end/82117] [8 Regression] SPEC CPU2017 502/602 compfail (ICE)

2017-09-06 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82117 --- Comment #2 from Andrey Guskov --- Weird. I did a Bugzilla search for "r251650", but it told me that nothing was found.

[Bug target/82358] New: [8 regression] i386/stack-check-11.c fail

2017-09-29 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r252999 triggers this fail: FAIL: gcc.target/i386/stack-check-11.c scan-assembler-times subq 4 Option set: -with-system-zlib --with-demangler-in-ld --with-fpmath=sse

[Bug target/82358] [8 regression] i386/stack-check-11.c fail

2017-10-03 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82358 --- Comment #3 from Andrey Guskov --- This is my gcc -v: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=bin/../libexec/gcc/x86_64-pc-linux-gnu/8.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: source/configure

[Bug middle-end/82004] New: SPEC CPU2017 628.pop2_s miscompare

2017-08-28 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- I`m seeing a miscompare in 628.pop2_s compiled with the following option set: -m64 -march=core-avx2 -mfpmath=sse -Ofast -funroll-loops -fconvert=big-endian -fopenmp

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2017-08-28 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #2 from Andrey Guskov --- Approximately a hundred different variables and function calls, the majority of which are raised to the second or third power, sometimes fourth or fifth. As 628.pop2_s is mostly written in Fortran 90, all of

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2017-09-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #4 from Andrey Guskov --- Okay, finally I`ve got a minimal reproducer. All this miscompare boils down to the following: program r628 real(8) :: l = -3 print *, merge("PASSED", "FAILED", 1D-3 .le. 10**l) end program r628 Normally,

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2017-09-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #5 from Andrey Guskov --- This is the actual guilty line: sw_absorption.F90:chlamnt = 10**(logchl) It computes 'chlamnt' and then compares it to the list of acceptable values. When -Ofast is enabled, CPU2017::628 considers

[Bug middle-end/81657] [8 Regression] FAIL: gcc.dg/20050503-1.c scan-assembler-not call

2017-09-27 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81657 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug target/82341] New: [8 regression] i386/pr80732.c fail

2017-09-27 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r253037 triggered the following fail: FAIL: gcc.target/i386/pr80732.c (test for excess errors) Excess errors: gcc.target/i386/pr80732.c:46:8: warning: 'f2' 'ifunc' resolver should

[Bug target/82342] New: [8 regression] i386/pr82260-2.c fail

2017-09-27 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r253050 triggered these fails: FAIL: gcc.target/i386/pr82260-2.c scan-assembler \\mmovl\\t%esi, %ecx FAIL: gcc.target/i386/pr82260-2.c scan-assembler \\mmovb\\t%dl, %cl FAIL

[Bug target/82268] [8 regression] i386/pr82196-1.c fail

2017-10-23 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82268 --- Comment #4 from Andrey Guskov --- The command line (broken into several lines for the sake of readability): spawn -ignore SIGHUP /build/gcc/xgcc -B/build/gcc/ /source/gcc/testsuite/gcc.target/i386/pr82196-1.c

[Bug ipa/83178] New: [8 regression] g++.dg/ipa/devirt-22.C fail

2017-11-27 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r255104 triggers this: spawn -ignore SIGHUP /work/gcc/testsuite/g++6/../../xg++ -B/work/gcc/testsuite/g++6/../../ /source/gcc

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

2017-11-27 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179 --- Comment #1 from Andrey Guskov --- g++.dg/pr79095-4.C also affected: spawn -ignore SIGHUP /work/gcc/testsuite/g++2/../../xg++ -B/work/gcc/testsuite/g++2/../../ /source/gcc/testsuite/g++.dg/pr79095-4.C -fno-diagnostics-show-caret

[Bug ipa/83179] New: [8 regression] gcc.dg/ipa/inline-1.c fail

2017-11-27 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r255103 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/ipa/inline-1.c -fno

[Bug middle-end/83069] [8 Regression] internal compiler error: in from_gcov_type, at profile-count.h:676

2017-11-27 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83069 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

2017-11-27 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179 --- Comment #4 from Andrey Guskov --- 32-bit SPEC CPU2017::507/607 also affected: during GIMPLE pass: vect gnu/regex.c: In function 'regexec.constprop': gnu/regex.c:5751:1: internal compiler error: in vectorizable_mask_load_store, at

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

2017-11-27 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179 --- Comment #6 from Andrey Guskov --- Simple. Those fails are due to the same revision. I decided not to create a truckload of separate bugs (there`s also a chance that there are more cases to come, as 3 CPU2006 regressions are still not done

[Bug target/83156] [8 regression] gcc.target/i386/pr82361-1.c fail

2017-11-25 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83156 --- Comment #1 from Andrey Guskov --- gcc.target/i386/pr82361-2.c is also affected: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.target/i386/pr82361-1.c -B/work/x86_64-pc-linux-gnu/./libmpx/

[Bug ipa/83125] [8 regression] ICE in edge_badness, at ipa-inline.c:1025

2017-11-25 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83125 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug jit/83155] New: [8 regression] test-error-array-bounds.c.exe fail

2017-11-25 Thread andrey.y.guskov at intel dot com
: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254830 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/jit.dg/test-error-array-bounds.c -fno-diagnostics-show-caret -fdiagnostics

[Bug ipa/83054] [8 Regression] ICE in operator>, at profile-count.h:823

2017-11-25 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83054 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug target/83156] New: [8 regression] gcc.target/i386/pr82361-1.c fail

2017-11-25 Thread andrey.y.guskov at intel dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254874 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.target/i386/pr82361-1.c -B/work/x86_64-pc-linux-gnu/./libmpx/ -B

[Bug c/83117] [8 Regression] FAIL: gcc.target/x86_64/abi/ms-sysv/ms-sysv.c (test for excess errors)

2017-11-25 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83117 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug debug/83157] New: [8 regression] gcc.dg/guality/pr41616-1.c fail

2017-11-25 Thread andrey.y.guskov at intel dot com
: debug Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254946 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/guality/pr41616-1.c -fno-diagnostics-show-caret -fdiagnostics-color

[Bug target/83158] New: [8 regression] gcc.target/i386/pr78057.c fail

2017-11-25 Thread andrey.y.guskov at intel dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254954 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.target/i386/pr78057.c -B/work/x86_64-pc-linux-gnu/./libmpx/ -B/work

[Bug libgomp/83159] New: [8 regression] g++.dg/gomp/declare-simd-1.C fail

2017-11-25 Thread andrey.y.guskov at intel dot com
: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: jakub at gcc dot gnu.org Target Milestone: --- r255018 triggers this: spawn -ignore SIGHUP /work/gcc/testsuite/g++7/../../xg++ -B/work/gcc/testsuite/g++7

[Bug tree-optimization/83043] [8 Regression] FAIL: libgomp.graphite/force-parallel-1.c scan-tree-dump-times graphite "2 loops carried no dependency" 1 (found 0 times)

2017-11-30 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83043 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug sanitizer/83219] [8 regression] c-c++-common/ubsan/unreachable-2.c fails starting with r255201

2017-11-30 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83219 --- Comment #10 from Andrey Guskov --- Confirmed on Haswell and Silvermont.

[Bug debug/83378] [8 regression] gcc.dg/guality/pr54970.c xpass

2017-12-19 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83378 --- Comment #2 from Andrey Guskov --- Wait, isn`t XPASS an unexpected (i.e. erroneous) pass? I know that XFAIL = expected fail, so I don`t consider it a fail. But what about XPASS?

[Bug tree-optimization/82627] [8 regression] r253809 breaks test cases gcc.dg/graphite/interchange-3.c -7.c, -9.c, and uns-interchange-9.c

2017-11-17 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82627 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug middle-end/82987] New: [8 regression] gcc.dg/vect/slp-perm-9.c fail

2017-11-14 Thread andrey.y.guskov at intel dot com
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254592 triggers this: --- spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/vect/slp-perm-9.c -B/work/x86_64-pc-linux-gnu/./libmpx/ -B

[Bug libstdc++/82988] New: [8 regression] g++.dg/cpp0x/lambda/lambda-switch.C fail

2017-11-14 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254630 triggers this: --- spawn -ignore SIGHUP /work/gcc/testsuite/g++5/../../xg++ -B/work/gcc/testsuite/g++5/../../ /source/gcc

[Bug tree-optimization/82986] New: [8 regression] gcc.dg/store_merging_13.c fail

2017-11-14 Thread andrey.y.guskov at intel dot com
-optimization Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254536 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/store_merging_13.c -fno-diagnostics-show-caret

[Bug tree-optimization/82986] [8 regression] gcc.dg/store_merging_13.c fail

2017-11-14 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82986 Andrey Guskov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/82851] [8 regression] g++.dg/vect/slp-pr56812.cc, i386/avx2-vpaddq-3.c, i386/avx2-vpsubq-3.c fails

2017-11-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82851 Andrey Guskov changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/82852] [8 regression] i386/vect-unpack-1.c, i386/avx512f-gather-2.c, i386/avx256-unaligned-store-2.c fails

2017-11-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82852 --- Comment #2 from Andrey Guskov --- Yeah, seems like it`s gone.

[Bug target/82852] [8 regression] i386/vect-unpack-1.c, i386/avx512f-gather-2.c, i386/avx256-unaligned-store-2.c fails

2017-11-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82852 Andrey Guskov changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ipa/83065] New: [8 Regression] SPEC CPU2017 523/623 compfail (ICE)

2017-11-20 Thread andrey.y.guskov at intel dot com
: ipa Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r254834 triggers this fail @ 523/623 base6, both on Intel Haswell and Intel Silvermont: during IPA pass: inline lto1

[Bug c++/82882] [8 regression] ICE Segmentation fault

2017-11-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82882 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug tree-optimization/82847] [8 regression] gcc.dg/vect/slp-perm-9.c fail

2017-11-21 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82847 --- Comment #2 from Andrey Guskov --- *** Bug 82987 has been marked as a duplicate of this bug. ***

[Bug middle-end/82987] [8 regression] gcc.dg/vect/slp-perm-9.c fail

2017-11-21 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82987 Andrey Guskov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/83006] New: [8 regression] gfortran.dg/pr78240.f90 fail

2017-11-15 Thread andrey.y.guskov at intel dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254718 triggers this: spawn -ignore SIGHUP /work/gcc/testsuite/gfortran1/../../gfortran -B/work/gcc/testsuite/gfortran1/../../ -B/work/x86_64-pc-linux-gnu/./libgfortran

[Bug middle-end/83004] New: [8 regression] gcc.dg/vect/pr81136.c fail

2017-11-15 Thread andrey.y.guskov at intel dot com
-end Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254589 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/vect/pr81136.c -B/work/x86_64-pc-linux-gnu/./libmpx/ -B/work/x86_64

[Bug c++/83005] New: [8 regression] gcc.dg/cpp/macsyntx.c, gcc.dg/cpp/sysmac1.c fails

2017-11-15 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254707 triggers these: ... PASS: gcc.dg/cpp/macsyntx.c (test for errors, line 46) PASS: gcc.dg/cpp/macsyntx.c (test for errors

[Bug other/82997] [8 regression] gcc.dg/cpp/sysmac1.c and gcc.dg/cpp/macsyntx.c fail starting with r254707

2017-11-15 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82997 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug target/82827] New: [8 regression] i386/pr82002-2a.c fail

2017-11-03 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254284 triggers this: /source/gcc/testsuite/gcc.target/i386/pr82002-2a.c:14:1: internal compiler error: in extract_insn, at recog.c:2305 0x5b709a _fatal_insn(char const

[Bug target/82828] New: [8 regression] i386/pr70263-2.c fail

2017-11-03 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254167 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.target/i386/pr70263-2.c -B/work/x86_64-pc-linux-gnu/./libmpx/ -B/work/x86_64-pc

[Bug jit/82826] New: [8 regression] jit.dg test-benchmark.c.exe fail

2017-11-03 Thread andrey.y.guskov at intel dot com
: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254140 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/jit.dg/test-benchmark.c -fno-diagnostics-show-caret -fdiagnostics-color=never

[Bug target/82827] [8 regression] i386/pr82002-2a.c fail

2017-11-03 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82827 --- Comment #1 from Andrey Guskov --- pr82002-2b is also affected: /source/gcc/testsuite/gcc.target/i386/pr82002-2b.c: In function 'b': /source/gcc/testsuite/gcc.target/i386/pr82002-2b.c:14:1: error: unrecognizable insn: (insn 40 39 41 2 (set

[Bug target/82852] New: [8 regression] i386/vect-unpack-1.c, i386/avx512f-gather-2.c, i386/avx256-unaligned-store-2.c fails

2017-11-05 Thread andrey.y.guskov at intel dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254012 triggers these fails: spawn -ignore SIGHUP /work/gcc/xgcc -B/work

[Bug jit/82846] New: [8 regression] jit.dg test-alignment.c.exe, test-combination.c.exe, test-threads.c.exe fails

2017-11-05 Thread andrey.y.guskov at intel dot com
Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254152 triggers several fails in JIT: --- PASSED: test-alignment.c.exe iteration 1 of 5

[Bug jit/82846] [8 regression] jit.dg test-alignment.c.exe, test-combination.c.exe, test-threads.c.exe fails

2017-11-05 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82846 --- Comment #1 from Andrey Guskov --- Also affects test-alignment.cc.exe: NOTE: test-alignment.cc.exe iteration 1 of 5: writing reproducer to ./test-alignment.cc.exe.reproducer.c PASSED: test-alignment.cc.exe iteration 1 of 5:

[Bug middle-end/82847] New: [8 regression] gcc.dg/vect/slp-perm-9.c fail

2017-11-05 Thread andrey.y.guskov at intel dot com
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r248909 triggers this fail: FAIL: gcc.dg/vect/slp-perm-9.c scan-tree-dump-times vect "vectorized 1 loops" 1 Option set: -with-system-zlib --with-deman

[Bug target/82851] New: [8 regression] g++.dg/vect/slp-pr56812.cc, i386/avx2-vpaddq-3.c, i386/avx2-vpsubq-3.c fails

2017-11-05 Thread andrey.y.guskov at intel dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r253975 triggers these fails: spawn -ignore SIGHUP /work/gcc/testsuite/g++6/../../xg++ -B/work/gcc

[Bug rtl-optimization/82849] [8 Regression] ICE on valid code since r254379

2017-11-06 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82849 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com

[Bug libstdc++/82917] New: [8 regression] 27_io/basic_{f,if,of}stream/open/char/path.cc fails

2017-11-09 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r254437 triggers these 3 fails: spawn -ignore SIGHUP /work/./gcc/xg++ -shared-libgcc -B/work/./gcc -nostdinc++ -L/work

[Bug jit/82846] [8 regression] jit.dg test-alignment.c.exe, test-combination.c.exe, test-threads.c.exe fails

2017-11-09 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82846 --- Comment #3 from Andrey Guskov --- No, the patch you mentioned does not fix the issue. The output I get is listed here: .file "fake.c" .text .Ltext0: .p2align 4,,15 .globl test_aligned_reading_s2

[Bug ipa/82903] [8 regression] gcc.dg/tree-prof/20050826-2.c fail

2017-11-08 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82903 --- Comment #1 from Andrey Guskov --- gcc.dg/tree-prof/cmpsf-1.c is also affected: PASS: gcc.dg/tree-prof/cmpsf-1.c execution,-fprofile-use -D_PROFILE_USE FAIL: gcc.dg/tree-prof/cmpsf-1.c scan-tree-dump-not dom2 "Invalid sum"

[Bug ipa/82903] New: [8 regression] gcc.dg/tree-prof/20050826-2.c fail

2017-11-08 Thread andrey.y.guskov at intel dot com
: ipa Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r254452 triggers this: spawn -ignore SIGHUP /work/gcc/xgcc -B/work/gcc/ /source/gcc/testsuite/gcc.dg/tree-prof/20050826-2

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

2017-12-07 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179 --- Comment #10 from Andrey Guskov --- 32-bit SPEC CPU2006::436 also affected.

[Bug lto/83338] [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-08 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83338 --- Comment #3 from Andrey Guskov --- 32-bit SPEC CPU2006::447 also affected. during GIMPLE pass: vect fe.cc:681:1: internal compiler error: verify_gimple failed 0xcb7db1 verify_gimple_in_cfg(function*, bool)

[Bug lto/83338] [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-11 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83338 --- Comment #11 from Andrey Guskov --- Understood. Going to report back tomorrow.

[Bug lto/83338] [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-11 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83338 --- Comment #12 from Andrey Guskov --- Well, that was faster than I expected. Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=20171211/libexec/gcc/x86_64-pc-linux-gnu/8.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with:

[Bug debug/83378] New: [8 regression] gcc.dg/guality/pr54970.c xpass

2017-12-11 Thread andrey.y.guskov at intel dot com
: debug Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r255510 triggers this: spawn gdb -nx -nw -quiet -batch -x pr54970.gdb ./pr54970.exe XPASS: gcc.dg/guality/pr54970.c -O0 line 31 a[0] == 4 Option set: -with-system

[Bug lto/83338] [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-11 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83338 --- Comment #13 from Andrey Guskov --- The revision was wrong, it`s today`s build.

[Bug target/83289] New: [8 regression] i386/sse2-init-v2di-2.c, i386/avx256-unaligned-load-1.c, i386/avx256-unaligned-store-*.c fails

2017-12-05 Thread andrey.y.guskov at intel dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r255348 triggers these fails: --- spawn -ignore SIGHUP /work/gcc

[Bug lto/83338] New: [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-08 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r255021 triggers an ICE when 510 is compiled for x86_32 on Haswell: lto1: internal compiler error: in lto_tag_to_tree_code

[Bug ipa/83179] [8 regression] gcc.dg/ipa/inline-1.c fail

2017-12-08 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83179 --- Comment #11 from Andrey Guskov --- Whoops. Sorry, 436 belongs to pr83338, even though its ICE message is the same as 507`s.

[Bug lto/83338] [8 Regression] SPEC CPU2017 510.parest_r ICE

2017-12-08 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83338 --- Comment #1 from Andrey Guskov --- 32-bit SPEC CPU2006::436 also affected. during GIMPLE pass: vect regex.c: In function 'regexec.constprop': regex.c:5755:1: internal compiler error: in vectorizable_mask_load_store, at tree-vect-stmts.c:2349

[Bug libgomp/83291] New: [8 regression] libgomp.oacc-c-c++-common/reduction-cplx-dbl.c, libgomp.oacc-c-c++-common/reduction-cplx-flt.c fails

2017-12-05 Thread andrey.y.guskov at intel dot com
: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: jakub at gcc dot gnu.org Target Milestone: --- r255335

[Bug middle-end/82004] [8 Regression] SPEC CPU2017 628.pop2_s miscompare

2017-12-05 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82004 --- Comment #13 from Andrey Guskov --- Nope. The issue persists. I don`t know whether anyone reported this to SPEC already, but even if so I share Richard`s pessimism.

[Bug target/82767] New: [8 regression] gcc.target/i386/pr71321.c scan-assembler-times fail

2017-10-30 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- r253934 triggers this fail: FAIL: gcc.target/i386/pr71321.c scan-assembler-times lea.\t\\(%[0-9a-z]+,%[0-9a-z]+,4 3 (found 2

[Bug debug/82769] New: [8 regression] gcc.dg/guality/pr68037-1.c multiple fails

2017-10-30 Thread andrey.y.guskov at intel dot com
Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com Target Milestone: --- Created attachment 42500 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42500=edit Fail log r250721 triggers multiple fa

[Bug lto/82770] New: [8 regression] gcc.dg/pr78768.c xpass

2017-10-30 Thread andrey.y.guskov at intel dot com
Assignee: unassigned at gcc dot gnu.org Reporter: andrey.y.guskov at intel dot com CC: marxin at gcc dot gnu.org Target Milestone: --- r248035 triggers this unexpected pass: XPASS: gcc.dg/pr78768.c -Wformat-overflow (test for warnings, line 12) Tagging as LTO since

[Bug ipa/83065] [8 Regression] SPEC CPU2017 523/623 compfail (ICE)

2017-12-20 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83065 --- Comment #2 from Andrey Guskov --- Standard base6 options: -Ofast -funroll-loops

[Bug tree-optimization/85699] [9 regression] gcc.dg/nextafter-2.c fail

2018-05-09 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85699 --- Comment #4 from Andrey Guskov --- Jakub, here is the requested output: bug at 136 aa == -3.36210314311209350626267781732175260e-4932L / 4.0L + 3.64519953188247460252840593361941982e-4951L bug at 145 aa ==

  1   2   >