]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/ada/ChangeLog
* gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
[thirdparty/gcc.git] / gcc / ada / ChangeLog
CommitLineData
f8cd11ee 12019-01-26 Eric Botcazou <ebotcazou@adacore.com>
2
3 * gcc-interface/decl.c (annotate_value) <INTEGER_CST>: Use test on
4 the sign bit instead of on the sign of the value.
5 <PLUS_EXPR>: Turn addition of negative constant into subtraction.
6 <MULT_EXPR>: Add test for degenerate case.
7 <BIT_AND_EXPR>: Simplify.
8
9a3c51d9 92019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
10
11 * s-oscons-tmplt.c (AF_INET6): Do not undefine for RTEMS.
12
07c11f2b 132019-01-09 Sandra Loosemore <sandra@codesourcery.com>
14
15 PR other/16615
07c11f2b 16 * exp_ch11.adb: Change "can not" to "cannot".
17 * sem_ch4.adb: Likewise.
18
f4d3c071 192019-01-09 Sandra Loosemore <sandra@codesourcery.com>
20
21 PR other/16615
f4d3c071 22 * exp_ch9.adb: Mechanically replace "can not" with "cannot".
23 * libgnat/s-regpat.ads: Likewise.
24 * par-ch4.adb: Likewise.
25 * set_targ.adb: Likewise.
26 * types.ads: Likewise.
27
902071d1 282019-01-08 Justin Squirek <squirek@adacore.com>
29
30 Revert:
902071d1 31 2018-07-31 Justin Squirek <squirek@adacore.com>
32
76fb0465 33 * lib-writ.adb (Write_With_Lines): Modfiy the generation
34 of dependencies within ali files so that source unit
35 bodies are properly listed even if said bodies are
36 missing. Perform legacy behavior in GNATprove mode.
37 * lib-writ.ads: Modify documentation to reflect current
38 behavior.
902071d1 39
40 and:
902071d1 41 2018-09-26 Justin Squirek <squirek@adacore.com>
42
76fb0465 43 * lib-writ.adb, lib-writ.ads (Write_With_Lines): Add
44 documentation and an extra conditional check for RCI
45 units so that generated ali files will list the spec
46 only instead of a body when a body is not found.
902071d1 47
65a33d4a 482019-01-04 Eric Botcazou <ebotcazou@adacore.com>
49
50 * gnatvsn.ads: Bump copyright year.
51
3d8932fd 522019-01-01 Jakub Jelinek <jakub@redhat.com>
8e8f6434 53
fbd26352 54 Update copyright years.
55
277184bc 56 * gnat_ugn.texi: Bump @copying's copyright year.
57 * gnat_rm.texi: Likewise.
7dfbd804 58\f
3d8932fd 59Copyright (C) 2019 Free Software Foundation, Inc.
7dfbd804 60
61Copying and distribution of this file, with or without modification,
62are permitted in any medium without royalty provided the copyright
63notice and this notice are preserved.