aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/decl.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-30decl.c (maybe_pad_type): Use TREE_OVERFLOW instead of TREE_CONSTANT_OVERFLOW.Paolo Bonzini1-1/+1
2009-03-01re PR ada/39264 (gnat.dg/pack3.adb fails on powerpc64/s390x)Eric Botcazou1-14/+15
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-10alias.h (record_alias_subset): Declare.Eric Botcazou1-34/+112
2009-02-09decl.c (gnat_to_gnu_entity): Set TYPE_NONALIASED_COMPONENT on the array type ...Eric Botcazou1-2/+15
2009-02-08tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Make case self-contained.Eric Botcazou1-0/+1
2009-01-12decl.c (gnat_to_gnu_entity): Really strip only useless conversions around ren...Eric Botcazou1-1/+4
2009-01-11decl.c (gnat_to_gnu_entity): Put the _Tag field before any discriminants in t...Eric Botcazou1-4/+13
2008-12-09re PR ada/38450 (ada bootstrap is broken)Jakub Jelinek1-5/+5
2008-11-27* gcc-interface/decl.c: Fix various nits.Eric Botcazou1-56/+58
2008-11-18re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)Eric Botcazou1-0/+8
2008-11-16re PR ada/38127 (ACATS cd1c04e fails on sparc, hppa)Eric Botcazou1-17/+3
2008-11-15decl.c (gnat_to_gnu_entity): Force constants initialized to a static constant...Eric Botcazou1-5/+8
2008-11-13decl.c (gnat_to_gnu_entity): Turn Ada Pure on subprograms back into GCC CONST...Olivier Hainque1-13/+19
2008-11-06decl.c (gnat_to_gnu_entity): If not optimizing...Eric Botcazou1-0/+18
2008-10-07decl.c (gnat_to_gnu_entity): Move code dealing with volatileness to after cod...Eric Botcazou1-32/+32
2008-10-06decl.c (gnat_to_gnu_entity): Minor tweaks.Eric Botcazou1-2/+2
2008-09-26decl.c (gnat_to_gnu_entity): Cap the alignment promotion to that of ptr_mode ...Eric Botcazou1-2/+4
2008-09-22decl.c (gnat_to_gnu_entity): Even when they are never assigned...Olivier Hainque1-0/+1
2008-09-20exp_dbug.ads: Document new convention for the XVZ variable.Eric Botcazou1-5/+5
2008-09-14a-crbtgk.adb, [...]: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-5/+5
2008-08-06decl.c (gnat_to_gnu_param): Force 32bit descriptor if TARGET_MALLOC64 clear.Doug Rupp1-6/+7
2008-08-01ada-tree.h (DECL_PARM_ALT): Now DECL_PARM_ALT_TYPE.Eric Botcazou1-11/+8
2008-08-01decl.c (gnat_to_gnu_entity): Remove dead code.Eric Botcazou1-24/+38
2008-08-01decl.c (gnat_to_gnu_entity): Do not turn Ada Pure into GCC const, now implici...Olivier Hainque1-10/+6
2008-08-01gnat_rm.texi: Document new mechanism Short_Descriptor.Doug Rupp1-5/+21
2008-07-31decl.c (gnat_to_gnu_entity): Fix formatting.Eric Botcazou1-1/+1
2008-07-30re PR ada/36554 (verify_flow_info ICE can not throw but has EH edges)Eric Botcazou1-6/+27
2008-07-30gigi.h (build_vms_descriptor64): New function prototype.Doug Rupp1-8/+26
2008-07-29gcc-interface: New directory.Arnaud Charlet1-0/+7648