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++/35546] [4.3/4.4 Regression] __attribute__(format...) broken for members of template classes?



------- Comment #5 from jakub at gcc dot gnu dot org  2008-03-26 20:35 -------
Subject: Bug 35546

Author: jakub
Date: Wed Mar 26 20:34:14 2008
New Revision: 133615

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133615
Log:
        PR c++/35546
        * pt.c (apply_late_template_attributes): Don't call tsubst on
        first attribute argument if it is IDENTIFIER_NODE.

        * g++.dg/ext/attrib33.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/ext/attrib33.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


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