aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2008-04-08gnatbind.adb (Restriction_Could_Be_Set): New procedureRobert Dewar1-32/+80
2008-04-08gnat1drv.adb: Send all messages indicating an error to standard errorVincent Celier1-1/+5
2008-04-08freeze.adb (Freeze_Entity): Improve warnings on access types in pure units.Robert Dewar1-24/+75
2008-04-08exp_strm.adb (Build_Record_Or_Elementary_Input_Function): If this is an Input...Ed Schonberg1-18/+25
2008-04-08exp_dist.ads, [...]: Fix casing error in formal parameter name in callThomas Quinot2-208/+272
2008-04-08exp_ch9.ads, [...] (Build_Protected_Entry, [...]): Generate debug info for de...Hristian Kirtchev6-1262/+1442
2008-04-08exp_ch7.adb (Find_Final_List): Change the test for generating a selected comp...Gary Dismukes1-39/+74
2008-04-08s-rident.ads: Add No_Default_Initialization restrictionRobert Dewar3-165/+142
2008-04-08exp_ch2.adb: Minor reformatting.Hristian Kirtchev8-436/+863
2008-04-08sem_cat.adb (Validate_RCI_Subprogram_Declaration): Add tests of Has_Stream_At...Gary Dismukes3-325/+497
2008-04-08exp_aggr.adb (Static_Array_Aggregate): Use Max_Aggr_Size to determine whether...Ed Schonberg1-9/+9
2008-04-08errout.ads: Update comments for new handling of info: messagesRobert Dewar4-360/+351
2008-04-08clean.adb (Parse_Cmd_Line): Recognize switch --subdirs=Vincent Celier17-318/+813
2008-04-08back_end.adb: Remove Big_String_Ptr declarations (now in Types)Robert Dewar11-80/+93
2008-04-08a-ztdeau.adb, [...] (Puts_Dec): Fix error in computing Fore when Exp > 0Robert Dewar3-15/+39
2008-04-08a-tags.adb (Register_Interface_Offset): New subprogram.Javier Miranda12-455/+938
2008-04-08a-strbou.ads, [...] (From_String): New procedure (for use by Stream_Convert)Robert Dewar3-4/+20
2008-04-082008-04-08 Robert Dewar <dewar@adacore.com>Robert Dewar4-51/+46
2008-04-08adaint.h, adaint.c (__gnat_current_time_string): New routine.Hristian Kirtchev4-3/+132
2008-04-082008-04-08 Olivier Hainque <hainque@adacore.com>Olivier Hainque2-29/+12
2008-04-082008-04-08 Jose Ruiz <ruiz@adacore.com>Jose Ruiz6-41/+85
2008-04-08a-calend-vms.ads, [...]: Add with and use clause for System.OS_Primitives.Hristian Kirtchev8-93/+903
2008-04-08re PR target/10768 (ICEs on compilation of ada support library for avr)Tristan Gingold1-4/+8
2008-04-08s-fileio.adb: Name_Error shouldn't be raised for a tempory file.Tristan Gingold1-3/+3
2008-04-08fe.h: Remove global Optimize_Alignment flag, no longer usedRobert Dewar17-453/+1371
2008-04-08alloc.ads: Add entries for Obsolescent_Warnings tableRobert Dewar29-2318/+4326
2008-04-08a-cgcaso.adb, [...]: (Swap, Sift): Avoid use of complex renaming.Arnaud Charlet9-61/+572
2008-04-08g-expect-vms.adb, [...]: Fix incorrect casing of ASCII.NUL throughout.Thomas Quinot20-73/+73
2008-04-08mlib-tgt-aix.adb, [...]: Renamed into...Vincent Celier16-86/+337
2008-04-08a-exetim-mingw.adb, [...]: Use new s-win32.ads unit instead of declaration fr...Pascal Obry6-70/+52
2008-04-08s-osinte-vxworks6.ads: Removed, merged with s-osinte-vxworks.ads/.adbArnaud Charlet8-555/+343
2008-04-08s-osinte-linux-alpha.ads, [...]: Removed.Eric Botcazou30-1674/+1308
2008-04-08g-sercom.ads, [...] (Data_Rate): Add B115200.Pascal Obry6-233/+563
2008-04-07Makefile.in: Add make ifeq define for mips/mipsel support.Aurelien Jarno5-0/+560
2008-04-07sysdep.c: add __GLIBC__ to the #ifdef preprocessor macros to detect systems u...Aurelien Jarno6-13/+25
2008-04-07s-osinte-linux-kfreebsd.ads (SC_NPROCESSORS_ONLN): New constant constant for ...Aurelien Jarno3-1/+37
2008-04-07fold-const.c (fold): New case.Eric Botcazou2-2/+6
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou5-39/+25
2008-04-06decl.c (is_variable_size): Do not unconditionally return false on non-strict ...Eric Botcazou2-10/+14
2008-04-06decl.c (rest_of_type_decl_compilation_no_defer): New local function used to p...Eric Botcazou3-14/+59
2008-04-03tree-inline.c (copy_generic_body, [...]): Export.Paolo Bonzini3-16/+5
2008-04-02decl.c (gnat_to_gnu_entity): For a constant object whose type has self-refere...Eric Botcazou2-5/+31
2008-04-02re PR ada/33688 (Ada package Gnat.Sockets missing constant for IP_PKTINFO (pa...John David Anglin2-0/+4
2008-04-01re PR ada/33857 (Cannot bootstrap Ada with host gnatmake-4.2)John David Anglin2-6/+12
2008-04-01g-soccon-linux-ppc.ads: Add new constants SO_REUSEPORT and IP_PKTINFO.Andreas Jaeger2-0/+7
2008-03-31g-table.adb, [...]: Fix comment typos.Ralf Wildenhues90-194/+224
2008-03-31decl.c (gnat_to_gnu_entity): Do not force a non-null size if it has overflowed.Eric Botcazou2-3/+12
2008-03-31utils2.c (find_common_type): Document assumption on t1/t2 vs lhs/rhs.Olivier Hainque2-20/+42
2008-03-30a-textio.ads, [...]: Fix comment typos.Ralf Wildenhues92-213/+250
2008-03-27decl.c (gnat_to_gnu_entity): Also set the public flag if the procedure is imp...Eric Botcazou2-3/+7