[Issue 23899] GCC __restrict and __restrict__ type qualifier in ImportC
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu May 11 06:00:38 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23899
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
importc.h has:
#define __restrict
in it, so the preprocessor removes the __restrict the compiler never sees it.
I.e. I cannot reproduce the problem. Perhaps you're using an older version of
the compiler?
--
More information about the Digitalmars-d-bugs
mailing list