[Bug c++/119233] [12/13/14/15 Regression] templated function used as a template argument from inside a template causes an undefined symbol

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 --- Comment #7 from Andrew Pinski --- Which means this is most likely caused by r12-6075-g2decd2cabe5a4f too.

[Bug c++/119233] [12/13/14/15 Regression] templated function used as a template argument from inside a template causes an undefined symbol

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/119233] [12/13/14/15 Regression] templated function used as a template argument from inside a template causes an undefined symbol

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 Andrew Pinski changed: What|Removed |Added Attachment #60719|0 |1 is obsolete|

[Bug cobol/119229] ICE with gcobol -flto (in get_partitioning_class, at symtab.cc:2190)

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119229 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > *** Bug 119230 has been marked as a duplicate of this bug. *** I only know these are the same bug because of PR 108474 which shows the undefined reference and I

[Bug c++/108474] static structured binding undefined reference

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108474 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.5

[Bug c++/109464] gcc does not instantiate constructor for explicitly instantiated template

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109464 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug c++/119212] Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 --- Comment #7 from Andrew Pinski --- Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions. So you didn't read the error message. Th

[Bug tree-optimization/119181] Missed vectorization due to imperfect SLP discovery for 2 grouped load with same base pointer (taken as 1 interleaved load)

2025-03-11 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119181 --- Comment #11 from Hongtao Liu --- More common case is typedef int v8si __attribute__((vector_size(32))); v8si foo1 (v8si a, v8si b) { v8si c = __builtin_shufflevector (a, b, 0, 1, 2, 11, 4, 5, 6, 15); v8si d = __builtin_shufflevect

[Bug c++/119233] [12/13/14/15 Regression] templated member function used as a template argument (pointer to member function) from inside a template causes an undefined symbol

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 --- Comment #3 from Andrew Pinski --- Created attachment 60718 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60718&action=edit another (slightly modified) C++98 testcase foo does not need to be a template but foo::get needs to be a templ

[Bug c++/119233] [12/13/14/15 Regression] templated function used as a template argument from inside a template causes an undefined symbol

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 --- Comment #4 from Andrew Pinski --- Created attachment 60719 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60719&action=edit Another C++98 testcase So it does not even need to be a pointer to a member function, it can be a normal funct

[Bug c++/119233] [12/13/14/15 Regression] inside a template function the tracking of whether a member function pointer of a class template escapes is wrong

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection Known to work|

[Bug c++/119233] inside a template function the tracking of whether a member function pointer of a class template escapes is wrong

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119233 --- Comment #1 from Andrew Pinski --- Created attachment 60717 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60717&action=edit C++98 testcase

[Bug cobol/119232] gcobol -fdump-lang-all produces no dumps

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119232 --- Comment #1 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2025-March/677286.html enables tree-original . BUT there is no way to dump the AST it seems. Unlike fortran and maybe the other languages.

[Bug c++/119233] New: inside a template function the tracking of whether a member function pointer of a class template escapes is wrong

2025-03-11 Thread rungecc at gmail dot com via Gcc-bugs
atus ``` Workaround: if explicitly instantiate `class foo<0>`, the issue is gone, see online compiler (https://godbolt.org/z/o3fKrrGr1). Version: g++ (Compiler-Explorer-Build-gcc-c6b277f1dc6d11ad6d398967b8d645e7c3c6ad71-binutils-2.42) 15.0.1 20250311 (experimental)

[Bug cobol/119232] New: gcobol -fdump-lang-all produces no dumps

2025-03-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119232 Bug ID: 119232 Summary: gcobol -fdump-lang-all produces no dumps Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: cobol

[Bug c++/119212] Unstable internal compiler error, possibly miscompilation with coroutines

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119212 --- Comment #6 from Andrew Pinski --- (In reply to Nikl Kelbon from comment #2) > I understand, sorry for not preparing a bug report. I have a lot of work, > you could download the project and run it yourself using CMake > > > include(FetchCon

[Bug cobol/119231] New: gcobol -static produces a dynamically linked executable

2025-03-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119231 Bug ID: 119231 Summary: gcobol -static produces a dynamically linked executable Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Prior

[Bug cobol/119230] New: gcobol -fwhole-program causes link failure

2025-03-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119230 Bug ID: 119230 Summary: gcobol -fwhole-program causes link failure Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: link-failure Severity: normal Prior

[Bug cobol/119229] New: ICE with gcobol -flto (in get_partitioning_class, at symtab.cc:2190)

2025-03-11 Thread sjames at gcc dot gnu.org via Gcc-bugs
ootstrap-lto' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 15.0.1 20250311 (experimental) afb46540d3921e96c4cd7ba8fa2c8b0901759455 (Gentoo Hardened 15.0. p, commit 9e712cac5576ed07beadba86b7f0d9e9dad76f8c) ```

[Bug tree-optimization/119181] Missed vectorization due to imperfect SLP discovery for 2 grouped load with same base pointer (taken as 1 interleaved load)

2025-03-11 Thread liuhongt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119181 --- Comment #10 from Hongtao Liu --- But it still can't fix the issue with void foo (int* a, int* restrict b) { b[0] = a[0] * a[8]; b[1] = a[1] * a[9]; b[2] = a[2] * a[10]; b[3] = a[11] * a[3]; b[4] = a[12] * a[4]; b[5]

[Bug middle-end/119219] [15 Regression] ICE on c-c++-common/attr-nonstring-14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219 Andrew Pinski changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comment #

[Bug target/119228] [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119228 --- Comment #4 from Andrew Pinski --- . *** This bug has been marked as a duplicate of bug 119219 ***

[Bug middle-end/119219] [15 Regression] ICE on c-c++-common/attr-nonstring-14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219 --- Comment #8 from Andrew Pinski --- (In reply to Jakub Jelinek from comment #2) > Created attachment 60708 [details] > gcc15-pr119219.patch > > Untested fix. This is better than my patch even. Adding the testcase from my patch would be a goo

[Bug middle-end/119219] [15 Regression] ICE on c-c++-common/attr-nonstring-14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219 --- Comment #7 from Andrew Pinski --- Created attachment 60716 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60716&action=edit This is the fix I had came up with I had missed this bug report when I looked into PR 119226. But attached is

[Bug middle-end/119219] [15 Regression] ICE on c-c++-common/attr-nonstring-14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119219 Andrew Pinski changed: What|Removed |Added CC||ewlu at rivosinc dot com --- Comment #6

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|ASSIGNED

[Bug rtl-optimization/119189] [15 Regression] Code quality regressions on aarch64 since ext-dce change r15-7915-g4ed07a11ee2845

2025-03-11 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119189 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug target/119228] [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119228 --- Comment #3 from Andrew Pinski --- new_call = fold_builtin_call_array (EXPR_LOCATION (t), TREE_TYPE (t), CALL_EXPR_FN (t), nargs, args); Which calls: return fold_builtin_n (loc, NULL_TREE,

[Bug target/119228] [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119228 --- Comment #2 from Andrew Pinski --- I am testing a fix should be done in about an hour.

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 Andrew Pinski changed: What|Removed |Added CC||ewlu at rivosinc dot com --- Comment #3

[Bug target/119228] [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c

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

[Bug target/119228] New: [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c

2025-03-11 Thread ewlu at rivosinc dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119228 Bug ID: 119228 Summary: [15 regression] RISC-V: ICE in c-c++-common/attr-nonstring-6/14.c Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/117262] [15 regression] Analyzer doesn't handle RAW_DATA_CST properly

2025-03-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117262 --- Comment #8 from Jakub Jelinek --- Would --- gcc/tree.def.jj 2025-01-15 08:43:39.818915636 +0100 +++ gcc/tree.def2025-03-11 23:42:20.672722008 +0100 @@ -505,6 +505,12 @@ DEFTREECODE (OBJ_TYPE_REF, "obj_type_ref one for each in

[Bug analyzer/117262] [15 regression] Analyzer doesn't handle RAW_DATA_CST properly

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117262 --- Comment #7 from David Malcolm --- tree.def has: /* Used to represent the brace-enclosed initializers for a structure or an array. It contains a sequence of component values made out of a VEC of constructor_elt. For RECORD_TYPE, U

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 --- Comment #6 from Vineet Gupta --- (In reply to Robin Dapp from comment #2) > I'm afraid that's due to scheduling (and not RA spilling). Of course there > shouldn't be any vector stores in this loop and with -fno-schedule-insns > there aren't

[Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-11 Thread alx at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119170 --- Comment #14 from Alejandro Colomar --- (In reply to Joseph S. Myers from comment #11) > The ISO Code of Ethics and Conduct includes "We abide by the policies of ISO > and embrace the concepts of compromise and consensus building, and notably

[Bug analyzer/117262] [15 regression] Analyzer doesn't handle RAW_DATA_CST properly

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117262 --- Comment #6 from David Malcolm --- Looking at this again... (In reply to David Malcolm from comment #3) > I see: > > (gdb) pt ctor > type type public unsigned QI > size > unit-size > ali

[Bug c/117178] -Wunterminated-string-initialization should ignore trailing NUL byte for nonstring char arrays

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

[Bug c/118095] nonstring attribute cannot be applied to array of char arrays

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

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 --- Comment #5 from Vineet Gupta --- (In reply to Robin Dapp from comment #4) > Ah, sorry, I always specify -mno-vector-strict-align by default. It's > always that option that allows us to unroll, otherwise unrolling will lead > to misaligned a

[Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-11 Thread alx at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119170 --- Comment #13 from Alejandro Colomar --- (In reply to Kang-Che Sung from comment #12) > As the width of these types can be retrieved via the `sizeof(T) * CHAR_BIT` > fallback, I said the `_Widthof` operator on these types is not a > "necessity

[Bug c/117178] -Wunterminated-string-initialization should ignore trailing NUL byte for nonstring char arrays

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117178 --- Comment #35 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:afb46540d3921e96c4cd7ba8fa2c8b0901759455 commit r15-7976-gafb46540d3921e96c4cd7ba8fa2c8b0901759455 Author: Jakub Jelinek Date:

[Bug c++/37949] static initialisation through pointer deferred until run time

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 --- Comment #8 from Andrew Pinski --- This one is a dup of bug 4131 and not PR 24928. Those 2 are related but one is easier to implement than the other. *** This bug has been marked as a duplicate of bug 4131 ***

[Bug middle-end/78972] [12/13/14/15 Regression] poor simd scheduling using intrinsics due to TER

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

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

[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment #

[Bug ipa/4131] The C++ compiler doesn't place a const class object to ".rodata" section with non trivial constructor

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131 Andrew Pinski changed: What|Removed |Added CC||ajrobb57 at gmail dot com --- Comment #38

[Bug web/119227] Does the generated HTML for cobol get installed to the website?

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 --- Comment #1 from David Malcolm --- FWIW I tried https://gcc.gnu.org/onlinedocs/gcc/gcobol.html but it wasn't found.

[Bug c++/84099] Dynamic initialization is performed for static local variables in case when constant initialization is permitted

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84099 --- Comment #3 from Andrew Pinski --- Sorry this is a dup of bug 24928 (was looking at the wrong bug). *** This bug has been marked as a duplicate of bug 24928 ***

[Bug ipa/4131] The C++ compiler doesn't place a const class object to ".rodata" section with non trivial constructor

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131 Andrew Pinski changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #37

[Bug target/117722] RISC-V: Failed to vectorize x264_pixel_sad_4x4

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117722 --- Comment #20 from Vineet Gupta --- It seems this was about abd/sad expander which was added to trunk in gcc-15 cycle. Can this be closed now ?

[Bug target/65197] static initialization via intel intrinsics

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65197 --- Comment #3 from Andrew Pinski --- Sorry I meant PR 4131. *** This bug has been marked as a duplicate of bug 4131 ***

[Bug ipa/4131] The C++ compiler doesn't place a const class object to ".rodata" section with non trivial constructor

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=4131 Andrew Pinski changed: What|Removed |Added CC||antoshkka at gmail dot com --- Comment #3

[Bug c++/84099] Dynamic initialization is performed for static local variables in case when constant initialization is permitted

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84099 --- Comment #2 from Andrew Pinski --- Sorry PR 4131. *** This bug has been marked as a duplicate of bug 4131 ***

[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||ajrobb57 at gmail dot com --- Comment #7

[Bug c++/37949] static initialisation through pointer deferred until run time

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37949 Andrew Pinski changed: What|Removed |Added Status|SUSPENDED |RESOLVED Resolution|---

[Bug c++/24928] static const objects should go to .rodata

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24928 Andrew Pinski changed: What|Removed |Added CC||glisse at gcc dot gnu.org --- Comment #6

[Bug target/65197] static initialization via intel intrinsics

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65197 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug web/119227] New: Does the generated HTML for cobol get installed to the website?

2025-03-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227 Bug ID: 119227 Summary: Does the generated HTML for cobol get installed to the website? Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/119131] [15 Regression] ICE: in get_attr_type, at config/aarch64/aarch64.md:17054 at -O2 since r15-6660

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119131 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc

[Bug c++/96605] ICE in tsubst, at cp/pt.c:14929 on C++20 code

2025-03-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96605 --- Comment #4 from Jason Merrill --- ...fixed by dropping support for the Concepts TS feature of non-type concepts.

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 --- Comment #1 from Andrew Pinski --- I am 99.99% sure this was caused by r15-7955-g68932eeb38f66f .

[Bug middle-end/119226] [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119226 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code See Also|

[Bug middle-end/119226] New: [15 Regression] ICE on vifm-0.14: SIGSEGV during GIMPLE pass: dom

2025-03-11 Thread slyfox at gcc dot gnu.org via Gcc-bugs
x/dev/git/gcc/configure --disable-multilib --disable-bootstrap --disable-lto --disable-libsanitizer --disable-libstdcxx-pch --enable-languages=c,c++ --disable-libgomp --disable-libquadmath --disable-libvtv CFLAGS='-O1 -g0' CXXFLAGS='-O1 -g0' LDFLAGS='-O1 -g0' Thread model: posi

[Bug target/119131] [15 Regression] ICE: in get_attr_type, at config/aarch64/aarch64.md:17054 at -O2 since r15-6660

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119131 --- Comment #12 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:0bbdffc5d4f723f6a41b713519b156ea46ce5fc8 commit r15-7974-g0bbdffc5d4f723f6a41b713519b156ea46ce5fc8 Author: Andrew Pinski Date: M

[Bug c++/119162] missing error with constexpr new

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119162 --- Comment #2 from GCC Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:17ef5cad94d3f8f5fb1d8b749adf04c9d775ab9c commit r15-7973-g17ef5cad94d3f8f5fb1d8b749adf04c9d775ab9c Author: Jason Merrill Date: Mo

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 --- Comment #4 from Robin Dapp --- Ah, sorry, I always specify -mno-vector-strict-align by default. It's always that option that allows us to unroll, otherwise unrolling will lead to misaligned accesses. And -mtune=generic-ooo defaults to -mno

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
.size x264_pixel_sad_16x16, .-x264_pixel_sad_16x16 .ident "GCC: (GNU) 15.0.1 20250311 (experimental)" .section.note.GNU-stack,"",@progbits

[Bug c++/113349] [12/13/14/15 Regression] internal compiler error: in tsubst

2025-03-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113349 --- Comment #9 from Marek Polacek --- When we're parsing "decltype([] {}())", we create auto with idx=0 and level=2 (because current_template_depth==1 and we use a TEMPLATE_TYPE_PARM with a level one deeper than the actual template parms). Late

[Bug middle-end/78972] [12/13/14/15 Regression] poor simd scheduling using intrinsics due to TER

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/95958] [meta-bug] Inefficient arm_neon.h code for AArch64

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95958 Bug 95958 depends on bug 80283, which changed state. Bug 80283 Summary: [12/13/14/15 Regression] bad SIMD register allocation https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80283 What|Removed |Added --

[Bug middle-end/78972] [12/13/14/15 Regression] poor x86 simd instruction scheduling (TER)

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 Andrew Pinski changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Comment

[Bug middle-end/80283] [12/13/14/15 Regression] bad SIMD register allocation

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80283 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/78972] [12/13/14/15 Regression] poor x86 simd instruction scheduling (TER)

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 --- Comment #26 from Andrew Pinski --- One issue is we don't TER builtin calls (GCC 15 does handle internal functions now). So in this case, __builtin_ia32_psrlqi128 is a breaking point and kept before all the other expressions (the addition). I

[Bug middle-end/78972] [12/13/14/15 Regression] poor x86 simd instruction scheduling (TER)

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78972 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|bernds at gcc dot

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread rdapp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 --- Comment #2 from Robin Dapp --- I'm afraid that's due to scheduling (and not RA spilling). Of course there shouldn't be any vector stores in this loop and with -fno-schedule-insns there aren't any. It's much worse for zvl128b even. While t

[Bug target/119225] New: avr-mmcu.texi:15: warning: @anchor should not appear on @item line

2025-03-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119225 Bug ID: 119225 Summary: avr-mmcu.texi:15: warning: @anchor should not appear on @item line Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: documentati

[Bug target/119224] RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 --- Comment #1 from Vineet Gupta --- b755c151fde4ad736405bb2e13a7de0420161179 is the first bad commit commit b755c151fde4ad736405bb2e13a7de0420161179 Author: Vineet Gupta Date: Tue Jan 7 14:28:25 2025 -0800 RISC-V: vector absolute differ

[Bug target/119224] New: RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad

2025-03-11 Thread vineetg at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119224 Bug ID: 119224 Summary: RISC-V: sad 16x16 spilling since r15-6673-gb755c151fde4ad Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Pri

[Bug d/119139] [12/13/14/15 regression] Regression with struct invariants

2025-03-11 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119139 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Last reconfirmed|2025-03-09 00:00

[Bug d/119139] [12/13/14/15 regression] Regression with struct invariants

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119139 --- Comment #12 from GCC Commits --- The releases/gcc-12 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:8d8eb5327f44472e8769807a6e632e2e0d445bb9 commit r12-10988-g8d8eb5327f44472e8769807a6e632e2e0d445bb9 Author: Iain Buclaw Da

[Bug d/119139] [12/13/14/15 regression] Regression with struct invariants

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119139 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:2b37c9973967230b01dc5e38770fb3ec84610555 commit r13-9423-g2b37c9973967230b01dc5e38770fb3ec84610555 Author: Iain Buclaw Dat

[Bug c++/119222] Conversion of inf to integer is not diagnosed

2025-03-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119222 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug d/119139] [12/13/14/15 regression] Regression with struct invariants

2025-03-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119139 --- Comment #10 from GCC Commits --- The releases/gcc-14 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:af69315f84778dc1455d2a06d355a67ad8b9241e commit r14-11401-gaf69315f84778dc1455d2a06d355a67ad8b9241e Author: Iain Buclaw Da

[Bug fortran/110644] Error in gfc_format_decoder

2025-03-11 Thread kyle.shores44 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110644 Kyle Shores changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/110644] Error in gfc_format_decoder

2025-03-11 Thread kyle.shores44 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110644 --- Comment #25 from Kyle Shores --- Ah, I see what you mean. Thank you for pointing this out. Closing now.

[Bug c++/113349] [12/13/14/15 Regression] internal compiler error: in tsubst

2025-03-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113349 --- Comment #8 from Marek Polacek --- A bit more cleaned up (one less decltype): ``` // PR c++/113349 template struct S { }; template struct X; template struct X { template using type = int; }; S::type<1>> s; ```

[Bug c++/96605] ICE in tsubst, at cp/pt.c:14929 on C++20 code

2025-03-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96605 Marek Polacek changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/97639] [c++20,-fconcepts-ts] ICE: gcc_assert in tsubst, cp/pt.c:15464

2025-03-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97639 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-11 Thread Explorer09 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119170 --- Comment #12 from Kang-Che Sung --- Allow me to clarify some things. (In reply to Alejandro Colomar from comment #10)> > > The `_Widthof` > > operator working with traditional integer types is a plus but not a > > necessity. > > Here's an

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 --- Comment #7 from Andrew Pinski --- Created attachment 60715 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60715&action=edit testcase to show that the issue is `1<

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

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

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 --- Comment #2 from Andrew Pinski --- Created attachment 60711 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60711&action=edit test program #2

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread kaelfandrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 --- Comment #5 from Kael Franco --- Created attachment 60714 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60714&action=edit Test program #2 -fdump-tree-optimized

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 Andrew Pinski changed: What|Removed |Added Attachment #60710|0 |1 is obsolete|

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread kaelfandrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 --- Comment #3 from Kael Franco --- Created attachment 60712 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60712&action=edit Test program #1 -fdump-tree-optimized

[Bug tree-optimization/119223] GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 --- Comment #1 from Andrew Pinski --- Created attachment 60710 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60710&action=edit test program #1 Next time attach the testcases.

[Bug tree-optimization/119223] New: GCC does not optimize with AVX in bitshift with if condition

2025-03-11 Thread kaelfandrew at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119223 Bug ID: 119223 Summary: GCC does not optimize with AVX in bitshift with if condition Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-11 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119170 --- Comment #11 from Joseph S. Myers --- The ISO Code of Ethics and Conduct includes "We abide by the policies of ISO and embrace the concepts of compromise and consensus building, and notably in the development of ISO standards and other delive

  1   2   3   >