[Bug ipa/115767] [12/13/14/15 regression] GCC loses track of value on aarch64 with -O2 since r11-3308-gd119f34c952f87

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767 Andrew Pinski changed: What|Removed |Added Attachment #60024|0 |1 is obsolete|

[Bug target/106902] [12/13/14/15 Regression] Program compiled with -O3 -mfma produces different result

2024-12-31 Thread rocco at tormenta dot eu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902 --- Comment #33 from Rocco Tormenta --- (In reply to Andrew Pinski from comment #32) > Note this has always worked to avoid FMA formation since > __builtin_assoc_barrier was added but is only been documented recently. > See > https://gcc.gnu.or

[Bug c++/118262] gcc does not error on inaccessible defaulted destructor on dynamic initialization of an object array

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118262 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > ``` > /* Protect the entire array initialization so that we can destroy > the partially constructed array if an exception is thrown. > But don't do t

[Bug c++/118262] gcc does not error on inaccessible defaulted destructor on dynamic initialization of an object array

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118262 --- Comment #2 from Andrew Pinski --- ``` /* Protect the entire array initialization so that we can destroy the partially constructed array if an exception is thrown. But don't do this if we're assigning. */ if (flag_exceptions &&

[Bug c++/118262] gcc does not error on inaccessible defaulted destructor on dynamic initialization of an object array

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

[Bug c++/118262] New: gcc does not error on inaccessible potentially invoked destructor on dynamic initialization of an object array

2024-12-31 Thread rush102333 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118262 Bug ID: 118262 Summary: gcc does not error on inaccessible potentially invoked destructor on dynamic initialization of an object array Product: gcc Version: 15.0

[Bug ipa/115767] [12/13/14/15 regression] GCC loses track of value on aarch64 with -O2 since r11-3308-gd119f34c952f87

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767 --- Comment #14 from Andrew Pinski --- Created attachment 60024 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60024&action=edit First step, remove some unused code

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 --- Comment #9 from Andrew Pinski --- https://inbox.sourceware.org/gcc/or8y4owvoc@livre.redhat.lsd.ic.unicamp.br/

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 --- Comment #8 from Andrew Pinski --- (In reply to andi from comment #7) > If it's solvable for the sanitizers then it's solvable for abort too sanitizers expand to use the location before RTL cross jumping. It is solvable but do we want to. I

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread andi at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 --- Comment #7 from andi at firstfloor dot org --- If it's solvable for the sanitizers then it's solvable for abort too

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 --- Comment #6 from Andrew Pinski --- (In reply to Andi Kleen from comment #4) > Actually assuming the culprit is tail-merge it already has a black list of > functions it won't merge: It is not just tail-merge but also RTL cross jumping. And th

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|NEW

[Bug tree-optimization/118198] tail merge should not merge abort

2024-12-31 Thread ak at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 ak at gcc dot gnu.org changed: What|Removed |Added CC||ak at gcc dot gnu.org Ever c

[Bug debug/118198] GCC wrong debug information bug

2024-12-31 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118198 Andi Kleen changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comment

[Bug ipa/115767] [12/13/14/15 regression] GCC loses track of value on aarch64 with -O2 since r11-3308-gd119f34c952f87

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115767 --- Comment #13 from Andrew Pinski --- I am going to try to reduce this.

[Bug fortran/118259] -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net --

[Bug rtl-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 --- Comment #31 from Andrew Pinski --- _35 = &__i1 + _48; MEM[(int *)_35 + _46 * 1] = _41; I think this is the IV-OPTS produces which confuses the rtl aliasing. Note the reason why -fno-strict-aliasing works for at least the reduced testca

[Bug rtl-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 --- Comment #32 from Andrew Pinski --- (In reply to Andrew Pinski from comment #31) > _35 = &__i1 + _48; > MEM[(int *)_35 + _46 * 1] = _41; > > I think this is the IV-OPTS produces which confuses the rtl aliasing. > > Note the reason why -

[Bug ipa/107519] internal compiler error: in get_partitioning_class, at symtab.cc:2096

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107519 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|WAITING

[Bug libstdc++/118260] Automatically add some 'skip's from gdb helper code

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118260 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/118260] Automatically add some 'skip's from gdb helper code

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118260 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug middle-end/118258] dead code causes missed optimization at -O2

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118258 --- Comment #3 from Sam James --- sorry, I mean r15-3986-g3e1bd6470e4deb

[Bug middle-end/116906] [12/13/14 Regression] floating point exception under -O2 optimization since r12-4195-gec0124e0acb556cdf5dba0e8d0ca6b69d9537fcc

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116906 --- Comment #7 from Sam James --- *** Bug 118258 has been marked as a duplicate of this bug. ***

[Bug middle-end/118258] dead code causes missed optimization at -O2

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118258 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/118258] dead code causes missed optimization at -O2

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118258 --- Comment #1 from Sam James --- I think it's a dupe of your PR116906. Fix bisects to r15-3985-gde25f1729d212c.

[Bug target/118261] ICE with sve and lto

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118261 --- Comment #2 from Sam James --- Please encourage your distro to be picking up at least the point release if they will ship new compiler releases (so 14.2, though it wouldn't have helped here), or even better, track releases/gcc-14 every few mo

[Bug target/116629] [14 Regression] Building openvino with -flto ICEs in aarch64_sve::gimple_folder::redirect_pred_x

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116629 Andrew Pinski changed: What|Removed |Added CC||yyc1992 at gmail dot com --- Comment #1

[Bug target/118261] ICE with sve and lto

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118261 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug tree-optimization/118261] New: ICE with sve and lto

2024-12-31 Thread yyc1992 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118261 Bug ID: 118261 Summary: ICE with sve and lto Product: gcc Version: 14.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug rtl-optimization/49330] Integer arithmetic on addresses optimised with pointer arithmetic rules

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49330 Andrew Pinski changed: What|Removed |Added Blocks||113662 --- Comment #41 from Andrew Pinsk

[Bug rtl-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Component|tree-optimization |rtl-optimization --- Comment #30 from A

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 --- Comment #29 from Andrew Pinski --- (In reply to Andrew Pinski from comment #27) > Created attachment 60022 [details] > Some more manually inlining and removal of extra struct This version fails with GCC 12.1.0 at -O2 and passes with GCC 11.

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60022|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60021|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60020|0 |1 is obsolete|

[Bug libstdc++/118260] New: Automatically add some 'skip's from gdb helper code

2024-12-31 Thread tromey at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118260 Bug ID: 118260 Summary: Automatically add some 'skip's from gdb helper code Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug tree-optimization/118250] missed optimization in multiple integer comparisons (like errno tests)

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118250 Sam James changed: What|Removed |Added Last reconfirmed||2024-12-31 Ever confirmed|0

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60019|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60018|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60017|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60016|0 |1 is obsolete|

[Bug fortran/118259] -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread mjr19 at cam dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 --- Comment #4 from mjr19 at cam dot ac.uk --- Add using seed=iand(seed*int(1103515245,selected_int_kind(18))+12345,z'7fff') also works as expected. Converting the code to C shows the same behaviour as the Fortran if seed is a static int

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60015|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60014|0 |1 is obsolete|

[Bug fortran/118259] -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread mjr19 at cam dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 --- Comment #3 from mjr19 at cam dot ac.uk --- That is a very interesting point. If I change the constants in the random number generator to seed=iand(seed*110+123,z'7fff') then the answer with '-O3' is 0 0

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60008|0 |1 is obsolete|

[Bug fortran/118259] -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug fortran/118259] -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 --- Comment #1 from Andrew Pinski --- I am 99% sure this is undefined Fortran code and you either need to use -fwrapv or the new Fortran 202X unsigned type to get this to be defined. That is integer types are signed and signed integer overflow

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60011|0 |1 is obsolete|

[Bug fortran/118259] New: -O3 optimisation bug fixed with -fno-inline

2024-12-31 Thread mjr19 at cam dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118259 Bug ID: 118259 Summary: -O3 optimisation bug fixed with -fno-inline Product: gcc Version: 14.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fo

[Bug middle-end/118258] New: dead code causes missed optimization at -O2

2024-12-31 Thread bouncy12578 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118258 Bug ID: 118258 Summary: dead code causes missed optimization at -O2 Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: mi

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 Andrew Pinski changed: What|Removed |Added Attachment #60010|0 |1 is obsolete|

[Bug tree-optimization/113662] [13/14/15 Regression] Wrong code for std::sort with fancy pointer since r13-6945-g429a7a88438cc8

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113662 --- Comment #16 from Sam James --- Created attachment 60010 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60010&action=edit cvise-more.ii Further cvise progress (nearly done)

[Bug target/118184] [15 regression] glibc regression on aarch64 due to early_ra deleting movti instruction since r15-5422-g279475fd7236a9

2024-12-31 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118184 Richard Sandiford changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug target/118257] New: [SH] libgcc: Missing exceptions and rounding mode for soft-fp

2024-12-31 Thread jiaxun.yang at flygoat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118257 Bug ID: 118257 Summary: [SH] libgcc: Missing exceptions and rounding mode for soft-fp Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/106692] [12/13/14/15 Regression] Cray pointer comparison wrongly optimized away

2024-12-31 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 anlauf at gcc dot gnu.org changed: What|Removed |Added Known to fail||10.5.0, 11.5.0, 12.4.1,

[Bug fortran/106692] [12/13/14/15 Regression] Cray pointer comparison wrongly optimized away

2024-12-31 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106692 --- Comment #11 from anlauf at gcc dot gnu.org --- Created attachment 60009 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60009&action=edit Hackish solution for Cray pointers

[Bug tree-optimization/118215] Miss runtime alias check for vectorization

2024-12-31 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118215 Richard Sandiford changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Com

[Bug target/118174] [15 Regression] AArch64: Miscompilation at -O3 since r15-5943-gdc0dea98c96e02

2024-12-31 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118174 --- Comment #5 from Richard Biener --- So I think int gsum; int foo (signed char *p1, signed char *p2) { int sum = 0; for (int i = 0; i < 32; i++) sum += __builtin_abs (p1[i] - p2[i]); gsum = sum; } is handled correctly(?) (btw, I se

[Bug c++/118255] [12/13/14/15 Regression] Unnecessary error on variable shadowing for friend declaration inside template class with non-type parameter since r9-1493-g8945521a50a7dd

2024-12-31 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118255 Sam James changed: What|Removed |Added Keywords|needs-bisection | Summary|[12/13/14/15 Regression

[Bug libstdc++/107759] Implement C++23

2024-12-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107759 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug libstdc++/107758] Implement C++23

2024-12-31 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107758 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug middle-end/116845] gcc.dg/pr109393.c test fails on ilp32 targets (and maybe others)

2024-12-31 Thread konstantinos.eleftheriou at vrull dot eu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116845 --- Comment #8 from Konstantinos Eleftheriou --- I implemented Andrew's suggested solution and sent it to the lists (https://gcc.gnu.org/pipermail/gcc-patches/2024-December/672368.html).