Commit c58a3fd
authored
[OpenCL C] lift restriction on l-val vec literal. (#515)
OpenCL C has disallowed vector literals to be l-values. However,
similar functionality in C99 is allowed for the compound literals.
This therefore prevented implementing the restriction in upstream
tooling, therefore it is decided to change to an implementation
defined behavior instead of restricting the functionality.1 parent ba36e24 commit c58a3fd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
0 commit comments