aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-07-22Daily bump.Jeff Law2-2/+2
2000-07-21parse.y (simple_name:): Fixed typo in error message.Alexandre Petit-Bianco3-1/+17733
2000-07-22fix typoMichael Meissner1-1/+1
2000-07-22Add gcc.c-torture/execute/ieee/hugeval.cMichael Meissner2-0/+31
2000-07-21parse.y (simple_name:): Reject `$' in type names.Alexandre Petit-Bianco2-1/+12
2000-07-21* rs6000.h (SIZE_TYPE): Define.David Edelsohn2-0/+7
2000-07-21[multiple changes]Alexandre Petit-Bianco3-4/+30
2000-07-21ssa.c (rename_insn_1): Don't rename registers that are CLOBBERed.Mark Mitchell2-1/+5
2000-07-21Daily bump.Jeff Law2-2/+2
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg10-134/+156
2000-07-21cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.Zack Weinberg11-105/+63
2000-07-21aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly in 64-bit mode.Geoff Keating3-2/+6
2000-07-21rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All constants of size no larger t...Geoff Keating7-202/+232
2000-07-21rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME for vtable references.Geoff Keating2-2/+5
2000-07-21rs6000.h (PREFERRED_RELOAD_CLASS): If we have a choice, don't put integer val...Geoff Keating2-4/+23
2000-07-20flow.c (verify_flow_info): Revamp code to verify that the head and end of eac...Jeffrey A Law2-14/+24
2000-07-20ChangeLog to fixes to gcj/242, gcj/249, gcj/239, gcj/225 and gcj/256:Alexandre Petit-Bianco1-0/+37
2000-07-20gcse.c (record_one_set): Prepend instead of append onto reg_set_table, making...Michael Matz3-39/+71
2000-07-20[multiple changes]Alexandre Petit-Bianco3-24/+88
2000-07-20h8300.c (two_insn_adds_subs_operand): Fix a typo.Kazu Hirata4-16/+38
2000-07-20Fix out-of-range immediate for large thunk offset.Jim Wilson2-4/+16
2000-07-20old-dejagnu.exp: Check for both "Internal compiler error" and "Internal error".Zack Weinberg2-1/+4
2000-07-20cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg8-40/+92
2000-07-20[multiple changes]Zack Weinberg2-47/+19
2000-07-20new test resultBruce Korb1-4/+4
2000-07-20use platform specific types in gnu_type_fixBruce Korb7-43/+69
2000-07-20Daily bump.Jeff Law2-2/+2
2000-07-20Applied H.J.Lu's patch to not require -lpthread when compiling single threade...H.J. Lu7-21/+1514
2000-07-19Fix for abort while compiling PlumHall.Jim Wilson2-1/+7
2000-07-19tradcpp.c (rescan): Do not recognize directives when the # is indented.Zack Weinberg4-24/+21
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg11-158/+247
2000-07-19Additional ENABLE_CHECKING code.Bernd Schmidt2-2/+13
2000-07-19Newly modified test resultsBruce Korb62-0/+701
2000-07-19activate the auto-edit marker on the fixed output filesBruce Korb5-101/+110
2000-07-19lang-specs.h: Added %(jc1) to java compiler options.Jeff Sturm2-1/+5
2000-07-19Daily bump.Jeff Law2-2/+2
2000-07-19* gcc.c (.h spec): Fix typo.Zack Weinberg2-1/+5
2000-07-18Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>Marc Espie2-1/+5
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg10-143/+198
2000-07-18cpplex.c (cpp_scan_buffer): Output line command even at the stop buffer, prov...Jakub Jelinek2-3/+10
2000-07-18* gcc.dg/noncompile/redecl-1.c: New test.Alexandre Oliva2-0/+14
2000-07-18c-decl.c (duplicate_decls): Do not call make_var_volatile() in case of invali...Alexandre Oliva2-1/+13
2000-07-18typeck.c (comp_target_parms): Remove obsolete parameter.Nathan Sidwell2-18/+10
2000-07-18calls.c (store_arg): Return non-zero if sibcall_failure is desired.Jakub Jelinek5-21/+95
2000-07-18diagnostic.h (report_diagnostic): Change prototype.Gabriel Dos Reis4-31/+49
2000-07-18Daily bump.Jeff Law2-2/+2
2000-07-18cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.Mark Mitchell1-0/+5
2000-07-18[multiple changes]Zack Weinberg10-723/+902
2000-07-18Fix typos in commentZack Weinberg1-2/+2
2000-07-18extend.texi (Extended Asm): Mention that a memory clobber does not count as a...Geoff Keating2-208/+229