http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-23 16:56:01 UTC --- Author: jakub Date: Tue Oct 23 16:55:56 2012 New Revision: 192722 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192722 Log: PR c++/54988 * decl2.c (cplus_decl_attributes): Don't return early if attributes is NULL. * c-c++-common/pr54988.c: New test. Added: trunk/gcc/testsuite/c-c++-common/pr54988.c Modified: trunk/gcc/ChangeLog trunk/gcc/cp/decl2.c trunk/gcc/testsuite/ChangeLog