aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-10-12objc-act.c (finish_objc): Correct precondition for emitting symtab declarations.Ziemowit Laski2-1/+6
2001-10-12rs6000.c: Remove uses of "register" specifier in declarations of arguments an...Stan Shebs2-62/+67
2001-10-12cygwin.h: Revert erroneous checkin of crtbegin and ENDFILE_SPEC definition.Christopher Faylor2-4/+5
2001-10-12gthr-dce.h: Fix comment formatting.Kazu Hirata7-139/+148
2001-10-12final.c (output_asm_insn): Make sure assembly dialects are terminated, not ne...Jakub Jelinek5-15/+72
2001-10-12re PR c++/4476 (g++ does not parse the definition of friend function within a...Nathan Sidwell4-0/+27
2001-10-12Daily bump.GCC Administrator2-2/+2
2001-10-12toplev.c (compile_file): Ignore return value from yyparse.Zack Weinberg2-13/+14
2001-10-12exp_ch8.adb (Expand_N_Object_Renaming_Declaration): Bugfix in renaming of dis...Ed Schonberg2-1/+23
2001-10-12* validsw.adb: Properly save -gnatVn status.Robert Dewar2-2/+7
2001-10-12usage.adb: Add lines for V switch.Robert Dewar3-8/+65
2001-10-11* doc/c-tree.texi (Expression trees): Add VTABLE_REF.Richard Henderson2-0/+16
2001-10-12sem_type.adb (Add_One_Interp): an operator for a type declared in an extensio...Ed Schonberg2-3/+11
2001-10-12sem_eval.adb (Compare_Fixup): get the bounds of a String_Literal properly.Ed Schonberg2-1/+17
2001-10-12sem_ch5.adb (Analyze_Iteration_Scheme): Suppress warning on null loop in gene...Robert Dewar2-4/+11
2001-10-12restrict.adb (Disallow in No_Run_Time_Mode): Properly specialize the error me...Robert Dewar5-52/+167
2001-10-12* impunit.adb: Add GNAT.CRC32.Pascal Obry2-1/+6
2001-10-11New.Richard Henderson1-0/+14
2001-10-12exp_fixd.adb (Expand_Multiply_Fixed_By_Fixed_Giving_Fixed): handle properly t...Ed Schonberg2-3/+38
2001-10-12exp_ch7.adb (Find_Final_List): for a type appearing in a with_type clause...Ed Schonberg2-6/+18
2001-10-11parse.y (patch_synchronized_statement): Use a TRY_FINALLY_EXPR rather than a ...Per Bothner3-35/+13
2001-10-12exp_ch7.adb (Make_Transient_Block): if statement is within exception handler...Ed Schonberg2-1/+9
2001-10-11parse.y (patch_if_else_statement): If the condition is constant, optimize awa...Per Bothner2-3/+22
2001-10-12* Makefile.in:Pascal Obry20-85/+702
2001-10-11Tidy last change.Richard Henderson1-5/+1
2001-10-11dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT, fall back t...Richard Henderson2-6/+12
2001-10-11i386.md (setcc splitters): Add four splitters to simplify compound compares t...Richard Henderson2-0/+75
2001-10-11typeck2.c (store_init_value): Don't re-digest a bracketed initializer.Jason Merrill4-5/+43
2001-10-11* cpplex.c (digraph_spellings, token_spellings): Make static.Zack Weinberg2-3/+7
2001-10-11einfo.h: Regenerate.Geert Bosch6-21/+33
2001-10-11* gnat-style.texi: New file describing coding guidelines for Ada.Geert Bosch2-0/+631
2001-10-11unroll.c (loop_iterations): Fixup last patch.Franz Sirl2-5/+8
2001-10-11rtl.h (REG_VTABLE_REF): New.Richard Henderson14-46/+168
2001-10-11dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look for a DECL_INITIAL.Richard Henderson2-0/+15
2001-10-11xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only available in 64-bit mode.David Edelsohn2-1/+7
2001-10-11config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none, cris-*-linux* cases.Hans-Peter Nilsson17-0/+11596
2001-10-11float-i128.h: Make sure __STDC__VERSION__ is defined before using it.Hartmut Schirmer8-7/+18
2001-10-11* doc/contrib.texi: Add note about CRIS port to my entry.Hans-Peter Nilsson2-1/+5
2001-10-11calls.c: Fix formatting.Kazu Hirata13-76/+91
2001-10-11Daily bump.GCC Administrator2-2/+2
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson13-149/+414
2001-10-10i386.c (test splitter): Narrow tests vs paradoxical subregs.Richard Henderson2-15/+77
2001-10-10* combine.c (try_combine): Handle a SEQUENCE of one insn.Richard Henderson2-0/+15
2001-10-10langhooks.c: Include langhooks.h.Richard Henderson2-1/+3
2001-10-11rtlanal.c (noop_move_p): Insns with a REG_RETVAL note should not be considere...John Wehle3-2/+30
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs90-2591/+2695
2001-10-11einfo.adb (Write_Entity_Flags): Elaboration_Entity_Required is Flag174.Ed Schonberg2-1/+6
2001-10-11snames.ads: Add new names for project facility.Geert Bosch3-74/+85
2001-10-10* rtl.h (can_reverse_comparison_p): Remove.Richard Henderson2-1/+4
2001-10-11* make.adb:Vincent Celier16-1240/+1669