We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6548d63 commit 80d2f75Copy full SHA for 80d2f75
clang/test/SemaSYCL/sycl-device-intel-fpga-local.cpp
@@ -16,8 +16,8 @@
16
17
// Merging of incompatible attributes
18
// FIXME: Diagnostic order isn't correct, this isn't what we'd want here but
19
-// this is an upstream issue and checkAttrMutualExclusion() needs to be fixed
20
-// there for the correct order.
+// this is an upstream issue. Merge function is calling checkAttrMutualExclusion()
+// function that has backwards diagnostic behavior. This should be fixed into upstream.
21
//expected-error@+2{{'max_replicates' and 'fpga_register' attributes are not compatible}}
22
//expected-note@+2{{conflicting attribute is here}}
23
[[intel::max_replicates(12)]] extern const int var_max_replicates_2;
0 commit comments