aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2002-06-18semantics.c (begin_for_stmt): Push the 'for' scope before adding the FOR_STMT.Jason Merrill2-1/+4
2002-06-18C++ ABI changes.Jason Merrill3-1/+26
2002-06-16tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test after template in...Richard Henderson2-1/+8
2002-06-16c-common.c (flag_ms_extensions): Move from c++ front end.Richard Henderson3-7/+4
2002-06-15cp-tree.h (compiler_error): Remove declaration.Gabriel Dos Reis3-16/+5
2002-06-14configure.in (USE_UNWIND_EXCEPTIONS): Add support to set USE_UNWIND_EXCEPTION...Steve Ellcey2-0/+13
2002-06-13defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.Richard Henderson3-10/+37
2002-06-13mpw-config.in: Remove file, no longer used.Stan Shebs3-123/+5
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg2-1/+5
2002-06-07configure.in: Add --enable-__cxa_atexit.H.J. Lu2-1/+5
2002-06-06* error.c (cp_error_at): Fix typo.Gabriel Dos Reis2-1/+5
2002-06-05toplev.h (report_error_function): Remove.Gabriel Dos Reis2-92/+97
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating20-907/+937
2002-05-31gcc.c (cpp_unique_options): Remove "-d" options.Matthew Woodcraft2-1/+6
2002-05-28tree.h: Forward-declare struct realvaluetype.Zack Weinberg4-2/+9
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth4-3/+7
2002-05-23c-lex.c (indent_level): Remove.Neil Booth2-9/+5
2002-05-22varasm.c (default_section_type_flags): Check for VAR_DECL before using DECL_T...Richard Henderson2-1/+6
2002-05-22decl.c (check_tag_decl): Handle RID_THREAD.Richard Henderson3-2/+59
2002-05-22Fix a typo.Jakub Jelinek1-1/+1
2002-05-22re PR preprocessor/6517 (gcc hangs on C compile with multiple "-I-")Neil Booth5-13/+11
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson2-0/+5
2002-05-21init.c (build_vec_init): Test for trivial copy-assignment when copy-assigning...Alexandre Oliva2-1/+9
2002-05-20* init.c (build_default_init): Remove unused variable.Andreas Jaeger2-23/+25
2002-05-20call.c (any_strictly_viable): New.Alexandre Oliva2-1/+36
2002-05-19* error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.Kriang Lerdsuwanakij2-1/+5
2002-05-19PR c++/186, DR 259Kriang Lerdsuwanakij2-13/+25
2002-05-19cp-tree.h (complete_type_or_diagnostic): Changed prototype, renamed from...Alexandre Oliva5-19/+76
2002-05-18decl2.c (import_export_decl): If we clear DECL_NOT_REALLY_EXTERN, make sure D...Jason Merrill2-1/+12
2002-05-16re PR c++/6620 (partial template specialization on int)Kriang Lerdsuwanakij2-23/+18
2002-05-16rtti.c (get_tinfo_decl): Don't call comdat_linkage.Jason Merrill3-32/+42
2002-05-14cp-tree.h (struct lang_type): Added non_zero_init.Alexandre Oliva8-38/+143
2002-05-14gcc.c (cpp_options): Must pass -m* and -f* options to the front end even when...Neil Booth2-2/+6
2002-05-14revert last checkinJason Merrill3-12/+5
2002-05-13class.c (build_vtbl_ref_1): Use fixed_type_or_null.Jason Merrill5-65/+48
2002-05-12cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created structs are safe.Jason Merrill2-0/+8
2002-05-09Makefile.in: Update.Neil Booth3-13/+9
2002-05-09typeck.c (get_member_function_from_ptrfunc): Reorganize.Jason Merrill4-68/+67
2002-05-09add PR noteJason Merrill1-0/+1
2002-05-06c-common.c (warn_multichar): New.Neil Booth4-8/+9
2002-05-03tree.c (build_cplus_array_type): Only const and volatile get special handling.Jason Merrill2-4/+9
2002-05-03defaults.h (BOOL_TYPE_SIZE): Move default here from cp/decl.c.Jason Merrill2-5/+4
2002-04-30Add ABI change note to previous change.David S. Miller1-0/+1
2002-04-30class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if TYPE_HAS_TRIVIAL_...Mark Mitchell2-9/+8
2002-04-30decl.c (grokdeclarator): Don't override TYPE_NAME of an anonymous class with ...Jason Merrill2-0/+7
2002-04-30re PR c++/6492 (New boost regression (friends))Mark Mitchell1-25/+42
2002-04-30* parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.Paul Eggert2-6/+7
2002-04-30parse.y (nomods_initdcl0): Do not move stack entries when setting things up a...Paul Eggert2-5/+8
2002-04-29re PR c++/6477 (Segfault on conflicting types in trivial code)Jakub Jelinek2-0/+8
2002-04-29re PR c++/6492 (New boost regression (friends))Mark Mitchell2-3/+20