23-05-2018, 09:37 AM
I am not technically against 5.1. I just wonder how useful it is in practice.
Do you actually know a modern compiler that does not work well?
If you create a "too long" identifier will the modern compiler misbehave and create wrong code, or will they abort and complain to the user that an identifier is too long?
I created 2 external variables with 32000 characters and compiled with gcc and it seems to work fine.
Do you actually know a modern compiler that does not work well?
If you create a "too long" identifier will the modern compiler misbehave and create wrong code, or will they abort and complain to the user that an identifier is too long?
I created 2 external variables with 32000 characters and compiled with gcc and it seems to work fine.
<t></t>