public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266
       [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2020-03-12 11:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.3                         |9.4

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 9.3.0 has been released, adjusting target milestone.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266
       [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266 jakub at gcc dot gnu.org
@ 2021-06-01  8:14 ` rguenth at gcc dot gnu.org
  2021-09-16  0:00 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-01  8:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.4                         |9.5

--- Comment #12 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 9.4 is being released, retargeting bugs to GCC 9.5.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266
       [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266 jakub at gcc dot gnu.org
  2021-06-01  8:14 ` rguenth at gcc dot gnu.org
@ 2021-09-16  0:00 ` pinskia at gcc dot gnu.org
  2021-09-16  0:01 ` pinskia at gcc dot gnu.org
  2022-05-27  8:36 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-16  0:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |novalazy at gmail dot com

--- Comment #13 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 91430 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266
       [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-09-16  0:00 ` pinskia at gcc dot gnu.org
@ 2021-09-16  0:01 ` pinskia at gcc dot gnu.org
  2022-05-27  8:36 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-16  0:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|aarch64-linux               |aarch64-linux,
                   |                            |x86_64-linux-gnu

--- Comment #14 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Here is an x86_64 testcase:

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

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266
       [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2021-09-16  0:01 ` pinskia at gcc dot gnu.org
@ 2022-05-27  8:36 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-05-27  8:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91102

Richard Biener <rguenth at gcc dot gnu.org> 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 <rguenth at gcc dot gnu.org> ---
Fixed in GCC 10.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-27  8:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-91102-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug target/91102] [9 Regression] aarch64 ICE on Linux kernel with -Os starting with r270266 jakub at gcc dot gnu.org
2021-06-01  8:14 ` rguenth at gcc dot gnu.org
2021-09-16  0:00 ` pinskia at gcc dot gnu.org
2021-09-16  0:01 ` pinskia at gcc dot gnu.org
2022-05-27  8:36 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).