https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63633
Eric Gallager changed:
What|Removed |Added
CC||dinuxbg at gmail dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604
--- Comment #3 from Eric Gallager ---
(In reply to Eric Gallager from comment #2)
> I can probably do this; taking
While I do still intend to do this, I've transitioned between computers since I
last wrote this and am not sure I have my committi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53815
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81141
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99527
--- Comment #2 from janekb04 at icloud dot com ---
Indeed, it seems to have been fixed. I'm not sure if this issue should be
closed though. Until the fix comes out in a stable release, there is still the
possibility that a regression will occur a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101862
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101895
Andrew Pinski changed:
What|Removed |Added
Keywords||missed-optimization
Target Milestone|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101895
--- Comment #1 from Andrew Pinski ---
I wonder if we should do something like in match.pd anyways (unrelated to this
issue):
(simplify
(vec_perm (any_binary:s (VEC_DUP/CONSTRUCTOR@0) @1)@2 @2 @3)
(any_binary @0 (vec_perm @1 @1 @3)))
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101895
Bug ID: 101895
Summary: [11/12 Regression] SLP Vectorizer change pushes
VEC_PERM_EXPR into bad location spoiling further
optimization opportunities
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853
--- Comment #4 from Hans-Peter Nilsson ---
This particular ICE/test-failure disappeared (unlikely: was fixed) with a
commit in the series (last known failing as described..first subsequently known
passing) cba64d855df5..ee8f9ff00d79.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100718
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101893
--- Comment #1 from Paul Clarke ---
I'll take ownership of this, except I'm not sure how to effect that.
The fix has been posted
https://gcc.gnu.org/pipermail/gcc-patches/2021-August/577023.html, and awaits
reviews/approval.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17
--- Comment #2 from Andrew Pinski ---
I don't think GCC handles any struct/union Parameter expansion correctly.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99800
--- Comment #3 from Andrew Pinski ---
I suspect it is a dup of one of:
PR c++/89565
PR c++/93383
PR c++/95291
PR c++/99200
PR c++/99683
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99800
Andrew Pinski changed:
What|Removed |Added
Known to fail||11.1.0
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99628
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92426
--- Comment #4 from Andrew Pinski ---
I can't reproduce the ICE in GCC 10.1.0 or 11.1.0 or on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101894
--- Comment #3 from Volker Reichelt ---
(In reply to Andrew Pinski from comment #2)
> (In reply to Volker Reichelt from comment #1)
> > Actually the same ICE happens with regular templates (without the
> > "-fconcepts") flag:
>
> Though that is
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101537
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101222
Andrew Pinski changed:
What|Removed |Added
Known to fail||4.6.3
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101833
Martin Sebor changed:
What|Removed |Added
Known to fail||10.3.0, 11.2.0, 12.0
--- Comment #2 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101054
--- Comment #1 from Andrew Pinski ---
Looks to be fixed in GCC 11+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101030
Andrew Pinski changed:
What|Removed |Added
Summary|[9/10/11/12 Regression] gcc |[9/10/11/12 Regression] ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101030
Andrew Pinski changed:
What|Removed |Added
Known to fail||8.1.0
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100853
Andrew Pinski changed:
What|Removed |Added
Severity|normal |trivial
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100853
Andrew Pinski changed:
What|Removed |Added
Known to work||10.1.0, 8.3.0
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100281
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.2
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101894
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.3
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101894
Volker Reichelt changed:
What|Removed |Added
Summary|[11/12 Regression] |[11/12 Regression] ICE with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87208
--- Comment #5 from Andrew Pinski ---
(In reply to Jonathan Wakely from comment #1)
> Dup of PR 51577 ?
Well it does seem fixed on the trunk and that PR is fixed on the trunk (though
not closed).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101894
Bug ID: 101894
Summary: [11/12 Regression] [concepts] ICE with multiple friend
declarations
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Keywords: ice-on-val
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 66672, which changed state.
Bug 66672 Summary: std::is_same wrong result for captured reference value
inside a lambda
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672
What|Removed |Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63192
Andrew Pinski changed:
What|Removed |Added
CC||thiago at kde dot org
--- Comment #7 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101624
Jakub Jelinek changed:
What|Removed |Added
Summary|[9/10/11 Regression] ICE: |[9/10 Regression] ICE: tree
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101638
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101638
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:b1c4b1c100889c0f0b11dd79ca083dfb3bc00f4a
commit r11-8861-gb1c4b1c100889c0f0b11dd79ca083dfb3bc00f4a
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101759
--- Comment #3 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:dd345961831980e3103411d61bba249efa2ee720
commit r11-8859-gdd345961831980e3103411d61bba249efa2ee720
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101624
--- Comment #5 from CVS Commits ---
The releases/gcc-11 branch has been updated by Jakub Jelinek
:
https://gcc.gnu.org/g:e7fd8e978ec101a6ce9c92c72d38f7bdff30b2c5
commit r11-8858-ge7fd8e978ec101a6ce9c92c72d38f7bdff30b2c5
Author: Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100424
Andrew Pinski changed:
What|Removed |Added
Depends on||93115
--- Comment #2 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100424
--- Comment #1 from Andrew Pinski ---
-fno-devirtualize allows it to link.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101854
Martin Sebor changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101854
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Last reconfi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100525
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99720
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2021-03-23 00:00:00 |2021-8-12
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101823
--- Comment #2 from bootmgr at 163 dot com ---
I reconfigured gcc with --enable-threads=win32 (not --enable-threads=posix) and
this gcc can compile the program correctly.The posix thread model cannot.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99527
--- Comment #1 from Andrew Pinski ---
Looks to be fixed on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99399
--- Comment #2 from Andrew Pinski ---
Seems fixed in GCC 11+.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672
Andrew Pinski changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367
Bug 54367 depends on bug 99152, which changed state.
Bug 99152 Summary: Wrong type of implicitly captured by-value unevaluated
operand
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99152
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66672
Andrew Pinski changed:
What|Removed |Added
CC||oleksandr.koval.dev at gmail
dot c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99152
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99160
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99186
--- Comment #2 from Andrew Pinski ---
Seems fixed in GCC 11.2.0 and on the trunk.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101885
--- Comment #3 from Andrew Pinski ---
(In reply to Qirun Zhang from comment #1)
> My bisection points to g:529ea7d9596b26ba103578eeab448e9862a2d2c5
r10-7268
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101885
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-08-12
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88781
Bug 88781 depends on bug 101451, which changed state.
Bug 101451 Summary: Incorrect -Wstringop-truncation warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101451
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101451
Quentin Armitage changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101885
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.4
Summary|wrong code at -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101451
--- Comment #5 from Quentin Armitage ---
In the code of my original example (which I have simplified)
===
#include
static char dest[16];
static char src[16] = "012345678901234";
int main(__attribute__(void)
{
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99214
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #14 from kargl at gcc dot gnu.org ---
(In reply to Gerald Pfeifer from comment #12)
> Andreas, is this something you may be able to have a look at?
> (It's about the architectures you used to "play" with on FreeBSD.)
There are other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88781
Bug 88781 depends on bug 101451, which changed state.
Bug 101451 Summary: Incorrect -Wstringop-truncation warning
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101451
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101451
Martin Sebor changed:
What|Removed |Added
Resolution|--- |INVALID
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101887
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101887
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |9.5
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94058
Andrew Pinski changed:
What|Removed |Added
Depends on||84516
--- Comment #1 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101638
--- Comment #4 from CVS Commits ---
The master branch has been updated by Jakub Jelinek :
https://gcc.gnu.org/g:408d88af60e3268f7fad59fa393ec7e28922c435
commit r12-2890-g408d88af60e3268f7fad59fa393ec7e28922c435
Author: Jakub Jelinek
Date: T
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101830
--- Comment #13 from Bill Schmidt ---
Yes, absolutely right on safe_inc_pos, will address that as well. Much
obliged!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101829
Martin Sebor changed:
What|Removed |Added
Blocks||99715
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589
--- Comment #16 from Mathieu Desnoyers
---
(In reply to Andrew Pinski from comment #15)
> Maybe it is best if you file a glibc bug too.
There was already a glibc bug reporting this. I've done the required changes to
reopen it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101886
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |11.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97601
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed|2020-11-19 00:00:00 |2021-8-12
URL|https://gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89761
Andrew Pinski changed:
What|Removed |Added
CC||su at cs dot ucdavis.edu
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88295
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86515
Andrew Pinski changed:
What|Removed |Added
Known to fail||10.1.0, 10.3.0, 8.1.0,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101830
Martin Sebor changed:
What|Removed |Added
Resolution|INVALID |FIXED
--- Comment #12 from Martin Sebor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |target
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101893
Bug ID: 101893
Summary: There is no vgbbd on p7
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101892
Bug ID: 101892
Summary: -fzero-call-used-regs does not work for sibling-calls
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
--- Comment #13 from Andreas Tobler ---
I try to find some spare cycles to look into. But I can only investigate the
aarch64 part. The powerpcs are gone here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101830
Bill Schmidt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589
--- Comment #15 from Andrew Pinski ---
(In reply to Mathieu Desnoyers from comment #14)
> I've proposed a RFC patch on the libc-alpha mailing list which fixes the
> issue: https://sourceware.org/pipermail/libc-alpha/2021-August/130129.html
>
> I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891
Bug ID: 101891
Summary: Adjust -fzero-call-used-regs to always use XOR
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90589
--- Comment #14 from Mathieu Desnoyers
---
I've proposed a RFC patch on the libc-alpha mailing list which fixes the issue:
https://sourceware.org/pipermail/libc-alpha/2021-August/130129.html
It does have a few downsides: it turns all i18n rwloc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101871
--- Comment #3 from kargl at gcc dot gnu.org ---
(In reply to anlauf from comment #2)
> PR85547 is likely related to this one.
Yes, indeed. Looks like a duplicate. I checked
that array.c(gfc_match_array_constructor) does the
right things. So,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98309
--- Comment #3 from CVS Commits ---
The master branch has been updated by Uros Bizjak :
https://gcc.gnu.org/g:8c8df06e46493f6cb55333db72fa1802279b48b4
commit r12-2888-g8c8df06e46493f6cb55333db72fa1802279b48b4
Author: Uros Bizjak
Date: Thu Au
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101890
Christophe Lyon changed:
What|Removed |Added
Target Milestone|--- |12.0
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101890
Bug ID: 101890
Summary: [12 regression] ICEs on aarch64 after r12-2836
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98712
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662
Gerald Pfeifer changed:
What|Removed |Added
CC||andreast at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101870
--- Comment #2 from Jonathan Wakely ---
Fixed on trunk but I plan to backport it as well.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101870
--- Comment #1 from CVS Commits ---
The master branch has been updated by Jonathan Wakely :
https://gcc.gnu.org/g:9017326e19fe278d5f62898cca4682b17f8e8e07
commit r12-2886-g9017326e19fe278d5f62898cca4682b17f8e8e07
Author: Jonathan Wakely
Date:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101219
Sergei Trofimovich changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101219
--- Comment #9 from CVS Commits ---
The master branch has been updated by Sergei Trofimovich :
https://gcc.gnu.org/g:27a1fb385b7fe706f05608e53f3e91d7d3442b8b
commit r12-2883-g27a1fb385b7fe706f05608e53f3e91d7d3442b8b
Author: Sergei Trofimovich
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101830
--- Comment #10 from Bill Schmidt ---
As a reminder, the code compiled fine with no warnings until the rewrite of the
back-threader. Based on the IL example above, it looks to me like the new pass
is not producing a self-consistent CFG in all c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101871
anlauf at gcc dot gnu.org changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101838
--- Comment #2 from CVS Commits ---
The master branch has been updated by Martin Uecker :
https://gcc.gnu.org/g:d2ba65ab6010f0d507bf5512a0223692e6653b23
commit r12-2882-gd2ba65ab6010f0d507bf5512a0223692e6653b23
Author: Martin Uecker
Date: T
1 - 100 of 199 matches
Mail list logo