public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran
@ 2024-07-21 19:58 tkoenig at gcc dot gnu.org
  2024-07-21 19:58 ` [Bug fortran/116025] " tkoenig at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2024-07-21 19:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 116025
           Summary: Experimental implementation of unsigned integers for
                    Fortran
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: tkoenig at gcc dot gnu.org
  Target Milestone: ---

https://j3-fortran.org/doc/year/24/24-116.txt has a proposal,
accepted by J3, to implement unsigned integers for Fortran.

I'll try to work on this a bit, probably on a development
branch, and see how far I get.

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

* [Bug fortran/116025] Experimental implementation of unsigned integers for Fortran
  2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
@ 2024-07-21 19:58 ` tkoenig at gcc dot gnu.org
  2024-09-13  5:58 ` tkoenig at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2024-07-21 19:58 UTC (permalink / raw)
  To: gcc-bugs

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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |tkoenig at gcc dot gnu.org
   Last reconfirmed|                            |2024-07-21

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

* [Bug fortran/116025] Experimental implementation of unsigned integers for Fortran
  2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
  2024-07-21 19:58 ` [Bug fortran/116025] " tkoenig at gcc dot gnu.org
@ 2024-09-13  5:58 ` tkoenig at gcc dot gnu.org
  2024-09-25  2:27 ` jvdelisle at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2024-09-13  5:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116025
Bug 116025 depends on bug 116653, which changed state.

Bug 116653 Summary: new test case gfortran.dg/unsigned_21.f90 from r15-3526-g113a6da9bf91c5 fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116653

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

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

* [Bug fortran/116025] Experimental implementation of unsigned integers for Fortran
  2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
  2024-07-21 19:58 ` [Bug fortran/116025] " tkoenig at gcc dot gnu.org
  2024-09-13  5:58 ` tkoenig at gcc dot gnu.org
@ 2024-09-25  2:27 ` jvdelisle at gcc dot gnu.org
  2024-09-25 16:46 ` tkoenig at gcc dot gnu.org
  2024-10-19  9:35 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jvdelisle at gcc dot gnu.org @ 2024-09-25  2:27 UTC (permalink / raw)
  To: gcc-bugs

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

Jerry DeLisle <jvdelisle at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jvdelisle at gcc dot gnu.org

--- Comment #1 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Thomas, shall we close this one?

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

* [Bug fortran/116025] Experimental implementation of unsigned integers for Fortran
  2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2024-09-25  2:27 ` jvdelisle at gcc dot gnu.org
@ 2024-09-25 16:46 ` tkoenig at gcc dot gnu.org
  2024-10-19  9:35 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2024-09-25 16:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Jerry DeLisle from comment #1)
> Thomas, shall we close this one?

It's not yet complete. A few intrinsics are still missing, and
I also want to get C interop up and running.

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

* [Bug fortran/116025] Experimental implementation of unsigned integers for Fortran
  2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2024-09-25 16:46 ` tkoenig at gcc dot gnu.org
@ 2024-10-19  9:35 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2024-10-19  9:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116025
Bug 116025 depends on bug 117225, which changed state.

Bug 117225 Summary: ICE with -funsigned in gfc_match_sym_complex_part
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117225

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

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

end of thread, other threads:[~2024-10-19  9:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-21 19:58 [Bug fortran/116025] New: Experimental implementation of unsigned integers for Fortran tkoenig at gcc dot gnu.org
2024-07-21 19:58 ` [Bug fortran/116025] " tkoenig at gcc dot gnu.org
2024-09-13  5:58 ` tkoenig at gcc dot gnu.org
2024-09-25  2:27 ` jvdelisle at gcc dot gnu.org
2024-09-25 16:46 ` tkoenig at gcc dot gnu.org
2024-10-19  9:35 ` tkoenig 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).