public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug jit/104293] New: Add support for setting the alignment of variables
@ 2022-01-30 23:12 bouanto at zoho dot com
  2022-04-05 14:11 ` [Bug jit/104293] " dmalcolm at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bouanto at zoho dot com @ 2022-01-30 23:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104293
           Summary: Add support for setting the alignment of variables
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: bouanto at zoho dot com
  Target Milestone: ---

Hi.
I'm opening this issue to track my upcoming patch adding support for setting
the alignment of variables in libgccjit.

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

* [Bug jit/104293] Add support for setting the alignment of variables
  2022-01-30 23:12 [Bug jit/104293] New: Add support for setting the alignment of variables bouanto at zoho dot com
@ 2022-04-05 14:11 ` dmalcolm at gcc dot gnu.org
  2022-04-12 21:27 ` cvs-commit at gcc dot gnu.org
  2022-04-13 20:39 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2022-04-05 14:11 UTC (permalink / raw)
  To: gcc-bugs

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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
                URL|                            |https://gcc.gnu.org/piperma
                   |                            |il/jit/2022q1/001494.html
             Status|UNCONFIRMED                 |ASSIGNED
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-04-05

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

* [Bug jit/104293] Add support for setting the alignment of variables
  2022-01-30 23:12 [Bug jit/104293] New: Add support for setting the alignment of variables bouanto at zoho dot com
  2022-04-05 14:11 ` [Bug jit/104293] " dmalcolm at gcc dot gnu.org
@ 2022-04-12 21:27 ` cvs-commit at gcc dot gnu.org
  2022-04-13 20:39 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-04-12 21:27 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalcolm@gcc.gnu.org>:

https://gcc.gnu.org/g:6e5ad1cc24a315d07f24c95d76c269cafe2a8182

commit r12-8120-g6e5ad1cc24a315d07f24c95d76c269cafe2a8182
Author: Antoni Boucher <bouanto@zoho.com>
Date:   Tue Apr 12 17:25:04 2022 -0400

    libgccjit: Add support for setting the alignment [PR104293]

    gcc/jit/
            PR jit/104293
            * docs/_build/texinfo/libgccjit.texi: Regenerate.
            * docs/topics/compatibility.rst (LIBGCCJIT_ABI_24): New ABI tag.
            * docs/topics/expressions.rst: Add documentation for the
            functions gcc_jit_lvalue_set_alignment and
            gcc_jit_lvalue_get_alignment.
            * jit-playback.h: New function (set_alignment).
            * jit-recording.cc: New function (set_alignment).
            * jit-recording.h: New functions (set_alignment, get_alignment)
            and new field (m_alignment).
            * libgccjit.cc: New functions (gcc_jit_lvalue_get_alignment,
            gcc_jit_lvalue_set_alignment)
            * libgccjit.h: New functions (gcc_jit_lvalue_get_alignment,
            gcc_jit_lvalue_set_alignment)
            * libgccjit.map (LIBGCCJIT_ABI_24): New ABI tag.

    gcc/testsuite/
            PR jit/104293
            * jit.dg/all-non-failing-tests.h: Mention
            test-setting-alignment.
            * jit.dg/test-setting-alignment.c: New test.

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

* [Bug jit/104293] Add support for setting the alignment of variables
  2022-01-30 23:12 [Bug jit/104293] New: Add support for setting the alignment of variables bouanto at zoho dot com
  2022-04-05 14:11 ` [Bug jit/104293] " dmalcolm at gcc dot gnu.org
  2022-04-12 21:27 ` cvs-commit at gcc dot gnu.org
@ 2022-04-13 20:39 ` dmalcolm at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: dmalcolm at gcc dot gnu.org @ 2022-04-13 20:39 UTC (permalink / raw)
  To: gcc-bugs

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

David Malcolm <dmalcolm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Marking as resolved; please reopen if there's an issue integrating the version
of the patch I committed with rustc_codegen_gcc.

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

end of thread, other threads:[~2022-04-13 20:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 23:12 [Bug jit/104293] New: Add support for setting the alignment of variables bouanto at zoho dot com
2022-04-05 14:11 ` [Bug jit/104293] " dmalcolm at gcc dot gnu.org
2022-04-12 21:27 ` cvs-commit at gcc dot gnu.org
2022-04-13 20:39 ` 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).