aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2008-03-26ali.ads, ali.adb (Optimize_Alignment_Setting): New field in ALI recordRobert Dewar13-260/+446
2008-03-26gnatvsn.ads (Library_Version): Bump to 4.4.Arnaud Charlet1-3/+3
2008-03-26s-taprop-irix.adb, [...] (Create_Task): Do not attempt to set task priority o...Arnaud Charlet7-195/+115
2008-03-26a-taster.adb, [...]: Minor reformatting.Robert Dewar106-1372/+687
2008-03-26re PR ada/33688 (Ada package Gnat.Sockets missing constant for IP_PKTINFO (pa...Thomas Quinot17-62/+97
2008-03-25revert: re PR ada/35186 (implicit assumption about alignment of DImode)Eric Botcazou2-12/+8
2008-03-25exp_ch6.adb, [...]: Update copyright notice.Arnaud Charlet3-9/+14
2008-03-249drpc.adb, [...]: Fix comment typos.Ralf Wildenhues55-180/+201
2008-03-242008-03-24 Robert Dewar <dewar@adacore.com>Robert Dewar67-165/+148
2008-03-23re PR ada/15479 (Ada manual problems)Ralf Wildenhues4-136/+170
2008-03-21trans.c (Attribute_to_gnu): Compute as (hb < lb) ? 0 : hb - lb + 1 instead of...Olivier Hainque2-21/+35
2008-03-21trans.c (addressable_p): Add notes on addressability issues.Eric Botcazou2-2/+59
2008-03-21Add forgotten entry for r133418.Olivier Hainque1-0/+10
2008-03-21trans.c (addressable_p): Accept COND_EXPR when both arms are addressable.Olivier Hainque1-1/+14
2008-03-20Add Pablo Oliveira to the list of authors for 3 patches.Arnaud Charlet1-0/+3
2008-03-18expr.c (store_expr): Assume lang_hooks.reduce_bit_field_operations is true.Paolo Bonzini2-2/+4
2008-03-15gcc/ada/Ralf Wildenhues3-24/+32
2008-03-10trans.c (emit_range_check): Do not emit the check if the base type of the exp...Eric Botcazou2-0/+10
2008-03-08decl.c (maybe_pad_type): Use value_factor_p.Eric Botcazou2-4/+7
2008-03-08Fix nits.Eric Botcazou1-268/+268
2008-03-08lang.opt (nostdlib): Move around.Eric Botcazou7-64/+71
2008-03-08decl.c (gnat_to_gnu_entity): Do not bother propagating the TYPE_USER_ALIGN fl...Eric Botcazou2-2/+6
2008-03-08decl.c (gnat_to_gnu_entity): Do not force BIGGEST_ALIGNMENT when capping the ...Eric Botcazou2-2/+9
2008-03-08lang-specs.h: Pass -gnatwa if -Wall is passed.Eric Botcazou3-5/+23
2008-03-08utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently aligned bi...Eric Botcazou2-10/+51
2008-03-08decl.c (gnat_to_gnu_entity): Add support for scalar types with small alignment.Eric Botcazou2-0/+44
2008-03-08trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label from that of ...Eric Botcazou2-3/+14
2008-03-07decl.c (gnat_to_gnu_entity): Add comment for the packed array type case.Eric Botcazou3-3/+15
2008-03-07decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously large alignments...Eric Botcazou2-12/+52
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou4-128/+303
2008-03-06re PR ada/35186 (implicit assumption about alignment of DImode)Eric Botcazou2-2/+19
2008-03-02gnatfind.adb, [...]: Fix argument parsing typos.Ralf Wildenhues22-25/+35
2008-03-02re PR ada/15479 (Ada manual problems)Ralf Wildenhues3-20/+25
2008-02-27Minor reformatting.Arnaud Charlet1-3/+3
2008-02-27re PR ada/22255 (Reset on shared file causes Use_Error.)Samuel Tardieu2-7/+14
2008-02-27re PR ada/34799 ([Ada] Assertion fails when no component clause is given for ...Samuel Tardieu2-1/+11
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey3-21/+7
2008-02-25gnat_rm.texi, [...]: Fix spacing after `e.g.' and `i.e.' by adding comma or `...Ralf Wildenhues3-69/+79
2008-02-25gnat_ugn.texi (Conventions): List environment variables and metasyntactic var...Ralf Wildenhues3-41/+57
2008-02-24re PR ada/15479 (Ada manual problems)Ralf Wildenhues3-83/+87
2008-02-24re PR ada/15479 (Ada manual problems)Ralf Wildenhues3-67/+74
2008-02-24re PR ada/15479 (Ada manual problems)Ralf Wildenhues2-2/+8
2008-02-17re PR ada/15479 (Ada manual problems)Ralf Wildenhues3-45/+59
2008-02-13re PR ada/35143 (Serious regression on ACATS results since 4.2.3)Joel Sherrill8-12/+423
2008-02-06re PR other/35107 (GCC unnecessarily links shared libs with xgcc, gcov, cpp, ...Kaveh R. Ghazi2-1/+6
2008-01-26decl.c (components_to_record): Improve comment.Eric Botcazou2-2/+7
2008-01-22decl.c (components_to_record): Do not reuse the empty union type if there is ...Eric Botcazou3-3/+16
2008-01-21Update copyright year.Eric Botcazou1-1/+1
2008-01-21trans.c (gnat_to_gnu): Use POINTER_PLUS_EXPR in pointer arithmetics.Eric Botcazou3-6/+10
2008-01-17tree.c (substitute_in_expr): Add missing 'break'.Eric Botcazou2-3/+7