aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
AgeCommit message (Expand)AuthorFilesLines
2008-04-16re PR ada/29015 (Ada 2005 observer pattern with mutually dependent packages a...Samuel Tardieu3-0/+15
2008-04-15[multiple changes]Samuel Tardieu1-0/+13
2008-04-15tree-ssa-structalias.c (get_constraint_for_component_ref): Do not punt for ST...Eric Botcazou1-0/+24
2008-04-15tree-predcom.c (suitable_reference_p): Return false if the reference can throw.Eric Botcazou2-0/+62
2008-04-15[multiple changes]Samuel Tardieu1-0/+44
2008-04-14storage.ads: Fix expected error message.Samuel Tardieu1-1/+1
2008-04-14sem_prag.adb (Analyze_Pragma, [...]): Extend error to every non-object and ch...Robert Dewar1-1/+4
2008-04-14re PR ada/18680 (pragma Linker_Section problems)Samuel Tardieu1-0/+10
2008-04-14re PR ada/16098 (Illegal program not detected, RM 13.1(6))Samuel Tardieu1-0/+14
2008-04-14re PR ada/15915 (Illegal program not detected, RM 13.11(15))Samuel Tardieu1-0/+10
2008-04-14sem_util.ads, [...] (In_Subprogram): New function.Samuel Tardieu1-0/+8
2008-04-14loop_address2.adb: New test.Eric Botcazou1-0/+26
2008-04-13re PR ada/17985 (GNAT accepts extension aggregate where expexted type is not ...Samuel Tardieu2-0/+26
2008-04-09re PR ada/28305 (GNAT bug when inlining instance of a generic subprogram)Samuel Tardieu3-0/+11
2008-04-08ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.Eric Botcazou3-0/+81
2008-04-08parent_ltd_with-child_full_view.adb: New test.Arnaud Charlet8-0/+119
2008-04-07fold-const.c (fold): New case.Eric Botcazou2-0/+59
2008-04-06decl.c (is_variable_size): Do not unconditionally return false on non-strict ...Eric Botcazou1-0/+32
2008-04-05pr35823.adb: Rename to size_attribute.adb.Eric Botcazou2-6/+8
2008-04-04re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subpr...Richard Guenther1-0/+6
2008-04-02decl.c (gnat_to_gnu_entity): For a constant object whose type has self-refere...Eric Botcazou1-0/+22
2008-03-31decl.c (gnat_to_gnu_entity): Do not force a non-null size if it has overflowed.Eric Botcazou1-0/+14
2008-03-31utils2.c (find_common_type): Document assumption on t1/t2 vs lhs/rhs.Olivier Hainque2-0/+33
2008-03-31Removed, causes resource issues on some environments.Arnaud Charlet1-25/+0
2008-03-30fold-const.c (fold_binary): Add missing conversions.Eric Botcazou1-0/+19
2008-03-29socket2.adb: Remove since identical to socket1.adb.Laurent GUERBY1-14/+0
2008-03-26New testsArnaud Charlet10-0/+138
2008-03-21trans.c (Attribute_to_gnu): Compute as (hb < lb) ? 0 : hb - lb + 1 instead of...Olivier Hainque1-0/+19
2008-03-10trans.c (emit_range_check): Do not emit the check if the base type of the exp...Eric Botcazou1-0/+13
2008-03-09frame_overflow.adb: Improve portability.Eric Botcazou1-3/+5
2008-03-08lang-specs.h: Pass -gnatwa if -Wall is passed.Eric Botcazou1-0/+13
2008-03-08utils.c (finish_record_type): Clear DECL_BIT_FIELD on sufficiently aligned bi...Eric Botcazou1-0/+38
2008-03-08decl.c (gnat_to_gnu_entity): Add support for scalar types with small alignment.Eric Botcazou1-0/+28
2008-03-07Add missing dg marker.Eric Botcazou1-0/+2
2008-03-07decl.c (gnat_to_gnu_entity): Issue a warning on suspiciously large alignments...Eric Botcazou1-0/+45
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou1-0/+31
2008-03-06re PR ada/35186 (implicit assumption about alignment of DImode)Eric Botcazou1-0/+27
2008-02-27re PR ada/22255 (Reset on shared file causes Use_Error.)Samuel Tardieu1-0/+15
2008-02-27re PR ada/34799 ([Ada] Assertion fails when no component clause is given for ...Samuel Tardieu1-0/+19
2008-02-12re PR middle-end/35136 (ICE caused by address calculation with loop variable ...Eric Botcazou1-0/+30
2008-01-22decl.c (components_to_record): Do not reuse the empty union type if there is ...Eric Botcazou1-0/+23
2008-01-21trans.c (gnat_to_gnu): Use POINTER_PLUS_EXPR in pointer arithmetics.Eric Botcazou1-0/+11
2008-01-17tree.c (substitute_in_expr): Add missing 'break'.Eric Botcazou1-0/+17
2008-01-16sizetype.adb: New test.Eric Botcazou1-0/+14
2008-01-14Fix oversight.Eric Botcazou1-101/+0
2008-01-14decl.c (gnat_to_gnu_entity): Process renamings before converting the expressi...Eric Botcazou3-0/+164
2008-01-13* trans.c (call_to_gnu):Invoke the addressable_p predicate onlyEric Botcazou1-0/+32
2008-01-13utils.c (aggregate_type_contains_array_p): New predicate.Eric Botcazou2-0/+52
2008-01-12re PR ada/33788 (GNAT bug box in expand_expr_addr_expr_1, at expr.c:6862)Eric Botcazou2-0/+49
2007-12-22trans.c (call_to_gnu): Make the temporary for non-addressable In parameters p...Eric Botcazou1-0/+22