public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug jit/95296] New: Segfault when trying to return a void value
@ 2020-05-24  1:33 bouanto at zoho dot com
  2020-05-24 12:44 ` [Bug jit/95296] " dmalcolm at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bouanto at zoho dot com @ 2020-05-24  1:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95296

            Bug ID: 95296
           Summary: Segfault when trying to return a void value
           Product: gcc
           Version: 10.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: bouanto at zoho dot com
  Target Milestone: ---

Created attachment 48589
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48589&action=edit
Complete example reproducing the segfault

Hi.

When trying to return a void value this way, this makes the code segfault:

    gcc_jit_type *void_type = gcc_jit_context_get_type (ctxt,
GCC_JIT_TYPE_VOID);
    gcc_jit_lvalue *return_value = gcc_jit_function_new_local(func, NULL,
void_type, "void");
    gcc_jit_block_end_with_return (block, NULL,
gcc_jit_lvalue_as_rvalue(return_value));

Could you please fix it so that it shows an error instead of segfaulting?
Thanks.

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

end of thread, other threads:[~2020-05-26 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24  1:33 [Bug jit/95296] New: Segfault when trying to return a void value bouanto at zoho dot com
2020-05-24 12:44 ` [Bug jit/95296] " dmalcolm at gcc dot gnu.org
2020-05-26 14:52 ` cvs-commit at gcc dot gnu.org
2020-05-26 15:13 ` dmalcolm at gcc dot gnu.org

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