[Bug rtl-optimization/104778] New: [12 Regression] ICE in simplify_subreg, at simplify-rtx.cc:7324

2022-03-04 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104778 Bug ID: 104778 Summary: [12 Regression] ICE in simplify_subreg, at simplify-rtx.cc:7324 Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: ice-on-valid-c

[Bug rtl-optimization/104779] New: [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

2022-03-04 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104779 Bug ID: 104779 Summary: [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn) Product: gcc Version: 12.0 Status: UNCONFIRMED Keyw

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

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104627 --- Comment #8 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:49bc9c6c1ef9441c3db586882e1985da3be9cfa1 commit r12-7473-g49bc9c6c1ef9441c3db586882e1985da3be9cfa1 Author: Jakub Jelinek Date: F

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

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104627 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Assignee|unassigned at

[Bug target/104780] New: [nvptx, sm_30] FAIL: gcc.dg/loop-unswitch-4.c execution test

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104780 Bug ID: 104780 Summary: [nvptx, sm_30] FAIL: gcc.dg/loop-unswitch-4.c execution test Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/95989] Segmentation fault compiling with static libraries and using jthread::request_stop

2022-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95989 --- Comment #21 from Jonathan Wakely --- (In reply to Jackson Huff from comment #20) > Have there been any updates regarding segfaults with pthread_join? I'm also > getting a segfault but with the C++20 jthread::detach() function instead. There

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #19 from Jakub Jelinek --- builddir/gcc/rs6000-builtins.cc: ibm128_float_type_node, builddir/gcc/rs6000-builtins.cc:= build_function_type_list (ibm128_float_type_node, rs6000-builtin.cc: else if (ty

[Bug target/104779] [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

2022-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104779 --- Comment #1 from Andrew Pinski --- You might be able to make a gimple testcase which starts right before expand.

[Bug target/104779] [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

2022-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104779 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug target/104779] [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104779 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Priority|P3

[Bug c++/104709] A translated error message will include untanslated parts

2022-03-04 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104709 --- Comment #1 from Jonathan Wakely --- A small improvement would be: --- a/gcc/cp/mapper-client.cc +++ b/gcc/cp/mapper-client.cc @@ -304,8 +304,13 @@ module_client::open_module_client (location_t loc, const char *o, #endif if (errmsg) -

[Bug target/104780] [nvptx, sm_30] FAIL: gcc.dg/loop-unswitch-4.c execution test

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104780 Tom de Vries changed: What|Removed |Added CC||tschwinge at gcc dot gnu.org --- Comment

[Bug c++/104709] A translated error message will include untanslated parts

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

[Bug target/104780] [nvptx, sm_30] FAIL: gcc.dg/loop-unswitch-4.c execution test

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104780 --- Comment #2 from Tom de Vries --- (In reply to Tom de Vries from comment #1) > This looks like a bug in newlib/libc/machine/nvptx/calloc.c: > ... > void * > calloc (size_t size, size_t len) > { >void *p = malloc (size * len); >if (

[Bug target/104779] [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

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

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

2022-03-04 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104732 Roger Sayle changed: What|Removed |Added CC||roger at nextmovesoftware dot com Last

[Bug tree-optimization/104754] gcc.dg/pr102892-1.c FAILs

2022-03-04 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104754 --- Comment #3 from Aldy Hernandez --- Upon closer inspection, evrp in GCC11 and mainline are generating slightly different code which keeps FRE from cleaning this up in mainline. Mainline is transforming the conditional here: : # c_3 = PH

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

2022-03-04 Thread ro at gcc dot gnu.org via Gcc-bugs
(c083e654bd0f29a365ec957c4c0d4e713fb0b010) and 20220304 (49bc9c6c1ef9441c3db586882e1985da3be9cfa1), 32-bit Solaris/x86 Ada bootstrap got broken: in stage3, I see xgcc: internal compiler error: Segmentation Fault signal terminated program gnat1 Please submit a full bug report, with preprocessed source (by using -freport-bug). See <ht

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

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

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

2022-03-04 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104743 Iain Buclaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2022-03-04 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745 --- Comment #1 from Iain Buclaw --- *** Bug 104743 has been marked as a duplicate of this bug. ***

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

2022-03-04 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104745 --- Comment #2 from Iain Buclaw --- Regression confirmed in upstream druntime. The `itemSize' reported by a struct's TypeInfo need not be a multiple of pointer size.

[Bug c++/104777] gcc crashes while compiling a custom coroutine library sample

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104777 Martin Liška changed: What|Removed |Added Keywords||needs-reduction CC|

[Bug target/104779] [12 Regression] ICE: in extract_insn, at recog.cc:2769 (error: unrecognizable insn)

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104779 --- Comment #4 from Jakub Jelinek --- Created attachment 52561 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52561&action=edit gcc12-pr104779.patch Untested fix.

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

2022-03-04 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 --- Comment #1 from Rainer Orth --- Indeed: with the patch reverted, I'm now running make compare.

[Bug middle-end/104132] OpenACC 'kernels' decomposition: internal compiler error: verify_gimple failed, error: non-register as LHS of binary operation

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104132 --- Comment #2 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:741859b390c042755e9379f8061a157e5af378b6 commit r12-7476-g741859b390c042755e9379f8061a157e5af378b6 Author: Thomas Schwinge Date:

[Bug middle-end/104133] OpenACC 'kernels' decomposition: internal compiler error: 'verify_gimple' failed, error: invalid operands in binary operation

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104133 --- Comment #1 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:e085900fa10e28b684d656b66557d181247a1a48 commit r12-7477-ge085900fa10e28b684d656b66557d181247a1a48 Author: Thomas Schwinge Date:

[Bug middle-end/103836] '-fcompare-debug' failure (length) w/ -fopenacc --param openacc-kernels=decompose

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103836 --- Comment #3 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:c14ea6a72fb1ae66e3d32ac8329558497c6e4403 commit r12-7478-gc14ea6a72fb1ae66e3d32ac8329558497c6e4403 Author: Thomas Schwinge Date:

[Bug middle-end/100400] ICE in visit_loops_in_gang_single_region

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100400 --- Comment #6 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:c14ea6a72fb1ae66e3d32ac8329558497c6e4403 commit r12-7478-gc14ea6a72fb1ae66e3d32ac8329558497c6e4403 Author: Thomas Schwinge Date:

[Bug middle-end/104061] ICE: 'verify_gimple' failed (error: invalid operands in binary operation)

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104061 --- Comment #4 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:c14ea6a72fb1ae66e3d32ac8329558497c6e4403 commit r12-7478-gc14ea6a72fb1ae66e3d32ac8329558497c6e4403 Author: Thomas Schwinge Date:

[Bug tree-optimization/100280] ICE in lower_omp_target, at omp-low.c:12287

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100280 --- Comment #4 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:e5ae22c56152b1a1f4b4e1d7ae04431a9e4710cc commit r12-7479-ge5ae22c56152b1a1f4b4e1d7ae04431a9e4710cc Author: Thomas Schwinge Date:

[Bug tree-optimization/100280] ICE in lower_omp_target, at omp-low.c:12287

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100280 --- Comment #5 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:de6e81ea961219d0726db67776d11ce75a4cae1b commit r12-7480-gde6e81ea961219d0726db67776d11ce75a4cae1b Author: Thomas Schwinge Date:

[Bug tree-optimization/100280] ICE in lower_omp_target, at omp-low.c:12287

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100280 --- Comment #6 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:8935589b496f755e08cadf26d8ceddf0dd6e0968 commit r12-7481-g8935589b496f755e08cadf26d8ceddf0dd6e0968 Author: Thomas Schwinge Date:

[Bug middle-end/104132] OpenACC 'kernels' decomposition: internal compiler error: verify_gimple failed, error: non-register as LHS of binary operation

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104132 --- Comment #3 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:8935589b496f755e08cadf26d8ceddf0dd6e0968 commit r12-7481-g8935589b496f755e08cadf26d8ceddf0dd6e0968 Author: Thomas Schwinge Date:

[Bug middle-end/104133] OpenACC 'kernels' decomposition: internal compiler error: 'verify_gimple' failed, error: invalid operands in binary operation

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104133 --- Comment #2 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:8935589b496f755e08cadf26d8ceddf0dd6e0968 commit r12-7481-g8935589b496f755e08cadf26d8ceddf0dd6e0968 Author: Thomas Schwinge Date:

[Bug tree-optimization/104782] New: [12 regression] ICE: verify_gimple failed in slp (non-trivial conversion in ‘ssa_name’) with -msve-vector-bits=128

2022-03-04 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104782 Bug ID: 104782 Summary: [12 regression] ICE: verify_gimple failed in slp (non-trivial conversion in ‘ssa_name’) with -msve-vector-bits=128 Product: gcc Version:

[Bug tree-optimization/104782] [12 regression] ICE: verify_gimple failed in slp (non-trivial conversion in ‘ssa_name’) with -msve-vector-bits=128 since r12-7359-g6e80c4f1ad9046b0a7c105660cc7b3dcae0fdb

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

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

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783 Bug ID: 104783 Summary: [nvptx, openmp] Hang/abort with atomic update in simd construct Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #20 from Segher Boessenkool --- (In reply to Jakub Jelinek from comment #19) > I'd guess that else ieee128_float_type_node = ibm128_float_type_node = > long_double_type_node; > is there so that we don't ICE during the builtins creatio

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

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783 --- Comment #1 from Tom de Vries --- Hmm, I wonder if nvptx_reorg_uniform_simt should run inbetween SIMT_ENTER and SIMT_EXIT.

[Bug target/104775] [9/10/11/12 Regression] Failure to assemble on s390x with -fsanitize=undefined

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104775 --- Comment #2 from Jakub Jelinek --- Created attachment 52562 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52562&action=edit gcc12-pr104775.patch This (untested so far) seems to work, but what do I know about the s390 instruction set.

[Bug c++/102217] co_awaiting a temporary produced by ternary operator crashes (double-free)

2022-03-04 Thread kux--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102217 k...@smart-hmi.de changed: What|Removed |Added CC||k...@smart-hmi.de --- Comment #3 fro

[Bug middle-end/104784] New: OpenACC 'kernels' decomposition: C vs. C++ differences

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104784 Bug ID: 104784 Summary: OpenACC 'kernels' decomposition: C vs. C++ differences Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: openacc Severity: minor

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

2022-03-04 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 H.J. Lu changed: What|Removed |Added Last reconfirmed||2022-03-04 Status|UNCONFIRMED

[Bug c++/102538] [11/12 Regression] Wrong narrowing conversion checking for initializer with union

2022-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102538 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org

[Bug middle-end/104529] [12 Regression] inefficient codegen around new/delete

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104529 --- Comment #11 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c85aaf2cbe9da50e23655a8082a37166adf4c0f7 commit r12-7483-gc85aaf2cbe9da50e23655a8082a37166adf4c0f7 Author: Jakub Jelinek Date:

[Bug middle-end/104529] [12 Regression] inefficient codegen around new/delete

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

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

2022-03-04 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104742 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Bug tree-optimization/104475] [12 Regression] Wstringop-overflow + atomics incorrect warning on dynamic object

2022-03-04 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104475 --- Comment #6 from Andrew Macleod --- Created attachment 52564 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52564&action=edit possible patch Perhaps better would be to not try to propagate NULL-ness. _1 = this_10(D)->d; _2 = &

[Bug middle-end/104784] OpenACC 'kernels' decomposition: C vs. C++ differences

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104784 --- Comment #1 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:e28eb86c18ed765dceb3c56471a848e9f0e120ff commit r12-7484-ge28eb86c18ed765dceb3c56471a848e9f0e120ff Author: Thomas Schwinge Date:

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

2022-03-04 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 --- Comment #3 from Uroš Bizjak --- Comment on attachment 52563 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52563 A patch >From ba4854c13c4aaa5b50127f23cb09cf05e3eb229d Mon Sep 17 00:00:00 2001 >From: "H.J. Lu" >Date: Fri, 4 Mar 2022

[Bug middle-end/104132] OpenACC 'kernels' decomposition: internal compiler error: verify_gimple failed, error: non-register as LHS of binary operation

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104132 Thomas Schwinge changed: What|Removed |Added Status|ASSIGNED|RESOLVED See Also|

[Bug middle-end/104133] OpenACC 'kernels' decomposition: internal compiler error: 'verify_gimple' failed, error: invalid operands in binary operation

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104133 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org

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

2022-03-04 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 --- Comment #4 from H.J. Lu --- (In reply to Uroš Bizjak from comment #3) > Comment on attachment 52563 [details] > A patch > > >From ba4854c13c4aaa5b50127f23cb09cf05e3eb229d Mon Sep 17 00:00:00 2001 > >From: "H.J. Lu" > >Date: Fri, 4 Mar 2022

[Bug target/87496] ICE in aggregate_value_p at gcc/function.c:2046

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87496 --- Comment #14 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:cb16bc3b5f34733ef9bbf8d2e3acacdecb099a62 commit r12-7485-gcb16bc3b5f34733ef9bbf8d2e3acacdecb099a62 Author: Peter Bergner Date: F

[Bug target/104208] -mlong-double-64 should override a previous -mabi=ibmlongdouble

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104208 --- Comment #10 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:cb16bc3b5f34733ef9bbf8d2e3acacdecb099a62 commit r12-7485-gcb16bc3b5f34733ef9bbf8d2e3acacdecb099a62 Author: Peter Bergner Date:

[Bug target/104117] [9,10,11,12 Regression] Darwin ppc64 uses invalid non-PIC address to access constants (in PIC code).

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104117 --- Comment #25 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:f1b3e3853329b58fb2e50c17487df2ecbc4a5608 commit r12-7486-gf1b3e3853329b58fb2e50c17487df2ecbc4a5608 Author: Iain Sandoe Date: We

[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 --- Comment #2 from CVS Commits --- The master branch has been updated by Patrick Palka : https://gcc.gnu.org/g:074d283e249c7295d783a08eb6f0219a7f411c50 commit r12-7488-g074d283e249c7295d783a08eb6f0219a7f411c50 Author: Patrick Palka Date: F

[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 --- Comment #3 from Patrick Palka --- (In reply to Jakub Jelinek from comment #1) > Shall constexpr.c handle NON_DEPENDENT_EXPR, or can that wrap expressions > that really can't be constant expression evaluated? r12-7264 made potential_constant

[Bug c++/104785] New: Generated defaulted constexpr operator== produces wrong code

2022-03-04 Thread delleyves at gmx dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104785 Bug ID: 104785 Summary: Generated defaulted constexpr operator== produces wrong code Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal

[Bug c++/103443] consteval function rejected as constant expression

2022-03-04 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103443 Patrick Palka changed: What|Removed |Added Target Milestone|--- |12.0 Resolution|---

[Bug c/104786] New: [12.0]internal compiler error with extern asm

2022-03-04 Thread 570070308 at qq dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104786 Bug ID: 104786 Summary: [12.0]internal compiler error with extern asm Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/104777] gcc crashes while compiling a custom coroutine library sample since r10-5137-g43aae289866f5ea5

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104777 Martin Liška changed: What|Removed |Added Summary|gcc crashes while compiling |gcc crashes while compiling

[Bug c/104786] [12.0]internal compiler error with extern asm

2022-03-04 Thread 570070308 at qq dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104786 --- Comment #1 from 。 <570070308 at qq dot com> --- gcc-9 crashed too

[Bug c++/104787] New: [12 Regression] False positive -Wreturn-type since r12-5638-ga3e75c1491cd2d50

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104787 Bug ID: 104787 Summary: [12 Regression] False positive -Wreturn-type since r12-5638-ga3e75c1491cd2d50 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug c++/104787] [12 Regression] False positive -Wreturn-type since r12-5638-ga3e75c1491cd2d50

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104787 Martin Liška changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/104777] gcc crashes while compiling a custom coroutine library sample since r10-5137-g43aae289866f5ea5

2022-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104777 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

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

2022-03-04 Thread vries at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104783 --- Comment #2 from Tom de Vries --- Hmm, the atom insn sets a register that is not used anywhere. So the shuffle communicating the result doesn't make much sense. We can fix that by doing: ... diff --git a/gcc/config/nvptx/nvptx.cc b/gcc/conf

[Bug c++/104788] New: ICE

2022-03-04 Thread raffael at casagrande dot ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104788 Bug ID: 104788 Summary: ICE Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc

[Bug tree-optimization/104789] New: [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104789 Bug ID: 104789 Summary: [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9 Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug tree-optimization/104789] [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9

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

[Bug tree-optimization/104789] [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9

2022-03-04 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104789 --- Comment #1 from Martin Liška --- (In reply to Martin Liška from comment #0) > It's originally reported here: > https://github.com/godotengine/godot/issues/58747 Sorry, here: https://github.com/godotengine/godot/pull/58755

[Bug c++/104788] ICE

2022-03-04 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104788 Marek Polacek changed: What|Removed |Added Last reconfirmed||2022-03-04 Ever confirmed|0

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

2022-03-04 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104790 Bug ID: 104790 Summary: [12 Regression] ICE (insn does not satisfy its constraints) with MVE since r12-4374-g5efeaa0d29525fa28e189e6278c1b1651fb0d7bf Product: gcc

[Bug other/104791] New: [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels-decompose-1.c fails

2022-03-04 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791 Bug ID: 104791 Summary: [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels- decompose-1.c fails Product: gcc Version: 12.0 Status:

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #21 from Jakub Jelinek --- Created attachment 52566 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52566&action=edit gcc12-pr99708.patch Updated patch I'm going to test.

[Bug c++/71283] Inconsistent location for C++ warning options in the manual

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

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #22 from Segher Boessenkool --- In rs6000_type_string, please just handle the error !type_node case first, so you don't have to consider it in all other cases separately. Do you need to change the __SIZEOF_FLOAT128__ code at all now?

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #23 from Segher Boessenkool --- Oh, and looks great, thank you!

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #24 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #22) > In rs6000_type_string, please just handle the error !type_node case first, > so you don't have to consider it in all other cases separately. Ok, will do.

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #8 from CVS Commits --- The master branch has been updated by Ian Lance Taylor : https://gcc.gnu.org/g:c3402486afa8b6f98d6b0cc05cd229526bc7611f commit r12-7493-gc3402486afa8b6f98d6b0cc05cd229526bc7611f Author: Ian Lance Taylor Dat

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2022-03-04 Thread lancethepants at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 --- Comment #9 from Lance Fredrickson --- Thanks a bunch!

[Bug go/101246] gccgo cross-compiler targeting arm fails to build with gcc 11. Missing structs in runtime.inc. Using uclibc-ng

2022-03-04 Thread ian at airs dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug analyzer/103521] [12 regression] gcc.dg/analyzer/pr93032-mztools.c broken after r12-5585

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103521 --- Comment #4 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:458ad38ce2bbec85016d88757ec6a35d2c393e2c commit r12-7494-g458ad38ce2bbec85016d88757ec6a35d2c393e2c Author: David Malcolm Date: F

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #25 from Segher Boessenkool --- It is defined to __ieee128 whenever that exists, and not defined otherwise? Yes, the logic and control flow are byzantine.

[Bug analyzer/103521] [12 regression] gcc.dg/analyzer/pr93032-mztools.c broken after r12-5585

2022-03-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103521 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/104792] New: [g++ and/or libstdc++] Wunused-local-typedefs + C++20 concepts = annoying

2022-03-04 Thread arthur.j.odwyer at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104792 Bug ID: 104792 Summary: [g++ and/or libstdc++] Wunused-local-typedefs + C++20 concepts = annoying Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: norm

[Bug other/104791] [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels-decompose-1.c fails

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org

[Bug other/104791] [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels-decompose-1.c fails

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791 Thomas Schwinge changed: What|Removed |Added Keywords||openacc --- Comment #2 from Thomas Sc

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #26 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #25) > It is defined to __ieee128 whenever that exists, and not defined otherwise? > Yes, the logic and control flow are byzantine. No, far from it. E.g. on linu

[Bug other/104791] [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels-decompose-1.c fails

2022-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791 --- Comment #3 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:14dfbb53594e164fe222476523a68039a8bd5252 commit r12-7495-g14dfbb53594e164fe222476523a68039a8bd5252 Author: Thomas Schwinge Date:

[Bug tree-optimization/104789] [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9

2022-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104789 --- Comment #2 from Andrew Pinski --- Note I think the reduced testcase is reduced too much.

[Bug testsuite/104791] [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/kernels-decompose-1.c fails

2022-03-04 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104791 Thomas Schwinge changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug analyzer/104793] New: -Wanalyzer-write-to-const and -Wanalyzer-write-to-string-literal should respect attribute((access, write)

2022-03-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104793 Bug ID: 104793 Summary: -Wanalyzer-write-to-const and -Wanalyzer-write-to-string-literal should respect attribute((access, write) Product: gcc Version: 12.0

[Bug tree-optimization/104789] [12 Regression] New -Wstringop-overflow false positive since r12-5863-g9354a7d70caef1c9

2022-03-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104789 --- Comment #3 from Andrew Pinski --- Note the first loop is bounded roo Because of encode_uint16(temp_packets[0].data[i], &header[header_bytes]); Which is not in the reduced testcase.

[Bug target/99708] __SIZEOF_FLOAT128__ not defined on powerpc64le-linux

2022-03-04 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99708 --- Comment #27 from Segher Boessenkool --- (In reply to Jakub Jelinek from comment #26) > (In reply to Segher Boessenkool from comment #25) > > It is defined to __ieee128 whenever that exists, and not defined otherwise? > > Yes, the logic and co

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

2022-03-04 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104781 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from H.J. Lu --- > Created attachment 52563 > --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52563&action=edit > A patch > > Try this. That patch certainly did f

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

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #9 from Roland Illig --- >From config/host-darwin.cc: > error ("PCH memory not available %m"); Looks like a missing ":" before "%m".

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

2022-03-04 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552 --- Comment #10 from Roland Illig --- >From aarch64-sve-builtins.cc: > error_at (location, "passing single vector %qT to argument %d" > " of %qE, which expects a tuple of %d vectors", > actual, argno + 1, fndecl, num_vectors)

[Bug analyzer/101983] analyzer leak false positives building singly linked list

2022-03-04 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101983 David Malcolm changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

  1   2   >