function.h (struct function): New field calls_constant_p.
[platform/upstream/gcc.git] / gcc / cp /
2003-01-25 Kriang Lerdsuwanakijcp-tree.h (flagged_type_tree_s): Remove.
2003-01-24 Nathanael Nerode* dump.c: ANSIfy function declarations and definitions.
2003-01-23 Nathanael Nerode* cp-tree.h, decl.h: Get rid of PARAMS. Again.
2003-01-23 Mark Mitchellre PR c++/9354 ([New parser?] segfault in template...
2003-01-23 Nathanael Nerodeclass.c, parser.c: ANSIfy function definitions and...
2003-01-23 Mark Mitchellre PR c++/9328 (ICE with templates and namespace std...
2003-01-22 Mark Mitchellre PR c++/9298 ([new parser] ICE with function-pointer...
2003-01-22 Mark Mitchellre PR c++/9384 (ICE in validate_nonmember_using_decl...
2003-01-22 Mark Mitchellparser.c (cp_parser_simple_declaration): Return quickly...
2003-01-22 Mark Mitchellre PR c++/9388 ([new parser] ICE in cxx_incomplete_type...
2003-01-21 Kaveh R. GhaziMakefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn...
2003-01-17 Jason MerrillPR c++/9167, c++/9358
2003-01-17 Jason Merrillre PR c++/9342 (another ICE in cp_expr_size at cp/cp...
2003-01-17 Mark Mitchellre PR c++/9294 ([new parser] parser enters infinite...
2003-01-17 Jason Merrillre PR c++/8564 (ICE in find_function_data, at function...
2003-01-16 Jeffrey D. Oldhamcp-tree.h (tsubst_copy_and_build): New declaration.
2003-01-16 Mark Mitchellcp-tree.h (lang_type_class): Remove is_partial_instanti...
2003-01-16 Nathan Sidwellre PR c++/9212 (Internal compiler error in grokdeclarat...
2003-01-16 Kaveh R. Ghaziarm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsign...
2003-01-15 Kaveh R. Ghazidecl2.c (check_classfn): Fix uninitialized warning.
2003-01-14 Jeffrey D. OldhamFurther conform g++'s __vmi_class_type_info to the...
2003-01-14 Kriang Lerdsuwanakijconfig-lang.in: Add semantics.c to gtfiles.
2003-01-13 Jason Merrillre PR c++/8748 (ICE in cp_expr_size at cp/cp-lang.c...
2003-01-13 Mark Mitchellre PR c++/9264 ([parser] ICE on invalid octal constant)
2003-01-11 Phil Edwardsparser.c: Fix comment typos.
2003-01-10 Mark MitchellCorrect PR# in previous check-in.
2003-01-10 Mark Mitchellre PR c++/9120 (miscompilation of function with referen...
2003-01-10 Geoffrey Keatingparser.c (cp_parser_late_parsing_for_member): Don't...
2003-01-10 Nathanael Nerodecfns.gperf: ANSIfy function declarations.
2003-01-10 Mark Mitchellre PR c++/9128 (Typeid does not work on polymorphic...
2003-01-10 Nathanael Nerode* decl.c (bad_specifiers): Fix parameter order error...
2003-01-10 Geoffrey KeatingMerge from pch-branch.
2003-01-09 Jakub Jelinek* decl.c (start_decl): Only check DECL_THREAD_LOCAL...
2003-01-09 Kriang Lerdsuwanakijpt.c (push_access_scope_real): Call push_to_top_level...
2003-01-09 Jakub Jelinek* decl.c (start_decl): Don't set DECL_COMMON for __thre...
2003-01-09 Christian CornelssenMake-lang.in (c++.install-common, [...]): Prepend ...
2003-01-09 Nathanael Nerode(This line wasn't in the ChangeLog even though the...
2003-01-08 Jason Merrillparser.c (cp_parser_primary_expression): See through...
2003-01-08 Nathanael Nerode* decl.c: ANSIfy function declarations.
2003-01-08 Mark Mitchellparser.c (cp_parser_asm_definition): Correct handling...
2003-01-08 Kriang Lerdsuwanakijre PR c++/9030 (Template friends and access to local...
2003-01-07 Nathanael Nerode* tree.c: Delete bogus #if 0 code.
2003-01-07 Andreas Schwabclass.c (layout_class_type): Don't use PCC_BITFIELD_TYP...
2003-01-07 Mark Mitchellre PR c++/9165 (false "defined but not used" warnings)
2003-01-07 Mark Mitchellpt.c (retrieve_local_specialization): Revert 2003-01...
2003-01-07 Mark Mitchell* decl2.c (mark_used): Do not synthesize thunks.
2003-01-07 Mark Mitchellclass.c (layout_class_type): Correct handling of unname...
2003-01-06 Mark Mitchellre PR c++/9189 ([New parser] Order of default argument...
2003-01-06 Nathan Sidwellre PR c++/9109 (parse ambiguity)
2003-01-06 Mark Mitchelldefarg-1.C: New test.
2003-01-05 Kaveh R. Ghaziparser.c (cp_parser_binary_expression, [...]): Const...
2003-01-04 Mark Mitchellmethod.c (use_thunk): Disable access control while...
2003-01-03 Nathanael Nerodecvt.c, [...]: This is the C++ front end, not the C...
2003-01-03 Jason Merrillfold-const.c (fold): Avoid NOP_EXPRs better.
2003-01-03 Matt Austerncp-tree.h (struct lang_type_class): add field for key...
2003-01-03 Jason Merrillc-common.c (finish_fname_decls): Put the DECL_STMTs...
2003-01-03 Nathan SidwellPR c++/45, c++/3784
2003-01-03 Graham Stottparser.c (struct cp_parser): Add access_checks_lists...
2003-01-02 Mark Mitchellparser.c (cp_parser_declaration): Accept the __extensio...
2003-01-02 Mark Mitchellre PR c++/2843 (parser: __attribute__ on parameter...
2003-01-02 Mark Mitchellcall.c (build_new_method_call): Fix typo in message...
2003-01-02 Mark Mitchellparser.c (cp_lexer_next_token_is): Declare it inline.
2003-01-02 Mark Mitchellparser.c (cp_parser_sizeof_operand): Do not evaluate...
2003-01-02 Steven Bosscherexcept.c, [...]: Fix Copyright years.
2003-01-01 Neil Boothc-pragma.c (c_register_pragma): New.
2003-01-01 Neil Booth* .cvsignore: Remove.
2003-01-01 Steven Bosschercall.c, [...]: Replace "GNU CC" with "GCC" in the copyr...
2003-01-01 Mark Mitchellcp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
2002-12-31 Neil Booth* .cvsignore: Update.
2002-12-31 Mark Mitchellparser.c (cp_parser_dependent_type_p): Fix thinko.
2002-12-31 Nathan Sidwellclass.c (modify_vtable_entry): Remove unused variable.
2002-12-31 Mark Mitchellcp-tree.def (RETURN_INIT): Remove.
2002-12-31 Mark Mitchellre PR c++/9112 (new C++ parser rejects code older parse...
2002-12-31 Gabriel Dos Reis* cp-tree.h (pending_lang_change): Declare.
2002-12-31 Mark Mitchellparser.c (cp_parser_context_free_list): New variable.
2002-12-30 Mark Mitchell* parser.c (cp_parser_declaration_seq_opt): Handle...
2002-12-30 Mark Mitchellparse.y: Remove.
2002-12-30 David Edelsohnparser.c (cp_parser_parameter_declaration_clause):...
2002-12-30 Nathanael Nerodeconfig-lang.in, [...]: GCC, not GNU CC.
2002-12-30 Mark Mitchelldecl.c (grokdeclarator): Diagnost "extern thread" and...
2002-12-30 Nathanael Nerodedecl.c, [...]: GCC, not GNU CC.
2002-12-30 Nathan Sidwelladd missing Changelogs
2002-12-30 Nathan Sidwellcp-tree.h (THUNK_TARGET): New macro.
2002-12-30 Nathan Sidwellre PR c++/9054 (segfault on legal code with option...
2002-12-29 Gabriel Dos ReisRemove traditional C constructs 4/n.
2002-12-28 Gabriel Dos ReisRemove traditional C constructs 3/n.
2002-12-28 Mark MitchellMake-lang.in (po-generated): Remove parse.c.
2002-12-26 Nathan Sidwellre PR c++/4803 (Inline function never defined)
2002-12-26 Nathan SidwellPR c++/5116, c++/764
2002-12-24 Nathan Sidwellre PR c++/7964 (ICE in build_base_path)
2002-12-24 Nathan Sidwellre PR c++/9053 (g++ confused about ambiguity of overloa...
2002-12-23 Gabriel Dos Reis* call.c (tourney, build_field_call, equal_functions...
2002-12-22 Nathan Sidwellre PR c++/8572 (ICE with external definition of convers...
2002-12-22 Kriang Lerdsuwanakijcp-tree.h (make_unbound_class_template): Use tsubst_fla...
2002-12-20 Kazu HirataChangeLog: Fix a typo.
2002-12-19 Devang PatelThis was approved for 3.4 BIB branch.
2002-12-19 Jason MerrillHandle anonymous unions at the tree level.
2002-12-19 Kriang Lerdsuwanakijre PR c++/8099 (Friend classes and template specializat...
2002-12-19 Kriang Lerdsuwanakijre PR c++/3663 (G++ doesn't check access control during...
2002-12-19 Mark Mitchellclass.c (build_base_field): Do not set DECL_PACKED...
next