aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
AgeCommit message (Expand)AuthorFilesLines
2013-04-17tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p): New.Eric Botcazou2-0/+32
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou4-0/+39
2013-03-06decl.c (gnat_to_gnu_field): Remove the wrapper around a misaligned integral t...Eric Botcazou1-0/+25
2013-03-06trans.c (Raise_Error_to_gnu): Record the unpadded type of the index type on t...Eric Botcazou2-0/+29
2013-02-01fold-const.c (make_range_step): Bail out if the range isn't testing for zero.Eric Botcazou1-0/+37
2013-01-22trans.c (Pragma_to_gnu): Use optimize_size instead of optimize and adjust war...Eric Botcazou1-0/+8
2013-01-10Update copyright years in gcc/Richard Sandiford3-3/+3
2013-01-06decl.c (gnat_to_gnu_field): Emit a specialized diagnostic for component size ...Olivier Hainque1-0/+85
2013-01-06decl.c (gnat_to_gnu_entity): Do not pack the field of the record type made fo...Eric Botcazou1-0/+20
2012-12-15re PR ada/52735 (ICE in gnat_to_gnu_entity at gcc-interface/decl.c:4156)Eric Botcazou3-0/+31
2012-12-15re PR ada/53766 (ICE in build_binary_op on Max_Size_In_Storage_Elements with ...Eric Botcazou2-0/+25
2012-12-09vect9.adb: Add -w to dg-options.Eric Botcazou2-1/+2
2012-12-08trans.c (Subprogram_Body_to_gnu): Be prepared for a by-ref VAR_DECL in the ca...Eric Botcazou2-0/+46
2012-12-08* tree-ssa-loop-im.c (for_each_index) <CONST_DECL>: New case.Eric Botcazou3-0/+76
2012-12-07discr38.adb: Don't use ^M line endings.Mike Stump8-137/+137
2012-11-30stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator): Deal with d...Eric Botcazou1-0/+15
2012-11-29re PR middle-end/55321 (Ada bootstrap failure on armv5tel-linux-gnueabi)Eric Botcazou3-0/+47
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou4-1/+53
2012-11-23trans.c (Attribute_to_gnu): Look through a view conversion from constrained t...Eric Botcazou2-0/+38
2012-11-23decl.c (components_need_strict_alignment): New.Eric Botcazou1-0/+22
2012-11-09i386.c (release_scratch_register_on_entry): Also adjust sp_offset manually.Eric Botcazou2-0/+41
2012-10-22decl.c (gnat_to_gnu_entity): In type annotation mode, break circularities int...Eric Botcazou2-0/+38
2012-10-22trans.c (Loop_Statement_to_gnu): Use gnat_type_for_size directly to obtain an...Eric Botcazou2-0/+20
2012-10-21atomic1.ads: XFAIL on MIPS.Eric Botcazou2-6/+6
2012-10-18loop-invariant.c: Include target.h.Eric Botcazou3-0/+43
2012-10-15expr.c (expand_expr_real_1): Do not unnecessarily copy the object in the MEM_...Eric Botcazou2-0/+35
2012-09-20opt20.ads: Move dg directive to...Eric Botcazou19-29/+23
2012-09-17* tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: RemoveEric Botcazou2-0/+49
2012-09-16re PR testsuite/54007 (lto15.adb fails: gnat1: error: LTO support has not bee...John David Anglin1-0/+1
2012-07-25gimple-low.c (lower_try_catch): New function.Eric Botcazou2-0/+38
2012-07-19tree-ssa-forwprop.c (combine_conversions): Punt if the RHS of the defining st...Eric Botcazou5-0/+66
2012-07-19gimple-fold.c (canonicalize_constructor_val): Strip only useless type convers...Eric Botcazou3-0/+43
2012-07-19decl.c (gnat_to_gnu_entity): Try to ensure that an object of CW type initiali...Eric Botcazou3-0/+57
2012-07-19decl.c (gnat_to_gnu_entity): Do not look up the REP part of the base type in ...Eric Botcazou1-0/+40
2012-07-19tree-ssa-ccp.c (valid_lattice_transition): Clarify comment about transition f...Richard Guenther2-0/+30
2012-07-18trans.c (stmt_group_may_fallthru): New function.Eric Botcazou3-0/+49
2012-07-03trans.c (Call_to_gnu): Robustify test for function case if the CICO mechanism...Eric Botcazou1-0/+10
2012-07-03utils2.c (build_simple_component_ref): Do not look through an extension if th...Eric Botcazou2-0/+34
2012-06-28* gnat.dg/deep_old.adb, gnat.dg/old_errors.adb: Removed, obsolete.Arnaud Charlet2-57/+0
2012-06-22tree-ssa-live.c (remove_unused_scope_block_p): Remove again DECL_IGNORED_P no...Eric Botcazou2-0/+22
2012-06-15re PR ada/53592 (ICE on assignment to component of vector_type)Eric Botcazou2-0/+21
2012-06-11decl.c (gnat_to_gnu_entity): Convert GNU_SIZE to units before invoking alloca...Eric Botcazou3-0/+43
2012-06-11decl.c (gnat_to_gnu_entity): Do not specifically deal with external constants...Eric Botcazou2-0/+27
2012-06-01re PR ada/53517 (gnat.dg/lto14.adb FAILs)Eric Botcazou1-0/+1
2012-05-26re PR ada/50294 (ICE in output_constructor_regular_field)Eric Botcazou1-0/+16
2012-05-26* gnat.dg/renaming5.adb: Adjust dg-final directive.Eric Botcazou1-1/+1
2012-05-25re PR ada/52362 (gnat.dg/lto8.adb FAILs with gas/gld)Eric Botcazou1-0/+7
2012-05-20utils.c (gnat_write_global_declarations): Put a name on the dummy global vari...Eric Botcazou3-0/+28
2012-05-18decl.c (gnat_to_gnu_entity): For an object at global level with unconstrained...Eric Botcazou2-0/+24
2012-05-12function.c (requires_stack_frame_p): If the function can throw non-call excep...Eric Botcazou1-0/+24