summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* table.adb, [...] (Append): Reimplement in terms of Set_Item.Thomas Quinot2007-08-1412-93/+215
* a-cihama.ads, [...] (Next): Applied pragma Inline.Bob Duff2007-08-1421-407/+561
* s-intman-irix.adb, [...]: Minor reformattingRobert Dewar2007-08-1473-581/+786
* binde.adb (Elab_All_Links): Remove unnecessary call to Generic_Separately_Com...Thomas Quinot2007-08-145-72/+106
* a-tags.ads, a-tags.adb (Displace): Associate a message with the raised CE exc...Javier Miranda2007-08-144-77/+57
* adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept dir/file...Jose Ruiz2007-08-142-15/+51
* sem_ch10.adb: Create a limited view of an incomplete type...Ed Schonberg2007-08-141-170/+248
* s-taprop-linux.adb (Get_Stack_Attributes): New subprogram.Olivier Hainque2007-08-144-7/+146
* s-osinte-mingw.ads: Add support for Ada.Execution_Time on Windows.Pascal Obry2007-08-146-1/+494
* system-solaris-x86.ads (ZCX_By_Default): Switch to True.Olivier Hainque2007-08-145-114/+169
* clean.adb, [...] (Create_Sym_Links): New procedure.Vincent Celier2007-08-1427-818/+1015
* s-taprop-lynxos.adb, [...] (Continue_Task, [...]): New functions; dummy imple...Jerome Guitton2007-08-1414-24/+339
* exp_ch5.adb (Expand_Assign_Array): If source or target of assignment is a var...Ed Schonberg2007-08-141-509/+105
* exp_aggr.ads, [...] (Convert_Aggr_In_Allocator): Use Insert_Actions to place ...Ed Schonberg2007-08-142-42/+125
* sem_elim.adb (Set_Eliminated): Ignore pragma Eliminate for dispatching operationRobert Dewar2007-08-141-3/+15
* sem_ch5.adb: Improve warnings on redundant assignmentsRobert Dewar2007-08-143-110/+493
* sem_ch11.adb: Improved warnings for unused variablesRobert Dewar2007-08-143-189/+261
* sem_attr.ads, [...] (Analyze_Attribute, case Value): For enumeration type, ma...Robert Dewar2007-08-142-178/+183
* par-tchk.adb (TF_Semicolon): Improve error recoveryRobert Dewar2007-08-141-1/+3
* par.ads, par.adb: Improve handling of extra right parens.Robert Dewar2007-08-144-42/+37
* re PR ada/19037 (constant renaming creates new constant)Olivier Hainque2007-08-148-236/+302
* opt.ads: Warning for non-local exception propagation now off by default New s...Robert Dewar2007-08-149-643/+1619
* prj.ads, prj.adb: Update Project Manager to new attribute names for gprbuild.Vincent Celier2007-08-1426-2738/+7500
* exp_util.ads, [...]: This patch replaces a number of occurrences of explicit ...Robert Dewar2007-08-144-187/+348
* exp_disp.ads, [...] (Build_Dispatch_Tables): Handle tagged types declared in ...Ed Schonberg2007-08-142-646/+1028
* exp_ch3.ads, [...] (Add_Final_Chain): New subprogram.Thomas Quinot2007-08-144-528/+816
* exp_attr.adb (Expand_N_Attribute_Reference): Handle case of child unitRobert Dewar2007-08-141-147/+134
* einfo.ads, einfo.adb: Create a limited view of an incomplete type...Ed Schonberg2007-08-144-496/+740
* debug.adb: Improve -gnatdI to cover all cases of serialization Add documentat...Robert Dewar2007-08-143-47/+131
* comperr.adb: Fix problem with suppressing warning messages from gigiRobert Dewar2007-08-147-60/+141
* atree.ads, atree.adb (New_Copy_Tree): If hash table is being used and itype i...Ed Schonberg2007-08-144-188/+378
* a-stzsup.adb, [...]: Fix warnings for range tests optimized out.Robert Dewar2007-08-1412-166/+357
* inline.adb, [...]: Suppress unmodified in-out parameter warning in some cases...Robert Dewar2007-08-147-205/+350
* uintp.adb, [...]: Minor reformatting.Robert Dewar2007-08-1417-289/+485
* a-calend-vms.adb, [...] ("+", [...]): Remove calls to Check_Within_Time_Bounds.Hristian Kirtchev2007-08-142-138/+39
* g-soccon-interix.ads, [...]: Removed.Thomas Quinot2007-08-144-533/+0
* sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2007-08-149-1188/+1851
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-1437-211/+296
* Daily bump.GCC Administrator2007-08-141-1/+1
* 2007-08-3 1 Dan Hipschman <dsh@google.com>Dan Hipschman2007-08-134-9/+18
* re PR fortran/32926 (ICE with external function as argument)Paul Thomas2007-08-134-6/+55
* re PR fortran/32827 (IMPORT fails for TYPE when also used in INTERFACE)Paul Thomas2007-08-136-10/+84
* re PR c/30427 (~ vector float is accepted)Andrew Pinski2007-08-134-1/+30
* Revert GPLv3 patch to arm_neon.hNick Clifton2007-08-132-3/+8
* pr21255-4.c: Skip for PIC.Richard Sandiford2007-08-133-2/+7
* attr-isr.c: Skip for PIC.Richard Sandiford2007-08-137-6/+15
* re PR fortran/32962 (b = conjg(transpose(a)) is erroneous if b is an allocata...Paul Thomas2007-08-134-4/+47
* Daily bump.GCC Administrator2007-08-131-1/+1
* re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert2007-08-128-15/+40
* re PR fortran/30964 (optional arguments to random_seed)Francois-Xavier Coudert2007-08-1211-35/+157