https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118541
--- Comment #1 from Jeevitha ---
This issue arises from a glibc math function. Below is the discussion from the
glibc mailing list conversation between Florian and Adhemerval.
I saw this when building for POWER10 and it seems a compiler issue t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118541
Bug ID: 118541
Summary: Incorrect transformation to xscmpgtdp for Unordered
Operations
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118539
Eric Gallager changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118466
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118539
--- Comment #2 from Egor Pugin ---
Does it make sense to sort them before printing?
Seems people can just append new options without much grouping.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118540
Bug ID: 118540
Summary: RISC-V: ICE for unsupported target attribute
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118539
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118539
Bug ID: 118539
Summary: Unsorted -march suggestions
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Ass
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #16 from Julian Andres Klode ---
Created attachment 60200
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60200&action=edit
Reduced to 55k
The test case is now reduced to 55k bytes from 2.9M; attaching it if someone
wants to lo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117688
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2025-01-17
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118443
Bug 118443 depends on bug 117688, which changed state.
Bug 117688 Summary: [15 Regression] RISC-V: Wrong code for .SAT_SUB
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117688
What|Removed |Added
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117424
--- Comment #9 from Andrew Pinski ---
Note `-O3 -fdisable-tree-vrp2 -fdisable-tree-dom3` works.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117424
--- Comment #8 from Andrew Pinski ---
Created attachment 60199
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60199&action=edit
Sligtly reduced
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #15 from Julian Andres Klode ---
I have the answer(In reply to Andrew Pinski from comment #12)
> A few things to test out first:
> Is it -fsanitize=address clean?
I managed to recompile it with that option and annoyingly, that also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #14 from Julian Andres Klode ---
(In reply to Andrew Pinski from comment #11)
> >These may be related (do q31 and v31 overlap?)
>
> Q31 and V31 are the same register just different views into it. That is q31
> is the full 128bit vie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #13 from Andrew Pinski ---
On the trunk for the cvise'd testcase I see:
Req ={v} {CLOBBER(bob)};
MEM [(unsigned int *)&Req] = { 0, 0 };
Req.Result = 0;
MEM [(long long unsigned int *)&Req +
376B] = { 0, 0 };
MEM [(long
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #12 from Andrew Pinski ---
A few things to test out first:
Is it -fsanitize=address clean?
Does -fno-lifetime-dse help? Does -fstack-reuse=none help? What about both
together?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #8 from Andrew Pinski ---
I think you should first report this to ubuntu since I can't reproduce it with
all upstream sources of GCC, glibc.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #7 from Disservin ---
(In reply to Andrew Pinski from comment #6)
> Note on the trunk I get:
> [apinski@xeond2 upstream-cross-aarch64]$
> QEMU_LD_PREFIX=./install/aarch64-linux-gnu/sysroot/
> ./install-qemu/bin/qemu-aarch64 a.out
> t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #11 from Andrew Pinski ---
>These may be related (do q31 and v31 overlap?)
Q31 and V31 are the same register just different views into it. That is q31 is
the full 128bit view while v31.4s is the 32bit x 4 element vector view of the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #6 from Andrew Pinski ---
Note on the trunk I get:
[apinski@xeond2 upstream-cross-aarch64]$
QEMU_LD_PREFIX=./install/aarch64-linux-gnu/sysroot/
./install-qemu/bin/qemu-aarch64 a.out
terminate called after throwing an instance of 'int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
Andrew Pinski changed:
What|Removed |Added
Summary|Miscompilation at -O0 on|throw not caught causing an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
Andrew Pinski changed:
What|Removed |Added
Summary|Miscompilation at -O0 on|throw not caught causing an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #4 from Disservin ---
(In reply to Andrew Pinski from comment #2)
> Does it matter if file exists or is this testing without file existing?
This is without the file being present, if it is present then there's no
segfault.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81978
--- Comment #3 from anlauf at gcc dot gnu.org ---
Created attachment 60198
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60198&action=edit
Draft patch
This patch fixes the issue by preventing the write-back to read-only memory
of the actua
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #3 from Andrew Pinski ---
This might be an ubuntu specific issue because this is the first time we have a
report about aarch64 seg faulting after a throw that was not caught.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
--- Comment #2 from Andrew Pinski ---
Does it matter if file exists or is this testing without file existing?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASS
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
Andrew Pinski changed:
What|Removed |Added
Target||aarch64
Summary|Miscompilati
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
--- Comment #4 from GCC Commits ---
The master branch has been updated by Harald Anlauf :
https://gcc.gnu.org/g:ca2681d45a45077010bcc5a4547450044bdd6d78
commit r15-7009-gca2681d45a45077010bcc5a4547450044bdd6d78
Author: Harald Anlauf
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
Mikael Morin changed:
What|Removed |Added
CC||mikael at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #10 from Julian Andres Klode ---
Created attachment 60197
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60197&action=edit
Partially minimized by cvise to 48k lines
I made it exit 42 because I could not insert an assert into t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118533
Peter Bergner changed:
What|Removed |Added
CC||law at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118067
--- Comment #12 from GCC Commits ---
The master branch has been updated by Vladimir Makarov :
https://gcc.gnu.org/g:9f009e8865cda01310c52f7ec8bdaa3c557a2745
commit r15-7008-g9f009e8865cda01310c52f7ec8bdaa3c557a2745
Author: Vladimir N. Makarov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Keywords|needs-so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118538
Bug ID: 118538
Summary: Miscompilation on at -O0 on ARM
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #4 from Julian Andres Klode ---
I only have a huge ton of code so far, I can't minimize it easily, as it
requires actually getting to the point where the constructor is called in the
loop of the https downloader which happens _after_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #8 from Julian Andres Klode ---
(In reply to Andrew Pinski from comment #6)
> If you provide the preprocessed source a lot of the time we can do the rest
> of getting a runtime Testcase and reducing it but we need the preprocessed
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116743
--- Comment #29 from GCC Commits ---
The releases/gcc-12 branch has been updated by Eugene Rozenfeld
:
https://gcc.gnu.org/g:d180e392d7a8ba1346bfe7580de953234f0c2f9d
commit r12-10915-gd180e392d7a8ba1346bfe7580de953234f0c2f9d
Author: Eugene Roz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Sam James changed:
What|Removed |Added
CC||sjames at gcc dot gnu.org
--- Comment #7 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Sam James changed:
What|Removed |Added
Status|WAITING |UNCONFIRMED
Ever confirmed|1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Ever confirmed|0 |1
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #2 from Sam James ---
Could you give us preprocessed source for whichever TU was miscompiled please,
and the command line used for it?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |anlauf at gcc dot
gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
--- Comment #1 from anlauf at gcc dot gnu.org ---
Patch:
diff --git a/libgfortran/io/transfer.c b/libgfortran/io/transfer.c
index 0177e052062..59871ac1982 100644
--- a/libgfortran/io/transfer.c
+++ b/libgfortran/io/transfer.c
@@ -2363,6 +2363,7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Sam James changed:
What|Removed |Added
CC||doko at gcc dot gnu.org
Target Milestone|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
--- Comment #1 from Julian Andres Klode ---
Created attachment 60194
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60194&action=edit
diff between the bad and good cc1plus versions
Attaching the diff between the bad and good cc1plus versi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118537
Bug ID: 118537
Summary: [14 Regression; 20241102 -> 20241128] wrong
initialization of member variable on Graviton [related
to tree-slp-vectorize]
Product: gcc
Ve
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118536
Bug ID: 118536
Summary: G formatted printing of UNSIGNED fails
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106603
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |RESOLVED
Target Milestone|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115
Iain Buclaw changed:
What|Removed |Added
Resolution|--- |FIXED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68152
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115
--- Comment #6 from GCC Commits ---
The releases/gcc-14 branch has been updated by Iain Buclaw
:
https://gcc.gnu.org/g:4abeaeba435054ad0ab59cf570620b37c06ffcc4
commit r14-11223-g4abeaeba435054ad0ab59cf570620b37c06ffcc4
Author: Iain Buclaw
Dat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106005
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117115
--- Comment #5 from GCC Commits ---
The master branch has been updated by Iain Buclaw :
https://gcc.gnu.org/g:975c4f1a5de4ede89ee9499cd1a73d613a4aeae4
commit r15-7006-g975c4f1a5de4ede89ee9499cd1a73d613a4aeae4
Author: Iain Buclaw
Date: Fri J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
--- Comment #18 from kargls at comcast dot net ---
On 1/17/25 10:17, anlauf at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
>
> --- Comment #17 from anlauf at gcc dot gnu.org ---
>
> As it is not clear what is th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118359
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110076
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118511
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118514
--- Comment #5 from Alexandre Oliva ---
Interesting. Without ifcombine, we optimize the loop body to the same, but the
load from b doesn't get pulled out to the loop header. I suppose ifcombine may
need to propagate some annotation that the lo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118511
--- Comment #2 from GCC Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:71280df05f28fd568f8b863dd700c0be2f2443a8
commit r15-7005-g71280df05f28fd568f8b863dd700c0be2f2443a8
Author: Jakub Jelinek
Date: F
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107362
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #6 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118119
Edwin Lu changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118460
--- Comment #6 from Richard Earnshaw ---
Yes, that would work as a work-around. It's a bit of a hack though. The
expectation is that we would use vsel for pretty much everything when it is
available (particularly for fast-math), but we fail to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118534
Jakub Jelinek changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
--- Comment #17 from anlauf at gcc dot gnu.org ---
A type promotion or conversion for binary operations is a real issue.
While it is feasible, we should step back and draw a line what is more or
less consistent with the spirit of the UNSIGNED pro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118513
--- Comment #5 from Jason Merrill ---
(In reply to Nathaniel Shead from comment #4)
> Confirmed. Without having looked into it too much I think maybe doing
> `varpool_node::finalize_decl` might be the way to go to cover this and any
> other rel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117688
Alexey Merzlyakov changed:
What|Removed |Added
CC||alexey.merzlyakov at samsung
dot c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118535
Sam James changed:
What|Removed |Added
Last reconfirmed||2025-01-17
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118535
Sam James changed:
What|Removed |Added
Target Milestone|--- |15.0
CC|
--enable-languages=c,c++ --disable-werror --enable-multilib
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 15.0.1 20250117 (experimental) (GCC)
[560] %
[560] % gcctk -O2 small.c
[561] % ./a.out
Aborted
[562] %
[562] % cat small.c
int a, b, c, d, e, f, *g = &b;
static i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118534
Sam James changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117424
Sam James changed:
What|Removed |Added
Last reconfirmed|2024-11-03 00:00:00 |2025-1-17
--- Comment #7 from Sam James --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118460
Christophe Lyon changed:
What|Removed |Added
CC||clyon at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
--- Comment #16 from kargls at comcast dot net ---
On 1/17/25 03:47, tkoenig at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118499
>
> --- Comment #15 from Thomas Koenig ---
> (In reply to kargls from comment #14)
>> (
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118534
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |15.0
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118534
Bug ID: 118534
Summary: [15 Regression] constant evaluation failure with
RAW_DATA_CST
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118527
--- Comment #3 from Jan Hubicka ---
The reason why I did not implement profile fixups to cfgcleanup is that you can
not really fix the profile without knowing why it became inconsistent.
Consider situation where we have function
foo (int a)
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118460
--- Comment #4 from Richard Earnshaw ---
arm_vsel_comparison_operator is rejecting the comparison (LT) because it is not
one that the vsel instruction can handle. We should be reversing the order of
operands to the compare instruction and then
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118512
Eric Botcazou changed:
What|Removed |Added
Status|WAITING |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118512
--- Comment #8 from Eric Botcazou ---
Thanks. IMO where is the truth is not very clear, but I don't think that we
want to change the assembler at this point, so let's take it as the truth.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118533
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118514
Alexandre Oliva changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |aoliva at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118532
Jakub Jelinek changed:
What|Removed |Added
Last reconfirmed||2025-01-17
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118528
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118533
Bug ID: 118533
Summary: [15 regression] bfloat16_scalar_*.c failures since
r15-1619-g3b9b8d6cfdf593
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118532
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118532
Bug ID: 118532
Summary: [15 Regression] add_list_candidates not handling
RAW_DATA_CST right
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
--- Comment #7 from Tamar Christina ---
(In reply to rguent...@suse.de from comment #6)
> On Fri, 17 Jan 2025, tnfchris at gcc dot gnu.org wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
> >
> > --- Comment #5 from Tamar Chris
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118530
Tobias Burnus changed:
What|Removed |Added
Depends on||112810
--- Comment #3 from Tobias Burnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
--- Comment #6 from rguenther at suse dot de ---
On Fri, 17 Jan 2025, tnfchris at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
>
> --- Comment #5 from Tamar Christina ---
> (In reply to Richard Biener from comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
--- Comment #5 from Tamar Christina ---
(In reply to Richard Biener from comment #4)
> Confirmed.
> OTOH the initial choice of mask mode for the compare by the vectorizer
> is a bit odd. We get there from vect_recog_bool_pattern handling
>
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117013
Richard Sandiford changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #5 from Richar
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118329
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|15.0|14.3
--- Comment #14 from Georg-Joha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118329
--- Comment #13 from GCC Commits ---
The releases/gcc-14 branch has been updated by Georg-Johann Lay
:
https://gcc.gnu.org/g:1ba0d18323f4ddacc3dfd218287b7904f80034fe
commit r14-11222-g1ba0d18323f4ddacc3dfd218287b7904f80034fe
Author: Georg-Joha
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117763
--- Comment #24 from Paul Thomas ---
(In reply to Richard Biener from comment #23)
> The new testcase FAILs on the gcc-12 branch (it works on the 13 branch) on
> x86_64-linux:
>
> FAIL: gfortran.dg/pr117763.f90 -O scan-tree-dump-times origi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118529
Richard Biener changed:
What|Removed |Added
CC||ebotcazou at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524
Bug 103524 depends on bug 110870, which changed state.
Bug 110870 Summary: g++ internal compiler error on modules with precompiled
headerfile "string"
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110870
What|Removed
1 - 100 of 201 matches
Mail list logo