Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/gpl3/gcc/lib/libgfortran
Module Name: src
Committed By: mrg
Date: Mon Jan 19 11:48:40 UTC 2026
Modified Files:
src/external/gpl3/gcc/lib/libgfortran: Makefile
Log Message:
disable lint for libgfortran.
looks like all the 4 builds failed for it, though 2 were a build issue,
testing them shows it fails anyway.
on x86 it fails with eg:
/usr/src3/external/gpl3/gcc/dist/libquadmath/quadmath.h(33): error: invalid type for _Complex [308]
included from /usr/src3/external/gpl3/gcc/dist/libquadmath/quadmath_weak.h(24)
included from /usr/src3/external/gpl3/gcc/dist/libgfortran/libgfortran.h(62)
included from /usr/src3/external/gpl3/gcc/dist/libgfortran/runtime/ISO_Fortran_binding.c(29)
on sparc/sparc64 we have:
sparc64--netbsd-lint: /home/builds/ab/HEAD-lint/sparc64/20260119052522Z-tools/libexec/sparc64--netbsd-lint1 got signal 6
sparc--netbsdelf-lint: /home/builds/ab/HEAD-lint/sparc/20260119052522Z-tools/libexec/sparc--netbsdelf-lint1 got signal 6
from the build infrastructure.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libgfortran/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index