https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118786
Bug ID: 118786
Summary: more wrong code with -finline-small-functions
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118792
Bug ID: 118792
Summary: Off-by-one in underlined ranges in sarif-replay
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: SARIF
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975
--- Comment #6 from Richard Biener ---
The following is a pragmatic patch for the dots, a less pragmatic one would
maybe use dump_fancy_name in a special mode for -gimple, replacing dots by
$ for example. The patch below will turn ivtmp.17_23 i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
Rainer Orth changed:
What|Removed |Added
CC||ro at gcc dot gnu.org
--- Comment #10 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #11 from Matthias Klose ---
this is fixed in the 14 branch and in 15.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #12 from Matthias Klose ---
also note that the Debian and Ubuntu builds are configured with
--disable-multilib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #13 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #11 from Matthias Klose ---
> this is fixed in the 14 branch and in 15.
I know that's the claim; still the error happened when trying to build
trunk two days ago.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #14 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #12 from Matthias Klose ---
> also note that the Debian and Ubuntu builds are configured with
> --disable-multilib
While I hadn't passed that, the error occured when bui
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #15 from Matthias Klose ---
are you able to check this with 24.04 LTS as well?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106271
--- Comment #16 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #15 from Matthias Klose ---
> are you able to check this with 24.04 LTS as well?
No, the only RISC-V systems I have access to are in the cfarm, none of
which run Ubuntu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118706
--- Comment #6 from GCC Commits ---
The master branch has been updated by Alexandre Oliva :
https://gcc.gnu.org/g:075ddb5226c40c4d86ab56b772822fb6494e
commit r15-7407-g075ddb5226c40c4d86ab56b772822fb6494e
Author: Alexandre Oliva
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118762
--- Comment #1 from Nathaniel Shead ---
I guess
static S b[1];
has a different name mangling on HPPA. Maybe adjusting to not use an
internal-linkage decl here would be a more consistent name (__tcfb) across
architectures?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
--- Comment #1 from Jakub Jelinek ---
Or maybe oint, that is a typedef to uintP which I'd guess could be uintptr_t
variant.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248
--- Comment #8 from Matthias Klose ---
Rechecked with 20250203. this works for Debian unstable, but not for Ubuntu
plucky. The differences for this are a different baseline (zEC12 vs z13), and
enabling the hardening defaults directly in the comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118514
--- Comment #8 from GCC Commits ---
The master branch has been updated by Alexandre Oliva :
https://gcc.gnu.org/g:075ddb5226c40c4d86ab56b772822fb6494e
commit r15-7407-g075ddb5226c40c4d86ab56b772822fb6494e
Author: Alexandre Oliva
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
Bug ID: 118779
Summary: [15 Regression] clisp miscompilation since r15-580
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
--- Comment #2 from Richard Biener ---
(In reply to Jakub Jelinek from comment #0)
> In the source, those 2 loops are
> {
> { gcv_object_t* offset = 0;
> { uintWL count = oldsize;
> do {
> { object oldentry =
>
> *(gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92002
--- Comment #23 from ro at CeBiTec dot Uni-Bielefeld.DE ---
> --- Comment #22 from Andrew Pinski ---
> I can't reproduce with the reduced testcase in comment #6 with GCC 12+. I have
> not tested the original testcase though.
I've tried compilin
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111073
Rogério de Souza Moraes changed:
What|Removed |Added
CC||rogerio.souza at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115538
--- Comment #1 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:4931a637479aba35e35c50a86f58ecd6262bc487
commit r15-7411-g4931a637479aba35e35c50a86f58ecd6262bc487
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118706
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116829
--- Comment #5 from GCC Commits ---
The master branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:251aa524a314faa749b7dd1b7da048e6e6476015
commit r15-7412-g251aa524a314faa749b7dd1b7da048e6e6476015
Author: Paul Thomas
Date: Fri F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108016
--- Comment #5 from Alexey Merzlyakov ---
For "Item3" (extra sign extension): it seem that a slightly more elegant
solution was found - generate sign_extend(plus) + subreg chain during
expand-rtx.
Currently expanding code snippet for umulv4:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357
--- Comment #26 from GCC Commits ---
The master branch has been updated by Alexandre Oliva :
https://gcc.gnu.org/g:d790f0137c6f12950f1d93a66cf9bdb78757c28b
commit r15-7420-gd790f0137c6f12950f1d93a66cf9bdb78757c28b
Author: Alexandre Oliva
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118103
--- Comment #16 from GCC Commits ---
The master branch has been updated by Pan Li :
https://gcc.gnu.org/g:1c8e6734d2dd3a6236d94c6e4e0c6780f35ede9f
commit r15-7421-g1c8e6734d2dd3a6236d94c6e4e0c6780f35ede9f
Author: Pan Li
Date: Fri Feb 7 14:2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
--- Comment #5 from Valentin Tolmer ---
Note that there's the same issue with calling a class initializer with multiple
arguments (but not a function or a constructor).
Refactored example to remove ASAN:
```
#include
struct s {
char c_;
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118779
--- Comment #3 from Richard Biener ---
So we agree this is INVALID?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116829
--- Comment #6 from Paul Thomas ---
(In reply to GCC Commits from comment #5)
> The master branch has been updated by Paul Thomas :
>
> https://gcc.gnu.org/g:251aa524a314faa749b7dd1b7da048e6e6476015
>
> commit r15-7412-g251aa524a314faa749b7dd1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780
Bug ID: 118780
Summary: GCC build fails when enabling JIT but not plugins
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
--- Comment #6 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:6c8e6d6febaed3c167ca9534935c2cb18045528e
commit r15-7413-g6c8e6d6febaed3c167ca9534935c2cb18045528e
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118773
--- Comment #2 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:801fb71f83624f0bf6d6bd27121d4a332103f7be
commit r15-7414-g801fb71f83624f0bf6d6bd27121d4a332103f7be
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118661
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13/14/15 regression]|[12/13/14 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
--- Comment #6 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:fcecc74cb38723457a0447924d9993b31252a8f9
commit r15-7415-gfcecc74cb38723457a0447924d9993b31252a8f9
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780
Richard Biener changed:
What|Removed |Added
Known to fail||14.2.1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118773
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118763
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13/14/15 regression]|[12/13/14 regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780
Richard Biener changed:
What|Removed |Added
Assignee|dmalcolm at gcc dot gnu.org|rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118190
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
Bug 24639 depends on bug 118771, which changed state.
Bug 118771 Summary: [15 regression] aarch64 bootstrap fails with
--enabled-checking=release because of uninitialized warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771
Wha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118771
--- Comment #4 from GCC Commits ---
The trunk branch has been updated by Andrew Pinski :
https://gcc.gnu.org/g:ea4278b1ced4a4c982678094e98ef3efd844917a
commit r15-7419-gea4278b1ced4a4c982678094e98ef3efd844917a
Author: Andrew Pinski
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115538
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108434
--- Comment #16 from GCC Commits ---
The releases/gcc-14 branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:4d4c5ec93d65752a4aeda6bf2c9efe429e637969
commit r14-11278-g4d4c5ec93d65752a4aeda6bf2c9efe429e637969
Author: Paul Thomas
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750
--- Comment #5 from GCC Commits ---
The releases/gcc-14 branch has been updated by Paul Thomas :
https://gcc.gnu.org/g:1cd744a6828f6ab9179906d16434ea40b6404737
commit r14-11279-g1cd744a6828f6ab9179906d16434ea40b6404737
Author: Paul Thomas
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118750
Paul Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118282
--- Comment #4 from GCC Commits ---
The master branch has been updated by Simon Martin :
https://gcc.gnu.org/g:0b2f34ca19edf2b033c90ff378f561429b82a77a
commit r15-7416-g0b2f34ca19edf2b033c90ff378f561429b82a77a
Author: Simon Martin
Date: Fri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118282
Simon Martin changed:
What|Removed |Added
Resolution|--- |FIXED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118190
--- Comment #5 from GCC Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:f5ef1f9e8589697086c8cfea6ad07d56050dde96
commit r15-7417-gf5ef1f9e8589697086c8cfea6ad07d56050dde96
Author: Marek Polacek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106
--- Comment #4 from GCC Commits ---
The trunk branch has been updated by Marek Polacek :
https://gcc.gnu.org/g:f5ef1f9e8589697086c8cfea6ad07d56050dde96
commit r15-7417-gf5ef1f9e8589697086c8cfea6ad07d56050dde96
Author: Marek Polacek
Date: Th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117106
Marek Polacek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111050
--- Comment #17 from GCC Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:89f007c2a623c2fd57bf1085435d8a71a9b21029
commit r15-7422-g89f007c2a623c2fd57bf1085435d8a71a9b21029
Author: Jonathan Wakely
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118160
--- Comment #2 from GCC Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:2a2bd96d0d2109384a0eedde843ba811d2e18738
commit r15-7424-g2a2bd96d0d2109384a0eedde843ba811d2e18738
Author: Giuseppe D'Angelo
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118780
--- Comment #3 from GCC Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:e22962538f64bb6e5ac87977ec8a5d86f4ef21cb
commit r15-7425-ge22962538f64bb6e5ac87977ec8a5d86f4ef21cb
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248
--- Comment #10 from Matthias Klose ---
length = 4, delta = 8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100249
--- Comment #17 from GCC Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:2a2bd96d0d2109384a0eedde843ba811d2e18738
commit r15-7424-g2a2bd96d0d2109384a0eedde843ba811d2e18738
Author: Giuseppe D'Angelo
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118248
--- Comment #9 from Matthias Klose ---
Program received signal SIGSEGV, Segmentation fault.
0x041176b8 in riscv_block_move_straight (dest=dest@entry=0x3fff5a78c00,
src=src@entry=0x3fff5a78ba0,
length=length@entry=4, align=align@entr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100570
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: doko at gcc dot gnu.org
Target Milestone: ---
seen with trunk 20250207 on arm-linux-gnueabihf, last successful build from
20250203:
during RTL pass: dwarf2
m2/gm2-compiler-boot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118715
--- Comment #8 from Christophe Lyon ---
I've opened a linker bug report:
https://sourceware.org/bugzilla/show_bug.cgi?id=32659
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118160
Jonathan Wakely changed:
What|Removed |Added
Last reconfirmed||2025-02-07
Status|UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118623
--- Comment #14 from Jakub Jelinek ---
So, if (reg:CCC flags) being non-zero in RTL means nc and (reg:CCC flags) being
zero in RTL means c, shouldn't *bt be using (compare:CCC (zero_extract
...) (const_int 1)) rather than 0?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586
--- Comment #8 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:ca7c6d1212b8589deed18386427c67851af2b9ad
commit r15-7427-gca7c6d1212b8589deed18386427c67851af2b9ad
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86769
--- Comment #24 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:35d40b56eb6e7ac63c790a799d3b367742d58a5e
commit r15-7426-g35d40b56eb6e7ac63c790a799d3b367742d58a5e
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586
--- Comment #9 from Jakub Jelinek ---
Fixed for 15+ so far.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116244
--- Comment #10 from GCC Commits ---
The master branch has been updated by Jeff Law :
https://gcc.gnu.org/g:388910144a3f11ba61208fc80afb2fa78d657163
commit r15-7428-g388910144a3f11ba61208fc80afb2fa78d657163
Author: Jeff Law
Date: Fri Feb 7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86769
Jakub Jelinek changed:
What|Removed |Added
Summary|[12/13/14/15 Regression]|[12/13/14 Regression] g++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116244
Jeffrey A. Law changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
101 - 170 of 170 matches
Mail list logo