This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232440 - in /trunk/gcc: ChangeLog config/aarch...


Author: ktkachov
Date: Fri Jan 15 17:27:41 2016
New Revision: 232440

URL: https://gcc.gnu.org/viewcvs?rev=232440&root=gcc&view=rev
Log:
[AArch64] Properly reject invalid attribute strings

	* config/aarch64/aarch64.c (aarch64_process_one_target_attr): Return
	false when argument string is not found in the attributes table
	at all.

	* gcc.target/aarch64/target_attr_17.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/aarch64/target_attr_17.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/aarch64/aarch64.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]