CPP documentation minor typo

2018-02-20 Thread Bogdan Harjoc
__VA_OPT__ was documented after 7.3.0 and the eprintf example for it ends with two backslashes instead of one: https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html Regards, Bogdan

Re: SPIR-V and GCC

2015-03-06 Thread BogDan
, it doesn't have any registers. Instead it's using IDs for everything [1]. I didn't find a way to create IDs instead of registers in GCC. 3. SPIR-V supports some "non-standard" types[2], will it be a problems to support these types in GCC frontend/backend? Cheers, Bo

Re: SPIR-V and GCC

2015-03-04 Thread BogDan
On Wednesday, March 4, 2015 5:22 PM, David Malcolm wrote: On Wed, 2015-03-04 at 14:36 +, BogDan wrote: > Hello folks, > > > Probably is a little bit too early, but I'd like to ask if there is > any chance to use gcc to produce SPIR-V [1]. > It will be just great if

SPIR-V and GCC

2015-03-04 Thread BogDan
fantastic to use only one compiler collection for CPU and for GPU compute&graphics! Cheers, BogDan. [1] https://www.khronos.org/registry/spir-v/