From 66f2cabce6346b2794fdd5e54f7caf3f7c09145f Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 23 Oct 2012 19:55:56 +0200 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ------ gcc/cp/ChangeLog | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a6ea4e88e9..e9766b62b61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -72,12 +72,6 @@ * config/aarch64/t-aarch64-linux: New file. * config/aarch64/t-aarch64: New file. -2012-10-23 Jakub Jelinek - - PR c++/54988 - * decl2.c (cplus_decl_attributes): Don't return early - if attributes is NULL. - 2012-10-23 Michael Matz * tree-ssa-operands.h (struct def_optype_d, def_optype_p): Remove. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 73ab5a9b0ae..bb06612e154 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2012-10-23 Jakub Jelinek + + PR c++/54988 + * decl2.c (cplus_decl_attributes): Don't return early + if attributes is NULL. + 2012-10-18 Paolo Carlini PR c++/54501 -- 2.30.2