This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with gcc on Darwin/Mac OS X
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Adriaan van Os <gcc at microbizz dot nl>
- Cc: gcc at gcc dot gnu dot org
- Date: 29 Mar 2003 23:36:41 -0800
- Subject: Re: Problems with gcc on Darwin/Mac OS X
- References: <0F3F1131-6189-11D7-9B70-000A27944772@microbizz.nl>
Adriaan van Os <gcc at microbizz dot nl> writes:
> Does anyone know what the status is of the following problems,
> encountered with gcc-3.2.1/3.2.2 on Darwin/Mac OS X ?
>
> (1) trampolines crash (I have a patch to fix it)
>
> (2) longjumps crash (I have a patch to fix it also)
>
> (3) non-local goto's don't work, e.g.
These are all fixed in GCC 3.3.
> (4) compiling any .c source with -ggdb or -gdwarf-2 (instead of
> -gstabs or -g) produces the following output:
> Internal compiler error in default_no_named_section, at varasm.c:5305
Darwin doesn't really support dwarf2 at present.
--
- Geoffrey Keating <geoffk at geoffk dot org>