This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
mcore and C++
- To: gcc-bugs at gcc dot gnu dot org, nickc at cygnus dot com
- Subject: mcore and C++
- From: Mike Stump <mrs at windriver dot com>
- Date: Mon, 19 Jun 2000 18:30:11 -0700 (PDT)
This is evil:
config/mcore/mcore.h:
/* The MCore ABI says that bitfields are unsigned by default. */
/* The EPOC C++ environment does not support exceptions. */
#define CC1_SPEC "-funsigned-bitfields %{!DIN_GCC:-fno-rtti} %{!DIN_GCC:-fno-exceptions}"
:-( This doesn't belong in mcore.h, but rather some castration
fragment.