[Issue 14186] Silent syntax change from C and C++

2018-10-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14186] Silent syntax change from C and C++

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 14186] Silent syntax change from C and C++

2015-03-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 yebblies yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 --- Comment #6 from ag0ae...@gmail.com --- (In reply to Sobirari Muhomori from comment #5) Looks like gcc has some history under this issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6905 That ticket is about C++ though. But if C99

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 --- Comment #2 from Sobirari Muhomori dfj1es...@sneakemail.com --- Interesting, C99 and C11 don't allow for that: assignment-expression: conditional-expression unary-expression assignment-operator assignment-expression i.e. same precedence

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 --- Comment #3 from Sobirari Muhomori dfj1es...@sneakemail.com --- Can you confirm it with --std=c99 -pedantic? --

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
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

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 --- Comment #5 from Sobirari Muhomori dfj1es...@sneakemail.com --- Looks like gcc has some history under this issue: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=6905 --

[Issue 14186] Silent syntax change from C and C++

2015-02-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14186 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from