Issue 173106
Summary _Atomic along with restrict is considered an error
Labels new issue
Assignees
Reporter tydeman
    I believe that in this code:

    static int * restrict a36;
    static int * _Atomic b36;
    static int * _Atomic restrict i36;	/* error here */

both '_Atomic' and 'restrict' are valid type qualifiers.
Yet, the third line is considered an error.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to