aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2012-06-26[multiple changes]Arnaud Charlet10-407/+433
2012-06-19target.def (output_ident): New hook.Steven Bosscher3-6/+11
2012-06-15re PR ada/53592 (ICE on assignment to component of vector_type)Eric Botcazou4-19/+28
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou2-0/+9
2012-06-14Make-lang.in (ada.install-common, [...]): Use the prefix specified with the -...Jose Ruiz2-358/+113
2012-06-14[multiple changes]Arnaud Charlet18-526/+1115
2012-06-14[multiple changes]Arnaud Charlet26-170/+408
2012-06-14[multiple changes]Arnaud Charlet6-16/+59
2012-06-14einfo.adb einfo.ads (Get_Rep_Item): Removed.Vincent Pucci10-274/+269
2012-06-14[multiple changes]Arnaud Charlet9-111/+337
2012-06-13RevertEric Botcazou2-83/+23
2012-06-12Move Ada specific ChangeLog entry to Ada specific ChangeLog file.Olivier Hainque1-0/+11
2012-06-12[multiple changes]Arnaud Charlet13-2673/+2117
2012-06-12[multiple changes]Arnaud Charlet23-1269/+1717
2012-06-12[multiple changes]Arnaud Charlet5-98/+149
2012-06-12switch-c.adb, [...]: Minor reformatting.Robert Dewar5-5/+11
2012-06-12[multiple changes]Arnaud Charlet8-17/+91
2012-06-12sem_ch12.adb (Instantiate_Formal_Subprogram): Do not apply AI05-296 if the ac...Ed Schonberg2-0/+7
2012-06-12[multiple changes]Arnaud Charlet8-12/+89
2012-06-12[multiple changes]Arnaud Charlet25-128/+171
2012-06-12[multiple changes]Arnaud Charlet3-6/+51
2012-06-12[multiple changes]Arnaud Charlet5-3/+33
2012-06-12sem_ch3.adb (Analyze_Subtype_Declaration): if an incomplete type is tagged, s...Ed Schonberg3-4/+79
2012-06-12[multiple changes]Arnaud Charlet8-40/+66
2012-06-12[multiple changes]Arnaud Charlet3-6/+18
2012-06-12[multiple changes]Arnaud Charlet5-21/+59
2012-06-12[multiple changes]Arnaud Charlet9-25/+103
2012-06-12sem_prag.adb (Analyze_Pragma, [...]): Do not crash on illegal unchecked union...Thomas Quinot3-24/+39
2012-06-12[multiple changes]Arnaud Charlet4-16/+21
2012-06-12[multiple changes]Arnaud Charlet6-40/+110
2012-06-12[multiple changes]Arnaud Charlet3-17/+39
2012-06-12[multiple changes]Arnaud Charlet5-65/+152
2012-06-11Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PIC_FLAG_FOR_TARGET).Olivier Hainque1-5/+7
2012-06-11decl.c (gnat_to_gnu_entity): Convert GNU_SIZE to units before invoking alloca...Eric Botcazou4-65/+72
2012-06-11trans.c (Identifier_to_gnu): Test Is_Elementary_Type instead of Is_Scalar_Typ...Eric Botcazou2-3/+13
2012-06-11decl.c (gnat_to_gnu_entity): Do not specifically deal with external constants...Eric Botcazou3-7/+16
2012-06-11decl.c (gnat_to_gnu_entity): Translate the Esize on entry only for elementary...Eric Botcazou2-8/+17
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher3-2/+6
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz2-2/+4
2012-05-26decl.c (variant_desc): Rename 'record' to 'new_type'.Eric Botcazou2-8/+24
2012-05-25Fix formattingEric Botcazou1-9/+9
2012-05-25re PR ada/52362 (gnat.dg/lto8.adb FAILs with gas/gld)Eric Botcazou4-172/+139
2012-05-20utils.c (gnat_write_global_declarations): Put a name on the dummy global vari...Eric Botcazou2-1/+10
2012-05-20Fix oversightEric Botcazou1-0/+11
2012-05-19decl.c (Has_Thiscall_Convention): New macro.Eric Botcazou3-9/+80
2012-05-18decl.c (gnat_to_gnu_entity): For an object at global level with unconstrained...Eric Botcazou2-0/+14
2012-05-15Fix dateEric Botcazou1-1/+1
2012-05-15re PR ada/52494 (s-taprop-dummy.adb does not define subpackage Specific used ...Andris Pavenis2-0/+27
2012-05-15Make-lang.in (COMMON_FLAGS_TO_PASS): Use WARN_CFLAGS instead of trying to mim...Olivier Hainque2-1/+6
2012-05-15[multiple changes]Arnaud Charlet10-397/+64