Bug#1107746: gcc-14-offload-nvptx: offloading to gpu disabled if #pragma omp requires unified_shared_memory is used (it worked before on the same hardware)

2025-06-16 Thread Tobias Burnus
I found out that in the current debian gcc-14-offload-nvptx and gcc-13-offload-nvptx, if I compile a code that requires unified_shared_memory and uses openmp to offload to gpu, the code is never run on the gpu. It does compile the offload code, but then it is never executed on the gpu. That's t

Bug#975692: assembler fix required for gcn offload compiler

2021-01-05 Thread Tobias Burnus
Follow-up patch: https://reviews.llvm.org/D94072 (still unreviewed) Sorry for the incomplete fix. – Tobias

Bug#714730: gfortran: handling binNMU for .mod file format change

2014-05-03 Thread Tobias Burnus
Matthias Klose wrote: Am 24.03.2014 18:46, schrieb Sébastien Villemot: Le mercredi 12 mars 2014 à 18:44 +0100, Sébastien Villemot a écrit : More specifically, I think that dh_fortran_mod should do the following: - it would read a file debian/[package.]fortran-mod, which would contain a list of

Bug#696058: gfortran: [gfortran] incorrect logic in -O2 old-style

2012-12-17 Thread Tobias Burnus
Kevin Mitchell wrote: Comparision logic fails between "wrapped around" integers inside an inverted while loop hack. This occurs only on optimisation level 2 and if the loop does not have an upper limit. I encountered this when trying to emperically check the integer limits. Attached is a small

Bug#688321: unblock: quota/4.01-1

2012-09-21 Thread Tobias Burnus
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package quota http://packages.qa.debian.org/q/quota.html The new version fixes Debian bug #685356, namely: repquota: Fix reporting for XFS Conversion to generic quota

Bug#597629: gdb: Fortran arrays cannot be printed

2012-06-01 Thread Tobias Burnus
I think it would be really useful to add support for C99's VLA (variable-length arrays) and Fortran 90's arrays (i.e. arrays which use an array descriptor/dope vector). While it does not seem as if the upstream version at sourceware-dot-org will soon get it, Red Hat/Fedora has produced a patch

Bug#597629: gdb: Fortran arrays cannot be printed

2012-06-01 Thread Tobias Burnus
I think it would be really useful to add support for C99's VLA (variable-length arrays) and Fortran 90's arrays (i.e. arrays which use an array descriptor/dope vector). While it does not seem as if the upstream version at sourceware.org will soon get it, Red Hat/Fedora has produced a patch whi

Bug#658251: gfortran-4.6: Minimum integer cannot be parsed by read statement

2012-02-29 Thread Tobias Burnus
> Formatted read statement cannot parse the minimum integer by a program > compiled by gfortran-4.6. I think the line of thought is that the number -2147483648 == -huge(0)-1 is not a valid integer number as it is outside of Fortran's numerical model, which assumes that the smallest and the largest