This is the mail archive of the gcc@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]

Re: Problems with gcc on Darwin/Mac OS X


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>


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