r271504 - in /trunk/gcc: ChangeLog c-family/Cha...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Wed May 22 07:45:00 GMT 2019


Author: marxin
Date: Wed May 22 07:45:17 2019
New Revision: 271504

URL: https://gcc.gnu.org/viewcvs?rev=271504&root=gcc&view=rev
Log:
Strip target_clones in copy attribute (PR lto/90500).

2019-05-22  Martin Liska  <mliska@suse.cz>

	PR lto/90500
	* c-attribs.c (handle_copy_attribute): Do not copy
	target_clones attribute.
2019-05-22  Martin Liska  <mliska@suse.cz>

	PR lto/90500
	* gcc.target/i386/pr90500-1.c: Make the test-case valid
	now.
2019-05-22  Martin Liska  <mliska@suse.cz>

	PR lto/90500
	* doc/extend.texi: Document the change.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-attribs.c
    trunk/gcc/doc/extend.texi
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.target/i386/pr90500-1.c



More information about the Gcc-cvs mailing list