https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102605
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:d4f6dbe18374385b8199ca3d6121e37a1189b589 commit r12-4187-gd4f6dbe18374385b8199ca3d6121e37a1189b589 Author: Richard Biener <rguent...@suse.de> Date: Tue Oct 5 14:18:09 2021 +0200 Allow more kinds of invariant addresses in GIMPLE FE The gimple FE is too restrictive in what it accepts as literals, the following makes it also accept &a[10] for example. 2021-10-05 Richard Biener <rguent...@suse.de> PR c/102605 gcc/c/ * gimple-parser.c (c_parser_gimple_postfix_expression): Accept more address _Literals. gcc/testsuite/ * gcc.dg/gimplefe-46.c: New testcase.