Re: [Tinycc-devel] [Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-12 Thread Alejandro Colomar via Tinycc-devel
Hi Thiago, On Wed, Mar 12, 2025 at 10:46:41AM -0300, Thiago Adams wrote: > Not sure if this was considered in this proposal, but operators have the > limitation of not > working with #if blocks. I considered it, but the main use case of the operators is in C code, not in preprocessor conditionals

Re: [Tinycc-devel] [Bug c/119170] Add operators _Widthof, _Minof, _Maxof

2025-03-12 Thread Alejandro Colomar via Tinycc-devel
Hi! I'm proposing a set of operators for ISO C2y: _Widthof, _Minof, _Maxof. Someone wondered if it might be more work for small compilers like TCC, for little benefit. So I'd like you to read the GCC bug linked below and comment if you want. Have a lovely day! Alex On Wed, Mar 12, 2025 at 10:2