summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
Commit message (Expand)AuthorAgeFilesLines
* bb-reorder.c (find_traces_1_round): Fix off-by-one index.Eric Botcazou2017-10-272-0/+79
* Fix typosEric Botcazou2017-10-212-5/+5
* utils.c (pad_type_hash): Use hashval_t for hash value.Eric Botcazou2017-10-214-4/+54
* s-osinte__linux.ads (Relative_Timed_Wait): Add variable needed for using mono...Pierre-Marie de Rodat2017-10-204-0/+70
* sem_dim.adb (Analyze_Dimension_Binary_Op): Accept with a warning to compare a...Pierre-Marie de Rodat2017-10-202-0/+59
* exp_aggr.adb (Initialize_Array_Component): Avoid adjusting a component of an ...Pierre-Marie de Rodat2017-10-202-0/+34
* asan.c (handle_builtin_alloca): Deal with all alloca variants.Eric Botcazou2017-10-192-0/+23
* sem_elab.adb (In_Preelaborated_Context): A generic package subject to Remote_...Hristian Kirtchev2017-10-142-0/+12
* class_wide4.adb: Fix a typo.Ed Schonberg2017-10-101-1/+1
* exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Take care of u...Pierre-Marie de Rodat2017-10-093-0/+71
* exp_ch6.adb: (Make_Build_In_Place_Call_In_Object_Declaration): Remove the cod...Pierre-Marie de Rodat2017-10-092-0/+24
* exp_ch6.adb (Expand_N_Extended_Return_Statement): Add self-checking code so i...Pierre-Marie de Rodat2017-10-092-0/+27
* [multiple changes]Pierre-Marie de Rodat2017-09-292-0/+73
* exp_imgv.adb (Expand_Image_Attribute): Disable the optimized expansion of use...Pierre-Marie de Rodat2017-09-251-0/+28
* * stor-layout.c (bit_from_pos): Do not distribute the conversion.Eric Botcazou2017-09-212-0/+28
* validity_check.adb: Minor dg-options simplification.Pierre-Marie de Rodat2017-09-191-1/+1
* sem_ch4.adb (Complete_Object_Operation): Do not insert 'Access for reference ...Pierre-Marie de Rodat2017-09-184-0/+85
* [multiple changes]Pierre-Marie de Rodat2017-09-181-0/+28
* re PR ada/79441 (gnat.dg/pack9.adb fails)Eric Botcazou2017-09-101-1/+2
* decl.c (gnat_to_gnu_entity): Don't generate debug info for inner record types...Pierre-Marie de Rodat2017-09-094-1/+42
* decl.c (promote_object_alignment): New function taken from...Eric Botcazou2017-09-091-0/+33
* decl.c (gnat_to_gnu_entity): Only set the TYPE_ALIGN_OK and TYPE_BY_REFERENCE...Eric Botcazou2017-09-092-2/+112
* re PR bootstrap/80897 (gnat bootstrap broken on SPARC64/Linux)Eric Botcazou2017-09-073-0/+92
* re PR ada/82126 (gnat.dg/alignment3.adb FAILs)Eric Botcazou2017-09-071-5/+6
* re PR ada/62235 (segmentation fault on Ada 2012 code)Eric Botcazou2017-09-054-0/+63
* utils.c (unchecked_convert): When the result type is a non-biased integral ty...Eric Botcazou2017-09-051-0/+18
* trans.c (adjust_for_implicit_deref): New function.Eric Botcazou2017-09-053-0/+37
* trans.c (pos_to_constructor): Skip conversions to an unconstrained array type.Eric Botcazou2017-09-052-0/+33
* * varasm.c (decode_addr_const): Deal with INDIRECT_REF <INTEGER_CST>.Eric Botcazou2017-08-302-0/+30
* function.c (fndecl_name): Use verbosity 1 (no arguments) for lang_hooks.decl_...Richard Biener2017-08-234-6/+6
* [PR79542][Ada] Fix ICE in dwarf2out.c with nested func. inliningPierre-Marie de Rodat2017-08-122-0/+43
* gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace to update E...Eric Botcazou2017-07-251-0/+13
* re PR rtl-optimization/81424 (internal error on GPRbuild with -O2)Eric Botcazou2017-07-161-0/+30
* Force a dependence distance of 1 in gnat.dg/vect17.adbRichard Sandiford2017-07-086-10/+14
* [testsuite] Add dg-require-stack-checkChristophe Lyon2017-07-064-0/+4
* DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat2017-06-213-0/+46
* Get rid of dg-skip-if etc. default argsRainer Orth2017-06-172-2/+2
* DWARF: add DW_AT_location for global decls with DECL_VALUE_EXPRPierre-Marie de Rodat2017-06-012-0/+17
* DWARF: for variants, produce unsigned discr. when debug type is unsignedPierre-Marie de Rodat2017-06-011-0/+25
* decl.c (gnat_to_gnu_entity): Skip regular processing for Itypes that are E_Ac...Eric Botcazou2017-05-221-0/+11
* sem_ch4.adb (Analyze_Call): In Ada2012 an incomplete type from a limited view...Eric Botcazou2017-05-228-0/+78
* decl.c (gnat_to_gnu_field): Do not enforce strict alignment for simple volati...Eric Botcazou2017-05-222-4/+4
* utils.c (can_materialize_object_renaming_p): Synchronize with GNAT's Exp_Dbug...Pierre-Marie de Rodat2017-05-151-0/+25
* Remove superfluous "" in dg-(error|warning|message|bogus)Tom de Vries2017-04-281-1/+1
* re PR debug/80321 (infinite recursion with inlining of nested function and de...Jakub Jelinek2017-04-132-0/+206
* tree-switch-conversion (array_value_type): Start by resetting candidate type ...Olivier Hainque2017-03-103-0/+45
* * gcc-interface/trans.c (return_value_ok_for_nrv_p): Add sanity check.Eric Botcazou2017-02-241-0/+19
* utils.c (max_size): Flip the second argument when recursing on TRUTH_NOT_EXPR.Eric Botcazou2017-02-241-0/+19
* trampoline4.adb: Skip on hppa*-*-*.John David Anglin2017-01-281-1/+1
* debug7.adb: Skip on hppa*-*-hpux*.John David Anglin2017-01-282-0/+2