[Bug c++/49558] Compiling gcc-3.4.5 source code on MAC OS X 10.6.3 gives an error.

2011-06-28 Thread gcc at microbizz dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49558 Adriaan van Os changed: What|Removed |Added CC||gcc at microbizz dot nl --- Comment #2

[Bug ada/42554] Can't build GNAT tools

2011-06-27 Thread gcc at microbizz dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554 Adriaan van Os changed: What|Removed |Added CC||gcc at microbizz dot nl --- Comment #15

[Bug target/10901] non-local goto's don't work on darwin

2009-06-04 Thread gcc at microbizz dot nl
--- Comment #21 from gcc at microbizz dot nl 2009-06-04 08:01 --- No problem that it still fails. It will be fixed after the next big-bang, in thirty billion years. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901

[Bug middle-end/33610] Access to long double struct member from nested procedure crashes

2007-10-02 Thread gcc at microbizz dot nl
--- Comment #4 from gcc at microbizz dot nl 2007-10-02 08:19 --- Also note that this is a regression from gcc-3.4.x where it worked fine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33610

[Bug middle-end/33610] Access to long double struct member from nested procedure crashes

2007-10-02 Thread gcc at microbizz dot nl
--- Comment #3 from gcc at microbizz dot nl 2007-10-02 08:17 --- Note that the problem also occurs on i386-apple-darwin with gcc-4.1.2. -- gcc at microbizz dot nl changed: What|Removed |Added

[Bug target/24959] Trampolines fail on i686-apple-darwin because stack is not executable

2006-02-27 Thread gcc at microbizz dot nl
--- Comment #12 from gcc at microbizz dot nl 2006-02-27 12:03 --- Subject: Re: Trampolines fail on i686-apple-darwin because stack is not executable I agree that calling mprotect is the best fix. Adriaan van Os -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24959

[Bug target/24959] Trampolines fail on i686-apple-darwin because stack is not executable

2006-01-17 Thread gcc at microbizz dot nl
--- Comment #8 from gcc at microbizz dot nl 2006-01-17 15:30 --- Subject: Re: Trampolines fail on i686-apple-darwin because stack is not executable Currently it is not necessary for powerpc, but Apple may indeed change this in a future version of powerpc-darwin. -- http

[Bug target/22099] builtin_setjmp gives duplicate labels

2005-12-02 Thread gcc at microbizz dot nl
--- Comment #3 from gcc at microbizz dot nl 2005-12-02 13:59 --- The bug is solved by recently proposed Darwin x86 fixes <http://gcc.gnu.org/ml/gcc-patches/2005-11/msg02158.html>. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22099

[Bug target/24959] Trampolines fail on i686-apple-darwin because stack is not executable

2005-11-22 Thread gcc at microbizz dot nl
--- Comment #4 from gcc at microbizz dot nl 2005-11-22 09:12 --- Subject: Trampolines fail on i686-apple-darwin because stack is not executable Clarification - I forgot to mention that the code above (the ENABLE_EXECUTE_STACK macro) must be added to gcc/config/i386/darwin.h not to

[Bug target/24959] Trampolines fail on i686-apple-darwin

2005-11-21 Thread gcc at microbizz dot nl
--- Comment #2 from gcc at microbizz dot nl 2005-11-21 19:28 --- Subject: Trampolines fail on i686-apple-darwin On closer inspection, the problem is that the stack is non-executable. Adding the following code (borrowed from gcc/config/netbsd.h) to darwin.h fixes the problem Adriaan

[Bug target/24959] Trampolines fail on i686-apple-darwin

2005-11-20 Thread gcc at microbizz dot nl
--- Comment #1 from gcc at microbizz dot nl 2005-11-20 21:17 --- Subject: Trampolines fail on i686-apple-darwin Note the gcc.c-torture/execute/nestfunc-5.c fails also (with a bus error). Adriaan van Os -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24959

[Bug target/22119] nonlocal goto's fail on i?86-darwin

2005-11-20 Thread gcc at microbizz dot nl
--- Comment #2 from gcc at microbizz dot nl 2005-11-20 16:30 --- Subject: Re: nonlocal goto's fail on i?86-darwin Note that the test case doesn't fail for non-pic code (--no-pic -read_only_relocs suppress). Tried that with gcc-3.4.4, gcc-4.0.2 and gcc-4.1.0-20051112 on

[Bug target/24959] New: Trampolines fail on i686-apple-darwin

2005-11-20 Thread gcc at microbizz dot nl
: UNCONFIRMED Severity: major Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at microbizz dot nl GCC build triplet: i686-apple-darwin GCC host triplet: i686-apple-darwin GCC target triplet: i686-apple-darwin

[Bug target/22120] New: -fpic causes an ICE on i686-apple-darwin

2005-06-19 Thread gcc at microbizz dot nl
Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at microbizz dot nl CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-apple-darwin GCC target triplet: i686-apple-darwin

[Bug target/22119] New: nonlocal goto's fail on -i686-apple-darwin

2005-06-19 Thread gcc at microbizz dot nl
Severity: normal Priority: P2 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at microbizz dot nl CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i686-apple-darwin GCC target triplet: i686-apple-da

[Bug target/19993] New: -mlong-double-128 weirdness

2005-02-15 Thread gcc at microbizz dot nl
Priority: P1 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at microbizz dot nl CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: powerpc-apple-darwin7 GCC target triplet: powerpc-apple-darwin7 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19993

[Bug target/10901] [ppc-darwin] non-local goto's (still) don't work

2004-11-24 Thread gcc at microbizz dot nl
--- Additional Comments From gcc at microbizz dot nl 2004-11-24 14:18 --- Subject: Re: [ppc-darwin] non-local goto's (still) don't work Q: What does a Software Project do with Bugs ? A: They Store Them in a Bug Database. Problem Solved ! Q: What does a Software Project do