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/47023] [4.6/4.7 regression] C_Sizeof: Rejects valid code


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

--- Comment #11 from janus at gcc dot gnu.org 2011-10-16 19:42:50 UTC ---
Author: janus
Date: Sun Oct 16 19:42:48 2011
New Revision: 180062

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180062
Log:
2011-10-16  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/47023
    * primary.c (match_kind_param): Detect ISO_C_BINDING kinds.
    (get_kind): Pass on 'is_iso_c' flag.
    (match_integer_constant,match_real_constant,match_logical_constant):
    Set 'ts.is_c_interop'.


2011-10-16  Janus Weil  <janus@gcc.gnu.org>

    PR fortran/47023
    * gfortran.dg/c_kind_tests_3.f03: New.

Added:
    trunk/gcc/testsuite/gfortran.dg/c_kind_tests_3.f03
Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/primary.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]