https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
Alex Coplan changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #11 from CVS Commits ---
The releases/gcc-10 branch has been updated by Alex Coplan
:
https://gcc.gnu.org/g:34a9bc1f95027eea1560369765b8b2b5722b6779
commit r10-9747-g34a9bc1f95027eea1560369765b8b2b5722b6779
Author: Alex Coplan
Date
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
Richard Biener changed:
What|Removed |Added
Target Milestone|10.3|10.4
--- Comment #10 from Richard Biene
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #9 from rsandifo at gcc dot gnu.org
---
*** Bug 99252 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #8 from Alex Coplan ---
Fixed on trunk. Needs backporting to GCC 10 together with bump to
lto-streamer.h:LTO_minor_version.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #7 from CVS Commits ---
The master branch has been updated by Alex Coplan :
https://gcc.gnu.org/g:e4005cf8717abe8c949f840c707e02e6c394c2e7
commit r11-7890-ge4005cf8717abe8c949f840c707e02e6c394c2e7
Author: Alex Coplan
Date: Mon Ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #6 from Alex Coplan ---
Ok, I'll have a go, thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #5 from rsandifo at gcc dot gnu.org
---
(In reply to Alex Coplan from comment #4)
> Right, the problem appears to be to do with the way that overloaded
> functions are implemented for the ACLE. Specifically the m_direct_overloads
> f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #4 from Alex Coplan ---
Right, the problem appears to be to do with the way that overloaded functions
are implemented for the ACLE. Specifically the m_direct_overloads flag in
aarch64_sve::function_builder. If this flag is set, we reg
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
Alex Coplan changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
--- Comment #2 from Alex Coplan ---
This one ICEs at all optimization levels (not just -O0):
#include
unsigned long long a;
void b(unsigned long long *c, int e) { *c ^= e; }
bool d;
int main() {
d = svaddv(svptrue_pat_b8(SV_VL16), svdup_s8(0)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99216
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Target Milestone|--- |10.3
Ever confirmed|0
12 matches
Mail list logo