aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-04re PR c++/37006 (explicitly deleted inline function gives warning "used but n...Jason Merrill1-1/+3
2008-07-29optimize.c (maybe_clone_body): Remove DECL_INLINE.Jan Hubicka1-8/+2
2008-07-25typeck.c (inline_conversion): Remove.Jan Hubicka1-3/+3
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-1/+0
2008-07-23re PR c/35058 (-Werror= works only with some warnings)Manuel López-Ibáñez1-5/+7
2008-07-21objc-act.c: Fix comment typos.Ralf Wildenhues1-6/+6
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-9/+0
2008-07-18cvt.c (convert_to_void): Avoid C++ keywords.Kaveh R. Ghazi1-90/+90
2008-07-11re PR c++/31754 (Improve column number accuracy in error messages)Dodji Seketeli1-5/+7
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini1-8/+0
2008-07-09re PR c++/36760 (Simple std::bind use causes warnings with -Wextra)Paolo Carlini1-0/+1
2008-07-02Implement WG21 N2672, Initializer List proposed wordingJason Merrill1-3/+34
2008-06-29re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini1-2/+11
2008-06-27re PR c++/36655 (unjustified warning for "extern template" when using -pedant...Paolo Carlini1-2/+2
2008-06-21typeck.c (composite_pointer_type_r, [...]): Change pedwarn to permerror.Jonathan Wakely1-15/+15
2008-06-08re PR c++/35242 (ICE with invalid specialization of variadic template)Paolo Carlini1-1/+5
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-12/+243
2008-06-02re PR c++/36404 (ICE with invalid enum)Paolo Carlini1-1/+4
2008-05-29re PR c++/35243 (ICE with invalid initializer list in variadic template)Paolo Carlini1-0/+2
2008-04-30re PR c++/35986 (ICE with ambiguous template functions)Jakub Jelinek1-5/+3
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-5/+0
2008-04-21re PR c++/35678 (partial template specialization ICE in dependent_type_p, at ...Jason Merrill1-3/+12
2008-04-09call.c (build_op_delete_call): Fix quotation in warning message.Volker Reichelt1-1/+1
2008-04-07Fix uninit warning reported by Andrew Pinski.James E Wilson1-1/+1
2008-03-27pt.c (tsubst_copy): Cope with tsubst_pack_expansion returning a pack expansio...Douglas Gregor1-10/+24
2008-03-26re PR c++/35546 (__attribute__(format...) broken for members of template clas...Jakub Jelinek1-3/+23
2008-03-26pt.c (coerce_template_template_parm): Moved the body of the loop of coerce_te...Douglas Gregor1-53/+129
2008-03-25typeck.c (composite_pointer_type_r): Add SFINAE support.Douglas Gregor1-23/+37
2008-03-21cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.Paolo Carlini1-12/+12
2008-03-07revert: re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operand...Paolo Bonzini1-1/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-7/+1
2008-02-22re PR c++/35282 (Template specialization rejected)Paolo Carlini1-3/+6
2008-02-19re PR c++/34950 (ICE in svn boost math toolkit)Jason Merrill1-0/+2
2008-02-15re PR c++/35023 (ICE with parameter pack in variable declaration)Douglas Gregor1-31/+20
2008-02-15re PR c++/34050 (ICE derived classes and variadic templates)Douglas Gregor1-30/+42
2008-02-14re PR c++/28743 (ICE with invalid specialization)Paolo Carlini1-6/+3
2008-02-13re PR c++/34774 (templates, enumerations, overflow, ice)Jason Merrill1-1/+1
2008-02-12re PR c++/35097 (ICE with attribute and template specialization)Jason Merrill1-2/+4
2008-02-06re PR c++/35049 (g++.dg/conversion/simd3.C:12: error: invalid operands to bin...Douglas Gregor1-1/+1
2008-02-05re PR c++/33553 (Bogus "array bound is not an integer constant" for parameter...Jakub Jelinek1-3/+3
2008-02-03re PR c++/33916 (Default constructor fails to initialize array members)Jason Merrill1-2/+2
2008-01-29re PR c++/34055 (ICE with invalid specialization of variadic template)Douglas Gregor1-45/+16
2008-01-24re PR c++/34603 (ICE with broken template declaration)Paolo Carlini1-2/+2
2008-01-22re PR c++/33959 (ICE in instantiate_class_template, at cp/pt.c:6649)Jason Merrill1-14/+22
2008-01-15re PR c++/34751 (ICE with pointer to member and variadic templates)Douglas Gregor1-1/+1
2008-01-15re PR c++/34051 (ICE in dependent_type_p with variadic templates)Douglas Gregor1-8/+13
2008-01-15re PR c++/34314 (ICE on invalid code (with variadic templates): tree check: e...Douglas Gregor1-3/+9
2008-01-15re PR c++/33964 (internal compiler error: in dependent_type_p, at cp/pt.c:153...Douglas Gregor1-22/+47
2008-01-15re PR c++/34052 (Trouble with variadic templates as template-template parameter)Douglas Gregor1-29/+28
2008-01-13c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan1-1/+1