This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/56637] Bad result on max(1,shiftr(j,1))


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-03-16 21:22:43 UTC ---
The symptoms you describe could indicate a classic error like
an index out of bounds error, an argument mismatch or a variable
which has not been set.

You could run your program under valgrind, and see if you
find anything.

You could also look the output from -fdump-tree-original
to see if anything looks wrong.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]