http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
mrs at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #28 from Iain Sandoe ---
Author: iains
Date: Sun Sep 29 20:14:39 2013
New Revision: 203019
URL: http://gcc.gnu.org/viewcvs?rev=203019&root=gcc&view=rev
Log:
gcc:
PR target/10901
* config/darwin-protos.h (machopic_get_function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #27 from Iain Sandoe ---
patch posted.
http://gcc.gnu.org/ml/gcc-patches/2013-09/msg02066.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #26 from Dominique d'Humieres
2012-01-20 16:24:34 UTC ---
I have done a clean bootstrap of r183305 on powerpc-apple-darwin9 with the
patch in comment #25.
Regtesting in progress (allow for ~20 more hours), but gcc at -m32 has only 28
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #25 from Iain Sandoe 2012-01-18 18:29:12
UTC ---
Created attachment 26370
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26370
initial fix
this shares some changes with the fix to PR51784 (and that is somewhere to read
about the
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
m...@gcc.gnu.org changed:
What|Removed |Added
CC||mrs at gcc dot gnu.org
--- Comment #24
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
Iain Sandoe changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
Known to fail
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2010-05-01
22:41 ---
This issue also appears to exist in llvm-gcc-4.2-2.7...
llvm-gcc -O3 -fnested-functions pr10901.c
pr10901.c: In function 'main':
pr10901.c:5: sorry, unimplemented: non-local gotos not supported by LLVM
--- 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
--- Comment #20 from fxcoudert at gcc dot gnu dot org 2009-06-03 21:50
---
*** Bug 22119 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901
--- Comment #19 from fxcoudert at gcc dot gnu dot org 2009-06-03 21:47
---
Still fails on both ppc-darwin and i386-darwin, for 4.3.2, 4.4.0 and current
trunk:
$ cat a.c
extern int puts (const char *);
extern void abort (void);
int main ()
{
__label__ l1;
void foo ()
{
void
11 matches
Mail list logo