[Bug target/102429] nvptx: ICE with expand_GOMP_SIMT_XCHG_BFLY : in expand_insn, at optabs.c:7947 for DCmode (complex double)

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102429 --- Comment #2 from CVS Commits --- The master branch has been updated by Tom de Vries : https://gcc.gnu.org/g:c2e0d0c1cfb4bf29daed189b39885841ee201a65 commit r12-7425-gc2e0d0c1cfb4bf29daed189b39885841ee201a65 Author: Tom de Vries Date: Mon

[Bug tree-optimization/104716] ICE in copy_loop_before, at tree-loop-distribution.cc:952

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104716 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/104717] [9/10/11/12 Regression] ICE: verify_ssa failed (Error: type mismatch between an SSA_NAME and its symbol)

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug target/102429] nvptx: ICE with expand_GOMP_SIMT_XCHG_BFLY : in expand_insn, at optabs.c:7947 for DCmode (complex double)

2022-03-01 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102429 Tom de Vries changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug c++/104722] New: Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag

2022-03-01 Thread hubert.degaudenzi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722 Bug ID: 104722 Summary: Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag Product: gcc Version: og11 (devel/omp/gcc-11) Status: UNCONFIRMED Severity:

[Bug c++/104722] Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag

2022-03-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722 --- Comment #1 from Andrew Pinski --- I think this code is undefined as the order of the addition is not specified for std::accumulate

[Bug target/104723] New: [12 regression] Redundant usage of stack

2022-03-01 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723 Bug ID: 104723 Summary: [12 regression] Redundant usage of stack Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c++/104722] Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag

2022-03-01 Thread hubert.degaudenzi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722 --- Comment #2 from Hubert Degaudenzi --- Created attachment 52530 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52530&action=edit the ii file for the Accumulate.cpp file

[Bug tree-optimization/104717] [9/10/11/12 Regression] ICE: verify_ssa failed (Error: type mismatch between an SSA_NAME and its symbol)

2022-03-01 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717 --- Comment #3 from Tom de Vries --- The test that is failing, is: ... 760 if (SSA_NAME_VAR (ssa_name) != NULL_TREE 761 && TREE_TYPE (ssa_name) != TREE_TYPE (SSA_NAME_VAR (ssa_name))) 762 { 763 error ("type mism

[Bug target/104723] [12 regression] Redundant usage of stack

2022-03-01 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723 --- Comment #1 from Hongtao.liu --- (In reply to Hongtao.liu from comment #0) > bool f256(char *a) > { > char t[] = "012345678901234567890123456789012345678901234567"; > return __builtin_memcpy(a, &t[0], sizeof(t)) == 0; > } > > https://god

[Bug target/104723] [12 regression] Redundant usage of stack

2022-03-01 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723 --- Comment #2 from Hongtao.liu --- update testcase void f256(char *a) { char t[] = "012345678901234567890123456789012345678901234567"; __builtin_memcpy(a, &t[0], sizeof(t)); }

[Bug c/104711] Unnecessary -Wshift-negative-value warning

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104711 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug gcov-profile/104677] Please update documentation about the name of the .gcda files

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 --- Comment #4 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:b88f683e57acb06593959c26c9d78861fcd15cf1 commit r12-7426-gb88f683e57acb06593959c26c9d78861fcd15cf1 Author: Martin Liska Date: Mon

[Bug ipa/104533] [12 Regression] ICE in update_vtable_references, at ipa-visibility.cc:383 since r12-2900-gfa28520fadb9405f

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104533 --- Comment #3 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:6df0c8d417fb33ea130e2957755a60483e9fd692 commit r12-7427-g6df0c8d417fb33ea130e2957755a60483e9fd692 Author: Martin Liska Date: Mon

[Bug gcov-profile/104677] Please update documentation about the name of the .gcda files

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104677 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/104533] [12 Regression] ICE in update_vtable_references, at ipa-visibility.cc:383 since r12-2900-gfa28520fadb9405f

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104533 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/104686] [12 Regression] Huge compile-time regression building SPEC 2017 538.imagick_r with -march=skylake

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104686 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/104724] New: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724 Bug ID: 104724 Summary: gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug target/104724] gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/104725] New: g++.target/i386/pr35513-1.C etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725 Bug ID: 104725 Summary: g++.target/i386/pr35513-1.C etc. FAIL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/104725] g++.target/i386/pr35513-1.C etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/104722] Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag

2022-03-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722 Jonathan Wakely changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRME

[Bug target/101908] [12 regression] cray regression with -O2 -ftree-slp-vectorize compared to -O2

2022-03-01 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101908 --- Comment #29 from Hongtao.liu --- >From Agner Fog's excellent optimization manuals(https://www.agner.org/optimize/microarchitecture.pdf). For ICX/TGL: An aligned write of 128 bits or more followed by a read of one or both of the two halves

[Bug target/104726] New: gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 Bug ID: 104726 Summary: gcc.target/i386/pr104551.c FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/104726] gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/104727] New: gcc.target/i386/pr84101.c XPASSes

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727 Bug ID: 104727 Summary: gcc.target/i386/pr84101.c XPASSes Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizat

[Bug tree-optimization/104727] gcc.target/i386/pr84101.c XPASSes

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/104728] New: gcc.dg/vect/pr81196-2.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728 Bug ID: 104728 Summary: gcc.dg/vect/pr81196-2.c FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug c++/104722] Wrong std::accumulate result with -D_GLIBCXX_PARALLEL flag

2022-03-01 Thread hubert.degaudenzi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104722 --- Comment #4 from Hubert Degaudenzi --- (In reply to Jonathan Wakely from comment #3) > (In reply to Andrew Pinski from comment #1) > > I think this code is undefined as the order of the addition is not specified > > for std::accumulate > > I

[Bug d/104729] New: libphobos.betterc/test19933.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104729 Bug ID: 104729 Summary: libphobos.betterc/test19933.d FAILs on Solaris Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug d/104729] libphobos.betterc/test19933.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104729 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/104599] [12 regression] gcc.dg/deprecated.c has excess errors after r12-7287-g1b71bc7c8b18bd

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104599 Rainer Orth changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c/104627] [12 Regression] New failure in deprecated.c

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104627 Rainer Orth changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #7

[Bug target/104724] gcc.target/i386/avx512fp16-vcvtsi2sh-1b.c etc. FAIL

2022-03-01 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104724 --- Comment #1 from Hongyu Wang --- Created attachment 52531 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52531&action=edit A patch Hi Rainer, can you try this on your solaris system? We don't have such platform to confirm it works. I'

[Bug target/104726] gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 --- Comment #1 from Hongyu Wang --- Created attachment 52532 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52532&action=edit A patch Hi Rainer, can you try this on your solaris system? We don't have such platform to confirm it works. I'

[Bug tree-optimization/104728] gcc.dg/vect/pr81196-2.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/104726] gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/104726] gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 --- Comment #3 from Jakub Jelinek --- Also, the builtin at the start of main compiled with -mavx2 is risky, there could be avx2 insns e.g. in the prologue. avx2-check.h is the usual way

[Bug tree-optimization/104730] New: gcc.dg/vect/complex/pr102819-9.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730 Bug ID: 104730 Summary: gcc.dg/vect/complex/pr102819-9.c FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-opti

[Bug tree-optimization/104730] gcc.dg/vect/complex/pr102819-9.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730 --- Comment #1 from Rainer Orth --- Created attachment 52533 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52533&action=edit 32-bit sparc-sun-solaris2.11 pr102819-9.c.172t.vect

[Bug tree-optimization/104730] gcc.dg/vect/complex/pr102819-9.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs

2022-03-01 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730 Tamar Christina changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tnfchris at gcc dot gnu.org

[Bug libstdc++/104731] New: 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 Bug ID: 104731 Summary: 27_io/filesystem/iterators/error_reporting.cc FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/104717] [9/10/11/12 Regression] ICE: verify_ssa failed (Error: type mismatch between an SSA_NAME and its symbol)

2022-03-01 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717 --- Comment #4 from Tom de Vries --- (In reply to Tom de Vries from comment #3) > The mismatch seems to be: > ... > (gdb) call debug_generic_expr (name.typed.type) > integer(kind=4)[0:D.4266] * > (gdb) call debug_generic_expr (name.ssa_name.var.

[Bug target/104732] New: gcc.target/i386/pr100711-1.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732 Bug ID: 104732 Summary: gcc.target/i386/pr100711-1.c FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/104732] gcc.target/i386/pr100711-1.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732 --- Comment #1 from Rainer Orth --- Created attachment 52534 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52534&action=edit 32-bit i386-pc-solaris2.11 pr100711-1.s

[Bug target/104732] gcc.target/i386/pr100711-1.c FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/104733] New: [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733 Bug ID: 104733 Summary: [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: rejects-

[Bug c++/104733] [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Target Milestone|---

[Bug c++/104733] [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe

2022-03-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733 --- Comment #1 from Andrew Pinski --- I suspect this is not valid as the operator* is not in the correct namespace.

[Bug c++/104733] [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe

2022-03-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733 --- Comment #2 from Andrew Pinski --- To find that operator it should be in the types namespace. Foundemental types don't have a namespace associated with it.

[Bug c++/104734] New: -isystem hides -Woverloaded-virtual warning

2022-03-01 Thread albert.astals.cid at kdab dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104734 Bug ID: 104734 Summary: -isystem hides -Woverloaded-virtual warning Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c+

[Bug d/104735] New: [12 regression] gdc.test/runnable/complex.d etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104735 Bug ID: 104735 Summary: [12 regression] gdc.test/runnable/complex.d etc. FAIL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug d/104735] [12 regression] gdc.test/runnable/complex.d etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104735 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104736] New: gdc.test/runnable/dhry.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104736 Bug ID: 104736 Summary: gdc.test/runnable/dhry.d FAILs on Solaris Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug d/104736] gdc.test/runnable/dhry.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104736 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104737] New: [12 regression] gdc.test/runnable_cxx/cppa.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104737 Bug ID: 104737 Summary: [12 regression] gdc.test/runnable_cxx/cppa.d FAILs on Solaris Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug d/104737] [12 regression] gdc.test/runnable_cxx/cppa.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104737 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/104726] gcc.target/i386/pr104551.c FAILs

2022-03-01 Thread wwwhhhyyy333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104726 Hongyu Wang changed: What|Removed |Added Attachment #52532|0 |1 is obsolete|

[Bug d/104738] New: gdc.test/runnable_cxx/stdint.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104738 Bug ID: 104738 Summary: gdc.test/runnable_cxx/stdint.d FAILs on Solaris Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug d/104738] gdc.test/runnable_cxx/stdint.d FAILs on Solaris

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104738 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104739] New: gdc.test/runnable/mangle.d etc. FAIL with Solaris as

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104739 Bug ID: 104739 Summary: gdc.test/runnable/mangle.d etc. FAIL with Solaris as Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug d/104739] gdc.test/runnable/mangle.d etc. FAIL with Solaris as

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104739 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c++/104733] [12 Regression] Likely rejects valid since r12-6022-gbb2a7f80a98de3fe

2022-03-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104733 --- Comment #3 from Jonathan Wakely --- Agreed. Either the operator needs to be declared before it's used, or it needs to be in an associated namespace, which means in namespace 'types'.

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-03-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-03-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 --- Comment #1 from Jonathan Wakely --- Either we need to embed the global dirent into a larger structure with trailing storage for the file name, or we just disable the test on Solaris (maybe only run it for *-*-linux-gnu, since it's not testin

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-03-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 --- Comment #2 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #1) > Either we need to embed the global dirent into a larger structure with > trailing storage for the file name, And then we'd still need to disable that warnin

[Bug target/104723] [12 regression] Redundant usage of stack

2022-03-01 Thread lili.cui at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723 --- Comment #3 from cuilili --- (In reply to Hongtao.liu from comment #1) > STF issue here? Yes, Since "YMMWORD PTR [rsp-72]" across the cache line, it has STLF issue here. vmovdqu64 YMMWORD PTR [rsp-72], ymm31 --> store 32 bytes from [rsp-7

[Bug middle-end/104721] currently_expanding_gimple_stmt isn't cleared properly

2022-03-01 Thread matz at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721 --- Comment #2 from Michael Matz --- Is there a testcase where you noticed this, or was it just reading code?

[Bug d/104740] New: gdc.dg/simd_ctfe.d etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104740 Bug ID: 104740 Summary: gdc.dg/simd_ctfe.d etc. FAIL Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assigne

[Bug d/104740] gdc.dg/simd_ctfe.d etc. FAIL

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104740 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104741] New: gdc.test/runnable/previewin.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104741 Bug ID: 104741 Summary: gdc.test/runnable/previewin.d FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug d/104741] gdc.test/runnable/previewin.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104741 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104742] New: [12 regression] gdc.test/runnable/sdtor.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104742 Bug ID: 104742 Summary: [12 regression] gdc.test/runnable/sdtor.d FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug d/104742] [12 regression] gdc.test/runnable/sdtor.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104742 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104743] New: [12 regression] gdc.dg/torture/pr96152.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104743 Bug ID: 104743 Summary: [12 regression] gdc.dg/torture/pr96152.d FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug d/104744] New: [12 regression] gdc.test/runnable/test15.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744 Bug ID: 104744 Summary: [12 regression] gdc.test/runnable/test15.d FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug d/104744] [12 regression] gdc.test/runnable/test15.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug d/104745] New: [12 regression] gdc.test/runnable/testaa.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745 Bug ID: 104745 Summary: [12 regression] gdc.test/runnable/testaa.d FAILs Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs

2022-03-01 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745 Rainer Orth changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/104717] [9/10/11/12 Regression] ICE: verify_ssa failed (Error: type mismatch between an SSA_NAME and its symbol)

2022-03-01 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104717 --- Comment #5 from Tom de Vries --- At original: ... void foo () ... #pragma acc parallel ... integer(kind=4) A.3[0:D.4266]; ... At gimple: ... void foo () ... #pragma omp target oacc_parallel ... integer(kind=4)[

[Bug target/104723] [12 regression] Redundant usage of stack

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104723 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug tree-optimization/104727] gcc.target/i386/pr84101.c XPASSes

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/104746] New: [12 Regression] False positive for -Wformat-overflow=2 since r12-7033-g3c9f762ad02f398c

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746 Bug ID: 104746 Summary: [12 Regression] False positive for -Wformat-overflow=2 since r12-7033-g3c9f762ad02f398c Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug tree-optimization/104746] [12 Regression] False positive for -Wformat-overflow=2 since r12-7033-g3c9f762ad02f398c

2022-03-01 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104746 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/104728] gcc.dg/vect/pr81196-2.c FAILs

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug middle-end/104721] currently_expanding_gimple_stmt isn't cleared properly

2022-03-01 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721 --- Comment #3 from H.J. Lu --- (In reply to Michael Matz from comment #2) > Is there a testcase where you noticed this, or was it just reading code? I am working on a patch to check currently_expanding_gimple_stmt != NULL in i386 backend. At

[Bug target/104732] gcc.target/i386/pr100711-1.c FAILs

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug testsuite/104730] gcc.dg/vect/complex/pr102819-9.c FAILs

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104730 --- Comment #3 from Richard Biener --- dg-require-effective-target vect_float

[Bug d/104743] [12 regression] gdc.dg/torture/pr96152.d FAILs

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104743 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug d/104744] [12 regression] gdc.test/runnable/test15.d FAILs

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104744 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug d/104745] [12 regression] gdc.test/runnable/testaa.d FAILs

2022-03-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/104721] currently_expanding_gimple_stmt isn't cleared properly

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug c/104711] Unnecessary -Wshift-negative-value warning

2022-03-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104711 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/104725] g++.target/i386/pr35513-1.C etc. FAIL

2022-03-01 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104725 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug middle-end/104721] currently_expanding_gimple_stmt isn't cleared properly

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104721 --- Comment #5 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:88f91d8ccc8fec3a811975e3e4765b9a94d3f764 commit r12-7429-g88f91d8ccc8fec3a811975e3e4765b9a94d3f764 Author: H.J. Lu Date: Mon Feb 28 15

[Bug tree-optimization/104728] gcc.dg/vect/pr81196-2.c FAILs

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104728 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:75ce477306a205635b8dd0f37801c05396fd443e commit r12-7430-g75ce477306a205635b8dd0f37801c05396fd443e Author: Richard Biener Date:

[Bug tree-optimization/104727] gcc.target/i386/pr84101.c XPASSes

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104727 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:8fba8a8c26a22fc5fbc17a99605e0226dc6fbf28 commit r12-7431-g8fba8a8c26a22fc5fbc17a99605e0226dc6fbf28 Author: Richard Biener Date:

[Bug tree-optimization/104716] ICE in copy_loop_before, at tree-loop-distribution.cc:952

2022-03-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104716 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:54ef95cc4d1f3f2cde7c1f13250f889ffb81ca75 commit r12-7432-g54ef95cc4d1f3f2cde7c1f13250f889ffb81ca75 Author: Richard Biener Date:

  1   2   >