]> gcc.gnu.org Git - gcc.git/commit
driver: toplev: Fix a typo
authorXi Ruoyao <xry111@xry111.site>
Fri, 3 Mar 2023 08:50:53 +0000 (16:50 +0800)
committerXi Ruoyao <xry111@xry111.site>
Fri, 3 Mar 2023 11:23:38 +0000 (19:23 +0800)
commit6703f490cd802650cf5a5a8ada6c5077316547dd
tree5f2be0d7ba6b768b9b74c53e9a070a80cd9f55ba
parent0132acc03cada2c3b47c48a205e821563153fc80
driver: toplev: Fix a typo

The driver emits a warning when -fstack-check and
-fstack-clash-protection are used together, but the message refers to
"-fstack-clash_protection" (underline instead of dash).

gcc/ChangeLog:

* toplev.cc (process_options): Fix the spelling of
"-fstack-clash-protection".
gcc/toplev.cc
This page took 0.057147 seconds and 6 git commands to generate.