Skip to content

Fix empty prototypes in files converted from Fortran (fixes compilation with GCC15)#5258

Merged
martin-frbg merged 2 commits intoOpenMathLib:developfrom
martin-frbg:issue5255
May 11, 2025
Merged

Fix empty prototypes in files converted from Fortran (fixes compilation with GCC15)#5258
martin-frbg merged 2 commits intoOpenMathLib:developfrom
martin-frbg:issue5255

Conversation

@martin-frbg
Copy link
Copy Markdown
Collaborator

fixes #5255

@martin-frbg martin-frbg added this to the 0.3.30 milestone May 10, 2025
@martin-frbg martin-frbg merged commit cf9e34c into OpenMathLib:develop May 11, 2025
80 of 86 checks passed
scottt added a commit to scottt/rocm-TheRock that referenced this pull request Sep 11, 2025
Upgrade OpenBLAS version from 0.3.29 to 0.3.30 to fix
build on GCC 15.

The critical fix is:
OpenMathLib/OpenBLAS#5258
marbre pushed a commit to ROCm/TheRock that referenced this pull request Sep 12, 2025
Upgrade OpenBLAS version from 0.3.29 to 0.3.30 to fix build on GCC 15.

The critical fix is:
OpenMathLib/OpenBLAS#5258
to fix the following build errors:

```
/home/schenker/workspace/OpenBLAS/lapack-netlib/SRC/sgees.c:720:27: error: too many arguments to function ‘select’; expected 0, have 2
 720 |       bwork[i__] = (*select)(&wr[i__], &wi[i__]);
     |                    ~^~~~~~~~ ~~~~~~~~
/home/schenker/workspace/OpenBLAS/lapack-netlib/SRC/sgeesx.c:815:27: error: too many arguments to function ‘select’; expected 0, have 2
 815 |       bwork[i__] = (*select)(&wr[i__], &wi[i__]);
     |                    ~^~~~~~~~ ~~~~~~~~
/home/schenker/workspace/OpenBLAS/lapack-netlib/SRC/sgees.c:836:22: error: too many arguments to function ‘select’; expected 0, have 2
 836 |       cursl = (*select)(&wr[i__], &wi[i__]);
     |               ~^~~~~~~~ ~~~~~~~~
/home/schenker/workspace/OpenBLAS/lapack-netlib/SRC/sgeesx.c:953:22: error: too many arguments to function ‘select’; expected 0, have 2
 953 |       cursl = (*select)(&wr[i__], &wi[i__]);
     |               ~^~~~~~~~ ~~~~~~~~
```
scottt added a commit to scottt/rocm-TheRock that referenced this pull request Oct 14, 2025
Upgrade OpenBLAS version from 0.3.29 to 0.3.30 to fix
build on GCC 15.

The critical fix is:
OpenMathLib/OpenBLAS#5258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenBLAS does not compile with GCC 15

1 participant