public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/90597] [9/10 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error)
       [not found] <bug-90597-4@http.gcc.gnu.org/bugzilla/>
@ 2020-03-12 11:58 ` jakub at gcc dot gnu.org
  2020-09-01 11:04 ` [Bug middle-end/90597] [9/10/11 " cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ 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=90597

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

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

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

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

* [Bug middle-end/90597] [9/10/11 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error)
       [not found] <bug-90597-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug middle-end/90597] [9/10 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error) jakub at gcc dot gnu.org
@ 2020-09-01 11:04 ` cvs-commit at gcc dot gnu.org
  2021-06-01  8:14 ` [Bug middle-end/90597] [9/10/11/12 " rguenth at gcc dot gnu.org
  2022-03-06 13:50 ` roger at nextmovesoftware dot com
  3 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2020-09-01 11:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Roger Sayle <sayle@gcc.gnu.org>:

https://gcc.gnu.org/g:b61eaa25b0812a5996024e0ddb3535dde5a89c88

commit r11-2965-gb61eaa25b0812a5996024e0ddb3535dde5a89c88
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Tue Sep 1 12:03:21 2020 +0100

    PR middle-end/90597: gcc_assert ICE in layout_type

    This patch fixes the default implementation of TARGET_VECTOR_ALIGNMENT,
    known as default_vector_alignment, using the same logic as my earlier
    nvptx patch, as the ICE caused by TYPE_SIZE(type) being zero during
    error handling in gcc.dg/attr-vector_size.c is common among backends,
    and is known in bugzilla as PR middle-end/90597, apparently a recent
    regression.

    2020-09-01  Roger Sayle  <roger@nextmovesoftware.com>

    gcc/ChangeLog:
            PR middle-end/90597
            * targhooks.c (default_vector_alignment): Return at least the
            GET_MODE_ALIGNMENT for the type's mode.

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

* [Bug middle-end/90597] [9/10/11/12 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error)
       [not found] <bug-90597-4@http.gcc.gnu.org/bugzilla/>
  2020-03-12 11:58 ` [Bug middle-end/90597] [9/10 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error) jakub at gcc dot gnu.org
  2020-09-01 11:04 ` [Bug middle-end/90597] [9/10/11 " cvs-commit at gcc dot gnu.org
@ 2021-06-01  8:14 ` rguenth at gcc dot gnu.org
  2022-03-06 13:50 ` roger at nextmovesoftware dot com
  3 siblings, 0 replies; 4+ 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=90597

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

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

--- Comment #11 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] 4+ messages in thread

* [Bug middle-end/90597] [9/10/11/12 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error)
       [not found] <bug-90597-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2021-06-01  8:14 ` [Bug middle-end/90597] [9/10/11/12 " rguenth at gcc dot gnu.org
@ 2022-03-06 13:50 ` roger at nextmovesoftware dot com
  3 siblings, 0 replies; 4+ messages in thread
From: roger at nextmovesoftware dot com @ 2022-03-06 13:50 UTC (permalink / raw)
  To: gcc-bugs

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

Roger Sayle <roger at nextmovesoftware dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|9.5                         |12.0
                 CC|                            |roger at nextmovesoftware dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Roger Sayle <roger at nextmovesoftware dot com> ---
This should be fixed on mainline for GCC 12.

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

end of thread, other threads:[~2022-03-06 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-90597-4@http.gcc.gnu.org/bugzilla/>
2020-03-12 11:58 ` [Bug middle-end/90597] [9/10 Regression] FAIL: gcc.dg/attr-vector_size.c (internal compiler error) jakub at gcc dot gnu.org
2020-09-01 11:04 ` [Bug middle-end/90597] [9/10/11 " cvs-commit at gcc dot gnu.org
2021-06-01  8:14 ` [Bug middle-end/90597] [9/10/11/12 " rguenth at gcc dot gnu.org
2022-03-06 13:50 ` roger at nextmovesoftware dot com

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).