[Ada] Wrong column in sloc of "expect name" error for loop variant
[gcc.git] / gcc / ada / ChangeLog
1 2018-01-11 Justin Squirek <squirek@adacore.com>
2
3 * sem_prag.adb (Analyze_Pragma:Pragma_Loop_Variant): Modify error
4 message to be printed on the pragma argument identifier.
5
6 2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
7
8 * exp_util.adb (Build_Invariant_Procedure_Declaration): Set the last
9 entity of the generated invariant procedure in order to construct a
10 proper entity chain.
11
12 2018-01-11 Piotr Trojanek <trojanek@adacore.com>
13
14 * sem_ch13.adb (Build_Predicate_Functions): Fix minor issues in
15 comment.
16
17 2018-01-11 Arnaud Charlet <charlet@adacore.com>
18
19 * einfo.ads, einfo.adb (Activation_Record_Component,
20 Set_Activation_Record_Component, Set_Is_Uplevel_Referenced_Entity):
21 Allow E_Discriminant.
22
23 2018-01-10 Eric Botcazou <ebotcazou@adacore.com>
24
25 * gcc-interface/decl.c (gnat_to_gnu_component_type): Apply the check
26 for atomic access once the component size is taken into account and
27 also do it if the component type is Atomic or Volatile_Full_Access.
28
29 2018-01-04 Eric Botcazou <ebotcazou@adacore.com>
30
31 * gnatvsn.ads: Bump copyright year.
32
33 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
34 Alan Hayward <alan.hayward@arm.com>
35 David Sherwood <david.sherwood@arm.com>
36
37 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_BITSIZE
38 as polynomial.
39
40 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
41 Alan Hayward <alan.hayward@arm.com>
42 David Sherwood <david.sherwood@arm.com>
43
44 * gcc-interface/misc.c (enumerate_modes): Treat GET_MODE_PRECISION
45 as polynomial.
46
47 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
48 Alan Hayward <alan.hayward@arm.com>
49 David Sherwood <david.sherwood@arm.com>
50
51 * gcc-interface/utils.c (gnat_types_compatible_p): Handle
52 polynomial TYPE_VECTOR_SUBPARTS.
53
54 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
55 Alan Hayward <alan.hayward@arm.com>
56 David Sherwood <david.sherwood@arm.com>
57
58 * gcc-interface/misc.c (enumerate_modes): Handle polynomial
59 GET_MODE_NUNITS.
60
61 2018-01-03 Jakub Jelinek <jakub@redhat.com>
62
63 Update copyright years.
64
65 * gnat_ugn.texi: Bump @copying's copyright year.
66 * gnat_rm.texi: Likewise.
67 \f
68 Copyright (C) 2018 Free Software Foundation, Inc.
69
70 Copying and distribution of this file, with or without modification,
71 are permitted in any medium without royalty provided the copyright
72 notice and this notice are preserved.