aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
AgeCommit message (Expand)AuthorFilesLines
2003-07-22fold-const.c (force_fit_type): Handle OFFSET_TYPE.Mark Mitchell1-16/+17
2003-07-22cp-tree.h (enum cp_lvalue_kind): Add clk_packed.Nathan Sidwell1-1/+2
2003-07-21cp-tree.h (hack_identifier): Remove.Nathan Sidwell1-1/+0
2003-07-18cp-tree.h (finish_non_static_data_member): Add object param.Nathan Sidwell1-1/+1
2003-07-17re PR c++/11547 (ICE with const temporaries)Mark Mitchell1-1/+8
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-3/+1
2003-07-16cp-tree.def (LOOKUP_EXPR): Remove.Mark Mitchell1-9/+6
2003-07-14re PR c++/7019 ([3.3 only] SFINAE does not work with explicitally specified t...Mark Mitchell1-1/+1
2003-07-14re PR c++/11154 (spurious ambiguity report for template class specialization)Kriang Lerdsuwanakij1-1/+1
2003-07-14re PR c++/11503 (segfault when instantiating template with ADDR_EXPR)Mark Mitchell1-6/+11
2003-07-14re PR c++/11493 (tree check ICE in error.c)Mark Mitchell1-5/+23
2003-07-11Index: ChangeLogGeoffrey Keating1-1/+0
2003-07-10re PR c++/10032 (-pedantic converts some errors to warnings)Mark Mitchell1-1/+0
2003-07-09fold-const.c (make_range): Do not access operand 1 for a zero-operand operator.Mark Mitchell1-4/+7
2003-07-08cp-tree.h (build_scoped_method_call): Remove.Mark Mitchell1-4/+5
2003-07-06call.c: Fix comment formatting.Kazu Hirata1-5/+5
2003-07-06re PR c++/11431 (static_cast behavior with subclasses when default constructo...Mark Mitchell1-0/+1
2003-07-05call.c: Fix comment typos.Kazu Hirata1-4/+4
2003-07-04c-aux-info.c: Include toplev.h after c-tree.h.Kaveh R. Ghazi1-4/+14
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+3
2003-07-01c-tree.h (define_label): Replace filename and lineno arguments with a locatio...Nathan Sidwell1-1/+1
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-1/+0
2003-06-29cp-tree.h (language_to_string): Adjust declaration.Gabriel Dos Reis1-1/+1
2003-06-28diagnostic.h (diagnostic_set_info): Replace file and lineno parameters with a...Nathan Sidwell1-2/+0
2003-06-26re PR c++/10931 (valid conversion static_cast<const unsigned int&>(lvalue-of-...Mark Mitchell1-0/+1
2003-06-24langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.Jan Hubicka1-0/+5
2003-06-20re PR c++/9649 (ICE in finish_member_declaration at cp/semantics.c:1850 when ...Mark Mitchell1-2/+2
2003-06-20re PR middle-end/11041 (ICE: const myclass &x = *x; (when operator*() defined))Mark Mitchell1-0/+7
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger1-3/+0
2003-06-18cp-tree.h (comp_except_specs, [...]): Return bool.Nathan Sidwell1-10/+10
2003-06-18cp-tree.h (COMPARE_RELAXED): Rename to ...Nathan Sidwell1-12/+5
2003-06-17re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for...Mark Mitchell1-0/+5
2003-06-16cp-tree.h: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-12re PR c++/10432 (ICE in poplevel, at cp/decl.c:1230)Mark Mitchell1-1/+0
2003-06-10re PR c++/11131 (Unrelated declaration removes inline flag from function)Mark Mitchell1-0/+1
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-1/+1
2003-06-04cp-tree.h (CP_AGGREGATE_TYPE_P): Accept vectors.Jason Merrill1-1/+4
2003-05-18hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis1-6/+6
2003-05-15re PR c++/5388 (Incorrect message "operands to ?: have different types")Jason Merrill1-5/+6
2003-05-15call.c (build_op_delete_call): Avoid creating unnecessary types.Mark Mitchell1-7/+3
2003-05-10re PR c++/9252 ([New parser] Errors due to legally used "typename")Kriang Lerdsuwanakij1-4/+1
2003-05-10re PR c++/9554 (Out of class declaration of member class template specialisat...Kriang Lerdsuwanakij1-3/+10
2003-05-01cp-tree.h (struct lang_id2): Remove.Steven Bosscher1-24/+9
2003-04-29re PR c++/10515 (problem when initializing a field in a union)Mark Mitchell1-0/+1
2003-04-28re PR c++/10506 (ICE in build_new at cp/init.c with -fkeep-inline-functions a...Mark Mitchell1-4/+7
2003-04-23re PR c++/9847 (ICE on :?-operator with double class definition in expand_expr)Mark Mitchell1-1/+0
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+4
2003-04-10c-common.h (lang_statement_code_p): Remove declaration.Steven Bosscher1-0/+4
2003-04-07tree.c (tree_size): For all 'c' and 'x' nodes...Zack Weinberg1-16/+0
2003-04-03Make-lang.in (cp-warn): Add $(STRICT_WARN).Kaveh R. Ghazi1-4/+0