[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-08-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

Richard Guenther rguenth at gcc dot gnu.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #9 from Richard Guenther rguenth at gcc dot gnu.org 2011-08-02 
14:11:27 UTC ---
We have PR49806 for this remaining fail.  Fixed.


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-07-05 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

--- Comment #8 from Rainer Orth ro at gcc dot gnu.org 2011-07-05 17:07:31 UTC 
---
It also fails on alpha-dec-osf5.1b, sparc-sun-solaris2.*, and
i386-pc-solaris2.*.


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-28 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

John David Anglin danglin at gcc dot gnu.org changed:

   What|Removed |Added

 CC||danglin at gcc dot gnu.org

--- Comment #7 from John David Anglin danglin at gcc dot gnu.org 2011-05-28 
15:00:55 UTC ---
Also get
FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom1 x[^ ]*  y 1
on hppa2.0w-hp-hpux11.11.


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

H.J. Lu hjl.tools at gmail dot com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.7.0

--- Comment #5 from H.J. Lu hjl.tools at gmail dot com 2011-05-18 14:54:17 
UTC ---
Fixed by revision 173854:

http://gcc.gnu.org/ml/gcc-cvs/2011-05/msg00633.html


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

H.J. Lu hjl.tools at gmail dot com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #6 from H.J. Lu hjl.tools at gmail dot com 2011-05-18 14:55:55 
UTC ---
Oops. It isn't fixed.


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-13 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

--- Comment #2 from Kai Tietz ktietz at gcc dot gnu.org 2011-05-13 09:21:51 
UTC ---
Author: ktietz
Date: Fri May 13 09:21:36 2011
New Revision: 173726

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=173726
Log:
2011-05-13  Kai Tietz  kti...@redhat.com

PR middle-end/48984
* gimplify.c (gimplify_expr): Check for boolean_type_node instead
for BOOLEAN_TYPE for TRUTH-NOT/AND/OR/XOR.
(gimple_boolify): Check for cast for boolean_type_node instead for
BOOLEAN_TYPE.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimplify.c


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-13 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

Kai Tietz ktietz at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #3 from Kai Tietz ktietz at gcc dot gnu.org 2011-05-13 09:30:47 
UTC ---
Fixed


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-13 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

H.J. Lu hjl.tools at gmail dot com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
   Last reconfirmed||2011.05.13 13:16:18
 Resolution|FIXED   |
 Ever Confirmed|0   |1

--- Comment #4 from H.J. Lu hjl.tools at gmail dot com 2011-05-13 13:16:18 
UTC ---
I still got

FAIL: gcc.dg/tree-ssa/vrp47.c scan-tree-dump-times dom1 x[^ ]*  y 1

with revision 173729.


[Bug middle-end/48984] [4.7 Regression] Many testsuite failures

2011-05-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48984

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2011-05-12 
20:12:45 UTC ---
bool in fortran can be multiple sizes.