aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-04-11cp-tree.h (lang_type): Remove has_nonpublic_ctor and has_nonpublic_assign_ref.Mark Mitchell3-73/+23
2000-04-11extend.texi: ISO C99 is not a draft anymore.Martin v. Löwis4-6/+11
2000-04-11Add missing table start back in.Martin v. Löwis1-0/+1
2000-04-11extend.texi (-fthis-is-variable): Undocument.Martin v. Löwis7-87/+16
2000-04-11- Replace reference to newppc-branch ChangeLog with detailed entries.David Edelsohn1-5/+692
2000-04-11Fix compile time warnings for arm-pe target.Nick Clifton3-54/+86
2000-04-10note warningsJason Merrill1-2/+2
2000-04-10just return failureJason Merrill1-3/+1
2000-04-10class.c (instantiate_type): Handle object-relative template-id.Jason Merrill10-735/+794
2000-04-10sbitmap.c (sbitmap_a_subset_b_p): Rework loop to avoid potential of sequence ...Richard Kenner2-3/+7
2000-04-10* g++.old-deja/g++.eh/catchptr1.C: New test.Nathan Sidwell2-0/+238
2000-04-10cxxabi.h (__pointer_type_info): Add restrict and incomplete flags.Nathan Sidwell4-48/+75
2000-04-10rtl.def (ASHIFT, [...]): Recomment.Nathan Sidwell3-57/+11
2000-04-10sbitmap.h: Whitespace changes and use upper-case macro args.Richard Kenner3-282/+318
2000-04-10c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.Richard Kenner3-2/+6
2000-04-10expmed.c (init_expmed): Don't free objects we make.Richard Kenner3-21/+13
2000-04-10expr.c (get_inner_reference): Correct some WITH_RECORD_EXPR cases.Richard Kenner2-3/+17
2000-04-10Add missing blankRichard Kenner1-1/+1
2000-04-10gcse.c (expr_hash_table_size): Now unsigned.Richard Kenner2-13/+25
2000-04-10regrename.c: Minor cleanups, including changing some variables to unsigned int.Richard Kenner2-226/+254
2000-04-10cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC ().Neil Booth3-16/+36
2000-04-10invoke.texi (-ansi): Remove -foperator-names from list of implied options.Martin v. Löwis4-22/+24
2000-04-10Daily bump.Jeff Law2-2/+2
2000-04-10invoke.texi (-fno-gnu-keywords): Remove classof, headof, __classof__, and __h...Martin v. Löwis4-11/+12
2000-04-10cp-tree.h (struct lang_decl): Remove main_decl_variant.Mark Mitchell8-27/+20
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg5-90/+93
2000-04-09genrecog.c (pred): Update comparison_operator for the unordered operators.Richard Henderson6-183/+656
2000-04-09Strip '*' prefix from label names.Philip Blundell2-0/+5
2000-04-09i386.md (fix_truncsfhi2, [...]): New patterns.John Wehle3-2/+66
2000-04-09* g++.old-deja/g++.abi/cxa_vec.C: New test.Nathan Sidwell2-0/+274
2000-04-09vec.cc: Include <new> and <exception>.Nathan Sidwell2-17/+46
2000-04-09Prepend __ to implementation defined names.Nathan Sidwell5-294/+390
2000-04-09Daily bump.Jeff Law2-2/+2
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.Mark Mitchell11-204/+182
2000-04-09Under the new ABI, constructors don't return `this'.Mark Mitchell6-176/+175
2000-04-09ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.Alex Samuel5-33/+50
2000-04-09cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER...Mark Mitchell5-45/+88
2000-04-08flow.c (mark_used_reg): Use reg_set_p to determine if a register was modified...Richard Henderson2-1/+12
2000-04-08thumb.md: Delete.Richard Earnshaw3-1283/+5
2000-04-08Merge changes from merged-arm-thumb-backend-branch onto trunk.Richard Earnshaw38-8914/+8447
2000-04-08Daily bump.Jeff Law2-2/+2
2000-04-08cpp-nullchar.c: Remove test as embedded nulls cause problems.Neil Booth1-30/+0
2000-04-08* basic-block.h (conflict_graph_enum_fn): K&R fix.Kaveh R. Ghazi2-1/+5
2000-04-08Correct merge conflictNeil Booth1-0/+5
2000-04-08tree.c (tree_expr_nonnegative_p): New function.Kaveh R. Ghazi6-13/+46
2000-04-08i386.md (ashrsi3, [...]): Fix typo.John Wehle3-8/+57
2000-04-08* gcc.dg/compare2.c: New test.Kaveh R. Ghazi2-0/+62
2000-04-08* gcc.dg/cpp-nullchar.c: New test.Neil Booth1-0/+4
2000-04-08* cpp-nullchar.c: New test.Neil Booth1-0/+30
2000-04-08cppexp.c (parse_charconst): Null does not end character constants.Neil Booth5-18/+107