Commit 66f2cabc by Jakub Jelinek

re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of…

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
parent d507e9a3
...@@ -72,12 +72,6 @@ ...@@ -72,12 +72,6 @@
* config/aarch64/t-aarch64-linux: New file. * config/aarch64/t-aarch64-linux: New file.
* config/aarch64/t-aarch64: 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> 2012-10-23 Michael Matz <matz@suse.de>
* tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove. * tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove.
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> 2012-10-18 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/54501 PR c++/54501
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment