re PR target/68917 (test suite failure for builtin-bitops-1.c)
[official-gcc.git] / gcc / ChangeLog
blob8b1fd2d3536e820eff592de78a50dc1f57777402
1 2016-01-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3         PR target/68917
4         * config/tilegx/tilegx.md (clzsi2): Don't create DI subregs of
5         SI values.  Explicitly convert SI to DI and vice-versa.
7 2016-01-01  Jakub Jelinek  <jakub@redhat.com>
9         PR tree-optimization/69070
10         * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Only test
11         REAL_VALUE_ISSIGNALING_NAN on arg0 if arg0 is a REAL_CST.
13         PR sanitizer/69055
14         * ubsan.c (ubsan_instrument_float_cast): Call
15         initialize_sanitizer_builtins.
17         PR target/69015
18         * ifcvt.c (find_cond_trap): Give up if returnjump_p (jump).
20 Copyright (C) 2016 Free Software Foundation, Inc.
22 Copying and distribution of this file, with or without modification,
23 are permitted in any medium without royalty provided the copyright
24 notice and this notice are preserved.