public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1394] [PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integer
@ 2021-06-11 16:43 Roger Sayle
  0 siblings, 0 replies; only message in thread
From: Roger Sayle @ 2021-06-11 16:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:a761829ae06a754f72ff957cbedb21f4d98fab70

commit r12-1394-ga761829ae06a754f72ff957cbedb21f4d98fab70
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Fri Jun 11 17:42:14 2021 +0100

    [PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integer
    
    Doh! Wrong patch version.  Sorry for the inconvenience.
    
    2020-06-11  Roger Sayle  <roger@nextmovesoftware.com>
    
    gcc/ChangeLog
            PR tree-optimization/96392
            * fold-const.h (tree_expr_maybe_real_minus_zero_p): Fix prototype.

Diff:
---
 gcc/fold-const.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/fold-const.h b/gcc/fold-const.h
index 0d8d786381e..7bac84ba331 100644
--- a/gcc/fold-const.h
+++ b/gcc/fold-const.h
@@ -196,7 +196,7 @@ extern bool tree_expr_signaling_nan_p (const_tree);
 extern bool tree_expr_maybe_signaling_nan_p (const_tree);
 extern bool tree_expr_nan_p (const_tree);
 extern bool tree_expr_maybe_nan_p (const_tree);
-extern bool tree_maybe_real_minus_zero_p (const_tree);
+extern bool tree_expr_maybe_real_minus_zero_p (const_tree);
 extern tree make_range (tree, int *, tree *, tree *, bool *);
 extern tree make_range_step (location_t, enum tree_code, tree, tree, tree,
 			     tree *, tree *, int *, bool *);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-11 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 16:43 [gcc r12-1394] [PATCH] PR tree-optimization/96392 Optimize x+0.0 if x is an integer Roger Sayle

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).