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++/24761] [4.0/4.1 Regression] templates and inline-asm and "+"



------- Comment #6 from jakub at gcc dot gnu dot org  2005-11-12 20:42 -------
Subject: Bug 24761

Author: jakub
Date: Sat Nov 12 20:42:23 2005
New Revision: 106831

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106831
Log:
        PR c++/24761
        * pt.c (tsubst_copy_asm_operands): New function.
        (tsubst_expr) <case ASM_EXPR>: Use it.

        * g++.dg/template/asm1.C: New test.

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


-- 


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


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