public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
@ 2003-06-01  6:24 ` dhazeghi@yahoo.com
  2003-07-07 16:00 ` pinskia at physics dot uc dot edu
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-01  6:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |powerpc-apple-darwin
 GCC target triplet|                            |powerpc-apple-darwin6.6


------- Additional Comments From dhazeghi@yahoo.com  2003-06-01 06:23 -------
Hello,

I can confirm that this bug also occurs with Apple's gcc 3.1, FSF gcc 3.2.3, 3.3 branch and mainline 
(20030530).

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
  2003-06-01  6:24 ` [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work dhazeghi@yahoo.com
@ 2003-07-07 16:00 ` pinskia at physics dot uc dot edu
  2003-09-14 20:08 ` gcc at microbizz dot nl
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-07 16:00 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-07 16:00 -------
Keating fixed a similar problem with but __builtin_setjmp so maybe that fix can be copied 
so that non-local goto restore the PIC register also.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
  2003-06-01  6:24 ` [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work dhazeghi@yahoo.com
  2003-07-07 16:00 ` pinskia at physics dot uc dot edu
@ 2003-09-14 20:08 ` gcc at microbizz dot nl
  2003-09-14 23:31 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: gcc at microbizz dot nl @ 2003-09-14 20:08 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901



------- Additional Comments From gcc at microbizz dot nl  2003-09-14 18:41 -------
Subject: Re:  [ppc-darwin] non-local goto's (still) don't work

With the release of gcc 3.4 and gcc 3.3.2 in view, scheduled for 
October, may I politely draw your attention to the Darwin non-local 
goto bug PR 10901 ? The Pascal compiler needs the fix.

Regards,

Adriaan van Os
<www.microbizz.nl/gpc.html>


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (2 preceding siblings ...)
  2003-09-14 20:08 ` gcc at microbizz dot nl
@ 2003-09-14 23:31 ` pinskia at gcc dot gnu dot org
  2003-09-27 21:49 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-14 23:31 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-14 22:43 -------
I have tried to figure how to do this maybe someone can give me an hint (I know after the label for 
the callback (the non-local label), I have to somehow fix the PIC register (r31) but the problem is I 
do not know what to change in the machine description, I have tried couple of them but they did 
not work).


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (3 preceding siblings ...)
  2003-09-14 23:31 ` pinskia at gcc dot gnu dot org
@ 2003-09-27 21:49 ` pinskia at gcc dot gnu dot org
  2003-11-09  3:25 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-09-27 21:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-27 20:36 -------
I am looking into this.
Should look at how S390 implements this: <http://gcc.gnu.org/ml/gcc-patches/2003-09/
msg01872.html>.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (4 preceding siblings ...)
  2003-09-27 21:49 ` pinskia at gcc dot gnu dot org
@ 2003-11-09  3:25 ` pinskia at gcc dot gnu dot org
  2003-11-15  1:12 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-09  3:25 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (5 preceding siblings ...)
  2003-11-09  3:25 ` pinskia at gcc dot gnu dot org
@ 2003-11-15  1:12 ` dhazeghi at yahoo dot com
  2003-11-28 14:39 ` gcc at microbizz dot nl
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-11-15  1:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-11-15 01:12 -------
Mainline (20031115)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-17 22:19:42         |2003-11-15 01:12:22
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (6 preceding siblings ...)
  2003-11-15  1:12 ` dhazeghi at yahoo dot com
@ 2003-11-28 14:39 ` gcc at microbizz dot nl
  2004-02-08  6:44 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: gcc at microbizz dot nl @ 2003-11-28 14:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gcc at microbizz dot nl  2003-11-28 14:39 -------
Subject: Re:  [ppc-darwin] Darwin back-end

May I draw the attention of Darwin back-end maintainers once again to 
PR10901 ? It is a stated goal of the current gcc development 
methodology to achieve "higher-quality releases".

Regards,

Adriaan van Os



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (7 preceding siblings ...)
  2003-11-28 14:39 ` gcc at microbizz dot nl
@ 2004-02-08  6:44 ` pinskia at gcc dot gnu dot org
  2004-08-09  2:00 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-08  6:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-08 06:44 -------
Not working on it anymore too much other things to work on.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|ASSIGNED                    |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (8 preceding siblings ...)
  2004-02-08  6:44 ` pinskia at gcc dot gnu dot org
@ 2004-08-09  2:00 ` pinskia at gcc dot gnu dot org
  2004-11-24 14:18 ` gcc at microbizz dot nl
  2005-06-17  3:54 ` [Bug target/10901] non-local goto's don't work on powerpc-darwin pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-09  2:00 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Last reconfirmed|2004-05-10 17:04:22         |2004-08-09 02:00:46
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (9 preceding siblings ...)
  2004-08-09  2:00 ` pinskia at gcc dot gnu dot org
@ 2004-11-24 14:18 ` gcc at microbizz dot nl
  2005-06-17  3:54 ` [Bug target/10901] non-local goto's don't work on powerpc-darwin pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 14+ messages in thread
From: gcc at microbizz dot nl @ 2004-11-24 14:18 UTC (permalink / raw)
  To: gcc-bugs


------- 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 with Bugs That Are Not Welcome ?
A: They Store Them in a Bug Database and then Assign Them Low Priority. 
This is Very Convenient because The Next Release will only target High 
Priority Bugs. Problem Solved !

Q: What does a Software Project do with Bugs After A Long Period, say 
100 years ?
A: The Bugs will Be Removed from the Bug Database, as Nobody has Cared 
About Them Anyway. Problem Solved !

Mr. Cynical



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] non-local goto's don't work on powerpc-darwin
       [not found] <20030521102600.10901.gcc@microbizz.nl>
                   ` (10 preceding siblings ...)
  2004-11-24 14:18 ` gcc at microbizz dot nl
@ 2005-06-17  3:54 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-17  3:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-17 03:53 -------
I should note this also effects i686-darwin also but that should be filed in a different bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|powerpc-apple-darwin        |
 GCC target triplet|powerpc-apple-darwin6.6     |powerpc-darwin
            Summary|[ppc-darwin] non-local      |non-local goto's don't work
                   |goto's (still) don't work   |on powerpc-darwin


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
@ 2003-05-24  1:09 pinskia@physics.uc.edu
  0 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-24  1:09 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901



------- Additional Comments From pinskia@physics.uc.edu  2003-05-24 01:00 -------
confirmed on mainline (20030523).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work
@ 2003-05-23 19:55 pinskia@physics.uc.edu
  0 siblings, 0 replies; 14+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-23 19:55 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10901


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-23 19:44:58
               date|                            |
            Summary|[mac os x] non-local goto's |[ppc-darwin] non-local
                   |(still) don't work          |goto's (still) don't work


------- Additional Comments From pinskia@physics.uc.edu  2003-05-23 19:44 -------
One more thing non-local jumps save and restore r2 which is a violatable register under 
ppc-darwin but not the pic register r31.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2005-06-17  3:54 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030521102600.10901.gcc@microbizz.nl>
2003-06-01  6:24 ` [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work dhazeghi@yahoo.com
2003-07-07 16:00 ` pinskia at physics dot uc dot edu
2003-09-14 20:08 ` gcc at microbizz dot nl
2003-09-14 23:31 ` pinskia at gcc dot gnu dot org
2003-09-27 21:49 ` pinskia at gcc dot gnu dot org
2003-11-09  3:25 ` pinskia at gcc dot gnu dot org
2003-11-15  1:12 ` dhazeghi at yahoo dot com
2003-11-28 14:39 ` gcc at microbizz dot nl
2004-02-08  6:44 ` pinskia at gcc dot gnu dot org
2004-08-09  2:00 ` pinskia at gcc dot gnu dot org
2004-11-24 14:18 ` gcc at microbizz dot nl
2005-06-17  3:54 ` [Bug target/10901] non-local goto's don't work on powerpc-darwin pinskia at gcc dot gnu dot org
2003-05-24  1:09 [Bug target/10901] [ppc-darwin] non-local goto's (still) don't work pinskia@physics.uc.edu
  -- strict thread matches above, loose matches on Subject: below --
2003-05-23 19:55 pinskia@physics.uc.edu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).