https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39275
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16660
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14505
Andrew Pinski changed:
What|Removed |Added
Severity|minor |enhancement
--- Comment #8 from Andrew P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58101
--- Comment #6 from Andrew Pinski ---
Further reduced:
int a [1];
void foo (int n)
{
if (n <= 1) return;
int i = 1;
a [i] = a [i - 1];
}
This is one of these false positives warning where we should maybe not warn but
instead just chang
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71533
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95118
Andrew Pinski changed:
What|Removed |Added
CC||ch3root at openwall dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59394
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |INVALID
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77422
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60762
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81445
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Component|middle-en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81445
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-12-23
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89889
Andrew Pinski changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58817
Andrew Pinski changed:
What|Removed |Added
CC||sdmike9r at liargroup dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46597
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83349
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Component|middle-en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92943
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.3.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93518
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Component|middle-end
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103800
Bug ID: 103800
Summary: ICE in vectorizable_phi, at tree-vect-loop.c:7861 with
-O3 -march=skylake-avx512
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103800
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103801
Bug ID: 103801
Summary: Link tests are not allowed after GCC_NO_EXECUTABLES.
for pdp11-aout target
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103801
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96114
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
--- Comment #2 from Martin Liška ---
St
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103788
Martin Liška changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comment #6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103795
Martin Liška changed:
What|Removed |Added
Summary|ICE in |ICE in
|gfc_conv_array
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47341
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |tree-optimization
Severity|nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78399
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103796
Martin Liška changed:
What|Removed |Added
CC||damian at sourceryinstitute
dot or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103797
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103799
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103802
Bug ID: 103802
Summary: [12 regression] recip-3.c fails after r12-6087 on
Power m32
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103800
Martin Liška changed:
What|Removed |Added
Keywords|needs-bisection |
Summary|[12 Regression] ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103800
Martin Liška changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80399
Andrew Pinski changed:
What|Removed |Added
Known to work||10.2.0, 12.0, 9.3.0
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103802
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93645
--- Comment #11 from Fangrui Song ---
(In reply to Martin Liška from comment #10)
> I replied here:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-June/573823.html
There are people wanting to use mold
https://www.reddit.com/r/rust/comments/rhc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83384
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103797
--- Comment #2 from hubicka at kam dot mff.cuni.cz ---
> Can you please attach a reduced test-case?
Do you know how to produce one with a reasonable effort? The
declaratoins are quite convoluted, but the function is well isolated and
easy to ins
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83384
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93645
Martin Liška changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87655
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103797
--- Comment #3 from Martin Liška ---
(In reply to hubicka from comment #2)
> > Can you please attach a reduced test-case?
> Do you know how to produce one with a reasonable effort?
-E and remove not needed code.
> The
> declaratoins are quite
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103803
Bug ID: 103803
Summary: i++; i = i % constant -> i >= constant-1 ? 0 : i+1
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhance
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87655
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87654
Andrew Pinski changed:
What|Removed |Added
CC||pinskia at gcc dot gnu.org
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87654
Andrew Pinski changed:
What|Removed |Added
Depends on||22196
--- Comment #2 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89922
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |tree-optimization
Severity|nor
101 - 147 of 147 matches
Mail list logo