diff options
author | Richard Biener <rguenther@suse.de> | 2021-07-09 11:13:11 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-07-15 07:56:08 +0200 |
commit | 4f3b383cf8825197e714a4a21852eca071f8e67e (patch) | |
tree | af78d0553db46b6edaf966ed0dfc69b691de8633 /gcc/gimplify.c | |
parent | ef3bb641e912acb59e689ffbfcb56c7bf0195fd6 (diff) | |
download | gcc-4f3b383cf8825197e714a4a21852eca071f8e67e.zip gcc-4f3b383cf8825197e714a4a21852eca071f8e67e.tar.gz gcc-4f3b383cf8825197e714a4a21852eca071f8e67e.tar.bz2 |
driver/101383 - handle -gtoggle in driver
The driver amends assembler options with for example --gdwarf-5
when debugging is enabled but the check for that does not consider
the effect of -gtoggle which is not handled in the common option
machinery. The following alters debug_info_level according to
-gtoggle mimicing what process_options later does in the compiler.
This in particular avoids changing of the cc1-checksum with every
bootstrap (debug) cycle as we compute that from stage2 where we
use -g -gtoggle but with --gdwarf-5 and no debug info from the
compiler the assembler will fill the line table with the temporary
assembler file names.
2021-07-09 Richard Biener <rguenther@suse.de>
PR driver/101383
* gcc.c (process_command): Process -gtoggle like process_options
would after parsing options.
Diffstat (limited to 'gcc/gimplify.c')
0 files changed, 0 insertions, 0 deletions