aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-streamer-in.c
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@redhat.com>2012-10-10 10:43:53 +0000
committerDodji Seketeli <dodji@gcc.gnu.org>2012-10-10 12:43:53 +0200
commit1cb2b9a18bf1028cb03106837a04cecfce3d0cf3 (patch)
treed0cb318eabc3722bd3ddc22fcf107c69f3fe0417 /gcc/tree-streamer-in.c
parenta5fdcc3b9cda361bb6289d966b32240aaf86d659 (diff)
downloadgcc-1cb2b9a18bf1028cb03106837a04cecfce3d0cf3.zip
gcc-1cb2b9a18bf1028cb03106837a04cecfce3d0cf3.tar.gz
gcc-1cb2b9a18bf1028cb03106837a04cecfce3d0cf3.tar.bz2
PR c++/53540 - using fails to be equivalent to typedef
In the example of this problem report, during the substituting of int into 'function', tsubst_aggr_type fails for the alias ctxt1. This is because TYPE_TEMPLATE_INFO looks for the TEMPLATE_INFO of the ctxt1 alias at the wrong place and was wrongly finding it to be NULL. Namely, it was looking for it in the DECL_TEMPLATE_INFO of the declaration of the type -- as if ctxt1 was an alias template specialization -- rather than looking for it in its CLASSTYPE_TEMPLATE_INFO. Fixed thus. The other hunks of the patch are a cleanup to make a better use of alias_template_specialization_p. Bootstrapped and tested on x86_64-unknown-linux-gnu against trunk. gcc/cp * cp-tree.h (TYPE_TEMPLATE_INFO): For an alias that is not an instance of alias template, don't look for its TEMPLATE_INFO in its declaration. (alias_template_specialization_p): Take const_tree. * pt.c (alias_template_specialization_p): Take a const_tree. Don't call primary_template_instantiation_p. (primary_template_instantiation_p): Call alias_template_specialization_p. gcc/testsuite/ * g++.dg/cpp0x/alias-decl-24.C: New test. From-SVN: r192304
Diffstat (limited to 'gcc/tree-streamer-in.c')
0 files changed, 0 insertions, 0 deletions