public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][TUPLES] Fix for C bootstrapping
@ 2008-04-16  1:11 Doug Kwan (關振德)
  2008-04-16  6:35 ` Paolo Bonzini
  2008-04-16  7:28 ` Diego Novillo
  0 siblings, 2 replies; 4+ messages in thread
From: Doug Kwan (關振德) @ 2008-04-16  1:11 UTC (permalink / raw)
  To: ook, Diego Novillo, gcc-patches

Hi Zdenek,

   Could you review this? Thanks.

-Doug

2008-04-15  Doug Kwan  <dougkwan@google.com>

        * tree-eh.c (operation_could_trap_p): Fix filtering logic.

Index: gcc/gcc/tree-eh.c
===================================================================
--- gcc/gcc/tree-eh.c   (revision 134333)
+++ gcc/gcc/tree-eh.c   (working copy)
@@ -2052,8 +2052,8 @@ operation_could_trap_p (enum tree_code o
   bool honor_snans = fp_operation && flag_signaling_nans != 0;

   if (TREE_CODE_CLASS (op) != tcc_comparison
-      || TREE_CODE_CLASS (op) != tcc_unary
-      || TREE_CODE_CLASS (op) != tcc_binary)
+      && TREE_CODE_CLASS (op) != tcc_unary
+      && TREE_CODE_CLASS (op) != tcc_binary)
     return false;

   switch (op)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][TUPLES] Fix for C bootstrapping
  2008-04-16  1:11 [PATCH][TUPLES] Fix for C bootstrapping Doug Kwan (關振德)
@ 2008-04-16  6:35 ` Paolo Bonzini
  2008-04-16  6:46   ` Paolo Bonzini
  2008-04-16  7:28 ` Diego Novillo
  1 sibling, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2008-04-16  6:35 UTC (permalink / raw)
  To: "Doug Kwan (關振德)"
  Cc: ook, Diego Novillo, gcc-patches

Doug Kwan (關振德) wrote:
> Hi Zdenek,
> 
>    Could you review this? Thanks.

Seems obvious to me.

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][TUPLES] Fix for C bootstrapping
  2008-04-16  6:35 ` Paolo Bonzini
@ 2008-04-16  6:46   ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2008-04-16  6:46 UTC (permalink / raw)
  To: gcc-patches; +Cc: ook, Diego Novillo, gcc-patches

Doug Kwan (關振德) wrote:
> Hi Zdenek,
> 
>    Could you review this? Thanks.

Seems obvious to me.

Paolo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][TUPLES] Fix for C bootstrapping
  2008-04-16  1:11 [PATCH][TUPLES] Fix for C bootstrapping Doug Kwan (關振德)
  2008-04-16  6:35 ` Paolo Bonzini
@ 2008-04-16  7:28 ` Diego Novillo
  1 sibling, 0 replies; 4+ messages in thread
From: Diego Novillo @ 2008-04-16  7:28 UTC (permalink / raw)
  To: "Doug Kwan (關振德)"; +Cc: ook, gcc-patches

On 4/15/08 4:23 PM, Doug Kwan (關振德) wrote:

>         * tree-eh.c (operation_could_trap_p): Fix filtering logic.

OK under the obvious rule.


Diego.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-16  6:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-16  1:11 [PATCH][TUPLES] Fix for C bootstrapping Doug Kwan (關振德)
2008-04-16  6:35 ` Paolo Bonzini
2008-04-16  6:46   ` Paolo Bonzini
2008-04-16  7:28 ` Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).