This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13484] Addition of -fenable-msvc-relaxations option


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]