https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Michael Meissner changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #20 from CVS Commits ---
The releases/gcc-11 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:1896ab1cab76df1ebf12b876f696eac23436170b
commit r11-10895-g1896ab1cab76df1ebf12b876f696eac23436170b
Author: Michael Me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #19 from CVS Commits ---
The releases/gcc-12 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:7fc075626012b9fd09b20049d8681f2d72395f5c
commit r12-9755-g7fc075626012b9fd09b20049d8681f2d72395f5c
Author: Michael Mei
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #18 from CVS Commits ---
The releases/gcc-13 branch has been updated by Michael Meissner
:
https://gcc.gnu.org/g:68aa17cff9279d2f3acebaf4d5cb9ababe743046
commit r13-7535-g68aa17cff9279d2f3acebaf4d5cb9ababe743046
Author: Michael Mei
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #17 from CVS Commits ---
The master branch has been updated by Michael Meissner :
https://gcc.gnu.org/g:370de1488a9a49956c47e5ec8c8f1489b4314a34
commit r14-2049-g370de1488a9a49956c47e5ec8c8f1489b4314a34
Author: Michael Meissner
Da
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Peter Bergner changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Peter Bergner changed:
What|Removed |Added
CC||npiggin at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Richard Biener changed:
What|Removed |Added
Target Milestone|13.0|13.2
--- Comment #14 from Richard Bien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Peter Bergner changed:
What|Removed |Added
CC||bergner at gcc dot gnu.org
Target Mil
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Michael Meissner changed:
What|Removed |Added
Assignee|acsawdey at gcc dot gnu.org|meissner at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
acsawdey at gcc dot gnu.org changed:
What|Removed |Added
CC||acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Segher Boessenkool changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #11 from Segher Boessenkool ---
It should use "YZ" as constraint (Y is DS-mode, Z is X-mode). The predicate
should probably be lwa_operand ("lwau" does not exist, that's the irregularity
this predicate is for).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #10 from Kewen Lin ---
(In reply to Jakub Jelinek from comment #9)
> where it no longer satisfies the predicate but does satisfy the constraint.
> It is unclear if there is any matching constraint for ds_form_mem_operand,
> maybe wY?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #8 from Martin Liška ---
The problematic instructions is:
lwa 9,40036(1)
Diff in between power9 and power10:
diff -u good.s bad.s
--- good.s 2022-04-21 13:01:23.844042178 +0200
+++ bad.s 2022-04-21 13:01:28.5440
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #7 from Martin Liška ---
Reduced test-case:
$ cat extmain.cpp.ii
struct Ath__array1D {
int _current;
int getCnt() { return _current; }
};
struct extMeasure {
int _mapTable[1];
Ath__array1D _metRCTable;
};
void measureRC(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Martin Liška changed:
What|Removed |Added
Status|WAITING |NEW
--- Comment #6 from Martin Liška --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Kewen Lin changed:
What|Removed |Added
CC||linkw at gcc dot gnu.org
--- Comment #5 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #4 from Martin Liška ---
Thanks. However, I cannot reproduce it with a cross compiler:
$ powerpc64le-suse-linux-g++ -v
...
gcc version 11.2.1 20220316 [revision 6a1150d1524aeda3381b2171712e1a6611d441d6]
(SUSE Linux)
Can you please
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
--- Comment #3 from Joel Stanley ---
Created attachment 52843
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52843&action=edit
assembly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105325
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
22 matches
Mail list logo