aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-06-16prj-part.adb (Pre_Parse_Context_Clause): Call Set_Is_Not_Last_In_List when th...Vincent Celier4-14/+81
2005-06-16prj-nmsc.adb (Suffix_For): Change default suffix for C++ to ".cpp"Vincent Celier1-5/+28
2005-06-16prep.adb (Preprocess): Ignore error when scanning the first token of a line.Vincent Celier1-1/+3
2005-06-16re PR ada/15613 (Accepts named parameters not last)Robert Dewar1-15/+36
2005-06-16osint.adb (Add_Default_Search_Dirs): Put source and object directories of pro...Vincent Celier1-17/+17
2005-06-16opt.ads, opt.adb: New flags for persistent_bss mode Add Ada_Version_Explicit...Robert Dewar4-141/+217
2005-06-16mdll.adb (Get_Dll_Name): New routine that returns the DLL name given the libr...Pascal Obry1-42/+66
2005-06-16Make-lang.in: Add initialize.o when needed.Doug Rupp3-391/+505
2005-06-16lib-xref.ads, [...] (Generate_Definition): Treat any entity declared within a...Ed Schonberg5-31/+161
2005-06-16lib-load.ads, [...] (Load_Unit): Addition of a new parameter that indicates i...Javier Miranda6-66/+154
2005-06-16layout.adb (Discrimify): Remove resetting of Vtype to the underlying type whi...Gary Dismukes1-10/+21
2005-06-16re PR ada/6717 (Race condition in GNAT.Sockets.Create_Selector)Thomas Quinot2-36/+55
2005-06-16g-os_lib.ads, [...] (Non_Blocking_Spawn): Two new versions with output file d...Vincent Celier2-12/+148
2005-06-16g-dynhta.ads, [...] (Reset): Free the table itself after releasing the items.Pascal Obry2-11/+19
2005-06-16g-diopit.adb (Wildcard_Iterator): Return directly if Path is equal to ""Nicolas Roche1-12/+15
2005-06-16g-debpoo.adb (Deallocate, [...]): Improve output.Emmanuel Briot1-1/+5
2005-06-16g-comlin.adb (Getopt): Skip any leading space in the Switches string.Joel Brobecker1-2/+10
2005-06-16fe.h: Add entry for Opt.Exception_Locations_Suppressed so that gigi can deter...Jose Ruiz2-9/+16
2005-06-16exp_intr.adb, [...]: Minor fix to error message textRobert Dewar2-3/+3
2005-06-16exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): For an RACW withou...Thomas Quinot1-5/+10
2005-06-16exp_dbug.ads, [...] (Get_Variant_Part): Fix the encoding of the "simple_choic...Nicolas Setton2-22/+33
2005-06-16exp_ch7.adb (Find_Node_To_Be_Wrapped): If the node appears within the entry_c...Ed Schonberg1-2/+6
2005-06-16exp_ch2.adb (Param_Entity): Take the case of an expanded_name denoting a form...Thomas Quinot1-1/+1
2005-06-16exp_aggr.adb (Aggr_Size_OK): An array with no components can always be expand...Ed Schonberg1-40/+161
2005-06-16errout.ads, errout.adb (Error_Msg_NW): Only emit warning on user code...Ed Schonberg2-6/+6
2005-06-16einfo.ads, einfo.adb (Is_Local_Anonymous_Access): New flag on anonymous acces...Ed Schonberg30-1270/+2469
2005-06-16clean.adb (Clean_Project): Correctly delete executable specified as absolute ...Vincent Celier3-106/+98
2005-06-16checks.adb (Install_Null_Excluding_Check): Do not generate checks for an attr...Ed Schonberg1-7/+49
2005-06-16atree.adb: (Elist*): Protect against uninitialized fieldRobert Dewar1-21/+72
2005-06-16a-textio.adb (Set_Col): Fix two errors noticed recently...Robert Dewar1-4/+43
2005-06-16exp_ch4.adb (Expand_Allocator_Expression): When an initialized allocator's de...Gary Dismukes25-1679/+5998
2005-06-16a-stzunb.adb, [...] (Realloc_For_Chunk): New implementation which is slightly...Pascal Obry3-31/+83
2005-06-16ali-util.adb, [...]: Remove references to Force_RM_Elaboration_Order.Robert Dewar3-20/+3
2005-06-16a-except.adb (Exception_Identity): return Null_Id for null occurrence instead...Robert Dewar1-12/+18
2005-06-16adaint.c (__gnat_to_canonical_file_spec): Check for error returns in call to ...Doug Rupp1-19/+55
2005-06-16mlib-tgt-mingw.adb (Build_Dynamic_Library): Replace the previous implementation.Pascal Obry1-14/+150
2005-06-16gnatsym.adb: Adapt to modification of package Symbols...Vincent Celier6-232/+686
2005-06-16s-parame-vms.ads, [...]: Default_Exception_Msg_Max_Length: new parameter.Doug Rupp7-18/+86
2005-06-16system-unixware.ads, [...]: Minor comment update for AI-362 (unit is Pure).Robert Dewar50-309/+699
2005-06-16a-sytaco.ads, [...] (Suspension_Object): These objects are no longer protecte...Jose Ruiz46-778/+2650
2005-06-16a-strhas.ads, [...]: Fix header style (spaces in package name).Pascal Obry605-1192/+1214
2005-06-16g-trasym-vms.adb: renamed g-trasym-vms-alpha.adbDoug Rupp2-2/+272
2005-06-16s-mastop-irix.adb (Pop_Frame): Revert shorcuts avoiding calls to exc_unwind...Olivier Hainque2-26/+24
2005-06-16rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might change.Nathan Sidwell4-4/+23
2005-06-16Daily bump.GCC Administrator1-1/+1
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka15-66/+263
2005-06-15parse.y (function_invocation): Reverse parameter list.James A. Morrison3-7/+11
2005-06-15re PR tree-optimization/21923 (Ada compiler fails to build on gcc 4.1)Andrew Pinski2-1/+9
2005-06-15re PR tree-optimization/22024 (ACATS ICE cxa5a07 cxa5a08 cxg2016 SEGV in get_...Andrew Pinski2-0/+13
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey4-1/+26