Next: , Previous: , Up: The Macros  


ax_c_restrict

Synopsis

AX_C_RESTRICT

Description

This macro checks if the C99 restrict keyword is broken with the current compiler and optimizations settings. If broken, it undefines restrict to do no harm. As of 2019 gcc since 5.0 and clang since 6.0 (June 2017) are known to be broken and not yet fixed. See https://github.com/rust-lang/rust/issues/54878 with the links to the gcc and clang tickets.

Source Code

Download the latest version of ax_c_restrict.m4 or browse the macro’s revision history.

License

Copyright © 2019 Reini Urban rurban@cpan.org

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.