[Bug tree-optimization/101746] [12 regression] gcc.dg/tree-prof/20050826-2.c and gcc.dg/uninit-pred-9_b.c fail since r12-2591

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101746 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > I can confirm gcc.dg/tree-prof/20050826-2.c fails even on x86_64-linux-gnu. I think this has been fixed now.

[Bug c/102867] [12 Regression] Waddress complaint in readelf.c

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102867 Andrew Pinski changed: What|Removed |Added Summary|Waddress complaint in |[12 Regression] Waddress

[Bug c/102867] Waddress complaint in readelf.c

2021-10-20 Thread amodra at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102867 --- Comment #1 from Alan Modra --- Created attachment 51641 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51641=edit preprocessed source

[Bug c/102867] New: Waddress complaint in readelf.c

2021-10-20 Thread amodra at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102867 Bug ID: 102867 Summary: Waddress complaint in readelf.c Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/100295] Internal compiler error from generic lambda capturing parameter pack and expanding it in if constexpr

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100295 --- Comment #3 from Andrew Pinski --- *** Bug 102778 has been marked as a duplicate of this bug. ***

[Bug c++/102778] cannot parameter pack std::variant

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102778 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug c++/100295] Internal compiler error from generic lambda capturing parameter pack and expanding it in if constexpr

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100295 Andrew Pinski changed: What|Removed |Added CC||benni.probst at gmx dot de --- Comment

[Bug c++/102866] Unexpected error on variadic forwarding

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102866 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug libstdc++/100912] powerpc64le: ieee128 long double incorrectly printed when using shared libstdc++

2021-10-20 Thread qiu.chaofan at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100912 --- Comment #8 from Qiu Chaofan --- > Looks like we need two different versions of that symbol, with different > mangled names. Yes, I did a little hack: adding another symbol `__convert_from_v_ieee128` (guarded under macro

[Bug bootstrap/102865] gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’

2021-10-20 Thread alpha+gcc at alphaservcomputing dot solutions via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102865 Heather A changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug bootstrap/102865] gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’

2021-10-20 Thread alpha+gcc at alphaservcomputing dot solutions via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102865 --- Comment #3 from Heather A --- Ha, okay. I figured it out. It was totally bad on my side. https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=7cbc870c495cebc61f5d0ebb975856c207a42fab resolved this issue. I was going insane trying to figure out

[Bug c++/102866] New: Unexpected error on variadic forwarding

2021-10-20 Thread benni.probst at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102866 Bug ID: 102866 Summary: Unexpected error on variadic forwarding Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug bootstrap/102865] gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102865 --- Comment #2 from Andrew Pinski --- Also these configure options seems odd: --with-newlib --disable-lto Why set CFLAGS/CPPFLAGS also?

[Bug bootstrap/102865] gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102865 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-10-21

[Bug bootstrap/102865] New: gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’

2021-10-20 Thread alpha+gcc at alphaservcomputing dot solutions via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102865 Bug ID: 102865 Summary: gcc-12.0 HEAD fails to compile on x86_64 Darwin: unknown machine mode ‘HF’ Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug fortran/94070] Assumed-rank arrays – bounds mishandled, SIZE/SHAPE/UBOUND/LBOUND

2021-10-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94070 --- Comment #12 from CVS Commits --- The master branch has been updated by Sandra Loosemore : https://gcc.gnu.org/g:1af78e731feb9327a17c99ebaa19a4cca1125caf commit r12-4591-g1af78e731feb9327a17c99ebaa19a4cca1125caf Author: Sandra Loosemore

[Bug middle-end/36902] Array bound warning with dead code after optimization

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36902 Andrew Pinski changed: What|Removed |Added Known to fail|| Known to work|

[Bug tree-optimization/102703] [12 Regression] Dead Code Elimination Regression at -O3 since r12-2591-g2e96b5f14e402569

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102703 --- Comment #17 from Andrew Pinski --- Hmm, I get one regression: +FAIL: gcc.dg/pr36902.c (test for warnings, line 47) I filed PR 102864 and will change the testcase so we don't run into that issue.

[Bug tree-optimization/102864] New: no out of bounds warning for DCE code

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102864 Bug ID: 102864 Summary: no out of bounds warning for DCE code Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: diagnostic Severity: normal Priority:

[Bug middle-end/102764] [12 Regression] -fcompare-debug failure (length) at -O3

2021-10-20 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102764 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug middle-end/102857] [12 regression] r12-4526 caused regressions on vect/bb-slp-16.c and ssa-dom-thread-7.c

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102857 --- Comment #1 from Andrew Pinski --- For me on x86_64 I get: gcc.dg/tree-ssa/ssa-dom-thread-7.c: dump file does not exist UNRESOLVED: gcc.dg/tree-ssa/ssa-dom-thread-7.c scan-tree-dump-not vrp-thread2 "Jumps threaded"

[Bug target/102812] Unoptimal (and wrong) code for _Float16 insert

2021-10-20 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102812 --- Comment #4 from Hongtao.liu --- (In reply to Hongyu Wang from comment #3) > (In reply to Uroš Bizjak from comment #2) > > Please note that the code above should compile via ix86_expand_vector_set, > > similar to: > > > > --cut here-- > >

[Bug libstdc++/102863] Optional monadic ops should not be constrained

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102863 Jonathan Wakely changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug libstdc++/102863] Optional monadic ops should not be constrained

2021-10-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102863 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:0fac85a24f40ef6098b756e8e8655205f4bfbf3e commit r12-4586-g0fac85a24f40ef6098b756e8e8655205f4bfbf3e Author: Jonathan Wakely

[Bug libstdc++/102863] Optional monadic ops should not be constrained

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102863 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Target Milestone|---

[Bug libstdc++/102863] New: Optional monadic ops should not be constrained

2021-10-20 Thread rs2740 at gmail dot com via Gcc-bugs
main() { std::optional x; x.transform([](auto& y) { f(y); return 42; }); } : In instantiation of 'main():: [with auto:3 = const int]': /opt/compiler-explorer/gcc-trunk-20211020/include/c++/12.0.0/type_traits:2565:26: required by substitution of 'template static std::__result_of

[Bug fortran/102787] ICE in new test case gfortran.dg/reshape_shape_2.f90

2021-10-20 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102787 --- Comment #7 from anlauf at gcc dot gnu.org --- Slightly improved version of the patch of comment#6: diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index 6552eaf3b0c..a63a6631f59 100644 --- a/gcc/fortran/array.c +++

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-20 Thread reiter.christoph at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #72 from Christoph Reiter --- Works nicely now. Thanks everyone!

[Bug fortran/102862] New: CLASS(*) – various issues, esp. with assumed-rank

2021-10-20 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102862 Bug ID: 102862 Summary: CLASS(*) – various issues, esp. with assumed-rank Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: diagnostic, rejects-valid Severity:

[Bug testsuite/102861] [12 regression] gcc.dg/vect/bb-slp-16.c fails after r12-4526

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102861 --- Comment #2 from Andrew Pinski --- (In reply to Aldy Hernandez from comment #1) > Similarly to 102860. > > The referenced patch reduces the amount of threaded paths, not increase > them. This actually looks like another pass hiccuping

[Bug target/102860] [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Keywords|

[Bug tree-optimization/102703] [12 Regression] Dead Code Elimination Regression at -O3 since r12-2591-g2e96b5f14e402569

2021-10-20 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102703 --- Comment #16 from Andrew Pinski --- I have a new patch in testing that replaces patch 4 and uses simple_dce_from_worklist instead which moves of the detection of dead code to already common code.

[Bug fortran/102815] gfortran.dg/bind-c-contiguous-5.f90 fails at execution on armeb

2021-10-20 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102815 Christophe Lyon changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/102861] [12 regression] gcc.dg/vect/bb-slp-16.c fails after r12-4526

2021-10-20 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102861 --- Comment #1 from Aldy Hernandez --- Similarly to 102860. The referenced patch reduces the amount of threaded paths, not increase them. This actually looks like another pass hiccuping because it was expecting a threaded path that is no

[Bug target/102860] [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526

2021-10-20 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860 --- Comment #1 from Aldy Hernandez --- The referenced patch reduces the amount of threaded paths, not increase them. This actually looks like another pass hiccuping because it was expecting a threaded path that is no longer there.

[Bug testsuite/102861] New: [12 regression] gcc.dg/vect/bb-slp-16.c fails after r12-4526

2021-10-20 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102861 Bug ID: 102861 Summary: [12 regression] gcc.dg/vect/bb-slp-16.c fails after r12-4526 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug ada/100486] Ada build fails for 32bit Windows

2021-10-20 Thread gcc_bugzilla at axeitado dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486 --- Comment #71 from Óscar Fuentes --- (In reply to Eric Botcazou from comment #70) > Tentatively fixed, reopen if not. The bootstrap works. Thank you.

[Bug target/102860] New: [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526

2021-10-20 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102860 Bug ID: 102860 Summary: [12 regression] libgomp.fortran/simd2.f90 ICEs after r12-4526 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/102859] New: [OpenMP] Missing testsuite coverage for Fortran task reductions

2021-10-20 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102859 Bug ID: 102859 Summary: [OpenMP] Missing testsuite coverage for Fortran task reductions Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: openmp

[Bug libgomp/100753] Implement in_reduction clause on target construct

2021-10-20 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100753 --- Comment #3 from Tobias Burnus --- (In reply to Tobias Burnus from comment #2) > Additionally missing: Fortran support. Fortran support was implemented in r12-4574-gd98626bf451dea6a28a42d953f7d0bd7659ad4d5 Still to do: Proper nowait support

[Bug tree-optimization/102844] [9/10/11/12 Regression] DOM jump threading not copying block that became non-empty

2021-10-20 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #23 from Jeffrey A. Law --- Invalid is invalid. Full stop. I'll have to put it under a debugger, but I would have expected the nocopy block to turn into a forwarder -- why do we end up putting statements in here?

[Bug c++/99244] [modules] ICE in tsubst_copy, at cp/pt.c:16581

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

[Bug c++/99244] [modules] ICE in tsubst_copy, at cp/pt.c:16581

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99244 --- Comment #2 from Jonathan Wakely --- This seems to be fixed on trunk.

[Bug c++/99244] [modules] ICE in tsubst_copy, at cp/pt.c:16581

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99244 Jonathan Wakely changed: What|Removed |Added CC||niancw29 at 163 dot com --- Comment

[Bug c++/102858] ICE when compiling to "thread.gcm"

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102858 Jonathan Wakely changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug rtl-optimization/102842] [10 Regression] ICE in cselib_record_set at -O2 or greater

2021-10-20 Thread herrtimson at yahoo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102842 --- Comment #9 from tt_1 --- So, I did a little bit of research. pr92807 has indeed been backported to the gcc-10 branch and is included in the gcc-10.3.0 release - it touches gcc/config/i386/i386.c and adds a testcase. There is another fixup

[Bug c++/102820] [DR2351] Failure to compile void{}

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102820 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug c++/102858] New: ICE when compiling to "thread.gcm"

2021-10-20 Thread niancw29 at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102858 Bug ID: 102858 Summary: ICE when compiling to "thread.gcm" Product: gcc Version: 11.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug modula2/102325] gm2 testsuite drivers should be unique

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug modula2/102323] gm2 testsuite needs to be parallelized

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102323 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug modula2/102339] gm2 testsuite leaves many files behind

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102339 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug modula2/102344] gm2/pim/fail/TestLong4.mod FAILs

2021-10-20 Thread dje at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 David Edelsohn changed: What|Removed |Added Resolution|--- |FIXED CC|

[Bug modula2/102344] gm2/pim/fail/TestLong4.mod FAILs

2021-10-20 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 --- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #3 from Gaius Mulley --- > apologies if this is the wrong way to mention a status change. (Is this > done on bugzilla? I've looked and cannot see how to change its

[Bug target/102847] [12 regression] r12-4504 breaks powerpc64 build on power 7

2021-10-20 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102847 --- Comment #3 from seurer at gcc dot gnu.org --- I reran my bisects on two different systems and both resolved to g:793d2549b173a0a2da6dd20ffc27acb9fd2de73e, r12-4501 as when the builds started failing. r12-4500 worked on both systems.

[Bug modula2/102325] gm2 testsuite drivers should be unique

2021-10-20 Thread gaiusmod2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325 --- Comment #3 from Gaius Mulley --- "rguenth at gcc dot gnu.org" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102325 > > Richard Biener changed: > >What|Removed |Added >

[Bug modula2/102339] gm2 testsuite leaves many files behind

2021-10-20 Thread gaiusmod2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102339 --- Comment #2 from Gaius Mulley --- "ro at gcc dot gnu.org" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102339 > > Bug ID: 102339 >Summary: gm2 testsuite leaves many files behind >Product: gcc >

[Bug modula2/102344] gm2/pim/fail/TestLong4.mod FAILs

2021-10-20 Thread gaiusmod2 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 --- Comment #3 from Gaius Mulley --- "ro at gcc dot gnu.org" writes: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102344 > > Bug ID: 102344 >Summary: gm2/pim/fail/TestLong4.mod FAILs >Product: gcc >

[Bug middle-end/102857] [12 regression] r12-4526 caused regressions on vect/bb-slp-16.c and ssa-dom-thread-7.c

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102857 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.0

[Bug libgomp/102838] [12 regression] Several tests SEGV in gomp_loop_ull_init

2021-10-20 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102838 --- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #5 from Jakub Jelinek --- > Does the committed patch fix the issue on Solaris? I'll see after tonight's bootstrap. The original one attached to the PR fixed only a few

[Bug libgomp/102838] [12 regression] Several tests SEGV in gomp_loop_ull_init

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102838 --- Comment #5 from Jakub Jelinek --- Does the committed patch fix the issue on Solaris?

[Bug libstdc++/98005] FAIL: std/ranges/adaptors/sizeof.cc (test for excess errors)

2021-10-20 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98005 --- Comment #7 from Patrick Palka --- Looks like after r12-4517 the test now compiles successfully on m68k according to https://gcc.gnu.org/pipermail/gcc-testresults/2021-October/729689.html Though the test presumably still fails on the 11

[Bug c++/91118] ubsan does not work with openmp default (none) directive

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

[Bug target/102374] [x86_64] Should ignore spaces in target attribute

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102374 Martin Liška changed: What|Removed |Added Resolution|FIXED |WONTFIX --- Comment #4 from Martin

[Bug tree-optimization/102844] [9/10/11/12 Regression] DOM jump threading not copying block that became non-empty

2021-10-20 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #22 from Andrew Macleod --- (In reply to Richard Biener from comment #20) > (In reply to Aldy Hernandez from comment #18) > > (In reply to rguent...@suse.de from comment #17) > > > On Wed, 20 Oct 2021, aldyh at gcc dot gnu.org

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 Martin Liška changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 --- Comment #11 from Jakub Jelinek --- BTW, if we want to use strip_whitespaces, it should use ISBLANK or ISSPACE instead of using == ' ' or == '\t' etc. comparisons. But I really find it not a good idea to support "\t\t+sve\t\t

[Bug target/100966] [AArch64] __builtin_roundeven[f] is not inlined

2021-10-20 Thread wilco at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100966 Wilco changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/102857] New: [12 regression] r12-4526 caused regressions on vect/bb-slp-16.c and ssa-dom-thread-7.c

2021-10-20 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102857 Bug ID: 102857 Summary: [12 regression] r12-4526 caused regressions on vect/bb-slp-16.c and ssa-dom-thread-7.c Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug target/100966] [AArch64] __builtin_roundeven[f] is not inlined

2021-10-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100966 --- Comment #1 from CVS Commits --- The master branch has been updated by Wilco Dijkstra : https://gcc.gnu.org/g:16ce822ed14e6635ee2ffcba394bba8e934bc6dd commit r12-4567-g16ce822ed14e6635ee2ffcba394bba8e934bc6dd Author: Wilco Dijkstra Date:

[Bug testsuite/102841] [12 regression] libgomp.oacc-c++/../libgomp.oacc-c-c++-common/host_data-7.c FAILs

2021-10-20 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102841 Rainer Orth changed: What|Removed |Added Summary|libgomp.oacc-c++/../libgomp |[12 regression]

[Bug target/102856] New: [nvptx] Misaligned accesses with cheap vectorization enabled

2021-10-20 Thread jules at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102856 Bug ID: 102856 Summary: [nvptx] Misaligned accesses with cheap vectorization enabled Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/102842] [10 Regression] ICE in cselib_record_set at -O2 or greater

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102842 --- Comment #8 from Martin Liška --- (In reply to tt_1 from comment #7) > hey, thanks for the messages. I just finished to compile firefox with > patched cross-gcc-10.3.0, the ice is fixed with the patch from >

[Bug tree-optimization/102853] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.c:593 since r12-4398-g9b2ad21ab3ebc21a3408108327fa1a7cbedaf217

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/102853] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.c:593 since r12-4398-g9b2ad21ab3ebc21a3408108327fa1a7cbedaf217

2021-10-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:ac5e46563817f4f1bd786be1d21b85d18e61bc0c commit r12-4558-gac5e46563817f4f1bd786be1d21b85d18e61bc0c Author: Richard Biener Date:

[Bug c++/102854] [OpenMP] Bogus "initializer expression refers to iteration variable" when using templates

2021-10-20 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102854 --- Comment #1 from Tobias Burnus --- For the non-template case (with int / IndexType reversed, (ups!)): finish_omp_for's vec *orig_inits is an empty vector but for the template, it isn't (it contains '0' and 'i'); thus, the following check

[Bug rtl-optimization/102842] [10 Regression] ICE in cselib_record_set at -O2 or greater

2021-10-20 Thread herrtimson at yahoo dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102842 --- Comment #7 from tt_1 --- hey, thanks for the messages. I just finished to compile firefox with patched cross-gcc-10.3.0, the ice is fixed with the patch from

[Bug target/100757] [12 Regression] arm: ICE (unrecognizable insn) with MVE VPSELQ_S since r12-834-ga6eacbf10

2021-10-20 Thread clyon at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100757 --- Comment #15 from Christophe Lyon --- Hi, yes this is close to completion. The patch series was approved last week by Richard Sandiford: https://gcc.gnu.org/pipermail/gcc-patches/2021-October/581778.html but I have found a bug with more

[Bug c++/102855] #pragma GCC unroll n should support n being a template parameter

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102855 Richard Biener changed: What|Removed |Added Last reconfirmed||2021-10-20 Severity|normal

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #21 from Martin Liška --- (In reply to Richard Biener from comment #12) > (In reply to Martin Liška from comment #10) > > (In reply to Richard Biener from comment #9) > > > (In reply to Martin Liška from comment #8) > > > > Using

[Bug tree-optimization/102853] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.c:593 since r12-4398-g9b2ad21ab3ebc21a3408108327fa1a7cbedaf217

2021-10-20 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 --- Comment #3 from rguenther at suse dot de --- On Wed, 20 Oct 2021, rsandifo at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 > > --- Comment #2 from rsandifo at gcc dot gnu.org > --- > Maybe it's much of a

[Bug rtl-optimization/102842] [10 Regression] ICE in cselib_record_set at -O2 or greater

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102842 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug rtl-optimization/102842] [10 Regression] ICE in cselib_record_set at -O2 or greater

2021-10-20 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102842 --- Comment #5 from Martin Liška --- And reduced test-case looks like this: struct Plane { using T = float; T *Row(); }; using ImageF = Plane; long long Mirror_x; struct EnsurePaddingInPlaceRowByRow { void Process() { switch

[Bug middle-end/64888] ubsan doesn't work with openmp

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

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 --- Comment #10 from Jonathan Wakely --- You can also use string literal concatenation: target("foo," "bar," "baz") which is identical to target("foo,bar,baz") Although target("foo", "bar", "baz") seems easier to read anyway.

[Bug tree-optimization/102853] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.c:593 since r12-4398-g9b2ad21ab3ebc21a3408108327fa1a7cbedaf217

2021-10-20 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 --- Comment #2 from rsandifo at gcc dot gnu.org --- Maybe it's much of a muchness, but would it work instead to bail out for wrapping types at the top of split_constant_offset_1 and remove the check for trapping from the CASE_CONVERT code? It

[Bug target/100757] [12 Regression] arm: ICE (unrecognizable insn) with MVE VPSELQ_S since r12-834-ga6eacbf10

2021-10-20 Thread vvinayag at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100757 vvinayag at arm dot com changed: What|Removed |Added CC||vvinayag at arm dot com ---

[Bug tree-optimization/102853] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.c:593 since r12-4398-g9b2ad21ab3ebc21a3408108327fa1a7cbedaf217

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102853 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/102855] New: #pragma GCC unroll n should support n being a template parameter

2021-10-20 Thread bernhardmgruber at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102855 Bug ID: 102855 Summary: #pragma GCC unroll n should support n being a template parameter Product: gcc Version: 11.2.1 Status: UNCONFIRMED Severity: normal

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 --- Comment #9 from Jakub Jelinek --- And note we already do support target ("+sve", "+sve2"), so there is not much point in allowing whitespace inside of the string literals.

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #20 from Richard Biener --- (In reply to Aldy Hernandez from comment #18) > (In reply to rguent...@suse.de from comment #17) > > On Wed, 20 Oct 2021, aldyh at gcc dot gnu.org wrote: > > > > Silly question, why is the SSA form

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 Aldy Hernandez changed: What|Removed |Added CC||amacleod at redhat dot com ---

[Bug c++/102854] New: [OpenMP] Bogus "initializer expression refers to iteration variable" when using templates

2021-10-20 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102854 Bug ID: 102854 Summary: [OpenMP] Bogus "initializer expression refers to iteration variable" when using templates Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 --- Comment #8 from Jakub Jelinek --- Or yet another variant is only allow whitespace after , separator and not anywhere else, so "+sve, +sve2" is ok, but "+sve, +sve2" is not. But again, if we decide to do that, it should be

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #17 from rguenther at suse dot de --- On Wed, 20 Oct 2021, aldyh at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 > > --- Comment #16 from Aldy Hernandez --- > (In reply to Richard Biener from

[Bug target/102375] [aarch64] Should allow space in target attribute

2021-10-20 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102375 --- Comment #7 from Jakub Jelinek --- Not allowing spaces there was intentional and has been discussed, please see the https://gcc.gnu.org/legacy-ml/gcc-patches/2019-04/msg00680.html and surrounding threads. As I wrote, if we accept whitespace,

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #16 from Aldy Hernandez --- (In reply to Richard Biener from comment #13) > Aldyh might also have stumbled over code avoiding to thread across a SSA > definition. > > Ah - I guess the block is recorded as "forwarder" (block with

[Bug tree-optimization/102844] [9/10/11/12 Regression] vrp inserting assert causes miscompiling when doing update_ssa

2021-10-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102844 --- Comment #15 from Richard Biener --- The following removes the premature optimization(?) using EDGE_NO_COPY_SRC_BLOCK in case the block contained a condition we could thread through. That fixes the testcase. diff --git

[Bug tree-optimization/102814] [12 regression] quadratique/exponential time complexity for max-jump-thread-duplication-stmts

2021-10-20 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102814 Aldy Hernandez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/102814] [12 regression] quadratique/exponential time complexity for max-jump-thread-duplication-stmts

2021-10-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102814 --- Comment #5 from CVS Commits --- The master branch has been updated by Aldy Hernandez : https://gcc.gnu.org/g:82cd78f2c31db1664ca154d7fcd24e9eaee1427f commit r12-4532-g82cd78f2c31db1664ca154d7fcd24e9eaee1427f Author: Aldy Hernandez Date:

  1   2   >