aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2013-09-25Makefile.in (OUTPUT_OPTION): Define as "-o $@".Tom Tromey2-2/+6
2013-09-18re PR ada/58264 (incorrect bounds of string when assigned from dereference of...Eric Botcazou2-49/+100
2013-09-18* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Abstract_State>: New.Eric Botcazou2-0/+10
2013-09-18* gcc-interface/trans.c (gigi): Remove dead code.Eric Botcazou2-12/+4
2013-09-18trans.c (Subprogram_Body_to_gnu): Pop the stack of return variables for subpr...Eric Botcazou2-0/+7
2013-09-14Fix glitchesEric Botcazou1-3/+3
2013-09-13Changelog entry for correction of thinko in the target pairDominique d'Humieres1-0/+5
2013-09-13Fix thinko in the late conversion to the use of configure variables forDominique d'Humieres1-1/+1
2013-09-12ChangeLog entry forThomas Schwinge1-0/+14
2013-09-12Makefile.in: Import target_cpu, target_vendor, target_os and their host_ coun...Thomas Schwinge1-80/+72
2013-09-10[multiple changes]Arnaud Charlet10-174/+481
2013-09-10[multiple changes]Arnaud Charlet22-112/+183
2013-09-10gnatbind.adb: Correct starting date in --version string.Robert Dewar7-15/+50
2013-09-10switch-c.adb: Minor reformatting.Robert Dewar4-4/+66
2013-09-10sem_prag.adb (Analyze_Pragma, [...]): Don't allow REASON parameter in compile...Robert Dewar3-3/+32
2013-09-10[multiple changes]Arnaud Charlet8-35/+140
2013-09-10[multiple changes]Arnaud Charlet13-19/+107
2013-09-10[multiple changes]Arnaud Charlet19-93/+556
2013-09-10[multiple changes]Arnaud Charlet6-14/+31
2013-09-10aspects.ads, [...]: Minor reformatting.Thomas Quinot4-8/+19
2013-09-10exp_prag.adb (Expand_Pragma_Check): Ignore pragma if Is_Ignored set.Robert Dewar7-58/+159
2013-09-10[multiple changes]Arnaud Charlet10-151/+655
2013-09-10sem_ch3.adb, [...]: Minor reformatting.Robert Dewar9-37/+56
2013-09-10[multiple changes]Arnaud Charlet5-24/+156
2013-09-10sem_ch12.adb (Analyze_Package_Instantiation): If the instantiation is a compi...Ed Schonberg5-13/+83
2013-09-10einfo.adb, [...]: Minor reformatting.Robert Dewar4-16/+19
2013-09-10sem_prag.adb (Get_SPARK_Mode_Id): Handle the case where the pragma may appear...Hristian Kirtchev4-24/+105
2013-09-01re PR ada/58239 (pretty-print.c:789: undefined reference to `operator delete(...Eric Botcazou3-3/+22
2013-08-13decl.c (gnat_to_gnu_entity): Do not bother about alias sets of derived types ...Eric Botcazou2-1/+6
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou5-19/+33
2013-08-13trans.c (set_end_locus_from_node): Clear column info for the end_locus of a b...Thomas Quinot2-2/+11
2013-08-13trans.c (Handled_Sequence_Of_Statements_to_gnu): If there is no End_Label...Thomas Quinot4-16/+59
2013-08-13trans.c (Call_to_gnu): Deal with specific conditional expressions for misalig...Eric Botcazou2-2/+17
2013-08-13trans.c (can_equal_min_or_max_val_p): Be prepared for values outside of the r...Eric Botcazou2-1/+9
2013-08-13utils2.c (build_atomic_load): Do a mere view-conversion to the original type ...Eric Botcazou2-9/+31
2013-08-08Makefile.in (TOOLS_LIBS): Pick C object files from the compiler build and use...Eric Botcazou2-10/+19
2013-07-21gigi.h: Likewise.Ondřej Bílka10-16/+28
2013-07-20re PR ada/57934 (typo in definition of CAT in gcc-interface/ada.h for traditi...Eric Botcazou2-2/+7
2013-07-08einfo.adb (Get_Pragma): Handle the retrieval of delayed pragmas stored in N_C...Hristian Kirtchev4-18/+103
2013-07-08[multiple changes]Arnaud Charlet4-10/+47
2013-07-08[multiple changes]Arnaud Charlet22-238/+608
2013-07-08[multiple changes]Arnaud Charlet5-19/+30
2013-07-08[multiple changes]Arnaud Charlet5-45/+138
2013-07-08[multiple changes]Arnaud Charlet4-7/+14
2013-07-08[multiple changes]Arnaud Charlet11-60/+150
2013-07-08[multiple changes]Arnaud Charlet13-61/+82
2013-07-08[multiple changes]Arnaud Charlet8-27/+97
2013-07-08sem_dim.adb: Minor error message change.Robert Dewar4-72/+95
2013-07-08[multiple changes]Arnaud Charlet3-2/+17
2013-07-08[multiple changes]Arnaud Charlet4-22/+52