[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2022-05-27 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Richard Biener  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
  Known to fail||9.5.0
  Known to work||10.1.0
   Target Milestone|9.5 |10.0

--- Comment #15 from Richard Biener  ---
Fixed in GCC 10.

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Andrew Pinski  changed:

   What|Removed |Added

 Target|aarch64-linux   |aarch64-linux,
   ||x86_64-linux-gnu

--- Comment #14 from Andrew Pinski  ---
Here is an x86_64 testcase:

register unsigned long a __asm__("r14");
register unsigned long b __asm__("r15");

void test(void)
{
b = a << 4;
}

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2021-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Andrew Pinski  changed:

   What|Removed |Added

 CC||novalazy at gmail dot com

--- Comment #13 from Andrew Pinski  ---
*** Bug 91430 has been marked as a duplicate of this bug. ***

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2021-06-01 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|9.4 |9.5

--- Comment #12 from Richard Biener  ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2020-03-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.3 |9.4

--- Comment #11 from Jakub Jelinek  ---
GCC 9.3.0 has been released, adjusting target milestone.

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2020-02-04 Thread kondratyuk.taras at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Taras Kondratiuk  changed:

   What|Removed |Added

 CC||kondratyuk.taras at gmail dot 
com

--- Comment #10 from Taras Kondratiuk  ---
Looks like this fix missed 9.2. Can it be added to 9.3?
It doesn't seem to be present in the gcc-9 branch.

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Jakub Jelinek  changed:

   What|Removed |Added

   Target Milestone|9.2 |9.3

--- Comment #9 from Jakub Jelinek  ---
GCC 9.2 has been released.

[Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266

2019-07-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Jakub Jelinek  changed:

   What|Removed |Added

Summary|[9/10 Regression] aarch64   |[9 Regression] aarch64 ICE
   |ICE on Linux kernel with|on Linux kernel with -Os
   |-Os starting with r270266   |starting with r270266

--- Comment #8 from Jakub Jelinek  ---
Fixed on the trunk, hopefully can be backported to 9.2 soon.  9.2 is likely in
August.