public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52550] New: tile*.c: unused variable ‘cfa_offset’
@ 2012-03-10 13:55 amylaar at gcc dot gnu.org
  2013-02-26 14:35 ` [Bug target/52550] " amylaar at gcc dot gnu.org
  2013-02-28 10:08 ` amylaar at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-10 13:55 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52550
           Summary: tile*.c: unused variable ‘cfa_offset’
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 44756
              Host: x86_64-unknown-linux-gnu
            Target: tilegx-linux-gnu, tilepro-linux-gnu


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    \
                ../../../gcc/gcc/config/tilegx/tilegx.c -o tilegx.o
../../../gcc/gcc/config/tilegx/tilegx.c: In function ‘tilegx_expand_prologue’:
../../../gcc/gcc/config/tilegx/tilegx.c:3901:11: error: unused variable
‘cfa_offset’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
make[2]: *** [tilegx.o] Error 1


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber    \
                ../../../gcc/gcc/config/tilepro/tilepro.c -o tilepro.o
../../../gcc/gcc/config/tilepro/tilepro.c: In function
‘tilepro_expand_prologue’:
../../../gcc/gcc/config/tilepro/tilepro.c:3576:11: error: unused variable
‘cfa_offset’ [-Werror=unused-variable]
cc1: all warnings being treated as errors
make[2]: *** [tilepro.o] Error 1


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

* [Bug target/52550] tile*.c: unused variable ‘cfa_offset’
  2012-03-10 13:55 [Bug target/52550] New: tile*.c: unused variable ‘cfa_offset’ amylaar at gcc dot gnu.org
@ 2013-02-26 14:35 ` amylaar at gcc dot gnu.org
  2013-02-28 10:08 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2013-02-26 14:35 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-26 14:34:34 UTC ---
Author: amylaar
Date: Tue Feb 26 14:34:26 2013
New Revision: 196288

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196288
Log:
        PR target/52550
        * config/tilegx/tilegx.c (tilegx_expand_prologue):
        Remove unused variable cfa_offset.
        * config/tilepro/tilepro.c (tilepro_expand_prologue): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/tilegx/tilegx.c
    trunk/gcc/config/tilepro/tilepro.c


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

* [Bug target/52550] tile*.c: unused variable ‘cfa_offset’
  2012-03-10 13:55 [Bug target/52550] New: tile*.c: unused variable ‘cfa_offset’ amylaar at gcc dot gnu.org
  2013-02-26 14:35 ` [Bug target/52550] " amylaar at gcc dot gnu.org
@ 2013-02-28 10:08 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: amylaar at gcc dot gnu.org @ 2013-02-28 10:08 UTC (permalink / raw)
  To: gcc-bugs


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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-28 10:07:51 UTC ---
tilegx-linux-gnu / tilepro-linux-gnu build OK now.


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

end of thread, other threads:[~2013-02-28 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-10 13:55 [Bug target/52550] New: tile*.c: unused variable ‘cfa_offset’ amylaar at gcc dot gnu.org
2013-02-26 14:35 ` [Bug target/52550] " amylaar at gcc dot gnu.org
2013-02-28 10:08 ` amylaar at gcc dot gnu.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).