This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52500] dwarf2cfi.c fails to build with -Werror for c6x
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 06 Mar 2012 08:14:26 +0000
- Subject: [Bug target/52500] dwarf2cfi.c fails to build with -Werror for c6x
- Auto-submitted: auto-generated
- References: <bug-52500-4@http.gcc.gnu.org/bugzilla/>
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.