]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/70336 (Incorrect Wconversion warning)
authorJakub Jelinek <jakub@redhat.com>
Tue, 5 Apr 2016 21:33:37 +0000 (23:33 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 5 Apr 2016 21:33:37 +0000 (23:33 +0200)
commit1d510e046c227759921697b604f5f7c48794b84d
tree6532eab8da41c214202d112a76fe6627a36000fd
parent84278ed9e8f6ebef5f72f933171779041b1564b3
re PR c++/70336 (Incorrect Wconversion warning)

PR c++/70336
* match.pd (nested int casts): Limit to GIMPLE.

* c-c++-common/pr70336.c: New test.
* gcc.dg/torture/builtin-isinf_sign-1.c (foo): Guard tests
no longer optimized away at -O0 with #ifndef __OPTIMIZE__.

From-SVN: r234764
gcc/ChangeLog
gcc/match.pd
gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/pr70336.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/builtin-isinf_sign-1.c