[Bug c++/110978] ICE lambda constrained with to-be-deduced object

2023-08-13 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110978 --- Comment #2 from Johel Ernesto Guerrero Peña --- Thank you for the clarification. Now I can be conscious about that.

[Bug libfortran/110966] should matmul_c8_avx512f be updated with matmul_c8_x86-64-v4.

2023-08-13 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110966 --- Comment #4 from Hongtao.liu --- (In reply to anlauf from comment #3) > (In reply to Hongtao.liu from comment #2) > > (In reply to Richard Biener from comment #1) > > > I think matmul is fine with avx512f or avx, so requiring/using only the

[Bug c++/111008] '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/111008] '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 --- Comment #4 from Andrew Pinski --- Here is a C++11 testcase that also fails in a similar way: ``` typedef int b; templatestruct F1{}; F10)}> a; F10}> a0; ```

[Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement

2023-08-13 Thread weeks at iastate dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326 --- Comment #7 from Nathan Weeks --- (In reply to anlauf from comment #6) > (In reply to Nathan Weeks from comment #5) > > (In reply to Brad Richardson from comment #3) > > > Was there any more progress on this? I've just run into it. > > > > >

[Bug c++/111008] '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 --- Comment #3 from Andrew Pinski --- A related non-lambda testcase: ``` struct b{int a;}; templatestruct F1{}; F10)}> a; F10}> a0; ```

[Bug c++/111008] '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug c++/111008] '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Andre

[Bug c++/111008] New: '>' in a lambda as a template argument causes a syntax error

2023-08-13 Thread shin1_morita at yahoo dot co.jp via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111008 Bug ID: 111008 Summary: '>' in a lambda as a template argument causes a syntax error Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal

[Bug libfortran/110966] should matmul_c8_avx512f be updated with matmul_c8_x86-64-v4.

2023-08-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110966 --- Comment #3 from anlauf at gcc dot gnu.org --- (In reply to Hongtao.liu from comment #2) > (In reply to Richard Biener from comment #1) > > I think matmul is fine with avx512f or avx, so requiring/using only the base > > ISA level sounds fine

[Bug fortran/88286] [OOP] gfortran reports conflicting intent(in) with an intent(in) declared class variable

2023-08-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88286 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|-

[Bug fortran/110957] -ffpe-trap and -ffpe-summary options issues

2023-08-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110957 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org

[Bug fortran/110996] RISC-V vector Fortran: SEGV ICE during parsing

2023-08-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110996 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||error-recovery --- Comment #

[Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement

2023-08-13 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326 --- Comment #6 from anlauf at gcc dot gnu.org --- (In reply to Nathan Weeks from comment #5) > (In reply to Brad Richardson from comment #3) > > Was there any more progress on this? I've just run into it. > > > > FYI I'm trying implement a polymo

[Bug tree-optimization/111000] [14 Regression] Wrong code at -O3 on x86_64-linux-gnu since r14-2944-g3d48c11ad08

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111000 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-08-13 Status|UNCONFIRM

[Bug middle-end/110954] [14 Regression] Wrong code with -O0

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110954 Andrew Pinski changed: What|Removed |Added CC||jwzeng at nuaa dot edu.cn --- Comment #

[Bug middle-end/111007] [14 Regression] Wrong code at -O0 on x86_64-pc-linux-gnu

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111007 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug modula2/110779] SysClock can not read the clock

2023-08-13 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110779 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Commen

[Bug middle-end/111007] [14 Regression] Wrong code at -O0 on x86_64-pc-linux-gnu

2023-08-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111007 --- Comment #1 from Andrew Pinski --- I think this was fixed by r14-3140 .

[Bug rtl-optimization/110867] [14 Regression] ICE in combine after 7cdd0860949c6c3232e6cff1d7ca37bb5234074c

2023-08-13 Thread prathamesh3492 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110867 --- Comment #10 from prathamesh3492 at gcc dot gnu.org --- (In reply to Stefan Schulze Frielinghaus from comment #9) > It looks like as if the first fix didn't entirely solve the problem. It > turns out that the normal form of const_int is not a

[Bug middle-end/111007] New: [14 Regression] Wrong code at -O0 on x86_64-pc-linux-gnu

2023-08-13 Thread jwzeng at nuaa dot edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111007 Bug ID: 111007 Summary: [14 Regression] Wrong code at -O0 on x86_64-pc-linux-gnu Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Prio

[Bug fortran/87326] [F18] Support the NEW_INDEX= specifier in the FORM TEAM statement

2023-08-13 Thread weeks at iastate dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87326 --- Comment #5 from Nathan Weeks --- (In reply to Brad Richardson from comment #3) > Was there any more progress on this? I've just run into it. > > FYI I'm trying implement a polymorphic send/receive: > https://gitlab.com/everythingfunctional/c