https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109641
--- Comment #19 from Adelson Oliveira ---
Thank you all
Em qui., 18 de mai. de 2023 às 14:01, anlauf at gcc dot gnu.org <
gcc-bugzi...@gcc.gnu.org> escreveu:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109641
>
> anlauf at gcc dot gnu.org c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107190
--- Comment #3 from Andrew Pinski ---
Created attachment 55113
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55113&action=edit
testcase
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107230
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66594
Andrew Pinski changed:
What|Removed |Added
CC||helohe at bluewin dot ch
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106471
Hongtao.liu changed:
What|Removed |Added
CC||crazylht at gmail dot com
--- Comment #9
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106471
--- Comment #10 from Hongtao.liu ---
The tune is added in PR62011
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107450
--- Comment #2 from Andrew Pinski ---
Reduced/simplified (using auto because I feel like it):
int i, j, k;
void f(auto){i++;}
void g(auto){j++;}
void h(auto){k++;}
void foo(auto&&...args1, auto&&... args2, auto&&... args3) {
(f(args1), ...);
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107462
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
Status|UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107476
Andrew Pinski changed:
What|Removed |Added
Keywords||needs-bisection
Known to fail|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106810
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108393
Andrew Pinski changed:
What|Removed |Added
CC||hewillk at gmail dot com
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107533
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-05-19
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107587
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106604
Andrew Pinski changed:
What|Removed |Added
CC||development at jordi dot
vilar.cat
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107694
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107744
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105702
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105703
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2023-05-19
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106545
Andrew Pinski changed:
What|Removed |Added
Assignee|unassigned at gcc dot gnu.org |vineetg at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106545
--- Comment #3 from Andrew Pinski ---
Note I see XTheadMemPair code has been added to peephole.md which is good to
have it away.
But again the first peephole is also handled differently already via
zero_extendsidi2_shifted which was added in r1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33980
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Component|pch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109905
Bug ID: 109905
Summary: Missed misleading indentation with braces
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109900
--- Comment #1 from Hongtao.liu ---
Yes, let me do the folding.
FYI, for those floating point abs intrinsics, they're already implemented as
_mm512_abs_ps (__m512 __A)
{
return (__m512) _mm512_and_epi32 ((__m512i) __A,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83636
YunQiang Su changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33980
--- Comment #6 from Andrew Pinski ---
Created attachment 55114
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55114&action=edit
Patch which I am testing
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45536
Andrew Pinski changed:
What|Removed |Added
Keywords||accepts-invalid
Component|pch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106381
Xi Ruoyao changed:
What|Removed |Added
CC||xry111 at gcc dot gnu.org
--- Comment #2 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54163
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
101 - 128 of 128 matches
Mail list logo