[Bug tree-optimization/101944] suboptimal SLP for reduced case from namd_r

2022-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101944 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/104834] New: visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 Bug ID: 104834 Summary: visibility=hidden ignored for template instantiations for certain dependent types Product: gcc Version: 11.2.1 Status: UNCONFIRMED Seve

[Bug go/104832] gccgo / libgo Reproducibility Problem

2022-03-08 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104832 --- Comment #1 from Andreas Schwab --- I think the basic problem is the default GOROOT of /usr (aka $prefix). This is related to bug 89171.

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #1 from Aleksander Wabik --- Default visiblity symbols in the object file generated by the compilation: - in GCC: $ readelf -sW test.o | grep -v UND | grep -v SECTION | grep DEFAULT 1: 0 FILELOCAL DEF

[Bug d/104835] New: [12 Regression] libphobos fails to build on mips64el-linux-gnu

2022-03-08 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104835 Bug ID: 104835 Summary: [12 Regression] libphobos fails to build on mips64el-linux-gnu Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug d/104835] [12 Regression] libphobos fails to build on mips64el-linux-gnu

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

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #2 from Andrew Pinski --- Note I think it is the vtable for std::thread::_State_impl which looks broken and not the deconstructor. Note I think there are different issues here too and not really related to another one. The enum issue

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #3 from Richard Biener --- Confirmed. Note that when not optimizing clang also gets you 1: 0 FILELOCAL DEFAULT ABS test.cc 2: 0 NOTYPE LOCAL DEFAULT4 GCC_except_table0

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

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

[Bug fortran/104826] [11/12 Regression] ICE in gimple_range_global, at value-query.cc:424

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104826 --- Comment #2 from Jakub Jelinek --- Started with my r12-1319-gd4d38135b3137f1d3148138340e67bdcd7ea8216 Very similar to PR102314 which isn't fixed yet.

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #4 from Andrew Pinski --- Oh also the deconstructor has a local symbol so can be safely ignored. But the vtable is the bug though.

[Bug c++/104834] visibility=hidden ignored for template instantiations for certain dependent types

2022-03-08 Thread alex.wabik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104834 --- Comment #5 from Aleksander Wabik --- (In reply to Andrew Pinski from comment #2) > The enum issue is seperate from the vtable issue. Should I create separate bug for that then?

[Bug tree-optimization/104825] [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:840

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104825 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:dc46350d44c2949ec38deb028960f8040f8e8e5d commit r12-7531-gdc46350d44c2949ec38deb028960f8040f8e8e5d Author: Richard Biener Date:

[Bug target/104482] ICE: Segmentation fault (in rs6000_builtin_type_compatible), or ICE: tree check: expected class 'type', have 'reference' (attr_addr_expr) in cp_type_quals, at cp/typeck.cc:10955

2022-03-08 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104482 Kewen Lin changed: What|Removed |Added Last reconfirmed||2022-03-08 Assignee|unassigned at

[Bug c++/104836] New: ice in unify, at cp/pt.cc:24055

2022-03-08 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104836 Bug ID: 104836 Summary: ice in unify, at cp/pt.cc:24055 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug c++/104837] New: tree check fail: in tree_operand_check, at tree.h:3948

2022-03-08 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104837 Bug ID: 104837 Summary: tree check fail: in tree_operand_check, at tree.h:3948 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug tree-optimization/104825] [12 Regression] ICE in ao_ref_init_from_ptr_and_range, at tree-ssa-alias.cc:840

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104825 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/104838] New: [12 Regression] i686 gnat1 hangs since r12-7472

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838 Bug ID: 104838 Summary: [12 Regression] i686 gnat1 hangs since r12-7472 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/104838] [12 Regression] i686 gnat1 hangs since r12-7472

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

[Bug target/104838] [12 Regression] i686 gnat1 hangs since r12-7472

2022-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838 --- Comment #1 from Andrew Pinski --- Does the patch in PR 104781 fix this one too?

[Bug target/104838] [12 Regression] i686 gnat1 hangs since r12-7472

2022-03-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838 --- Comment #2 from Andrew Pinski --- well that patch might not fully fix it, I think the patch should have the check for *-*-cygwin* | *-*-solaris2 removed from libgcc/config.host and t-eh-return-no-sse be unconditional there ...

[Bug target/104838] [12 Regression] i686 gnat1 hangs since r12-7472

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104838 --- Comment #3 from Jakub Jelinek --- Thanks for the hint, that might be indeed it. In Fedora for i686 the default C{,XX}FLAGS are -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-prot

[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #30 from CVS Commits --- The master branch has been updated by Martin Jambor : https://gcc.gnu.org/g:da2667cb025ec81c0fab438abee0e83c636148aa commit r12-7532-gda2667cb025ec81c0fab438abee0e83c636148aa Author: Martin Jambor Date:

[Bug target/84201] 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 --- Comment #16 from Richard Biener --- Created attachment 52582 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52582&action=edit simple --param patch This adds the ability to turn off floating point induction vectorization with --param ve

[Bug rtl-optimization/104198] [12 regression] ifcvt change breaks 64-bit SPARC bootstrap

2022-03-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104198 --- Comment #18 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #17 from Jakub Jelinek --- > Is this fixed now? It is: SPARCv9 bootstrap is back to normal.

[Bug c/104839] New: ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread vstinner at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 Bug ID: 104839 Summary: ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC Product: gcc Version: 12.0 Status: UNCONFIRMED Severit

[Bug rtl-optimization/104198] [12 regression] ifcvt change breaks 64-bit SPARC bootstrap

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104198 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/104755] gcc.dg/vect/vect-bic-bitmask-10.c etc. FAIL

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104755 --- Comment #5 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:5f07095d22f58572c06997aa6d4f3bc456e1925d commit r12-7533-g5f07095d22f58572c06997aa6d4f3bc456e1925d Author: Tamar Christina Date:

[Bug c/104839] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread vstinner at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 --- Comment #1 from Victor Stinner --- Thanks Miro Hrončok who identified the Cython regressiond and wrote a Cython reproducer. Thanks Serge Guelton who helped me to write a shorter C reproducer.

[Bug tree-optimization/104755] gcc.dg/vect/vect-bic-bitmask-10.c etc. FAIL

2022-03-08 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104755 Tamar Christina changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/104751] Array aggregates using parens aren’t obsolescent

2022-03-08 Thread charlet at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104751 Arnaud Charlet changed: What|Removed |Added CC||charlet at gcc dot gnu.org Res

[Bug target/84201] 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 --- Comment #17 from Richard Biener --- (In reply to Richard Biener from comment #16) > Created attachment 52582 [details] > simple --param patch > > This adds the ability to turn off floating point induction vectorization with > --param vect-in

[Bug target/104840] New: [nvptx] Can't set predicable attribute to true

2022-03-08 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104840 Bug ID: 104840 Summary: [nvptx] Can't set predicable attribute to true Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug libstdc++/104824] std::comp_ellint1 handles domain error incorrectly

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104824 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/102209] NRVO for function parameters

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102209 --- Comment #1 from Jonathan Wakely --- The standard does not permit copy elision for function parameters. The call to the move constructor is observable, and cannot be elided.

[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #31 from Martin Liška --- @Erik: I appreciate your help, but I have 2 comments: 1) You made a lot of archeological work where you identified who added which regression. Wouldn't it be better to prepare a fix patch? I can help you wi

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

2022-03-08 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|NEW |RESOLVED Resolution|---

[Bug fortran/63535] SELECT TYPE shouldn't pass ALLOCATABLE/POINTER attribute through

2022-03-08 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63535 --- Comment #3 from Tobias Burnus --- Wording from 22-007: "19.5.1.6 Construct association "Execution of a SELECT RANK or SELECT TYPE statement establishes an association between the selector and the associate name of the construct. Execution

[Bug fortran/63535] SELECT TYPE shouldn't pass ALLOCATABLE/POINTER attribute through

2022-03-08 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63535 Tobias Burnus changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug testsuite/77418] SELECT TYPE associating entity can be (de)allocated

2022-03-08 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #5

[Bug testsuite/77418] SELECT TYPE associating entity can be (de)allocated

2022-03-08 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77418 Tobias Burnus changed: What|Removed |Added Last reconfirmed|2016-08-31 00:00:00 | --- Comment #6 from Tobias Burnus ---

[Bug target/104783] [nvptx, openmp] Hang/abort with atomic update in simd construct

2022-03-08 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783 --- Comment #3 from Tom de Vries --- Created attachment 52584 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52584&action=edit Tentative patch

[Bug target/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 Jonathan Wakely changed: What|Removed |Added Known to fail||12.0 Summary|ppc64 regress

[Bug target/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 --- Comment #2 from Jonathan Wakely --- The test fails with -O1 and passes with -O1 -fno-forward-propagate Also, the test passes with -Og and fails with -Og -fif-conversion

[Bug middle-end/104026] [12 Regression] ICE in wide_int_to_tree_1, at tree.c:1755 via tree-vect-loop-manip.c:673

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

[Bug ipa/103819] [10/11/12 Regression] ICE in redirect_callee, at cgraph.c:1389 with __attribute__((flatten)) and -O2 since r11-7940-ge7fd3b783238d034

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

[Bug target/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

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

[Bug tree-optimization/103761] [12 Regression] ICE in exact_div, at poly-int.h:2239 since r12-5612-g10833849b55401a52f2334eb032a70beb688e9fc

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

[Bug translation/90183] ambiguous diagnostics "only available with"

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90183 --- Comment #4 from Jonathan Wakely --- Also relevant for French: #: cp/error.c:4357 #, gcc-internal-format msgid "override controls (override/final) only available with %<-std=c++11%> or %<-std=gnu++11%>" msgstr "le contrôle de la surcharge (ov

[Bug translation/94698] Improper French translation for "override"

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

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883 Bug 40883 depends on bug 94698, which changed state. Bug 94698 Summary: Improper French translation for "override" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94698 What|Removed |Added -

[Bug c++/81930] [meta-bug] Issues with -Weffc++

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81930 Bug 81930 depends on bug 94698, which changed state. Bug 94698 Summary: Improper French translation for "override" https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94698 What|Removed |Added -

[Bug sanitizer/101744] [12 regression] hwasan new failures since r12-2424

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101744 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug tree-optimization/101755] [12 regression] gcc.target/arm/reg_equal_test.c fails on arm since r12-2637

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101755 Richard Biener changed: What|Removed |Added Keywords||testsuite-fail --- Comment #3 from Ric

[Bug target/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 --- Comment #4 from Jakub Jelinek --- Started with r12-3252-gcad36f38576a6a781e3c62ab061c68f5b8dab13a

[Bug tree-optimization/101910] [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 Richard Biener changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug tree-optimization/101910] [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 --- Comment #3 from Martin Liška --- > So I wonder what variant LNT exactly benchmarks. It uses: https://gitlab.suse.de/marxin/cpp-benchmarks Note the benchmark tends to be extremely sensitive to a layout that dramatically influences speed. Si

[Bug tree-optimization/101910] [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 --- Comment #4 from Martin Liška --- E.g this one is really caused by system update: https://lnt.opensuse.org/db_default/v4/CPP/graph?plot.0=176.922.0 So I would close this unless Honza bisects that and provides a perf numbers.

[Bug c++/104823] [12 Regression] narrowing conversion inside non-dependent decltype operand silently accepted ever since r12-6075

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104823 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug target/84201] 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 --- Comment #18 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:058d19b42ad4c4c22635f70db6913a80884aedec commit r12-7535-g058d19b42ad4c4c22635f70db6913a80884aedec Author: Richard Biener Date:

[Bug fortran/104827] [12 Regression] ICE in gfc_conv_array_constructor_expr, at fortran/trans-expr.cc:8329 since r12-4409-g724ee5a0093da443

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104827 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Summary|[12 Regression] ICE

[Bug target/84201] 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 Richard Biener changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 84201, which changed state. Bug 84201 Summary: 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 What|Removed

[Bug other/84613] [meta-bug] SPEC compiler performance issues

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84613 Bug 84613 depends on bug 84201, which changed state. Bug 84201 Summary: 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201 What|Removed

[Bug c++/104836] ice in unify, at cp/pt.cc:24055

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104836 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug tree-optimization/101910] [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 Richard Biener changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 101910, which changed state. Bug 101910 Summary: [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 What|Removed

[Bug tree-optimization/100457] [meta bug] Enabling O2 vectorization in GCC 12

2022-03-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100457 Bug 100457 depends on bug 101910, which changed state. Bug 101910 Summary: [12 Regression] tsvc regressions for -O2 -ftree-loop-vectorize at zen hardware https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101910 What|Removed

[Bug target/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

2022-03-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104839 --- Comment #5 from Jakub Jelinek --- This goes wrong during fwprop1. In #c3 testcase at -O2 in bar we have before fwprop1: (call_insn 6 2 7 2 (parallel [ (set (reg:DI 3 3) (call (mem:SI (symbol_ref:DI ("foo") [flags

[Bug rtl-optimization/104839] [12 Regression] ppc64 regression of GCC 12: conditional long += long becomes unconditional SUBFC

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

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

2022-03-08 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|RESOLVED|NEW Resolution|WONTFIX

[Bug target/85665] Multiple typos in diagnostics

2022-03-08 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85665 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #9 from Eric Gallager --- (In reply to Jonathan Wakely from comment #8) > (In reply to Jonathan Wakely from comment #7) > > https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/ > > Limitations-of-Usual-Tools.html#ind

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #10 from Martin Liška --- > I still get "expr: syntax error" when trying to do `git gcc-descr 716bb02b` > after re-running `sh ./contrib/gcc-git-customization.sh` Ok, so can you please run: $ bash -x ./contrib/git-descr.sh 716bb02b

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #11 from Jonathan Wakely --- git-descr.sh uses ${r:-no} which is a bash feature, but the shebang says /bin/sh

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #12 from Jonathan Wakely --- Ah no, my mistake, any POSIX shell should expand that correctly.

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #13 from Jonathan Wakely --- Ah, but 'expr match str re' is not in POSIX, it should be 'expr str : re'

[Bug target/104841] New: [nvptx] Multi-version ptx

2022-03-08 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104841 Bug ID: 104841 Summary: [nvptx] Multi-version ptx Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #14 from Martin Liška --- (In reply to Jonathan Wakely from comment #13) > Ah, but 'expr match str re' is not in POSIX, it should be 'expr str : re' Great, I can confirm it works for me. Can you please install the change?

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #15 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #7) > https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/ > Limitations-of-Usual-Tools.html#index-g_t_0040command_007bexpr_007d-1813 > > The ex

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #16 from Jonathan Wakely --- Using "${r}" instead of ${r:-no} would be simpler too, but that can be done separately.

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #17 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:10ecf5182a0f63d79a44b953483ecfbb54d29bcb commit r12-7536-g10ecf5182a0f63d79a44b953483ecfbb54d29bcb Author: Jonathan Wakely Date

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #18 from Jonathan Wakely --- Eric, please try again now.

[Bug target/104842] New: mips: signed overflow in LUI_OPERAND

2022-03-08 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104842 Bug ID: 104842 Summary: mips: signed overflow in LUI_OPERAND Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug libstdc++/54865] [parallel mode] tests timeout on power64

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54865 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #19 from Eric Gallager --- (In reply to Martin Liška from comment #10) > > I still get "expr: syntax error" when trying to do `git gcc-descr 716bb02b` > > after re-running `sh ./contrib/gcc-git-customization.sh` > > Ok, so can you p

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #20 from Jonathan Wakely --- The first sed is failing.

[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #32 from CVS Commits --- The master branch has been updated by Eric Gallager : https://gcc.gnu.org/g:6319391d5634ceb07abfadfaabee25e403f5110a commit r12-7537-g6319391d5634ceb07abfadfaabee25e403f5110a Author: Eric Gallager Date:

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #21 from Jonathan Wakely --- We should use: sed -n 's,^tags/,,;s,^basepoints/gcc-,r,p'

[Bug tree-optimization/40073] Vector short/char shifts generate sub-optimal code

2022-03-08 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40073 --- Comment #19 from Jeffrey A. Law --- I stumbled over this as well as some point. One thing I started playing with, but had to set aside was making vect_get_range_info smarter. In particular the case I was looking at VAR would have a single

[Bug c++/88061] section attributes of variable templates are ignored

2022-03-08 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Barry Revzin changed: What|Removed |Added CC||barry.revzin at gmail dot com --- Comment

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #22 from Jonathan Wakely --- \? is not allowed in a POSIX BRE, and unsupported by Solaris and BSD. The capture group with \( and \) is not supported by /usr/bin/sed on Solaris, but is supported by /usr/xpg4/bin but I guess we can ju

[Bug translation/104552] Mistakes in strings to be translated in GCC 12

2022-03-08 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #33 from rsandifo at gcc dot gnu.org --- (In reply to Eric Gallager from comment #28) > (In reply to Roland Illig from comment #10) > > From aarch64-sve-builtins.cc: > > > error_at (location, "passing single vector %qT to argument %

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #23 from Jonathan Wakely --- I have a patch ...

[Bug target/104790] [12 Regression] ICE (insn does not satisfy its constraints) with MVE since r12-4374-g5efeaa0d29525fa28e189e6278c1b1651fb0d7bf

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104790 --- Comment #1 from CVS Commits --- The master branch has been updated by Andre Simoes Dias Vieira : https://gcc.gnu.org/g:796f5220c808bc37adbd1081476589ab1a5d7ac3 commit r12-7538-g796f5220c808bc37adbd1081476589ab1a5d7ac3 Author: Andre Vieira

[Bug target/104613] ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1189

2022-03-08 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104613 --- Comment #2 from H.J. Lu --- We can add a sorry since -mfunction-return=thunk isn't supported with __builtin_eh_return.

[Bug target/104781] [12 regression] SEGV in _Unwind_GetGR during i386 Ada bootstrap

2022-03-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 --- Comment #8 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:23ed4df521db9d66782d3f9cf291fc2564cf313a commit r12-7539-g23ed4df521db9d66782d3f9cf291fc2564cf313a Author: H.J. Lu Date: Fri Mar 4 05:

[Bug other/102664] contrib/gcc-git-customization.sh uses echo -n, which isn't portable

2022-03-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102664 --- Comment #24 from Jonathan Wakely --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591396.html

[Bug rtl-optimization/104843] New: signed overflow in compute_const_anchors, at cse.cc:1180

2022-03-08 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104843 Bug ID: 104843 Summary: signed overflow in compute_const_anchors, at cse.cc:1180 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Prio

[Bug rtl-optimization/104843] signed overflow in compute_const_anchors, at cse.cc:1180

2022-03-08 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104843 Xi Ruoyao changed: What|Removed |Added Target||mips Blocks|

  1   2   >