Messages by Thread
-
-
Re: [patch, fortran] Implement maxloc and minloc for unsigned
Jerry D
-
[PATCH v3 4/5] openmp, fortran: Add support for map iterators in OpenMP target construct (Fortran)
Kwok Cheung Yeung
-
[PATCH v3 5/5] openmp, fortran: Add support for iterators in OpenMP 'target update' constructs (Fortran)
Kwok Cheung Yeung
-
[Patch] OpenMP: Allocate directive for static vars, clean up
Tobias Burnus
-
[Fortran, Patch, PR51815, v1] Fix parsing of substring refs in coarrays.
Andre Vehreschild
-
Re: [Fortran, Patch, PR51815, v1] Fix parsing of substring refs in coarrays.
Harald Anlauf
-
Re: [Fortran, Patch, PR51815, v1] Fix parsing of substring refs in coarrays.
Andre Vehreschild
-
Re: [Fortran, Patch, PR51815, v1] Fix parsing of substring refs in coarrays.
Harald Anlauf
-
Re: [Fortran, Patch, PR51815, v3] Fix parsing of substring refs in coarrays.
Andre Vehreschild
-
Re: [Fortran, Patch, PR51815, v3] Fix parsing of substring refs in coarrays.
Harald Anlauf
-
Re: [Fortran, Patch, PR51815, v3] Fix parsing of substring refs in coarrays.
Andre Vehreschild
-
Re: [patch, Fortran] Implement maxval/minval for UNSIGNED
Andre Vehreschild
-
[COMMITTED] testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)
Sam James
-
[patch, Fortran] FINDLOC for unsigned
Thomas Koenig
-
[patch, Fortran] CSHIFT and EOSHIFT for unsigned
Thomas Koenig
-
[Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Andre Vehreschild
-
Re: [Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Steve Kargl
-
Re: [Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Andre Vehreschild
-
Re: [Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Steve Kargl
-
Re: [Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Andre Vehreschild
-
[committed] testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletion
Hans-Peter Nilsson
-
[PATCH] doc: Remove variables from fortran options in index
Mikael Morin
-
[COMMITTED] testsuite: XFAIL gfortran.dg/initialization_25.f90 properly
Sam James
-
[Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules
Andre Vehreschild
-
Re: [Ping, Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules
Andre Vehreschild
-
Re: [Ping, Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules
Paul Richard Thomas
-
Re: [Fortran, Patch, PR93158, v1] Fix ICE with coarrays on submodules
Andre Vehreschild
-
[pushed] doc: Remove index reference to removed documentation in, fortran manual
Mikael Morin
-
[COMMITTED 1/2] testsuite: fix comment-only directive typos
Sam James
-
[PATCH] fortran: Fix default initialization of finalizable non-polymorphic intent(out) arguments [PR116829]
Tomáš Trnka
-
[Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.
Andre Vehreschild
-
Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.
Andre Vehreschild
-
Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.
Paul Richard Thomas
-
Re: [Ping, Fortran, Patch, PR80235, v1] Fix ICE when coarray from module is referenced in submodule.
Andre Vehreschild
-
Re: [PATCH] libgfortran: Replace mutex with rwlock
Jonathan Wakely
-
[PATCH v2] gfortran testsuite: Remove unit-files in files having open-statements, PR116701
Hans-Peter Nilsson
-
[Patch] OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target + interop
Tobias Burnus
-
[PATCH] gfortran testsuite: Remove unit-files in files having open-statements, PR116701
Hans-Peter Nilsson
-
Re: On pull request workflows for the GNU toolchain
Thomas Koenig
-
[Patch, fortran] PR116733: Generic processing of assumed rank objects (f202y)
Paul Richard Thomas
-
[PATCH] doc: Remove @code wrapping of fortran option names [PR116801]
Mikael Morin
-
[PATCH] Fortran: Added support for locality specs in DO CONCURRENT (Fortran 2018/23)
Anuj Mohite
-
[Patch] OpenMP: Add support for 'self_maps' to the 'require' directive
Tobias Burnus
-
Building a gcc RPM
Patrick Begou
-
[wwwdocs][Patch] gcc-15: Fortran - mention -funsigned + PowerPC Darwin IEEE module support
Tobias Burnus
-
[Fortran, Patch, PR84870, v1] Fix ICE and allocated memory not assigned correctly.
Andre Vehreschild
-
[Patch] OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines
Tobias Burnus
-
[Fortran, Patch, PR101100, v1] Fix ICE when compiling with caf-lib and using proc_pointer component.
Andre Vehreschild
-
[patch, fortran] Add random numbers and fix some bugs.
Thomas Koenig
-
[patch, fortran] Implement IANY, IALL and IPARITY for unsigned
Thomas Koenig
-
[Fortran, Patch, PR106606, v1] Fortran: Break recursion building recursive types. [PR106606]
Andre Vehreschild
-
Re: [Bug fortran/106606] Internal compiler error with abstract derived type using recursive class() components. since r7-4096-gbf9f15ee55f5b291
Andre Vehreschild
-
[Patch, Fortran] Implement Unsigned for SUM and PRODUCT
Thomas Koenig
-
[patch, teststuite, Fortran, committed] Fix endianness issue on test case
Thomas Koenig
-
[patch, fortran, committed] module support for UNSIGNED
Thomas Koenig
-
[Patch] Fortran: Fixes to OpenMP 'interop' directive parsing support
Tobias Burnus
-
[PATCH] testsuite: Relax line number match in gfortran.dg/pr95690.f90
Andreas Schwab
-
[committed] fortran/openmp.cc: Fix var init and locus use to avoid uninit values [PR fortran/116661]
Tobias Burnus
-
[patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Richard Biener
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Richard Biener
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Andre Vehreschild
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: [patch, fortran] Matmul and dot_product for unsigned
Andre Vehreschild
-
Fwd: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: Fwd: [patch, fortran] Matmul and dot_product for unsigned
rep . dot . nop
-
Re: Fwd: [patch, fortran] Matmul and dot_product for unsigned
Mikael Morin
-
Re: Fwd: [patch, fortran] Matmul and dot_product for unsigned
Thomas Koenig
-
Re: Fwd: [patch, fortran] Matmul and dot_product for unsigned
Mikael Morin
-
PRs 88052 and 88190
Jerry D
-
[PATCH] Fortran: fix ICE in gfc_create_module_variable [PR100273]
Harald Anlauf
-
[PATCH v2 4/5] openmp, fortran: Add support for map iterators in OpenMP target construct (Fortran)
Kwok Cheung Yeung
-
[PATCH v2 5/5] openmp, fortran: Add support for iterators in OpenMP 'target update' constructs (Fortran)
Kwok Cheung Yeung
-
[PATCH] Fortran: default-initialization of derived-type function results [PR98454]
Harald Anlauf
-
[PATCH, pushed] Fortran: fix ICE with use with rename of namelist member [PR116530]
Harald Anlauf