[Bug cobol/124616] libgcobol.spec is not built on x86_64-*-freebsd
"kargl at gcc dot gnu.org via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124616
Steve Kargl <kargl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #20 from Steve Kargl <kargl at gcc dot gnu.org> ---
(In reply to James K. Lowden from comment #19)
> Yesterday's 66f4ed06fcbd3a1f24b4f4fdb177d0d51f9a9cd1 included a drive-by fix
> for O_LARGEFILE. Please indicate if that resolves this issue or if more yet
> needs to be done for FreeBSD.
Yes, the build of gcobol on x86_64-*-freebsd is now fixed.
'gmake check-cobol' yields
=== cobol Summary ===
# of expected passes 7739
# of unexpected failures 96
# of expected failures 78
# of unresolved testcases 60
Several of the failures are of the form
FAIL: cobol.dg/group2/CBL_CHECK_FILE_EXIST.cob -O0 (internal compiler error:
datetime_format_of:123: DATETIME-FMT: empty (sub)expression)
I'll open new bug reports as I investigate the failures.