aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg
AgeCommit message (Expand)AuthorFilesLines
2018-05-24[Ada] Missing error on illegal access to discriminantJavier Miranda1-0/+20
2018-05-24[Ada] Add warning on redundant others_clause in array aggregateEd Schonberg1-0/+13
2018-05-24[Ada] Crash on return of raise expressionJustin Squirek1-0/+27
2018-05-24[Ada] Fix crash on formal containersHristian Kirtchev1-0/+23
2018-05-23[Ada] Spurious Storage_Error on imported arrayHristian Kirtchev1-0/+11
2018-05-23[Ada] Spurious error on instantiation with type with unknown discriminantsEd Schonberg1-0/+32
2018-05-23[Ada] Crash processing Valid_Scalars whose evaluation is always trueJavier Miranda1-0/+11
2018-05-23[Ada] Missing legality check on iterator over formal containerEd Schonberg2-0/+28
2018-05-23[Ada] Suppression of elaboration-related warningsHristian Kirtchev3-0/+175
2018-05-23[Ada] Suppression of elaboration-related warningsHristian Kirtchev3-0/+145
2018-05-23[Ada] Build-in-place aggregates and Address clausesBob Duff1-0/+24
2018-05-22[Ada] Missing warning for unreferenced formals in expression functionsJustin Squirek1-0/+33
2018-05-22[Ada] Crash on partial initialization of controlled componentHristian Kirtchev1-0/+63
2018-05-22[Ada] Fix compiler abort on invalid discriminant constraintPatrick Bernardi1-0/+11
2018-05-22[Ada] Crash with private types and renamed discriminantsEd Schonberg5-0/+42
2018-05-22[Ada] Spurious visibility error in a nested instance with formal packageEd Schonberg4-0/+32
2018-05-22[Ada] Spurious size error on fixed point type with aspect SmallEd Schonberg1-0/+16
2018-05-22[Ada] No error on misplaced pragma Pure_FunctionJustin Squirek4-0/+29
2018-05-21[Ada] Spurious warning on object declaration with address clauseEd Schonberg2-0/+39
2018-05-21[Ada] Exit statement in loops over iterable objectsEd Schonberg1-0/+45
2018-05-21[Ada] Spurious error on indexed call as prefix of a callEd Schonberg1-0/+40
2018-05-21[Ada] Spurious error on synchronous refinementHristian Kirtchev2-0/+33
2018-05-14re PR target/85756 (wrong code at -Os on x86-64-linux-gnu in 32-bit mode)Eric Botcazou3-0/+75
2018-04-26* loop-invariant.c (may_assign_reg_p): Return false for frame pointer.Eric Botcazou1-0/+35
2018-03-23re PR bootstrap/85020 (gcc fails to bootstrap with profiledbootstrap and --wi...Eric Botcazou4-0/+40
2018-03-10trans.c (node_has_volatile_full_access): Consider only entities for objects.Eric Botcazou3-0/+41
2018-02-16re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou16-35/+59
2018-02-09* expr.c (optimize_bitfield_assignment_op): Remove obsolete assertion.Eric Botcazou2-0/+47
2018-01-31Fix gnat.dg/lto20.adb XPASSRainer Orth1-1/+0
2018-01-11[Ada] Crash on build-in-place call with address specification for targetEd Schonberg2-0/+45
2018-01-11[Ada] Detection of illegal constituent assignmentsHristian Kirtchev2-0/+22
2018-01-11[Ada] No error on missing enclosing parentheses in Expression FunctionJustin Squirek1-0/+8
2018-01-11[Ada] Missing diagnostic of categorization dependencyHristian Kirtchev2-0/+14
2018-01-11[Ada] Null procedures not allowed in protected definitionsBob Duff1-0/+15
2018-01-11[Ada] Crash on expression function as completion, with implicit dereferenceEd Schonberg2-0/+25
2018-01-11[Ada] Warning on use of predefined operations on an actual fixed-point typeEd Schonberg2-0/+48
2018-01-11[Ada] Wrong column in sloc of "expect name" error for loop variantJustin Squirek1-0/+15
2018-01-10decl.c (gnat_to_gnu_component_type): Apply the check for atomic access once t...Eric Botcazou1-0/+25
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-12-21decl.c (gnat_to_gnu_entity): Always take into account the Esize if it is known.Eric Botcazou1-0/+29
2017-12-15exp_aggr.adb (Aggr_Assignment_OK_For_Backend): Use Component_Size of the inne...Pierre-Marie de Rodat5-0/+120
2017-12-15einfo.ads: Comment fix.Pierre-Marie de Rodat2-0/+27
2017-12-15gnat_and_program_execution.rst: Update section "Dynamic Stack Usage Analysis"...Pierre-Marie de Rodat2-0/+23
2017-12-15exp_unst.adb (Unnest_Subprograms): Nothing to do if the main unit is a generi...Pierre-Marie de Rodat8-0/+102
2017-12-14decl.c (gnat_to_gnu_field): Do not set the alignment of the enclosing record ...Eric Botcazou1-0/+21
2017-12-14gigi.h (pad_type_has_rm_size): Declare.Eric Botcazou2-0/+32
2017-12-05sem_util.adb (Contains_Refined_State): Remove.Pierre-Marie de Rodat1-0/+62
2017-11-27cfgloop.h (struct loop): Document usage of USHRT_MAX for unroll.Eric Botcazou9-7/+45
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou6-0/+106
2017-11-10utils.c (convert): Add comment and do not fall through to the next case.Eric Botcazou1-0/+28