https://issues.dlang.org/show_bug.cgi?id=14186

--- Comment #4 from ag0ae...@gmail.com ---
(In reply to Sobirari Muhomori from comment #3)
> Can you confirm it with --std=c99 -pedantic?

Same error:

----
$ gcc --std=c99 -pedantic test.c
test.c: In function ‘main’:
test.c:5:15: error: lvalue required as left operand of assignment
     1 ? b : c = 0;
               ^
$ gcc --version
gcc (Ubuntu 4.9.1-16ubuntu6) 4.9.1
----

--

Reply via email to