diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-12-20 16:27:01 +0100 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-12-20 16:27:01 +0100 |
commit | 8d76c007afe4c70f51fd56b0e5b89522de5de61f (patch) | |
tree | 90ae7bbef6c21c05dba0b45f15de7437bbe57f6b /gcc/gimplify.c | |
parent | bebf930dd2b8bd94b84dee6df97bdcdf214b4a0e (diff) | |
download | gcc-8d76c007afe4c70f51fd56b0e5b89522de5de61f.zip gcc-8d76c007afe4c70f51fd56b0e5b89522de5de61f.tar.gz gcc-8d76c007afe4c70f51fd56b0e5b89522de5de61f.tar.bz2 |
Set DECL_ARTIFICIAL on gfortran internal variables.
It seems we sometimes use DECL_ARTIFICIAL as choosing between
different code paths. In order not to make -fdebug-aux-vars
do different things, set DECL_ARTIFICIAL on the variables to
avoid these different code paths (and the corresponding
regressions).
gcc/fortran/ChangeLog:
* trans.c (create_var_debug_raw): Set DECL_ARTIFICIAL
on variables.
Diffstat (limited to 'gcc/gimplify.c')
0 files changed, 0 insertions, 0 deletions