https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111975
--- Comment #3 from GCC 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:5bca321faa30c4fb46225efbe2698a13b3271b1c commit r14-6658-g5bca321faa30c4fb46225efbe2698a13b3271b1c Author: Richard Biener <rguent...@suse.de> Date: Mon Dec 18 11:41:03 2023 +0100 c/111975 - GIMPLE FE dumping and parsing of TARGET_MEM_REF The following adds dumping of TARGET_MEM_REF in -gimple form and adds parsing of it to the GIMPLE FE. PR c/111975 gcc/c/ * gimple-parser.cc (c_parser_gimple_postfix_expression): Parse TARGET_MEM_REF extended operands for __MEM. gcc/ * tree-pretty-print.cc (dump_mem_ref): Use TDF_GIMPLE path also for TARGET_MEM_REF and amend it. gcc/testsuite/ * gcc.dg/gimplefe-52.c: New testcase.