|
|
|
|
|
by pjmlp
4794 days ago
|
|
FOSS developers like to forget that GCC is also full of language extensions and nonconformance issues. This is pretty standard type of issues for any ANSI/ISO language regardless of the vendor. Oh boy the joys of doing C and C++ development across multiple OS in the late 90's with commercial compilers. |
|
In my experience, gcc is also significantly better with standards conformance than VC++, either with default settings or with strict warning/conformance options turned on. [I was on a team doing shared g++/vc++ develeopment, and it fell to me to fix all the code checked in by devs using non-standard VC++ extensions... way, way, way too much time... >< ]