[Bug testsuite/95720] [11 Regression] New dump output filename strategy invalidates tests

2022-10-02 Thread torbjorn.svensson at foss dot st.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95720 --- Comment #19 from Torbjörn SVENSSON --- Forgot to mention the PR number in the commit message, but this ticket is also related to the change. https://gcc.gnu.org/g:86291da0057d01efdaba71f28cad80b69dc703a4 commit r13-2989-g86291da0057

[Bug c/107127] New: [Regression 11/12] Long compile times on code with C complex

2022-10-02 Thread inform at tiker dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127 Bug ID: 107127 Summary: [Regression 11/12] Long compile times on code with C complex Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/107000] ICE in gfc_real2complex, at fortran/arith.cc:2243

2022-10-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107000 --- Comment #17 from anlauf at gcc dot gnu.org --- (In reply to anlauf from comment #16) > Created attachment 53651 [details] > Revised patch Unfortunately this regresses on gfortran.dg/pr91552.f90, e.g. print *, 2 * [real :: 1, [2], 3]

[Bug c++/107126] GCC accepts invalid out of class definition for destructor with C++17

2022-10-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107126 Jakub Jelinek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org ---

[Bug c++/107126] GCC accepts invalid out of class definition for destructor with C++17

2022-10-02 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107126 --- Comment #3 from Jason Liam --- (In reply to Jakub Jelinek from comment #1) > This is rejected with -std=c++20 since > r11-532-g4b38d56dbac6742b038551a36ec80200313123a1 > and the commit log states that it is intentional to apply it only for

[Bug c++/107126] GCC accepts invalid out of class definition for destructor with C++17

2022-10-02 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107126 --- Comment #2 from Jason Liam --- (In reply to Jakub Jelinek from comment #1) > This is rejected with -std=c++20 since > r11-532-g4b38d56dbac6742b038551a36ec80200313123a1 > and the commit log states that it is intentional to apply it only for

[Bug fortran/107000] ICE in gfc_real2complex, at fortran/arith.cc:2243

2022-10-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107000 anlauf at gcc dot gnu.org changed: What|Removed |Added Attachment #53601|0 |1 is obsolete|

[Bug c++/107126] GCC accepts invalid out of class definition for destructor with C++17

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

[Bug c++/107126] New: GCC accepts invalid out of class definition for destructor with C++17

2022-10-02 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107126 Bug ID: 107126 Summary: GCC accepts invalid out of class definition for destructor with C++17 Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity:

[Bug c++/96830] GCC does not complain about redeclaration with inconsistent requires clause

2022-10-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96830 --- Comment #9 from Jonathan Wakely --- Reduced to show Clang's confusion: https://godbolt.org/z/E1Kq4Gfed

[Bug c++/96830] GCC does not complain about redeclaration with inconsistent requires clause

2022-10-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96830 --- Comment #8 from Jonathan Wakely --- No, I don't think so. Libstdc++ has this for the primary template: template requires input_range<_Vp> class chunk_view : public view_interface> { ... class _OuterIter; class

[Bug target/107125] New: libobjc fails to build on arc-linux-gnu

2022-10-02 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107125 Bug ID: 107125 Summary: libobjc fails to build on arc-linux-gnu Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message

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

[Bug tree-optimization/107121] DEFERRED_INIT misspelled in error message

2022-10-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107121 --- Comment #1 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d01bd0b0f3b8f4c33c437ff10f0b949200627f56 commit r13-3020-gd01bd0b0f3b8f4c33c437ff10f0b949200627f56 Author: Jakub Jelinek Date:

[Bug bootstrap/107119] Bootstrap ICE on 32-bit ARM after r13-2871-g1b74b5cb4e9

2022-10-02 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107119 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #2

[Bug c++/107124] New: Reference template parameter refers to a temporary object

2022-10-02 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107124 Bug ID: 107124 Summary: Reference template parameter refers to a temporary object Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/107109] ICE on valid code at -O1 on x86_64-linux-gnu: in type, at value-range.h:621

2022-10-02 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
Supported LTO compression algorithms: zlib gcc version 13.0.0 20221002 (experimental) [master r13-3015-g3290dcf1499] (GCC) [509] % [509] % gcctk -O1 small.c; ./a.out [510] % [510] % gcctk -O2 small.c during GIMPLE pass: dom small.c: In function ‘main’: small.c:2:5: internal compiler error: in type

[Bug c++/107123] New: Size deduction for vector size in template fails

2022-10-02 Thread milasudril at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107123 Bug ID: 107123 Summary: Size deduction for vector size in template fails Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/107111] GCC accepts invalid program involving function declaration with pack expansion

2022-10-02 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107111 --- Comment #5 from Jason Liam --- Note also that gcc accepts `T v(V...b())` but rejects `T v(V...())`. Note the use of parameter name in the former. Demo: https://godbolt.org/z/hMevdc8TE

[Bug fortran/107122] New: Improve error message wording

2022-10-02 Thread goeran at uddeborg dot se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107122 Bug ID: 107122 Summary: Improve error message wording Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug tree-optimization/107121] New: DEFERRED_INIT misspelled in error message

2022-10-02 Thread goeran at uddeborg dot se via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107121 Bug ID: 107121 Summary: DEFERRED_INIT misspelled in error message Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug bootstrap/107120] New: [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu

2022-10-02 Thread doko at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107120 Bug ID: 107120 Summary: [13 Regression] trunk fails to bootstrap on powerpc64le-linux-gnu Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/107117] "atan2" fails to set the floating-point inexact exception due to constant folding, in some cases

2022-10-02 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107117 --- Comment #4 from Andreas Schwab --- Whether the inexact exception is raised or not is unspecified in general, and atan2 is no exception.

[Bug target/105753] [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705

2022-10-02 Thread rainer-gcc at wwad dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105753 rainer-gcc at wwad dot de changed: What|Removed |Added CC||rainer-gcc at wwad dot de

[Bug c++/96830] GCC does not complain about redeclaration with inconsistent requires clause

2022-10-02 Thread oschonrock at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96830 Oliver Schönrock changed: What|Removed |Added CC||oschonrock at gmail dot com ---