OSDN Git Service

PR c/43385
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 2010 08:16:18 +0000 (08:16 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:14:40 +0000 (14:14 +0900)
* gimplify.c (gimple_boolify): Only recurse on __builtin_expect
argument if the argument is truth_value_p.

* gcc.c-torture/execute/pr43385.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157721 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index ab7854b..7dccb31 100644 (file)
@@ -1,3 +1,9 @@
+2010-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43385
+       * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
+       argument if the argument is truth_value_p.
+
 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/constraints.md: Update copyright year for my
 2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/constraints.md: Update copyright year for my
index eb9d8b2..ed8848e 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43385
+       * gcc.c-torture/execute/pr43385.c: New test.
+
 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/strncpy-fix-1.c: New test.
 2010-03-24  Joseph Myers  <joseph@codesourcery.com>
 
        * gcc.dg/strncpy-fix-1.c: New test.