public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/44759]  New: mn10300.md signed/unsigned comparisons
@ 2010-07-01 17:18 amylaar at gcc dot gnu dot org
  2010-07-05 20:00 ` [Bug target/44759] " amylaar at gcc dot gnu dot org
  0 siblings, 1 reply; 4+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2010-07-01 17:18 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2451 bytes --]

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../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber  -DCLOOG_PPL_BACKEND 
-I/usr/include/libelf  insn-attrtab.c -o insn-attrtab.o
../../../gcc/gcc/config/mn10300/mn10300.md: In function ‘get_attr_cc’:
../../../gcc/gcc/config/mn10300/mn10300.md:1249:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1250:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1251:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1252:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1300:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1301:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1302:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
../../../gcc/gcc/config/mn10300/mn10300.md:1303:34: error: comparison between
signed and unsigned integer expressions [-Werror=sign-compare]
cc1: all warnings being treated as errors

make[1]: *** [insn-attrtab.o] Error 1
make[1]: Leaving directory `/user/inria/fsf/multi/mn10300-elf/gcc'
make: *** [all-gcc] Error 2


-- 
           Summary: mn10300.md signed/unsigned comparisons
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amylaar at gcc dot gnu dot org
GCC target triplet: mn10300-elf
OtherBugsDependingO 44756
             nThis:


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


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

* [Bug target/44759] mn10300.md signed/unsigned comparisons
  2010-07-01 17:18 [Bug target/44759] New: mn10300.md signed/unsigned comparisons amylaar at gcc dot gnu dot org
@ 2010-07-05 20:00 ` amylaar at gcc dot gnu dot org
  0 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2010-07-05 20:00 UTC (permalink / raw)
  To: gcc-bugs



-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-05 20:00:37
               date|                            |


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


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

* [Bug target/44759] mn10300.md signed/unsigned comparisons
       [not found] <bug-44759-4@http.gcc.gnu.org/bugzilla/>
  2010-11-09 17:23 ` amylaar at gcc dot gnu.org
@ 2010-11-09 17:28 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-09 17:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-09 17:27:40 UTC ---
Patch has been applied to trunk.


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

* [Bug target/44759] mn10300.md signed/unsigned comparisons
       [not found] <bug-44759-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-09 17:23 ` amylaar at gcc dot gnu.org
  2010-11-09 17:28 ` amylaar at gcc dot gnu.org
  1 sibling, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2010-11-09 17:23 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-11-09 17:23:11 UTC ---
Author: amylaar
Date: Tue Nov  9 17:23:05 2010
New Revision: 166500

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166500
Log:
        PR target/44759
        * config/mn10300/mn10300.c (SIZE_FMOV_LIMIT): Promote all arms of
        conditional to type of S.
        (mn10300_function_arg): Remove unused variable align.
        (mn10300_arg_partial_bytes): Likewise.
        * config/mn10300/mn10300.md (attribute cpu): Cast value to
        enum attr_cpu.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/mn10300/mn10300.c
    trunk/gcc/config/mn10300/mn10300.md


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

end of thread, other threads:[~2010-11-09 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-01 17:18 [Bug target/44759] New: mn10300.md signed/unsigned comparisons amylaar at gcc dot gnu dot org
2010-07-05 20:00 ` [Bug target/44759] " amylaar at gcc dot gnu dot org
     [not found] <bug-44759-4@http.gcc.gnu.org/bugzilla/>
2010-11-09 17:23 ` amylaar at gcc dot gnu.org
2010-11-09 17:28 ` 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).