* common.opt (fsanitize-undefined-trap-on-error): Add Driver.

From-SVN: r224708
This commit is contained in:
Marek Polacek 2015-06-20 12:11:52 +00:00 committed by Marek Polacek
parent b684754590
commit 0115b91d4c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-06-20 Marek Polacek <polacek@redhat.com>
* common.opt (fsanitize-undefined-trap-on-error): Add Driver.
2015-06-19 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/66591

View File

@ -918,7 +918,7 @@ Common Report
This switch is deprecated; use -fsanitize-recover= instead
fsanitize-undefined-trap-on-error
Common Report Var(flag_sanitize_undefined_trap_on_error) Init(0)
Common Driver Report Var(flag_sanitize_undefined_trap_on_error) Init(0)
Use trap instead of a library function for undefined behavior sanitization
fasynchronous-unwind-tables