public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/60543] New: Random number problems with REAL64 precision at different optimization levels
@ 2014-03-16 11:47 sarantis.pantazis at gmail dot com
  2014-03-16 16:07 ` [Bug fortran/60543] [4.8/4.9 Regression] Function with side effect removed by the optimizer dominiq at lps dot ens.fr
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: sarantis.pantazis at gmail dot com @ 2014-03-16 11:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 60543
           Summary: Random number problems with REAL64 precision at
                    different optimization levels
           Product: gcc
           Version: 4.8.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sarantis.pantazis at gmail dot com

Created attachment 32365
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32365&action=edit
code and compiled files

The attached code is meant to generate particle velocities with different
magnitudes but uniform angle distribution. In this process, I have checked the
sign of the three velocity components and have found the following:

(1) In DEBUG mode (-O0, please see the included makefile for the exact flags)
no problem appears.
(2) In OPT1 mode (-O1) the number of positive components in the y- and z-
direction seem to be always the same.
(3) In OPT1 mode the code "gets stuck" if I deactivate the WRITE statements of
lines 31 and 34 in bugMain.f.

No error/warning messages given by the compiler.

I have attached a compiled version of (1)-(3) with the -save-temps flag.


The output of lsb_release -a:

LSB Version:   
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch:core-4.1-amd64:core-4.1-noarch:security-4.0-amd64:security-4.0-noarch:security-4.1-amd64:security-4.1-noarch
Distributor ID:    Ubuntu
Description:    Ubuntu 13.10
Release:    13.10
Codename:    saucy


The output of gfortran -v:

Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.8 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)


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

end of thread, other threads:[~2014-03-24 22:12 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-16 11:47 [Bug fortran/60543] New: Random number problems with REAL64 precision at different optimization levels sarantis.pantazis at gmail dot com
2014-03-16 16:07 ` [Bug fortran/60543] [4.8/4.9 Regression] Function with side effect removed by the optimizer dominiq at lps dot ens.fr
2014-03-16 17:49 ` burnus at gcc dot gnu.org
2014-03-17  6:38 ` jakub at gcc dot gnu.org
2014-03-19 21:03 ` burnus at gcc dot gnu.org
2014-03-20  6:53 ` burnus at gcc dot gnu.org
2014-03-20 19:42 ` burnus at gcc dot gnu.org
2014-03-20 19:42 ` burnus at gcc dot gnu.org
2014-03-20 19:44 ` [Bug fortran/60543] [4.7/4.8/4.9 " burnus at gcc dot gnu.org
2014-03-23 14:48 ` sarantis.pantazis at gmail dot com
2014-03-23 14:52 ` sarantis.pantazis at gmail dot com
2014-03-23 15:07 ` dominiq at lps dot ens.fr
2014-03-23 23:18 ` dominiq at lps dot ens.fr
2014-03-24 20:35 ` sarantis.pantazis at gmail dot com
2014-03-24 20:43 ` mikael at gcc dot gnu.org
2014-03-24 21:47 ` sarantis.pantazis at gmail dot com
2014-03-24 21:49 ` anlauf at gmx dot de
2014-03-24 22:12 ` kargl 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).