aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Update dependencies.Arnaud Charlet1-24/+22
2011-11-23[multiple changes]Arnaud Charlet2-5/+7
2011-11-21[multiple changes]Arnaud Charlet1-153/+160
2011-11-21Makefile.in (INCLUDES_FOR_SUBDIR): Add $(fsrcdir) by means of -iquote uncondi...Eric Botcazou1-9/+3
2011-11-20trans.c (struct language_function): Add GNAT_RET.Eric Botcazou1-9/+202
2011-11-20trans.c (Subprogram_Body_to_gnu): Add comment.Eric Botcazou2-12/+11
2011-11-20decl.c (gnat_to_gnu_entity): Adjust call to components_to_record.Eric Botcazou2-66/+129
2011-11-18re PR target/49992 (lto-bootstrap reveals duplicate symbols on x86_64-apple-d...Tristan Gingold1-1/+0
2011-11-12Makefile.in (stamp-gnatlib-$(RTSDIR)): Don't link s-oscons.ads.Iain Sandoe2-5/+34
2011-11-10fe.h (Serious_Errors_Detected): New macro.Eric Botcazou4-18/+251
2011-11-07[multiple changes]Arnaud Charlet1-37/+37
2011-11-04* gcc-interface/Make-lang.in: Update dependencies.Arnaud Charlet1-5/+6
2011-11-04[multiple changes]Arnaud Charlet2-33/+30
2011-11-04decl.c (gnat_to_gnu_entity): Do not assert that the type of the parameters is...Eric Botcazou1-1/+2
2011-10-28re PR ada/50842 (gnatmake fails to link in stage3 with undefined symbol _icon...Eric Botcazou1-8/+9
2011-10-26decl.c (elaborate_expression_1): Add EXPR_PUBLIC_P local variable.Eric Botcazou1-6/+6
2011-10-26decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...Eric Botcazou5-38/+19
2011-10-26decl.c (gnat_to_gnu_field): Always check components declared as atomic.Eric Botcazou1-8/+10
2011-10-24Makefile.in: Use GNU ld switches to generate map files on AIX.Tristan Gingold1-3/+6
2011-10-23* gcc-interface/decl.c (create_concat_name): Add explicit cast.Eric Botcazou1-1/+1
2011-10-20Make-lang.in (GNATLIBFLAGS, [...]): Reintroduce.Eric Botcazou1-6/+16
2011-10-20trans.c (lhs_or_actual_p): New predicate.Eric Botcazou1-17/+31
2011-10-20back_end.adb (Call_Back_End): Pass the maximum logical line number instead of...Eric Botcazou1-0/+4
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-6/+4
2011-10-15lang-specs.h: Ensure -mrtp switch is passed when using either rtp-smp or rave...Nicolas Roche1-1/+1
2011-10-13[multiple changes]Arnaud Charlet2-9/+13
2011-10-13* gcc-interface/Makefile.in: Fix typo.Arnaud Charlet1-1/+1
2011-10-12Makefile.in (LOOSE_WARN): Delete.Eric Botcazou4-131/+33
2011-10-12trans.c (Attribute_to_gnu): Use remove_conversions.Eric Botcazou3-32/+18
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou7-66/+415
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2-6/+4
2011-10-07re PR lto/50492 (Ada bootstrap failure --with-build-config=bootstrap-lto)Eric Botcazou2-9/+17
2011-10-07gigi.h (gnat_useless_type_conversion): Declare.Eric Botcazou4-16/+370
2011-10-06[multiple changes]Arnaud Charlet1-33/+3
2011-09-30Partial reversion of r179358.Iain Sandoe1-1/+3
2011-09-29Makefile.in (Darwin): Factor LIBGNAT_TARGET_PAIRS across the port.Iain Sandoe1-35/+15
2011-09-27a-cbhase.adb, [...]: Add iterator machinery to bounded sets and indefinite sets.Ed Schonberg2-60/+30
2011-09-26utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the dereference of the po...Eric Botcazou1-42/+32
2011-09-26utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...Eric Botcazou1-32/+31
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou3-19/+19
2011-09-26trans.c (assoc_to_constructor): Minor tweaks.Eric Botcazou2-42/+38
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou4-59/+81
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou5-22/+134
2011-09-25ada-tree.h (TREE_THIS_NOTRAP): Redefine.Eric Botcazou3-40/+64
2011-09-25trans.c (Loop_Statement_to_gnu): In the case of an iteration scheme...Eric Botcazou1-60/+99
2011-09-25decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.Eric Botcazou3-75/+59
2011-09-25decl.c (gnat_to_gnu_entity): Do not promote the alignment if this doesn't pre...Eric Botcazou1-5/+19
2011-09-24ada, remove flat_namespace library option from darwin port build/defaults :Iain Sandoe1-1/+1
2011-09-19decl.c (annotate_value): Look up expression for insertion in the cache at the...Alexandre Oliva1-7/+19
2011-09-19Update dependencies.Arnaud Charlet1-53/+54