]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c++/54988 (fpmath=sse target pragma causes inlining failure because of target...
authorJakub Jelinek <jakub@gcc.gnu.org>
Tue, 23 Oct 2012 17:55:56 +0000 (19:55 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 23 Oct 2012 17:55:56 +0000 (19:55 +0200)
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

gcc/ChangeLog
gcc/cp/ChangeLog

index 8a6ea4e88e93e45c10649f3c920c95c8609ef364..e9766b62b61ef72760b5f2c58e41635ab326c048 100644 (file)
        * 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.
index 73ab5a9b0ae1d2c70f61c17aac40e940062aefae..bb06612e15494637af138c337bb241a2afad7afd 100644 (file)
@@ -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