[Bug c++/104577] needs copy constructor for class non-type template parameter

2022-12-27 Thread f.heckenbach--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104577 --- Comment #3 from Frank Heckenbach --- (In reply to mail from comment #2) > I looked a bit further into this and into what the standard says. GCC does > partially the correct thing in this case, whereas several other compilers do > the wrong

[Bug target/108239] New: -mprefixed causes too large displacements for extended inline asm memory operands

2022-12-27 Thread npiggin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108239 Bug ID: 108239 Summary: -mprefixed causes too large displacements for extended inline asm memory operands Product: gcc Version: 12.2.0 Status: UNCONFIRMED Seve

[Bug target/106602] riscv: suboptimal codegen for zero_extendsidi2_shifted w/o bitmanip

2022-12-27 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106602 Jeffrey A. Law changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/95632] Redundant zero extension

2022-12-27 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95632 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/106602] riscv: suboptimal codegen for zero_extendsidi2_shifted w/o bitmanip

2022-12-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106602 --- Comment #26 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:2e886eef7f2b5aadb00171af868f0895b647c3a4 commit r13-4907-g2e886eef7f2b5aadb00171af868f0895b647c3a4 Author: Raphael Moreira Zinsly Date

[Bug target/95632] Redundant zero extension

2022-12-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95632 --- Comment #7 from CVS Commits --- The master branch has been updated by Jeff Law : https://gcc.gnu.org/g:2e886eef7f2b5aadb00171af868f0895b647c3a4 commit r13-4907-g2e886eef7f2b5aadb00171af868f0895b647c3a4 Author: Raphael Moreira Zinsly Date:

[Bug c++/108238] New: returns_nonnull attribute with auto return type fails to compile

2022-12-27 Thread pobrn at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108238 Bug ID: 108238 Summary: returns_nonnull attribute with auto return type fails to compile Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/108237] New: [13 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:281 at -O

2022-12-27 Thread zsojka at seznam dot cz via Gcc-bugs
/x86_64-pc-linux-gnu-as --disable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-r13-4906-20221227204950-g7c755fd9018-checking-yes-rtl-df-extra-nobootstrap-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.0 20221227 (experimental) (GCC)

[Bug testsuite/108150] gcc.dg/attr-aligned.c fails with incorrect max alignment

2022-12-27 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 nightstrike changed: What|Removed |Added CC||10walls at gmail dot com --- Comment #2 f

[Bug middle-end/107115] Wrong codegen from TBAA under stores that change effective type?

2022-12-27 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107115 --- Comment #14 from Gabriel Ravier --- Actually I think there's some aliasing violations in the C++ code w.r.t. the re-usage of `p4` after another object has been created in its place so I think this code would be more correct: void test1(long

[Bug middle-end/107115] Wrong codegen from TBAA under stores that change effective type?

2022-12-27 Thread gabravier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107115 Gabriel Ravier changed: What|Removed |Added CC||gabravier at gmail dot com --- Comment

[Bug libstdc++/108236] New: std::exclusive_scan with execution policy does not work in-place

2022-12-27 Thread j.l.k at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108236 Bug ID: 108236 Summary: std::exclusive_scan with execution policy does not work in-place Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/106736] [13 Regression] ICE in gen_movxo, at config/rs6000/mma.md:333

2022-12-27 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106736 --- Comment #14 from Arseny Solokha --- W/ gcc 13.0.0 20221225 snapshot (g:febb58d28bfa4b544ec7ffec2d61f46d25205ff0) I still get this ICE when compiling gcc/testsuite/gcc.target/powerpc/mma-builtin-3.c: % powerpc-e300c3-linux-gnu-gcc-13 -c gcc/

[Bug tree-optimization/86318] const local aggregates can be assumed not to be modified even when escaped

2022-12-27 Thread jhaberman at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86318 --- Comment #4 from Josh Haberman --- Is there any plan or timeline for fixing this bug?

[Bug debug/100383] cfi sections directive detection fails with binutils 2.36

2022-12-27 Thread 10walls at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100383 jon_y <10walls at gmail dot com> changed: What|Removed |Added CC||10walls at gmail dot c

[Bug c/107993] ICE: tree check: expected string_cst, have integer_cst in get_target_clone_attr_len, at tree.cc:14872

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107993 Martin Liška changed: What|Removed |Added Keywords|patch | --- Comment #4 from Martin Liška --- (

[Bug tree-optimization/108137] [12/13 Regression] ICE: segfault during GIMPLE pass: warn-printf since r12-523-g2254b3233b5bfa69

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108137 Martin Liška changed: What|Removed |Added Keywords||patch --- Comment #6 from Martin Liška

[Bug c++/108158] [11/12/13 Regression] modification of '...' is not a constant expression since r12-2304

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108158 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #4

[Bug tree-optimization/91470] [10/11/12 Regression] bogus uninitialized warning in trans-intrinsic.c

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91470 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Keywo

[Bug libstdc++/108235] New: FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link

2022-12-27 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108235 Bug ID: 108235 Summary: FAIL: g++.dg/compat/abi/bitfield1 cp_compat_x_tst.o-cp_compat_y_tst.o link Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: nor

[Bug tree-optimization/106786] [12/13 Regression] SRA regression causes extra instructions sometimes since r12-1529-gd7deee423f993bee

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106786 Martin Liška changed: What|Removed |Added Summary|[12/13 Regression] SRA |[12/13 Regression] SRA

[Bug tree-optimization/105823] -Wrestrict / -Wstringop-overflow / -Warray-bounds warnings for uninitialized values

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105823 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug middle-end/105746] vector::resize causes Warray-bounds when optimizer uses __builtin_memcpy or __builtin_memmove since r12-2793-g81d6cdd335ffc60c

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105746 Martin Liška changed: What|Removed |Added Keywords|needs-bisection | --- Comment #5 from Martin Liška --- S

[Bug c++/96425] ICE in maybe_process_partial_specialization() since r11-2735-g634046d1a81b48

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96425 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org,

[Bug tree-optimization/108008] [12 Regression] wrong code with -O3 and posix_memalign since r12-4526-gd8edfadfc7a9795b

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108008 Martin Liška changed: What|Removed |Added CC||aldyh at gcc dot gnu.org Keywo

[Bug tree-optimization/108008] [12 Regression] wrong code with -O3 and posix_memalign

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108008 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #1

[Bug c++/105221] [10/11/12/13 Regression] gcc rejects true ? [](auto) noexcept {} : [](int) {} in C++17+ (works for C++14) since r7-4383-g51dc660315ef83dc

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105221 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Sum

[Bug c++/105483] [10/11/12/13 Regression] injected-class-name and constructors diagnostic since r8-1739-g3b5c768c40c78618

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

[Bug c++/108234] New: GCC accepts invalid program involving nontype template parameter of auto with non constexpr variable

2022-12-27 Thread jlame646 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108234 Bug ID: 108234 Summary: GCC accepts invalid program involving nontype template parameter of auto with non constexpr variable Product: gcc Version: 13.0 Status: UNCONFIRM

[Bug target/106339] [13 Regression] ICE in exact_div, at poly-int.h:2232

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106339 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/108219] [12/13 Regression] requirement fails on a valid expression since r12-5253-g4df7f8c79835d569

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108219 Martin Liška changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug tree-optimization/101912] -Wmaybe-uninitialized false alarm in tzdb localtime.c

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101912 Martin Liška changed: What|Removed |Added CC||amacleod at redhat dot com,

[Bug c++/108218] [12/13 Regression] Constant arguments in the new expression is not checked in unevaluated operand since r12-5253-g4df7f8c79835d569

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108218 Martin Liška changed: What|Removed |Added Summary|[12/13 Regression] Constant |[12/13 Regression] Constant

[Bug c/108232] Bus & Segmentation error on lz4_decompress.c while make linux-raspi

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

[Bug target/108229] [13 Regression] unprofitable STV transform since r13-4873-g0b2c1369d035e928

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

[Bug target/108208] Bad assembly? on large LLVM source files on powerpc-unknown-linux-gnu (Error: operand out of range)

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108208 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-12-27 Ever confirmed|0

[Bug c++/101795] (x > QNaNf) is not a constant expression

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101795 Martin Liška changed: What|Removed |Added CC||sayle at gcc dot gnu.org Keywo

[Bug c/100343] add -Wundefined-inline for inline function is used but not defined

2022-12-27 Thread a.samirh78 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100343 Ahmad Samir changed: What|Removed |Added CC||a.samirh78 at gmail dot com --- Comment #

[Bug fortran/69604] ICE in gfc_add_modify_loc, at fortran/trans.c:159

2022-12-27 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69604 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug fortran/108233] New: [Coarray] bcast to non-allocatable COMPLEX scalar coarray may generate wrong result

2022-12-27 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108233 Bug ID: 108233 Summary: [Coarray] bcast to non-allocatable COMPLEX scalar coarray may generate wrong result Product: gcc Version: 13.0 Status: UNCONFIRMED Seve

[Bug c/108232] Bus & Segmentation error on lz4_decompress.c while make linux-raspi

2022-12-27 Thread registration at filiproland dot hu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108232 Filip Roland changed: What|Removed |Added Host||Raspberry Pi4 Build|

[Bug c/108232] Bus & Segmentation error on lz4_decompress.c while make linux-raspi

2022-12-27 Thread registration at filiproland dot hu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108232 --- Comment #1 from Filip Roland --- Created attachment 54157 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54157&action=edit lz4_decompress.i.gz

[Bug c/108232] New: Bus & Segmentation error on lz4_decompress.c while make linux-raspi

2022-12-27 Thread registration at filiproland dot hu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108232 Bug ID: 108232 Summary: Bus & Segmentation error on lz4_decompress.c while make linux-raspi Product: gcc Version: 11.3.0 Status: UNCONFIRMED Severity: normal

[Bug testsuite/106680] Test gcc.target/powerpc/bswap64-4.c fails on 32-bit BE

2022-12-27 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106680 --- Comment #3 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:acc727cf02a1446dc00f8772f3f479fa3a508f8e commit r13-4894-gacc727cf02a1446dc00f8772f3f479fa3a508f8e Author: Kewen Lin Date: Tue Dec 2

[Bug c/108213] [[noreturn]] cannot be used after static keyword

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108213 --- Comment #2 from Martin Liška --- (In reply to Andrew Pinski from comment #1) > It is a bug in the timezone sources. Btw. fixed in https://github.com/eggert/tz/commit/9cfe9507fcc22cd4a0c4da486ea1c7f0de6b075f

[Bug libstdc++/108221] Building cross compiler for H8 family fails at libstdc++-v3/src/c++20/tzdb.cc

2022-12-27 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108221 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/108231] malloc and cleanup attributes vs extern "C" in a namespace and global and using of one in the namespace in the global one and the builtin free

2022-12-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108231 Andrew Pinski changed: What|Removed |Added Summary|malloc attribute vs extern |malloc and cleanup |"

[Bug c++/108231] malloc attribute vs extern "C" in a namespace and global and using of one in the namespace in the global one and the builtin free

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