]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto/109263 - lto-wrapper and -g0 -ggdb
authorRichard Biener <rguenther@suse.de>
Thu, 23 Mar 2023 15:56:53 +0000 (16:56 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 27 Mar 2023 06:45:29 +0000 (08:45 +0200)
commit4cbd5ef0350d8ab04993eb4c48ab80999fb4f358
treedbad64ca49d881e36e75cfa07cb52f9e9b1f74e4
parent1e20bb6737e1173a0c3ef3e9e48c0eda40985ded
lto/109263 - lto-wrapper and -g0 -ggdb

The following makes lto-wrapper deal with non-combined debug
disabling / enabling option combinations properly.  Interestingly
-gno-dwarf also enables debug.

PR lto/109263
* lto-wrapper.cc (run_gcc): Parse alternate debug options
as well, they always enable debug.
gcc/lto-wrapper.cc