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

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |11.0, 9.3.0
      Known to fail|11.0                        |
            Summary|ICE on invalid VLA argument |[10 Regression] ICE on
                   |declaration and attribute   |invalid VLA argument
                   |access                      |declaration and attribute
                   |                            |access

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
The ICE is gone on trunk, most likely as a result of the fix for pr97189.  GCC
10 still ICEs:

pr96171.c:1:54: error: ā€˜nā€™ undeclared here (not in a function)
    1 | __attribute__ ((access (read_write, 1))) void f (int[n], int n);
      |                                                      ^
ā€˜
pr96171.c:1: confused by earlier errors, bailing out

Reply via email to