public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
       [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
@ 2005-10-03 16:24 ` janis187 at us dot ibm dot com
  2005-10-03 18:58 ` rth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: janis187 at us dot ibm dot com @ 2005-10-03 16:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from janis187 at us dot ibm dot com  2005-10-03 16:24 -------
A regression hunt for powerpc-linux on mainline identified the merge of the
tree-ssa branch.


-- 


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


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

* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
       [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
  2005-10-03 16:24 ` [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler janis187 at us dot ibm dot com
@ 2005-10-03 18:58 ` rth at gcc dot gnu dot org
  2005-10-03 20:57 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-10-03 18:58 UTC (permalink / raw)
  To: gcc-bugs



-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-09-29 23:55:30         |2005-10-03 18:58:07
               date|                            |


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


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

* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
       [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
  2005-10-03 16:24 ` [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler janis187 at us dot ibm dot com
  2005-10-03 18:58 ` rth at gcc dot gnu dot org
@ 2005-10-03 20:57 ` cvs-commit at gcc dot gnu dot org
  2005-10-03 22:02 ` cvs-commit at gcc dot gnu dot org
  2005-10-03 22:05 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-03 20:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from cvs-commit at gcc dot gnu dot org  2005-10-03 20:57 -------
Subject: Bug 24135

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     rth@gcc.gnu.org 2005-10-03 20:57:45

Modified files:
        gcc            : ChangeLog tree-nested.c 
Added files:
        gcc/testsuite/gcc.c-torture/execute: pr24135.c 

Log message:
        PR 24135
        * tree-nested.c (convert_nl_goto_reference): Lookup a translation
        before creating a new one.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.10070&r2=2.10071
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&r1=2.31&r2=2.32
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/pr24135.c.diff?cvsroot=gcc&r1=NONE&r2=1.1


-- 


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


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

* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
       [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-03 20:57 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-03 22:02 ` cvs-commit at gcc dot gnu dot org
  2005-10-03 22:05 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-10-03 22:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from cvs-commit at gcc dot gnu dot org  2005-10-03 22:02 -------
Subject: Bug 24135

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     rth@gcc.gnu.org 2005-10-03 22:01:55

Modified files:
        gcc            : ChangeLog tree-nested.c 
Added files:
        gcc/testsuite/gcc.c-torture/execute: pr24135.c 

Log message:
        PR 24135
        * tree-nested.c (convert_nl_goto_reference): Lookup a translation
        before creating a new one.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.441&r2=2.7592.2.442
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.24.10.1&r2=2.24.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/pr24135.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=NONE&r2=1.1.2.1


-- 


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


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

* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
       [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2005-10-03 22:02 ` cvs-commit at gcc dot gnu dot org
@ 2005-10-03 22:05 ` rth at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rth at gcc dot gnu dot org @ 2005-10-03 22:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rth at gcc dot gnu dot org  2005-10-03 22:05 -------
Fixed.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler
  2005-09-29 23:48 [Bug translation/24135] New: " alexey dot starovoytov at sun dot com
@ 2005-09-29 23:55 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-29 23:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-29 23:55 -------
Confirmed.  We already go wrong in .nested.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|sparc-sun-solaris2.*        |
   GCC host triplet|sparc-sun-solaris2.*        |
 GCC target triplet|sparc-sun-solaris2.*        |
           Keywords|                            |wrong-code
      Known to fail|4.0.0 4.0.1 4.0.2 4.1.0     |4.0.0 4.1.0
      Known to work|2.95 3.2.2 3.4.3            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-09-29 23:55:30
               date|                            |
            Summary|nonlocal goto from nested   |[4.0/4.1 Regression]
                   |function gets 'undefined    |nonlocal goto from nested
                   |symbol' in assembler        |function gets 'undefined
                   |                            |symbol' in assembler
   Target Milestone|---                         |4.0.3


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


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

end of thread, other threads:[~2005-10-03 22:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-24135-7321@http.gcc.gnu.org/bugzilla/>
2005-10-03 16:24 ` [Bug middle-end/24135] [4.0/4.1 Regression] nonlocal goto from nested function gets 'undefined symbol' in assembler janis187 at us dot ibm dot com
2005-10-03 18:58 ` rth at gcc dot gnu dot org
2005-10-03 20:57 ` cvs-commit at gcc dot gnu dot org
2005-10-03 22:02 ` cvs-commit at gcc dot gnu dot org
2005-10-03 22:05 ` rth at gcc dot gnu dot org
2005-09-29 23:48 [Bug translation/24135] New: " alexey dot starovoytov at sun dot com
2005-09-29 23:55 ` [Bug middle-end/24135] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org

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).