G++ and ISO C++

2005-06-28 Thread Mirza
Hi, Can someone point me to list of ISO C++ vs. g++ incompatibilities. thanks

Re: Porposal: Floating-Point Options

2005-06-16 Thread Mirza
ly one gcc option to use in release mode. If he is doing something "special" (like math-related app) only _then_ he needs to learn and tune gcc options. Instead of O3_unsafe it can be O3_non_iso, O3_ni, O3ni ... whatever. mirza

Re: Porposal: Floating-Point Options

2005-06-16 Thread Mirza
re: -ffp-damn-the-torpedoes-full-speed-ahead If this option makes it into GCC, maybe it could be named -O3_unsafe. It would be (probably) default for 99% of projects out there to use this option alone (which is OK), so why not make their life easier. Just a thought. mirza

Re: Will Apple still support GCC development?

2005-06-06 Thread Mirza Hadzic
A big endian system is indispensible if you are a compiler writer, because little endian hardware hides too many programmer errors Can you show example(s) where little endian hides errors? Just curious... Intel already handed icc + performace libs to apple, but from my experience icc doesn't