aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2012-12-16AdjustEric Botcazou1-2/+3
2012-12-15re PR ada/53996 (format string issue in gcc-interface/utils.c)Eric Botcazou2-1/+7
2012-12-11* gcc-interface/Make-lang.in (RTS_DIR): Define only if Ada is enabled.Eric Botcazou2-2/+10
2012-12-08trans.c (gnat_to_gnu): Assert that the type of the prefix is ultimately an ar...Eric Botcazou2-0/+9
2012-12-08trans.c (Subprogram_Body_to_gnu): Be prepared for a by-ref VAR_DECL in the ca...Eric Botcazou2-2/+13
2012-12-05[multiple changes]Arnaud Charlet6-13/+40
2012-12-05Make-lang.in: Update dependencies.Arnaud Charlet4-282/+287
2012-12-05[multiple changes]Arnaud Charlet6-32/+90
2012-12-05aspects.ads, [...]: Add aspect Relative_Deadline.Ed Schonberg4-1/+63
2012-12-05[multiple changes]Arnaud Charlet3-27/+89
2012-12-05Minor reformatting.Arnaud Charlet2-11/+13
2012-12-05[multiple changes]Arnaud Charlet10-169/+375
2012-12-05[multiple changes]Arnaud Charlet7-76/+134
2012-12-05[multiple changes]Arnaud Charlet5-24/+76
2012-12-05[multiple changes]Arnaud Charlet10-118/+556
2012-12-05exp_dist.adb (Build_From_Any_Call, [...]): For a used-defined subtype, always...Thomas Quinot2-4/+32
2012-12-05[multiple changes]Arnaud Charlet8-27/+52
2012-12-05[multiple changes]Arnaud Charlet14-36/+128
2012-12-05[multiple changes]Arnaud Charlet12-259/+381
2012-12-05[multiple changes]Arnaud Charlet12-46/+90
2012-12-05[multiple changes]Arnaud Charlet4-13/+35
2012-12-05[multiple changes]Arnaud Charlet13-18/+815
2012-12-05[multiple changes]Arnaud Charlet4-3/+64
2012-12-05[multiple changes]Arnaud Charlet12-11/+166
2012-12-05[multiple changes]Arnaud Charlet4-9/+23
2012-12-05[multiple changes]Arnaud Charlet4-4/+23
2012-12-05gnat_rm.texi: Update overflow description.Robert Dewar11-115/+115
2012-12-05[multiple changes]Arnaud Charlet6-232/+258
2012-12-05[multiple changes]Arnaud Charlet6-18/+62
2012-12-05[multiple changes]Arnaud Charlet3-20/+109
2012-12-01re PR ada/52110 (s-osinte.ads:447:09: "clockid_t" conflicts with declaration ...John David Anglin3-2/+18
2012-11-28Fix date and trailing space in previous commit.Eric Botcazou2-2/+2
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou6-72/+101
2012-11-23trans.c (Attribute_to_gnu): Look through a view conversion from constrained t...Eric Botcazou2-1/+19
2012-11-23decl.c (components_need_strict_alignment): New.Eric Botcazou2-9/+54
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2-2/+8
2012-11-18decl.c: Remove trailing spaces.Eric Botcazou3-4/+9
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo6-215/+208
2012-11-09re PR other/52438 (Some files still GPLv2)Eric Botcazou5-166/+43
2012-11-09trans.c (gnat_to_gnu): Deal with a missing library unit instead of calling gn...Eric Botcazou2-5/+27
2012-11-07Makefile.in: Revert most changes.Eric Botcazou3-5/+42
2012-11-06* gcc-interface/Makefile.in (copy-s-oscons): New target.Arnaud Charlet2-0/+6
2012-11-06[multiple changes]Arnaud Charlet8-288/+1111
2012-11-06[multiple changes]Arnaud Charlet43-121/+160
2012-11-06[multiple changes]Arnaud Charlet5-87/+133
2012-11-06checks.ads, [...]: Minor changes throughout for new overflow checking.Robert Dewar12-409/+370
2012-11-06sem_res.adb (Preanalyze_And_Resolve): In Alfa mode do not disable checks...Ed Schonberg2-4/+28
2012-11-06exp_attr.adb, [...]: Minor reformatting.Robert Dewar3-0/+9
2012-11-06exp_attr.adb (Expand_N_Attribute_Reference): Apply a predicate check when eva...Gary Dismukes3-2/+45
2012-11-06[multiple changes]Arnaud Charlet15-36/+721