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/51682] Coarray ICEs when compiling with -fdefault-integer-8


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

--- Comment #1 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-02 09:54:44 UTC ---
Author: burnus
Date: Mon Jan  2 09:54:37 2012
New Revision: 182781

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182781
Log:
2012-01-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51682
        * trans-intrinsic.c (trans_this_image, trans_image_index,
        trans_num_images, conv_intrinsic_cobound): Fold_convert the
        caf_num_images/caf_this_images variables to the correct int kind.

2012-01-02  Tobias Burnus  <burnus@net-b.de>

        PR fortran/51682
        * gfortran.dg/coarray/image_index_3.f90: New.


Added:
    trunk/gcc/testsuite/gfortran.dg/coarray/image_index_3.f90
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-intrinsic.c
    trunk/gcc/testsuite/ChangeLog


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