public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49862] New: bfin.c warnings
@ 2011-07-27  9:26 amylaar at gcc dot gnu.org
  2012-03-05 22:03 ` [Bug target/49862] " amylaar at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: amylaar at gcc dot gnu.org @ 2011-07-27  9:26 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: bfin.c warnings
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
                CC: bernds@codesourcery.com, jzhang918@gmail.com
            Blocks: 44756
            Target: bfin-elf, bfin-rtems, bfin-uclinux


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -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/bfin/bfin.c -o bfin.o
../../../gcc/gcc/config/bfin/bfin.c: In function ‘hwloop_optimize’:
../../../gcc/gcc/config/bfin/bfin.c:3423:12: error: unused variable ‘ix’
[-Werror=unused-variable]
../../../gcc/gcc/config/bfin/bfin.c:3416:15: error: unused variable ‘inner’
[-Werror=unused-variable]
../../../gcc/gcc/config/bfin/bfin.c: In function ‘hwloop_pattern_reg’:
../../../gcc/gcc/config/bfin/bfin.c:3845:7: error: variable ‘pat’ set but not
used [-Werror=unused-but-set-variable]
../../../gcc/gcc/config/bfin/bfin.c: In function ‘bfin_reorg_loops’:
../../../gcc/gcc/config/bfin/bfin.c:3869:25: error: unused parameter
‘dump_file’ [-Werror=unused-parameter]
cc1: all warnings being treated as errors


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

* [Bug target/49862] bfin.c warnings
  2011-07-27  9:26 [Bug target/49862] New: bfin.c warnings amylaar at gcc dot gnu.org
@ 2012-03-05 22:03 ` amylaar at gcc dot gnu.org
  2012-03-09  5:55 ` jiez at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-05 22:03 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|bfin-elf, bfin-rtems,       |bfin-elf, bfin-rtems,
                   |bfin-uclinux                |bfin-uclinux,
                   |                            |bfin-linux-uclibc,
                   |                            |bfin-openbsd
      Known to fail|                            |4.7.0, 4.8.0

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-03-05 22:03:12 UTC ---
The problem is still present in Revision 184927.


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

* [Bug target/49862] bfin.c warnings
  2011-07-27  9:26 [Bug target/49862] New: bfin.c warnings amylaar at gcc dot gnu.org
  2012-03-05 22:03 ` [Bug target/49862] " amylaar at gcc dot gnu.org
@ 2012-03-09  5:55 ` jiez at gcc dot gnu.org
  2012-03-09  5:57 ` jiez at gcc dot gnu.org
  2012-09-21 17:41 ` amylaar at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jiez at gcc dot gnu.org @ 2012-03-09  5:55 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jie Zhang <jiez at gcc dot gnu.org> 2012-03-09 05:54:30 UTC ---
Author: jiez
Date: Fri Mar  9 05:54:25 2012
New Revision: 185125

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185125
Log:
    PR target/49862
    * config/bfin/bfin.c (hwloop_optimize): Fix unused variable
    warnings.
    (hwloop_pattern_reg): Fix set but not used warning.
    (bfin_reorg_loops): Remove unused parameter.
    (bfin_reorg): Update use of bfin_reorg_loops.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/bfin/bfin.c


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

* [Bug target/49862] bfin.c warnings
  2011-07-27  9:26 [Bug target/49862] New: bfin.c warnings amylaar at gcc dot gnu.org
  2012-03-05 22:03 ` [Bug target/49862] " amylaar at gcc dot gnu.org
  2012-03-09  5:55 ` jiez at gcc dot gnu.org
@ 2012-03-09  5:57 ` jiez at gcc dot gnu.org
  2012-09-21 17:41 ` amylaar at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jiez at gcc dot gnu.org @ 2012-03-09  5:57 UTC (permalink / raw)
  To: gcc-bugs

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

Jie Zhang <jiez at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2012-03-09
                 CC|                            |jiez at gcc dot gnu.org
         AssignedTo|unassigned at gcc dot       |jiez at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #3 from Jie Zhang <jiez at gcc dot gnu.org> 2012-03-09 05:56:57 UTC ---
Mine.


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

* [Bug target/49862] bfin.c warnings
  2011-07-27  9:26 [Bug target/49862] New: bfin.c warnings amylaar at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-03-09  5:57 ` jiez at gcc dot gnu.org
@ 2012-09-21 17:41 ` amylaar at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-09-21 17:41 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #4 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-09-21 17:40:33 UTC ---
The bfin configurations build now with --enable-werror-always.


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

end of thread, other threads:[~2012-09-21 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27  9:26 [Bug target/49862] New: bfin.c warnings amylaar at gcc dot gnu.org
2012-03-05 22:03 ` [Bug target/49862] " amylaar at gcc dot gnu.org
2012-03-09  5:55 ` jiez at gcc dot gnu.org
2012-03-09  5:57 ` jiez at gcc dot gnu.org
2012-09-21 17:41 ` 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).