public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/63427] New: hwint.h:250:29: runtime error: shift exponent 64 is too large for 64-bit type 'long int'
@ 2014-10-01 10:22 trippels at gcc dot gnu.org
  2014-10-01 12:44 ` [Bug fortran/63427] " trippels at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-10-01 10:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63427

            Bug ID: 63427
           Summary: hwint.h:250:29: runtime error: shift exponent 64 is
                    too large for 64-bit type 'long int'
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: trippels at gcc dot gnu.org
                CC: zadeck at gcc dot gnu.org
            Blocks: 63426

gcc build with "-fsanitize=undefined" hits the following issue 
when compiling testsuite/gfortran.dg/integer_exponentiation_5.F90:

markus@x4 gfortran %
/var/tmp/gcc_build_dir_/gcc/testsuite/gfortran/../../gfortran
-B/var/tmp/gcc_build_dir_/gcc/testsuite/gfortran/../../
-B/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libgfortran/
/var/tmp/gcc/gcc/testsuite/gfortran.dg/integer_exponentiation_5.F90 
-fno-diagnostics-show-caret -fdiagnostics-color=never    -O0  -fno-range-check 
-B/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libgfortran/.libs
-L/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libgfortran/.libs
-L/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libgfortran/.libs
-B/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libquadmath/.libs
-L/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libquadmath/.libs
-L/var/tmp/gcc_build_dir_/x86_64-unknown-linux-gnu/./libquadmath/.libs  -lm   
-o ./integer_exponentiation_5.exe                                               
../../gcc/gcc/hwint.h:250:19: runtime error: shift exponent 64 is too large for
64-bit type 'long int'
../../gcc/gcc/hwint.h:250:29: runtime error: shift exponent 64 is too large for
64-bit type 'long int'


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

end of thread, other threads:[~2015-02-23 23:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01 10:22 [Bug middle-end/63427] New: hwint.h:250:29: runtime error: shift exponent 64 is too large for 64-bit type 'long int' trippels at gcc dot gnu.org
2014-10-01 12:44 ` [Bug fortran/63427] " trippels at gcc dot gnu.org
2015-02-21 14:43 ` rsandifo at gcc dot gnu.org
2015-02-24  0:05 ` rsandifo 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).