aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2007-11-23s-inmaop-posix.adb, [...]: Use 'Access instead of 'Unchecked_Access in second...Samuel Tardieu10-20/+28
2007-11-23Add missing commas beween file names in gcc/ada/ChangeLogSamuel Tardieu1-1/+1
2007-11-23decl.c (ceil_alignment): New function.Eric Botcazou2-13/+21
2007-11-22trans.c (gnat_to_gnu): Reformat lines to fit in 80 columns.Olivier Hainque2-10/+19
2007-11-21s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.Aurelien Jarno3-1/+10
2007-11-19re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou5-65/+33
2007-11-16utils2.c (build_call_alloc_dealloc): Move the code retrieving an allocator re...Olivier Hainque3-34/+41
2007-11-14trans.c (call_to_gnu): Always set the source location on the call expression.Eric Botcazou2-4/+9
2007-11-14i-cstrin.ads (chars_ptr): Make it a C convention type.Samuel Tardieu2-0/+3
2007-11-14adaint.c [...]: Remove system-specific sections of non-supported Interix target.Samuel Tardieu6-656/+10
2007-11-13sem_prag.adb (Process_Convention): Move the test for the entity on which the ...Samuel Tardieu2-4/+9
2007-11-13a-tasatt.adb: Add a comment at the beginning of the package explaining why in...Samuel Tardieu2-0/+10
2007-11-10a-tasatt.adb: Revert previous change for this file as it will generate an err...Samuel Tardieu2-9/+17
2007-11-07sem_attr.adb (Analyze_Attribute): Remove duplicate identical embedded check f...Samuel Tardieu2-4/+6
2007-11-07tracebak.c (i386 alternative): Remove useless comparaison which is always fal...Samuel Tardieu2-2/+4
2007-11-07a-tasatt.adb: Use 'Access instead of 'Unchecked_Access when applicable.Samuel Tardieu4-15/+28
2007-11-07a-tasatt.adb: Type Wrapper should be declared in comment instead of already d...Samuel Tardieu2-1/+6
2007-11-07decl.c (make_aligning_type): Set the mode of the RECORD_TYPE we craft and exp...Olivier Hainque2-4/+14
2007-11-01lang-specs.h: Move translation of -fRTS= after -gnatez switch.Eric Botcazou2-3/+7
2007-10-23misc.c (gnat_handle_option): Replace call to abort with call to gcc_unreachable.Eric Botcazou2-7/+16
2007-10-23re PR bootstrap/33608 (Bootstrap with ada fails linking gnatbind with 4.3 hos...Richard Guenther2-0/+7
2007-10-20* Makefile.in (LIBGNAT_TARGET_PAIRS) Add s-tasinf-mingw.adb,Danny Smith2-0/+12
2007-10-15Resync.Arnaud Charlet1-0/+300
2007-10-15errout.ads: Comment clarificationRobert Dewar9-55/+116
2007-10-15g-soccon-vms.ads: Fix value of MSG_WAITALL.Thomas Quinot4-10/+20
2007-10-15gnat_ugn.texi: Add documentation for switches --version and --help for the GN...Vincent Celier2-20/+159
2007-10-15xref_lib.adb (Get_Full_Type): Add support for the 'h' entity type, ie interfa...Emmanuel Briot2-2/+6
2007-10-15trans.c (gnat_to_gnu): Remove the padding structure more often.Tristan Gingold1-7/+8
2007-10-15tb-alvms.c (tb_entry_t, [...]): Store a frame pointer instead of a procedure ...Olivier Hainque4-18/+19
2007-10-15sem_disp.adb (Find_Controlling_Arg): Examine the call node before examining i...Ed Schonberg1-2/+14
2007-10-15sem_ch6.adb (Find_Corresponding_Spec): If the previous entity is a body gener...Ed Schonberg1-5/+37
2007-10-15system-vms-ia64.ads: New file.Tristan Gingold2-2/+255
2007-10-15sem_ch4.adb: Minor code and comment reformatting.Hristian Kirtchev1-8/+48
2007-10-15sem_ch3.adb (Build_Derived_Concurrent_Type): Set the Is_Constrained flag of d...Gary Dismukes1-0/+14
2007-10-15sem_ch12.adb: Minor code reformatting.Hristian Kirtchev1-22/+41
2007-10-15sem_aggr.adb (Resolve_Record_Aggregate): In the case of a box association for...Gary Dismukes1-25/+50
2007-10-15rtsfind.adb: (Load_RTU): Turn off style checks for Load callRobert Dewar1-8/+17
2007-10-15snames.adb, snames.ads: Add new standard name runtime_library_dirVincent Celier10-246/+327
2007-10-15sem_case.adb, [...]: Replace use of Heap_Sort_A (passing'Unrestricted_Access ...Bob Duff3-21/+24
2007-10-15mlib-tgt-specific.adb (Support_For_Libraries): New function...Vincent Celier1-1/+18
2007-10-15exp_dist.adb (Add_RACW_Primitive_Declarations_And_Bodies): Do not attempt to ...Thomas Quinot1-64/+74
2007-10-15exp_ch9.adb (Actual_Index_Expression): When the expansion occurs inside a gen...Hristian Kirtchev1-0/+47
2007-10-15exp_ch3.adb (Build_Init_Procedure): Keep separate the initialization of tagge...Ed Schonberg1-10/+27
2007-10-15exp_attr.adb (Expand_N_Attribute_Reference): Case Access, Unchecked_Access, a...Javier Miranda2-139/+132
2007-10-15debug.adb: Document use of -gnatd.a and -gnatd.ITristan Gingold2-6/+22
2007-10-15ali.ads, ali.adb (Scan_ALI): Initialize XE.Tref to a known default value.Emmanuel Briot2-27/+89
2007-10-15adaint.c, [...]: Initial port to arm-mentor-nucleus.Geert Bosch4-30/+46
2007-10-15s-taprop-solaris.adb, [...]: Minor reformatting.Robert Dewar93-415/+1055
2007-10-15s-osinte-tru64.adb: (Hide_Yellow_Zone): Add On parameter.Eric Botcazou3-17/+26
2007-10-08varasm.c (compare_constant): Removed call to lang_hooks.expand_constant.Ollie Wild2-8/+15