aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-24re PR c++/33239 (internal compiler error in instantiate_class_template, at cp...Jason Merrill1-3/+10
2007-09-22re PR c++/19407 (vector keyword in typedef inside template struct ignored)Jason Merrill1-24/+13
2007-09-20re PR c++/33496 (ICE with sizeof for invalid argument pack)Jakub Jelinek1-1/+7
2007-09-20re PR c++/7586 (Incorrect handling of attributes in template codes)Jason Merrill1-37/+35
2007-09-18re PR c++/17743 (dependent expressions in attributes)Jason Merrill1-1/+62
2007-09-14PR c++/17743, c++/19163Jason Merrill1-0/+42
2007-09-08re PR c++/33342 (ICE in dependent_type_p, at cp/pt.c:15081)Jason Merrill1-0/+4
2007-09-04re PR c++/14032 (Specialization of inner template using outer template argume...Jason Merrill1-1/+65
2007-08-31re PR c++/32597 (New operation with empty parameter pack does not value-initi...Douglas Gregor1-7/+36
2007-08-28re PR c++/29000 (ICE on invalid use of template in statement-expr)Jason Merrill1-0/+5
2007-08-28re PR c++/32596 (ICE with inline template specialization in anonymous namespace)Jakub Jelinek1-0/+5
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-8/+8
2007-08-25decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.Paolo Bonzini1-59/+57
2007-08-24Revert accidentally committed hunk.Jakub Jelinek1-2/+0
2007-08-24re PR c++/32898 (Definition of variable N::i outside namespace N not rejected)Jakub Jelinek1-1/+3
2007-08-22re PR c++/29365 (Unnecessary anonymous namespace warnings)Jason Merrill1-0/+9
2007-08-20tree.c (WALK_SUBTREE): Call walk_tree_1.Richard Guenther1-17/+17
2007-08-16gcov-5.C: New test.Seongbae Park1-0/+4
2007-08-16re PR c++/31132 (ICE on inconsistent friend declaration)Paolo Carlini1-1/+1
2007-08-15re PR c++/33035 (ICE on local class destructor)Paolo Carlini1-1/+3
2007-08-14re PR c++/27211 (Bogus error "template definition of non-template" when there...Paolo Carlini1-1/+1
2007-08-06re PR c++/19532 (cp/pt.c mentions a function that has been removed.)Paolo Carlini1-5/+5
2007-08-02typeck.c: Change copyright header to refer to version 3 of the GNU General Pu...Nick Clifton1-5/+4
2007-07-28* pt.c, tree.c, typeck2.c: Fix comment typos.Kazu Hirata1-2/+2
2007-07-27typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.Douglas Gregor1-4/+28
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-22re PR c++/30818 (templates and typedefs cause function prototype not to match)Nathan Sidwell1-20/+45
2007-07-12pt.c (template_parms_variadic_p): Remove.Kazu Hirata1-11/+0
2007-07-08re PR c++/30535 (ICE with invalid template operator)Paolo Carlini1-0/+2
2007-07-07re PR c++/32232 (ICE in resolve_overloaded_unification)Mark Mitchell1-27/+30
2007-07-06re PR c++/32245 (wrong POD type initialization with pointer to member)Mark Mitchell1-6/+14
2007-06-18re PR c++/31923 (g++ accepts a storage-class-specifier on a template explicit...Simon Baldwin1-0/+31
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-7/+7
2007-05-31re PR c++/7412 ([DR 106] References to references)Russell Yanofsky1-10/+45
2007-05-25re PR c++/31431 (ICE with invalid parameter pack)Douglas Gregor1-157/+271
2007-04-17re PR c++/31517 (ICE on invalid initialization of static member of a template...Simon Martin1-0/+4
2007-03-31re PR c++/31138 (ICE with ellipsis)Douglas Gregor1-0/+17
2007-03-30re PR c++/26099 (support for type traits is not available)Paolo Carlini1-0/+21
2007-03-28decl.c (redeclaration_error_message): Complain when redeclaring a friend func...Douglas Gregor1-36/+85
2007-03-26re PR c++/30500 (pragma GCC system_header vs templates)Paolo Carlini1-0/+3
2007-03-23cp-tree.h (current_tempalte_parms): Improve documentation.Mark Mitchell1-2/+4
2007-03-17* cp-tree.def, parser.c, pt.c: Fix comment typos.Kazu Hirata1-1/+1
2007-03-15ptree.c (cxx_print_type): Use formatting markup for integers when printing te...Douglas Gregor1-0/+6
2007-03-11re PR c++/30274 (bool bit-field: wrong increment and decremenet)Mark Mitchell1-1/+1
2007-03-10re PR c++/20599 (variadic template support)Douglas Gregor1-216/+2177
2007-03-08re PR c++/30534 (ICE with invalid template argument)Volker Reichelt1-1/+3
2007-02-22dwarf2out.c (add_AT_string): Call ggc_strdup once per string.Michael Matz1-132/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-9/+14
2007-02-12re PR c++/14622 (type mismatch in explicit template instantiation not detected)Simon Martin1-0/+7
2007-02-11re PR c++/26988 (template constructor in template class derived from virtual ...Mark Mitchell1-35/+35