2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-16 12:51:26 +08:00

re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of target specific option mismatch)

PR c++/54988
	* decl2.c (cplus_decl_attributes): Don't return early
	if attributes is NULL.

	* c-c++-common/pr54988.c: New test.

From-SVN: r192734
This commit is contained in:
Jakub Jelinek 2012-10-23 19:55:56 +02:00
parent d507e9a340
commit 66f2cabce6
2 changed files with 6 additions and 6 deletions

@ -72,12 +72,6 @@
* config/aarch64/t-aarch64-linux: New file.
* config/aarch64/t-aarch64: New file.
2012-10-23 Jakub Jelinek <jakub@redhat.com>
PR c++/54988
* decl2.c (cplus_decl_attributes): Don't return early
if attributes is NULL.
2012-10-23 Michael Matz <matz@suse.de>
* tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove.

@ -1,3 +1,9 @@
2012-10-23 Jakub Jelinek <jakub@redhat.com>
PR c++/54988
* decl2.c (cplus_decl_attributes): Don't return early
if attributes is NULL.
2012-10-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54501