This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/54988] fpmath=sse target pragma causes inlining failure because of target specific option mismatch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54988

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-10-23 17:56:04 UTC ---
Author: jakub
Date: Tue Oct 23 17:55:56 2012
New Revision: 192734

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192734
Log:
    PR c++/54988
    * decl2.c (cplus_decl_attributes): Don't return early
    if attributes is NULL.

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

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cp/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]