public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
       [not found] <bug-17280-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-11 12:29 ` rguenth at gcc dot gnu.org
  2012-01-13 23:34 ` michaelb at ieee dot org
  2014-12-21 22:39 ` olegendo at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-01-11 12:29 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-11
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-01-11 12:29:11 UTC ---
Is this still an issue?


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

* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
       [not found] <bug-17280-4@http.gcc.gnu.org/bugzilla/>
  2012-01-11 12:29 ` [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels rguenth at gcc dot gnu.org
@ 2012-01-13 23:34 ` michaelb at ieee dot org
  2014-12-21 22:39 ` olegendo at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: michaelb at ieee dot org @ 2012-01-13 23:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Michael Beach <michaelb at ieee dot org> 2012-01-13 23:21:53 UTC ---
It's no longer an issue for me, as I'm not working on a project using
sh-elf-gcc any more. I'm unaware of whether this problem occurs in more recent
gcc releases or not.


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

* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
       [not found] <bug-17280-4@http.gcc.gnu.org/bugzilla/>
  2012-01-11 12:29 ` [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels rguenth at gcc dot gnu.org
  2012-01-13 23:34 ` michaelb at ieee dot org
@ 2014-12-21 22:39 ` olegendo at gcc dot gnu.org
  2 siblings, 0 replies; 6+ messages in thread
From: olegendo at gcc dot gnu.org @ 2014-12-21 22:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17280

Oleg Endo <olegendo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |olegendo at gcc dot gnu.org
         Resolution|---                         |WORKSFORME

--- Comment #4 from Oleg Endo <olegendo at gcc dot gnu.org> ---
Seems to be working on trunk r218998.  Test case added, closed.


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

* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
  2004-09-02 10:33 [Bug c/17280] New: " michaelb at ieee dot org
  2004-09-02 17:04 ` [Bug target/17280] " pinskia at gcc dot gnu dot org
  2004-12-10  3:20 ` pinskia at gcc dot gnu dot org
@ 2005-06-19 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-19 14:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|sh-unknown-elf              |sh-elf


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


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

* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
  2004-09-02 10:33 [Bug c/17280] New: " michaelb at ieee dot org
  2004-09-02 17:04 ` [Bug target/17280] " pinskia at gcc dot gnu dot org
@ 2004-12-10  3:20 ` pinskia at gcc dot gnu dot org
  2005-06-19 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-10  3:20 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


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


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

* [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels
  2004-09-02 10:33 [Bug c/17280] New: " michaelb at ieee dot org
@ 2004-09-02 17:04 ` pinskia at gcc dot gnu dot org
  2004-12-10  3:20 ` pinskia at gcc dot gnu dot org
  2005-06-19 14:46 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-09-02 17:04 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |target


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


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

end of thread, other threads:[~2014-12-21 22:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-17280-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 12:29 ` [Bug target/17280] -mrelax and -O cause .uses directives in assembler to refer to non-existent local labels rguenth at gcc dot gnu.org
2012-01-13 23:34 ` michaelb at ieee dot org
2014-12-21 22:39 ` olegendo at gcc dot gnu.org
2004-09-02 10:33 [Bug c/17280] New: " michaelb at ieee dot org
2004-09-02 17:04 ` [Bug target/17280] " pinskia at gcc dot gnu dot org
2004-12-10  3:20 ` pinskia at gcc dot gnu dot org
2005-06-19 14:46 ` 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).