Move the initial debug_hooks setting
authorRichard Biener <rguenther@suse.de>
Thu, 21 Oct 2021 10:12:00 +0000 (12:12 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 21 Oct 2021 10:12:49 +0000 (12:12 +0200)
commitd97fa0d44c22f6bd96140e4ee613b65fbd8f559a
treee45a0ba6a1a484ab2732fb990dbeb28fa97c2fa3
parent8516963942b0a8f06fa8f5ebd7c37f9edea151ac
Move the initial debug_hooks setting

I just realized that when I moved the langhook call I failed to
move the initial debug_hooks setting whose comment mentions the
langhook as reason.

2021-10-21  Richard Biener  <rguenther@suse.de>

* toplev.c (process_options): Move the initial debug_hooks
setting ...
(toplev::main): ... before the call of the post_options
langhook.
gcc/toplev.c