public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2004] libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support
@ 2022-08-09 15:37 David Malcolm
  0 siblings, 0 replies; only message in thread
From: David Malcolm @ 2022-08-09 15:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9385cd9c74cf6662f43038aafe4d2467899f322e

commit r13-2004-g9385cd9c74cf6662f43038aafe4d2467899f322e
Author: Vibhav Pant <vibhavp@gmail.com>
Date:   Tue Aug 9 11:30:18 2022 -0400

    libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support
    
    The macro definition for LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast
    was earlier located in the documentation comment for
    gcc_jit_context_new_bitcast, making it unavailable to code that
    consumed libgccjit.h. This commit moves the definition out of the
    comment, making it effective.
    
    gcc/jit/ChangeLog:
            * libgccjit.h (LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast): Move
            definition out of comment.
    
    Signed-off-by: David Malcolm <dmalcolm@redhat.com>

Diff:
---
 gcc/jit/libgccjit.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/jit/libgccjit.h b/gcc/jit/libgccjit.h
index 062f06d691a..b3c389e93f6 100644
--- a/gcc/jit/libgccjit.h
+++ b/gcc/jit/libgccjit.h
@@ -1252,10 +1252,10 @@ gcc_jit_context_new_cast (gcc_jit_context *ctxt,
 			  gcc_jit_rvalue *rvalue,
 			  gcc_jit_type *type);
 
-/* Reinterpret a value as another type.
-
 #define LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast
 
+/* Reinterpret a value as another type.
+
    The types must be of the same size.
 
    This API entrypoint was added in LIBGCCJIT_ABI_21; you can test for its


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

only message in thread, other threads:[~2022-08-09 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 15:37 [gcc r13-2004] libgccjit.h: Uncomment macro definition for testing gcc_jit_context_new_bitcast support David Malcolm

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