public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x
@ 2012-03-05 23:49 amylaar at gcc dot gnu.org
  2012-03-06  8:14 ` [Bug target/52500] " jakub at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-05 23:49 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52500
           Summary: dwarf2cfi.c fails to build with -Werror for c6x
    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: c6x-elf, c6x-uclinux


../../../gcc/gcc/dwarf2cfi.c: In function
‘expand_builtin_init_dwarf_reg_sizes’:
../../../gcc/gcc/dwarf2cfi.c:262:13: error: comparison between signed and
unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/dwarf2cfi.c: In function ‘dwarf2out_frame_debug_expr’:
../../../gcc/gcc/dwarf2cfi.c:1537:8: error: comparison between signed and
unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/dwarf2cfi.c: In function ‘initial_return_save’:
../../../gcc/gcc/dwarf2cfi.c:2829:11: error: comparison between signed and
unsigned integer expressions [-Werror=sign-compare]
cc1: all warnings being treated as errors
make[2]: *** [dwarf2cfi.o] Error 1


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

* [Bug target/52500] dwarf2cfi.c fails to build with -Werror for c6x
  2012-03-05 23:49 [Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x amylaar at gcc dot gnu.org
@ 2012-03-06  8:14 ` jakub at gcc dot gnu.org
  2013-02-26 14:24 ` amylaar at gcc dot gnu.org
  2013-02-28 10:05 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: jakub at gcc dot gnu.org @ 2012-03-06  8:14 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-03-06 08:14:26 UTC ---
c6x backend bug, DBX_REGISTER_NUMBER should be unsigned int, not int.


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

* [Bug target/52500] dwarf2cfi.c fails to build with -Werror for c6x
  2012-03-05 23:49 [Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x amylaar at gcc dot gnu.org
  2012-03-06  8:14 ` [Bug target/52500] " jakub at gcc dot gnu.org
@ 2013-02-26 14:24 ` amylaar at gcc dot gnu.org
  2013-02-28 10:05 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2013-02-26 14:24 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-26 14:24:22 UTC ---
Author: amylaar
Date: Tue Feb 26 14:24:17 2013
New Revision: 196286

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196286
Log:
        PR target/52500
        * config/c6x/c6x.c (dbx_register_map): Change to unsigned.
        * config/c6x/c6x.h (dbx_register_map): Update declaration.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/c6x/c6x.c
    trunk/gcc/config/c6x/c6x.h


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

* [Bug target/52500] dwarf2cfi.c fails to build with -Werror for c6x
  2012-03-05 23:49 [Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x amylaar at gcc dot gnu.org
  2012-03-06  8:14 ` [Bug target/52500] " jakub at gcc dot gnu.org
  2013-02-26 14:24 ` amylaar at gcc dot gnu.org
@ 2013-02-28 10:05 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2013-02-28 10:05 UTC (permalink / raw)
  To: gcc-bugs


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

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

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

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2013-02-28 10:04:28 UTC ---
c6x-elf / c6x-uclinux build OK now.


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 23:49 [Bug target/52500] New: dwarf2cfi.c fails to build with -Werror for c6x amylaar at gcc dot gnu.org
2012-03-06  8:14 ` [Bug target/52500] " jakub at gcc dot gnu.org
2013-02-26 14:24 ` amylaar at gcc dot gnu.org
2013-02-28 10:05 ` 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).