re PR fortran/20059 (internal compiler error: Segmentation Fault - For common blocks)
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sun, 24 Apr 2005 13:51:39 +0000 (15:51 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 24 Apr 2005 13:51:39 +0000 (15:51 +0200)
commiteb83e81102d1770daba45b95ea0f9e5a00c938ae
tree0b35e9cf19e3ed9313832e9e741598c68a75a98f
parent93cfbc5c7c33bf887a973aa6781e9836dc3f2ad6
re PR fortran/20059 (internal compiler error: Segmentation Fault - For common blocks)

fortran/
PR fortran/20059
* trans-common.c (translate_common): Cast offset and
common_segment->offset to type int for warning message.
testsuite/
PR fortran/20059
* gfortran.dg/common_5.f: New test.

From-SVN: r98660
gcc/fortran/ChangeLog
gcc/fortran/trans-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/common_5.f [new file with mode: 0644]