This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13484] Addition of -fenable-msvc-relaxations option
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Dec 2003 18:48:21 -0000
- Subject: [Bug c++/13484] Addition of -fenable-msvc-relaxations option
- References: <20031224024633.13484.s_gccbugzilla@nedprod.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-24 18:48 -------
Also note we implement some MS extensions already but only anonumous structs/unions in C and
something that deals with bitfields. We have been recently try to remove all exentions from GCC, C
and C++ wise because most of the extensions do not work correctly all the time. We have been
trying recently to follow the C and C++ standards so that people's code will compile with our
compiler that compile with other compilers. The idea of a standard is so that people can use
different compilers and get the same results if their code follows the standard.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13484