public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/54862] New: [4.8 Regression] error: comparison between signed and unsigned integer expressions in simplify-rtx.c
@ 2012-10-09  0:18 danglin at gcc dot gnu.org
  2012-10-09  7:40 ` [Bug middle-end/54862] " mikpe at it dot uu.se
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-10-09  0:18 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 54862
           Summary: [4.8 Regression] error: comparison between signed and
                    unsigned integer expressions in simplify-rtx.c
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
                CC: rsandifo@gcc.gnu.org


/xxx/gnu/gcc/objdir/./prev-gcc/g++ -B/xxx/gnu/gcc/objdir/./prev-gcc/
-B/opt/gnu/
gcc/gcc-4.8/hppa2.0w-hp-hpux11.00/bin/ -nostdinc++
-B/xxx/gnu/gcc/objdir/prev-hp
pa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs
-B/xxx/gnu/gcc/objdir/prev-hppa2.0w-h
p-hpux11.00/libstdc++-v3/libsupc++/.libs
-I/xxx/gnu/gcc/objdir/prev-hppa2.0w-hp-
hpux11.00/libstdc++-v3/include/hppa2.0w-hp-hpux11.00
-I/xxx/gnu/gcc/objdir/prev-
hppa2.0w-hp-hpux11.00/libstdc++-v3/include
-I/xxx/gnu/gcc/gcc/libstdc++-v3/libsu
pc++ -L/xxx/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs
-L/
xxx/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.00/libstdc++-v3/libsupc++/.libs -c   
-g -O2 -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W
-Wal
l -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedanti
c -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror  
-DHAVE_C
ONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include
-I.
./../gcc/gcc/../libcpp/include -I/opt/gnu/gcc/gmp/include 
-I../../gcc/gcc/../li
bdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc/gcc
/../libbacktrace    ../../gcc/gcc/simplify-rtx.c -o simplify-rtx.o
../../gcc/gcc/simplify-rtx.c: In function 'rtx_def*
simplify_truncation(machine_
mode, rtx, machine_mode)':
../../gcc/gcc/simplify-rtx.c:671:34: error: comparison between signed and
unsign
ed integer expressions [-Werror=sign-compare]
       && INTVAL (XEXP (op, 1)) < precision)
                                  ^
../../gcc/gcc/simplify-rtx.c:683:34: error: comparison between signed and
unsign
ed integer expressions [-Werror=sign-compare]
       && INTVAL (XEXP (op, 1)) < precision)
                                  ^
../../gcc/gcc/simplify-rtx.c:695:34: error: comparison between signed and
unsign
ed integer expressions [-Werror=sign-compare]
       && INTVAL (XEXP (op, 1)) < precision)
                                  ^
../../gcc/gcc/simplify-rtx.c:709:34: error: comparison between signed and
unsign
ed integer expressions [-Werror=sign-compare]
       && INTVAL (XEXP (op, 1)) < op_precision)
                                  ^
cc1plus: all warnings being treated as errors
make[3]: *** [simplify-rtx.o] Error 1


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

end of thread, other threads:[~2012-10-10 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09  0:18 [Bug middle-end/54862] New: [4.8 Regression] error: comparison between signed and unsigned integer expressions in simplify-rtx.c danglin at gcc dot gnu.org
2012-10-09  7:40 ` [Bug middle-end/54862] " mikpe at it dot uu.se
2012-10-09  7:41 ` mikpe at it dot uu.se
2012-10-09  9:58 ` rguenth at gcc dot gnu.org
2012-10-09 11:54 ` jakub at gcc dot gnu.org
2012-10-10  7:41 ` rdsandiford at googlemail dot com
2012-10-10 10:41 ` jakub at gcc dot gnu.org
2012-10-10 11:12 ` jakub 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).