2016-01-01 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git] / gcc / ChangeLog
bloba19bbfecc217cabda5ec4c354acbc09a3c2f5817
1 2016-01-01  Sandra Loosemore  <sandra@codesourcery.com>
3         * doc/extend.texi (Common Function Attributes) <noplt>: Move
4         to correct alphabetization of table.  Copy-edit and correct
5         markup.
6         <stack_protect>: Likewise.
7         <target_clones>: Likewise.
8         <simd>: Likewise.
9         * doc/invoke.texi (Optimize Options) <-fstack-protector-explicit>:
10         Correct punctuation.
11         (Code Gen Options) <-fno-plt>: Copy-edit.
13 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15         PR target/68917
16         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
17         SI values.  Explicitly convert SI to DI and vice-versa.
19 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
21         PR tree-optimization/69070
22         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
23         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
25         PR sanitizer/69055
26         * ubsan.c (ubsan_instrument_float_cast): Call
27         initialize_sanitizer_builtins.
29         PR target/69015
30         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
32 Copyright (C) 2016 Free Software Foundation, Inc.
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.