r266073 - in /trunk/gcc: ChangeLog config/i386/...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Tue Nov 13 15:03:00 GMT 2018


Author: marxin
Date: Tue Nov 13 15:03:58 2018
New Revision: 266073

URL: https://gcc.gnu.org/viewcvs?rev=266073&root=gcc&view=rev
Log:
Do not allow -mabi=ms and -fsanitize={,kernel-}address (PR sanitizer/87930).

2018-11-13  Martin Liska  <mliska@suse.cz>

	PR sanitizer/87930
	* config/i386/i386.c (ix86_option_override_internal): Error
	about usage -mabi=ms and -fsanitize={,kernel-}address.
2018-11-13  Martin Liska  <mliska@suse.cz>

	PR sanitizer/87930
	* gcc.target/i386/pr87930.c: New test.

Added:
    trunk/gcc/testsuite/gcc.target/i386/pr87930.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list