[Bug 296473] devel/qt6-base: does not compile on recent CURRENT (1600019)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 14 12:44:22 BST 2026


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296473

--- Comment #10 from Trond Endrestøl <Trond.Endrestol at ximalas.info> ---
(In reply to Trond Endrestøl from comment #9)
A small test program reveals that __ISO_C_VISIBLE is always set to 2023 for
-std=c99, -std=c11, -std=c17, and -std=c23.

#include <stdio.h>

int main(void)
{
#ifndef __ISO_C_VISIBLE
  puts("__ISO_C_VISIBLE is not defined.");
#else
  printf("__ISO_C_VISIBLE is %d.\n", __ISO_C_VISIBLE);
#endif

  return 0;
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list