aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-12-05prj-dect.ads: Add ??? comment Add 2001 to copyright notice (was not done in a...Robert Dewar5-92/+94
2001-12-05prj-dect.adb (Parse): Rename parameter Modifying to Extends.Geert Bosch2-1/+5
2001-12-05prj-dect.adb (Parse): Rename parameter Modifying to Extends.Vincent Celier10-24/+41
2001-12-05sem_warn.adb: Remove stuff for conditionals, we are not going to do this afte...Robert Dewar3-80/+10
2001-12-05vms.h (ADA_LONG_TYPE_SIZE): New macro.Richard Kenner3-1/+15
2001-12-05gcse.c (store_killed_in_insn): Consider pure calls as potential store killers...Jakub Jelinek4-1/+43
2001-12-05expr.c (expand_expr): When checking promoted value, use DECL_MODE (exp) and n...Jakub Jelinek4-1/+30
2001-12-05c-typeck.c (output_init_element): Call digest_init just once...Jakub Jelinek4-11/+19
2001-12-05Duh.Jakub Jelinek1-0/+7
2001-12-05c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's type is RECO...Jakub Jelinek3-3/+35
2001-12-05* config/alpha/alpha.c (alpha_va_start): Update VMS case.Douglas B Rupp2-17/+34
2001-12-05* configure, configure.in: Use temp file for long sed commands.Douglas B Rupp3-17/+29
2001-12-05vmsdbg.h, [...]: Add documentation and minor cleanups.Richard Kenner6-163/+344
2001-12-05* f/com.c (ffecom_1): Properly handle TREE_READONLY for INDIRECT_REF.Richard Kenner2-1/+7
2001-12-05Fix line wrap in copyright notice.Richard Kenner1-2/+2
2001-12-05* function.h (tree, rtx): Remove no-longer-needed definitions.Richard Kenner2-10/+2
2001-12-05function.c (keep_stack_depressed): Refine check for register clobbered over c...Richard Kenner2-1/+5
2001-12-05expr.c (store_expr): When copying string constant into array...Richard Kenner2-34/+30
2001-12-05emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl underneath C...Richard Kenner2-6/+32
2001-12-05Daily bump.GCC Administrator6-6/+6
2001-12-05* toplev.c (display_target_options): Don't print twice.Neil Booth2-0/+10
2001-12-05emit-rtl.c (set_unique_reg_note): Don't set a REG_EQUAL or REG_EQUIV note if ...John Wehle2-5/+30
2001-12-05cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if CASE_DROPS_...John David Anglin2-1/+11
2001-12-05* einfo.h, sinfo.h, treeprs.ads: Regenerate.Geert Bosch4-3/+7
2001-12-05errout.adb (Error_Msg): Ignore attempt to put error msg at junk location if w...Robert Dewar2-8/+26
2001-12-05* sem_ch12.adb:Robert Dewar3-24/+45
2001-12-05* bindgen.adb:Douglas B Rupp2-1/+25
2001-12-05* einfo.ads: Minor reformattingRobert Dewar2-2/+6
2001-12-05einfo.ads: Block_Node points to the identifier of the block...Ed Schonberg4-4/+23
2001-12-05* layout.adb:Gary Dismukes2-3/+18
2001-12-05* Makefile.in: (HIE_SOURCES): add s-fat*.Arnaud Charlet2-0/+10
2001-12-05* sem_attr.adb:Robert Dewar2-5/+43
2001-12-05sem_ch7.adb (New_Private_Type): Set Is_Tagged_Type flag before processing dis...Ed Schonberg2-2/+11
2001-12-05rtl.h (initialize_uninitialized_subregs): New prototype.Andrew MacLeod4-3/+132
2001-12-05sem_attr.adb (Resolve_Attribute): Handle properly an non-classwide access dis...Ed Schonberg2-12/+29
2001-12-05sem_ch3.adb (Find_Type_Of_Subtype_Indic): If subtype indication is malformed...Ed Schonberg3-4/+37
2001-12-05sem_warn.adb (Output_Unreferenced_Messages): Extend previous fix to constants.Ed Schonberg2-2/+9
2001-12-05* errout.adb: Minor reformattingRobert Dewar2-5/+14
2001-12-05exp_util.adb: Minor reformatting from last changeRobert Dewar3-3/+42
2001-12-05exp_util.adb (Must_Be_Aligned): Return false for a component of a record that...Ed Schonberg2-1/+33
2001-12-05* adaint.c: Minor cleanups.Douglas B Rupp2-11/+12
2001-12-05* adaint.c: Do not use utime.h on vxworks.Douglas B Rupp2-1/+6
2001-12-05da.po, [...]: New files.Martin v. Löwis5-0/+48957
2001-12-04verify.cc (_Jv_BytecodeVerifier::linked_utf8): New structure.Tom Tromey2-4/+55
2001-12-04Makefile.in: Add INSTALL_SCRIPT using INSTALL definition.Phil Edwards2-0/+5
2001-12-04re PR bootstrap/3388 (3.0 bootstrap failure, native sparc-sun-solaris2.5.1, f...DJ Delorie2-1/+6
2001-12-05rs6000.c (rs6000_legitimize_address): Fix typo.Alan Modra3-2/+7
2001-12-05Makefile.adalib: Clarify step 3 (use of gnat.adc) as it causes more confusion...Arnaud Charlet2-3/+10
2001-12-04re PR c/4787 (Different anonymous variables declared but only one allocated w...Joseph Myers19-50/+339
2001-12-04langhooks.h (struct lang_hooks): Add staticp.Joseph Myers5-1/+29