aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/pt.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-25PR c++/13268, c++/13339Andrew Pinski1-0/+3
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-58/+2
2003-12-21call.c: Fix comment formatting.Kazu Hirata1-8/+8
2003-12-18re PR c++/12253 ([tree-ssa] ICE on conversion to std::string inside array ini...Jason Merrill1-4/+4
2003-12-18re PR c++/13262 ("xxx is private within this context" when initializing a *se...Kriang Lerdsuwanakij1-0/+10
2003-12-15re PR c++/13310 (Tree check error in dependent_template_p)Mark Mitchell1-0/+11
2003-12-15re PR c++/13243 (Segfault on illegal template construct)Mark Mitchell1-3/+0
2003-12-13ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-12-13ggc-zone.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-12-02re PR c++/10126 (ICE in convert_nontype_argument on using overload resolution...Giovanni Bajo1-2/+3
2003-12-02re PR c++/12573 (ICE (segfault) with Boost.Python)Giovanni Bajo1-0/+3
2003-11-22* pt.c (tsubst) <ARRAY_REF>: Remove erroneous argument to build_nt.Kriang Lerdsuwanakij1-1/+1
2003-11-22re PR c++/5369 (template member friend declaration not honored)Kriang Lerdsuwanakij1-5/+147
2003-11-21re PR c++/12515 (Use of ?: operator in templated class causes ICE)Mark Mitchell1-1/+3
2003-11-14re PR c++/2094 (unimplemented: use of `ptrmem_cst' in template type unification)Giovanni Bajo1-0/+22
2003-11-11cp-tree.h (DECL_NAMESPACE_ASSOCIATIONS): New macro.Jason Merrill1-2/+4
2003-11-05re PR c++/11616 (Error message "instantiated from here" gives wrong location)Kriang Lerdsuwanakij1-0/+2
2003-10-24PR c++/12698, c++/12699, c++/12700, c++/12566Nathan Sidwell1-2/+1
2003-10-22call.c: Fix comment formatting.Kazu Hirata1-4/+4
2003-10-20PR c++/9781, c++/10583, c++/11862Kriang Lerdsuwanakij1-1/+4
2003-10-18re PR c++/12495 (ICE in cp/typeck.c:907)Kriang Lerdsuwanakij1-8/+6
2003-10-17re PR c++/2513 (internal template template parameter causes ICE)Kriang Lerdsuwanakij1-7/+17
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-1/+12
2003-10-08re PR c++/11097 (using template operator is broken)Giovanni Bajo1-0/+2
2003-09-23cp-tree.h (scope_kind): Add new enumerator.Gabriel Dos Reis1-3/+4
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-14/+18
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-18/+14
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-2/+1
2003-09-20apparently managed not to commit the crucial part of c++/12332Nathan Sidwell1-2/+7
2003-09-19re PR c++/495 (ICE in in lookup_template_class, at cp/pt.c:3961)Kriang Lerdsuwanakij1-0/+2
2003-09-15re PR c++/12184 (ICE with trying to convert an incomplete type)Nathan Sidwell1-6/+8
2003-09-08re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell1-15/+23
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-2/+7
2003-09-05re PR c++/12163 (static_cast + explicit ctor regression)Mark Mitchell1-1/+2
2003-09-05re PR c++/11922 (ICE on type_unification_real)Nathan Sidwell1-3/+15
2003-09-05re PR c++/12037 (Spurious "statement has no effect" in templates)Nathan Sidwell1-1/+2
2003-09-04cp-tree.h (finish_sizeof, [...]): Remove.Nathan Sidwell1-3/+3
2003-09-02re PR c++/11847 (reference does not work as template argument any more)Mark Mitchell1-2/+5
2003-09-02re PR c++/11808 (Wrong namespace lookup for template function when induced by...Mark Mitchell1-21/+12
2003-09-01re PR c++/12114 ([3.3.2] Uninitialized memory accessed in dtor)Mark Mitchell1-1/+2
2003-09-01c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.Josef Zlomek1-2/+0
2003-08-30re PR c++/12093 (inconstitent error with templates/non-templates)Mark Mitchell1-0/+5
2003-08-29re PR middle-end/6196 (ICE in copy_to_mode_reg, at explow.c:711)Mark Mitchell1-0/+2
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell1-8/+8
2003-08-23PR c++/641, c++/11876Kriang Lerdsuwanakij1-2/+4
2003-08-21re PR c++/11834 (template specialization not matched)Mark Mitchell1-0/+5
2003-08-20re PR c++/11945 (Incorrect warnings issued for comma-expressions inside templ...Nathan Sidwell1-0/+13
2003-08-20re PR c++/11946 (fun and merriment with enums as function arguments)Mark Mitchell1-1/+11
2003-08-18re PR c++/11957 (wrong "warning: statement has no effect")Nathan Sidwell1-1/+1
2003-08-18pt.c (instantiate_class_template): Push to class's scope before tsubsting base.Nathan Sidwell1-0/+8