https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106417
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103035
Bug 103035 depends on bug 106417, which changed state.
Bug 106417 Summary: [13 Regression] Wrong code with -O0 since
r13-1779-g375668e0508fbe17
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106417
What|Removed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
Martin Liška changed:
What|Removed |Added
CC||vsevolod.livinskiy at gmail
dot co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106422
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2022-07-25
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106421
Martin Liška changed:
What|Removed |Added
Last reconfirmed||2022-07-25
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Bug ID: 106432
Summary: ice in range_on_edge, at gimple-range.cc:204
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106419
--- Comment #4 from Arseny Solokha ---
Created attachment 53345
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53345&action=edit
-mdebug=target dump
--host=x86_64-pc-linux-gnu --target=powerpc-e300c3-linux-gnu
--build=x86_64-pc-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
--- Comment #1 from David Binderman ---
Reduced C code is:
typedef struct {
double masses[0];
int species_offset[];
} LandauCtx;
LandauCtx ProcessOptions_ctx;
ProcessOptions_ctx_2;
LandauCreateVelocitySpace_v0_grid[];
LandauCreateVelocitySp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106433
Bug ID: 106433
Summary: [13 Regression] ICE in vect_transform_loops, at
tree-vectorizer.cc:1032
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Keywords: ice-on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100694
HaoChen Gui changed:
What|Removed |Added
CC||guihaoc at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106421
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106422
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105858
--- Comment #2 from Brecht Sanders
---
Just checked, issue is still present in snapshot 12-20220723.
Anybody able to confirm the issue or know what the status is?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106425
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #2 from Richard
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106431
--- Comment #2 from Richard Biener ---
can you try if -fno-var-tracking helps?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106429
--- Comment #4 from Jonathan Wakely ---
(In reply to Martin Vahi from comment #0)
> To build a newer version of GCC, some
> newer version of Bash is at least sometimes required, because
Why?
Your "depencency graph" doesn't actually explain any
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2022-07-25
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106293
--- Comment #4 from luoxhu at gcc dot gnu.org ---
Could you try revert (In reply to Richard Biener from comment #2)
> I can reproduce a regression with -Ofast -march=znver2 running on Haswell as
> well. -fopt-info doesn't reveal anything interes
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #35 from Richard Earnshaw ---
> There's no union involved here though but a memcpy used in BitCast.
Agreed, but by creating a shared stack slot, the compiler is effectively
creating a union of its own, and I think that needs to be ac
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106293
--- Comment #5 from luoxhu at gcc dot gnu.org ---
r12-6086
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106433
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #36 from rguenther at suse dot de ---
On Mon, 25 Jul 2022, rearnsha at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
>
> --- Comment #35 from Richard Earnshaw ---
> > There's no union involved here t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #37 from Richard Earnshaw ---
(In reply to rguent...@suse.de from comment #36)
> Note that the only thing we have to do is fix points-to info, the TBAA
> info should be correct and OK even when objects share location, so there's
> n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
--- Comment #6 from Richard Biener ---
Hmm, OK. With integer valued comparisons considered truth_valued_p
a ~ on them does not result in a truth_value_p. That in the end means
that we'd need to sign-extend the result or restrict the pattern mo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106408
--- Comment #4 from Richard Biener ---
(In reply to rguent...@suse.de from comment #3)
> On Fri, 22 Jul 2022, hubicka at ucw dot cz wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106408
> >
> > --- Comment #2 from Jan Hubicka ---
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #38 from Richard Biener ---
(In reply to Richard Earnshaw from comment #37)
> (In reply to rguent...@suse.de from comment #36)
>
> > Note that the only thing we have to do is fix points-to info, the TBAA
> > info should be correct a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
Richard Biener changed:
What|Removed |Added
Component|target |rtl-optimization
--- Comment #39 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #40 from Richard Earnshaw ---
reload_cse_noop_set_p is the function that decides the store is redundant. For
this parallel case it's being called once for each set, but all the cases
return true, so the store insn gets removed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #41 from Richard Biener ---
(In reply to Richard Earnshaw from comment #40)
> reload_cse_noop_set_p is the function that decides the store is redundant.
> For this parallel case it's being called once for each set, but all the
> cas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #42 from Richard Earnshaw ---
That would be unfortunate, it removes a lot of pointless loads in this case;
and even the store it removes ought to be safe, if it weren't for the corrupted
alias info that results (the values /are/ the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69410
Jonathan Wakely changed:
What|Removed |Added
Known to work||4.1.2
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #43 from rguenther at suse dot de ---
On Mon, 25 Jul 2022, rearnsha at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
>
> --- Comment #42 from Richard Earnshaw ---
> That would be unfortunate, it remo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #44 from Richard Biener ---
(In reply to rguent...@suse.de from comment #43)
> On Mon, 25 Jul 2022, rearnsha at gcc dot gnu.org wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
> >
> > --- Comment #42 from Richard E
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101544
Richard Biener changed:
What|Removed |Added
CC||hubicka at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
--- Comment #7 from CVS Commits ---
The master branch has been updated by Richard Biener :
https://gcc.gnu.org/g:613e3b86955ea3b4977490625328708e82bea6fa
commit r13-1822-g613e3b86955ea3b4977490625328708e82bea6fa
Author: Richard Biener
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106414
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
--- Comment #3 from Aldy Hernandez ---
Created attachment 53346
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53346&action=edit
untested patch
Ughhh, mine.
We need to check if we support ranges of the given type before we query the
rang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Aldy Hernandez changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |aldyh at gcc dot gnu.org
--- Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #45 from Richard Earnshaw ---
The problem with changing rtx_equal_for_cselib_1 is that it is essentially
commutative in its operands - it doesn't disambiguate with x substituting for y
or vice-versa, so we cannot tell if an operation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87729
--- Comment #13 from CVS Commits ---
The master branch has been updated by Jason Merrill :
https://gcc.gnu.org/g:4c6567b4090d9363f90b5c68e238e7d0964b6e89
commit r13-1824-g4c6567b4090d9363f90b5c68e238e7d0964b6e89
Author: Jason Merrill
Date: S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87729
--- Comment #14 from Jason Merrill ---
(In reply to Stephan Bergmann from comment #12)
> This still starts to produces spurious warnings for diamond inheritance:
Fixed, thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106370
Jason Merrill changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106183
Anthony Williams changed:
What|Removed |Added
CC||anthony.ajw at gmail dot com
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106230
--- Comment #5 from Jason Merrill ---
Reduced:
struct A {
A();
operator int();
};
template struct array {
A elts[N];
A *begin();
A *end();
};
void fn() {
for (int i : array<4>{})
;
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106422
--- Comment #7 from Alexander Monakov ---
I think item 2 from comment #3 (jump threading) still needs to be solved
independently of what is decided about item 1 (leaf functions resuming earlier
returns_twice call).
---
The problem with 'leaf'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106422
--- Comment #8 from Alexander Monakov ---
I mean the minimized testcase, the original attachment does execve/_exit after
vfork.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106416
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
--- Comment #46 from rguenther at suse dot de ---
On Mon, 25 Jul 2022, rearnsha at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106187
>
> --- Comment #45 from Richard Earnshaw ---
> The problem with changing rtx_equa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106434
Bug ID: 106434
Summary: Spurious -Wnull-dereference when using
std::unique_copy()
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106422
--- Comment #9 from Richard Biener ---
Splitting off the 'leaf' issue would be useful. And yes, forward threading
would need to be fixed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69410
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105787
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |10.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Richard Biener changed:
What|Removed |Added
Version|12.0|13.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106421
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106369
Richard Biener changed:
What|Removed |Added
Known to fail||10.4.0, 11.3.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106297
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106248
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106230
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104194
Ulrich Weigand changed:
What|Removed |Added
CC||uweigand at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106208
Richard Biener changed:
What|Removed |Added
Component|fortran |middle-end
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106199
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2022-07-25
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190
Richard Biener changed:
What|Removed |Added
Summary|[9/10/11/12/13 Regression] |[10/11/12/13 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106189
Richard Biener changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106155
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
--- Comment #6 from CVS Commits ---
The master branch has been updated by Aldy Hernandez :
https://gcc.gnu.org/g:ca1e4b26c19351077db1d8e6ff1cb97f05bca79f
commit r13-1825-gca1e4b26c19351077db1d8e6ff1cb97f05bca79f
Author: Aldy Hernandez
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106432
Aldy Hernandez changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106208
Thomas Schwinge changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigne
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106119
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106091
Richard Biener changed:
What|Removed |Added
Keywords||ice-checking
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106087
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106079
Richard Biener changed:
What|Removed |Added
Last reconfirmed||2022-07-25
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106069
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106022
Richard Biener changed:
What|Removed |Added
Summary|[12/13 Regression] Enable |[12 Regression] Enable
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105988
--- Comment #4 from Richard Biener ---
Bug with -da and SMS, so not really too important.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105980
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105977
Richard Biener changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105972
Richard Biener changed:
What|Removed |Added
Priority|P2 |P4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105952
Richard Biener changed:
What|Removed |Added
CC||amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105972
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105918
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105917
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77652
anlauf at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #6 from a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105867
Richard Biener changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105841
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105787
Richard Biener changed:
What|Removed |Added
Summary|[10/11/12/13 Regression]|ICE in tree check: expected
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
Bug ID: 106435
Summary: constructor of thread_local static member is not
called
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91681
--- Comment #3 from CVS Commits ---
The master branch has been updated by Roger Sayle :
https://gcc.gnu.org/g:16aafa3194d4851a07cc204f56a5f0618f77e5d7
commit r13-1826-g16aafa3194d4851a07cc204f56a5f0618f77e5d7
Author: Roger Sayle
Date: Mon Ju
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106436
Bug ID: 106436
Summary: -Wanalyzer-null-dereference false positive suggests
data corruption in GCC
Product: gcc
Version: 12.1.1
Status: UNCONFIRMED
Severity: n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106091
--- Comment #4 from Segher Boessenkool ---
That patch looks good :-)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
Francois-Xavier Coudert changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
--- Comment #2 from Andrew Pinski ---
This might be an emulated TLS issue ... As it looks like it is not working on
mingw either.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
--- Comment #3 from Iain Sandoe ---
(In reply to Andrew Pinski from comment #2)
> This might be an emulated TLS issue ... As it looks like it is not working
> on mingw either.
quite possibly;
- there was a change made to support cross-TU static
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
--- Comment #4 from Andrew Pinski ---
(In reply to Iain Sandoe from comment #3)
> (In reply to Andrew Pinski from comment #2)
> > This might be an emulated TLS issue ... As it looks like it is not working
> > on mingw either.
>
> quite possibly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106415
Andrew Pinski changed:
What|Removed |Added
Component|tree-optimization |target
--- Comment #2 from Andrew Pinsk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106435
--- Comment #5 from Francois-Xavier Coudert ---
> there was a change made to support cross-TU static inits for TLS
For what it's worth, putting everything in a single cpp file makes it work as
expected.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106303
Roger Sayle changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
1 - 100 of 157 matches
Mail list logo