aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2004-12-30re PR ada/19128 (Bug box while building asharp)Sohail Somani2-26/+31
2004-12-23re PR middle-end/17746 (ICE when building the Ada RTS)Eric Botcazou3-2/+7
2004-12-22[multiple changes]Richard Henderson2-3/+11
2004-12-19* trans.c (gigi): Update gimplify_body call.Richard Henderson2-1/+5
2004-12-09tree.def (SET_TYPE): Remove.Nathan Sidwell2-1/+4
2004-12-08Resync.Arnaud Charlet1-0/+380
2004-12-08g-socket.ads (Get_Host_By_Address, [...]): Clarify documentation of the behav...Arnaud Charlet20-529/+994
2004-12-08* vxaddr2line.adb: Add support for x86 vxworksArnaud Charlet1-4/+8
2004-12-08sem_ch8.adb (Find_Type): If node is a reference to 'Base and the prefix is no...Arnaud Charlet1-26/+26
2004-12-08sem_ch5.adb (One_Bound): Remove call to Resolve...Arnaud Charlet1-8/+21
2004-12-08sem_ch4.adb (Process_Implicit_Dereference_Prefix): New subprogram used to rec...Arnaud Charlet1-43/+68
2004-12-08nlists.adb (Prepend_Debug): Remove parameters and nest within Prepend.Arnaud Charlet2-96/+97
2004-12-08misc.c (gnat_types_compatible_p, [...]): Remove.Arnaud Charlet3-36/+18
2004-12-08* Makefile.in: Add support for foreign threads on VMS.Arnaud Charlet1-1/+1
2004-12-08lib-xref.adb (Generate_Reference): Handle properly a reference to an entry fo...Arnaud Charlet2-23/+45
2004-12-08* g-regpat.adb: (Match): Change a misuse of or to or elseArnaud Charlet1-1/+1
2004-12-08g-os_lib.adb (Spawn): Explicitly initialize Saved_Error to avoid a compile-ti...Arnaud Charlet1-1/+5
2004-12-08gnatmem.adb, [...]: Output the copyright message on a separate line from the ...Arnaud Charlet5-11/+10
2004-12-08exp_dist.adb (Specific_Build_General_Calling_Stubs, [...]): New subprograms.Arnaud Charlet4-754/+5745
2004-12-08exp_ch7.adb (Expand_Cleanup_Actions): If statement sequence of construct is r...Arnaud Charlet1-4/+10
2004-12-08exp_ch6.adb (Expand_Call): Add comment on handling of back end intrinsicArnaud Charlet3-43/+91
2004-12-08exp_ch4.adb (Expand_N_Indexed_Component): For an indexed component with an im...Arnaud Charlet3-22/+28
2004-12-08* eval_fat.adb: Revert previous change.Arnaud Charlet1-33/+90
2004-12-08decl.c (maybe_pad_type): Use TYPE_SIZE_UNIT of the input type for TYPE_SIZE_U...Arnaud Charlet2-36/+46
2004-12-08debug.adb: Document that -gnatdA automatically sets -gnatR3mArnaud Charlet4-72/+52
2004-12-08make.adb (Check_Mains, [...]): Adapt to name changes in package Prj (Current_...Arnaud Charlet25-2858/+3633
2004-12-08back_end.adb (Scan_Back_End_Switches): Accept --param.Arnaud Charlet2-3/+4
2004-12-08atree.adb (Visit_Itype): Create a new name for the generated itype...Arnaud Charlet1-2/+12
2004-12-08a-exexpr.adb (Others_Value, [...]): Change initial values from 16#BEEF# to 16...Arnaud Charlet1-2/+4
2004-12-08s-intman-vxworks.adb (Notify_Exception): removed useless check for current ta...Arnaud Charlet2-18/+21
2004-11-27* Make-lang.in (ada/trans.o): Depend on $(EXPR_H).Andreas Schwab2-5/+9
2004-11-25Resync.Arnaud Charlet1-0/+10
2004-11-25g-socthi-mingw.ads, [...]: Remove C_Read and C_Write from internal implementa...Arnaud Charlet3-27/+1
2004-11-25ada-tree.h: Minor reformatting of previous change to avoid lines longer than ...Arnaud Charlet2-2/+8
2004-11-25tb-gcc.c: GCC infrastructure based implementation of __gnat_backtrace.Olivier Hainque2-0/+107
2004-11-25Complete previous check-in: add Style_Check_Xtra_Parens.Arnaud Charlet1-14/+19
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2-4/+6
2004-11-22re PR ada/17986 (Compile error for make.adb breaks bootstrap)Andrew Pinski2-1/+11
2004-11-21stylesw.adb: Change Style_Check_Subprogram_Order to Style_Check_Order_Subprog...Andreas Jaeger2-7/+12
2004-11-19Resync.Arnaud Charlet1-0/+299
2004-11-19gnat_ugn.texi: Remove extra paren check from list of checks for redundant con...Arnaud Charlet4-22/+24
2004-11-19makegpr.adb (Compile): Put the compiling switches (in package Compiler and on...Arnaud Charlet1-7/+13
2004-11-19s-tposen.adb (Lock_Entry): Remove the code for raising Program_Error for Dete...Arnaud Charlet1-28/+14
2004-11-19make.adb (Gnatmake): Invoke gnatlink with -shared-libgcc when gnatbind is inv...Arnaud Charlet1-26/+38
2004-11-19init.c (__gnat_map_signal): map SIGSEGV to Storage_Error for AE653 vthreads.Arnaud Charlet1-6/+14
2004-11-19gnat1drv.adb, [...]: Output the copyright message on a separate line from the...Arnaud Charlet8-14/+16
2004-11-19exp_pakd.adb (Convert_To_PAT_Type): After replacing the original type of the ...Arnaud Charlet1-0/+17
2004-11-19expect.c: Define __unix__ when __APPLE__ is defined.Arnaud Charlet3-2/+9
2004-11-19exp_dbug.ads: Update documentation to reflect simpler encoding for protected ...Arnaud Charlet2-20/+19
2004-11-19exp_ch4.adb (Expand_N_Selected_Component): If the component is the discrimina...Arnaud Charlet6-127/+193