summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* gnatvsn.ads, [...] (Get_Gnat_build_Type): Renamed Build_Type and made constant.Arnaud Charlet2007-04-065-40/+58
* utils.c (update_pointer_to): Make a copy of the couple of FIELD_DECLs when...Eric Botcazou2007-04-061-66/+144
* trans.c (call_to_gnu): Return an expression with a COMPOUND_EXPR including th...Olivier Hainque2007-04-061-76/+143
* ResyncArnaud Charlet2007-04-061-0/+1776
* a-diroro.ads: Inserted the pragma Unimplemented_UnitRobert Dewar2007-04-0615-75/+110
* s-stchop-vxworks.adb:Eric Botcazou2007-04-061-45/+57
* utils2.c (known_alignment): Handle COMPOUND_EXPR, COND_EXPR and BIT_AND_EXPR.Olivier Hainque2007-04-061-0/+21
* uintp.ads, uintp.adb (UI_Div_Rem): New subprogram, extending previous impleme...Thomas Quinot2007-04-062-50/+245
* tracebak.c (PC_ADJUST - ia64): -4 instead of -16...Olivier Hainque2007-04-061-4/+2
* s-tpobop.adb (Exceptional_Complete_Entry_Body): Undefer abortion before propa...Arnaud Charlet2007-04-061-1/+9
* sinfo.ads, sinfo.adb (Coextensions): New element list for allocators...Ed Schonberg2007-04-064-37/+379
* sem_util.ads, [...] (Object_Access_Level): If the object is a dereference of ...Ed Schonberg2007-04-062-161/+287
* sem_type.ads, [...] (Has_Abstract_Interpretation): Make predicate recursive...Ed Schonberg2007-04-062-25/+57
* sem_ch8.adb (Has_Components): If the argument is an incomplete type that is a...Ed Schonberg2007-04-061-306/+290
* sem_ch7.ads, [...] (Inspect_Deferred_Constant_Completion): Move out of Analyz...Ed Schonberg2007-04-063-117/+202
* sem_ch5.adb (Analyze_Assignment): Reject a right-hand side that is a tag-inde...Ed Schonberg2007-04-061-45/+174
* sem_ch4.adb (Try_Primitive_Operation): The call is legal if the prefix type i...Ed Schonberg2007-04-061-68/+184
* sem_ch12.adb (Check_Generic_Actuals): Use first subtype of actual when captur...Ed Schonberg2007-04-061-622/+696
* 2007-04-06 Ed Schonberg <schonberg@adacore.com>Ed Schonberg2007-04-061-18/+50
* s-carun8.adb, [...] (Compare_Array_?8): modify so that last full word is no l...Ed Falis2007-04-062-20/+24
* sem_ch13.ads, [...] (Adjust_Record_For_Reverse_Bit_Order): Use First/Next_Com...Robert Dewar2007-04-0610-217/+537
* prj-ext.adb (Initialize_Project_Path): New procedure that initialize the defa...Vincent Celier2007-04-063-205/+261
* par-prag.adb (Prag): Add dummy entry for pragma Compile_Time_ErrorRobert Dewar2007-04-068-1320/+1220
* par-ch3.adb: (P_Type_Declaration): Set Type_Token_LocationRobert Dewar2007-04-064-60/+91
* namet.ads, namet.adb (wn): Improve this debugging routine.Robert Dewar2007-04-062-42/+87
* mlib.adb (Building_Library): Only output "building a library..." in verbose modeVincent Celier2007-04-063-25/+63
* gnat_rm.texi, [...]: Add -gnatyl documentation Update 'Exception Handling Con...Robert Dewar2007-04-063-157/+493
* lib-xref.ads, [...]: Modify the loop that collects type references...Ed Schonberg2007-04-062-75/+177
* lib-writ.adb (Write_With_Lines): Factor duplicated code between the cases whe...Thomas Quinot2007-04-061-26/+30
* lib.ads, lib.adb (Tree_Read): Release the memory occupied by the switches fro...Serguei Rybin2007-04-062-24/+28
* init.c: Reuse PA/HP-UX code for IA-64/HP-UX, except __gnat_adjust_context_for...Eric Botcazou2007-04-061-5/+16
* i-fortra.ads: Add Double_Complex type.Geert Bosch2007-04-0630-5/+7246
* i-cstrea.ads: (fopen): Add encoding parameter.Pascal Obry2007-04-066-36/+93
* g-regpat.adb (Parse_Posix_Character_Class): Fix handling of [[:xdigit:]] char...Emmanuel Briot2007-04-061-78/+70
* gprep.adb (Process_Files.Process_One_File): Use full file name when issuing p...Vincent Celier2007-04-061-4/+5
* gnatcmd.adb (B_Start): Add prefix of binder generated file.Jose Ruiz2007-04-064-463/+516
* g-md5.ads, g-md5.adb (Digest): Fix off-by-one error in padding computation.Thomas Quinot2007-04-062-5/+6
* g-expect.adb (Get_Command_Output): When expanding the output buffer we must e...Arnaud Charlet2007-04-061-7/+8
* g-debpoo.adb (Validity): New package with a complete new implementation of su...Vincent Celier2007-04-061-202/+139
* g-arrspl.adb (Free): New routine to free the source string.Pascal Obry2007-04-061-1/+5
* g-alleve.ads (Low Level Vector type definitions): Map each to the associated ...Olivier Hainque2007-04-062-268/+297
* sem_aggr.adb (Resolve_Record_Aggregate): In semantics-only mode treat an asso...Ed Schonberg2007-04-063-10/+32
* 2007-04-06 Ed Schonberg <schonberg@adacore.com>Ed Schonberg2007-04-061-35/+55
* exp_pakd.adb (Expand_Packed_Boolean_Operator): The bounds of the result are t...Ed Schonberg2007-04-061-1/+1
* exp_intr.adb (Expand_Exception_Call): Calls to subprograms in GNAT.Current_Ex...Robert Dewar2007-04-061-14/+25
* exp_dist.ads, [...] (Build_To_Any_Call, [...]): Do an Unchecked_Conversion to...Thomas Quinot2007-04-062-445/+976
* exp_ch9.ads, [...] (Family_Offset): Add new 'Cap' boolean parameter.Eric Botcazou2007-04-062-136/+294
* exp_ch7.ads, [...] (Find_Final_List): If the access type is anonymous, use fi...Ed Schonberg2007-04-062-95/+167
* exp_ch13.adb (Expand_External_Tag_Definition): Replace call to the run-time s...Javier Miranda2007-04-0611-1980/+2525
* exp_aggr.adb: If the array component is a discriminated record...Ed Schonberg2007-04-061-80/+99