aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2007-12-132007-12-06 Geert Bosch <bosch@adacore.com>Geert Bosch1-4/+14
2007-12-13a-ngcoty.adb: New pragma Fast_MathRobert Dewar23-1427/+2072
2007-12-13a-textio.adb, [...]: Extensive changes to private part for wide character enc...Robert Dewar13-163/+740
2007-12-13adaint.h: (__gnat_plist_init): Not defined for RTX.Jose Ruiz5-56/+110
2007-12-13sem_ch5.adb, [...]: Update handling of assigned value/unreferenced warningsRobert Dewar16-152/+336
2007-12-13system-linux-ia64.ads, [...] (Stack_Check_Limits): New target parameter.Eric Botcazou40-182/+320
2007-12-13s-osinte-lynxos-3.ads, [...]: Add missing pragma Convention C for subprogram ...Robert Dewar26-214/+621
2007-12-13adaint.c (__gnat_pthread_setaffinity_np): New routine.Pascal Obry5-25/+290
2007-12-10ada-tree.h (TYPE_RETURNS_BY_TARGET_PTR_P): Move around.Eric Botcazou2-5/+9
2007-12-09re PR ada/34366 (Legal program rejected, various anonymous access-to-subprogr...Samuel Tardieu3-63/+104
2007-12-07Fix wrong PR number in approved submitters comment (in ada/ChangeLog):Samuel Tardieu1-1/+1
2007-12-07re PR target/34261 (Directed rounding doesn't work on MacOS X)Ludovic Brenta3-10/+10
2007-12-07re PR ada/21346 (Ada.Directories.Compose raises exception if Containing_Direc...Samuel Tardieu2-2/+7
2007-12-07decl.c (gnat_to_gnu_entity): When computing the designated full view...Olivier Hainque2-1/+8
2007-12-07sem_ch3.adb (Analyze_Object_Declaration): Signal an error when an access to c...Samuel Tardieu2-0/+18
2007-12-07re PR ada/15805 (Illegal program not detected, allows writing through access ...Samuel Tardieu2-0/+20
2007-12-07re PR ada/34173 (FAIL: gnat.dg/release_unc_maxalign.adb execution test)Olivier Hainque3-6/+34
2007-12-06decl.c (make_packable_type): Revert last change.Eric Botcazou3-33/+39
2007-12-05trans.c (lvalue_required_p): Take base node directly instead of its parent.Eric Botcazou2-51/+69
2007-12-05re PR ada/21489 (Wrong code generated for legal program, RM 6.4.1(13), 9.5.1(...Samuel Tardieu2-1/+11
2007-12-03re PR ada/34287 (Simple Ada bug [Barnes' Silly])Robert Dewar2-1/+12
2007-12-02Makefile.in: Add support for sh4-linux.Samuel Tardieu3-0/+183
2007-12-02clean.adb (Clean_Library_Directory): Use Empty_String'Access intead of Empty_...Samuel Tardieu2-2/+7
2007-12-01re PR ada/33722 (putenv() is made posix-conformant on FreeBSD 7.x)Kostik Belousov2-3/+9
2007-11-30Change bogus PR in ChangeLog (15803->15804)Samuel Tardieu1-1/+1
2007-11-29decl.c (make_packable_type): Retrieve the real name of the type.Eric Botcazou2-5/+16
2007-11-28Fix PR # in gcc/ada/ChangeLog and gcc/testsuite/ChangeLog (17317->17318)Samuel Tardieu1-1/+1
2007-11-28re PR ada/22559 (Bug box, Program_Error at sinput.adb:404, derived fixed-poin...Samuel Tardieu3-2/+12
2007-11-28re PR ada/32792 (Assert_Failure sinfo.adb:1730)Samuel Tardieu2-0/+14
2007-11-28re PR target/17317 (Match Constraints for *movdf_insn fails)Samuel Tardieu5-84/+51
2007-11-28re PR ada/15803 (Illegal program not detected, RM 8.3(19))Samuel Tardieu2-2/+23
2007-11-26PR 34081/C++Andreas Krebbel3-3/+10
2007-11-25tree.h (struct tree_block): Move locus member next to flags.Richard Guenther2-4/+9
2007-11-25decl.c (gnat_to_gnu_entity): If the type has strict alignment...Eric Botcazou2-28/+53
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