[Bug fortran/34133] Bind(c): Accepts PROGRAM internal bind(c) procedure

2007-11-19 Thread crickett at lanl dot gov
--- Comment #3 from crickett at lanl dot gov 2007-11-19 18:13 --- (In reply to comment #2) > FIXED on the trunk (4.3.0). (Not part of any branch.) > i don't think this constraint exists in F08 (at least i cannot find it). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34133

[Bug fortran/33395] [ISO_C_BINDING ?] ICE (segfault) in gfc_conv_initializer

2007-09-11 Thread crickett at lanl dot gov
--- Comment #4 from crickett at lanl dot gov 2007-09-11 19:51 --- (In reply to comment #3) > gfc_conv_initializer contains: > > if (expr != NULL && expr->ts.type == BT_DERIVED > && expr->ts.is_iso_c && expr->ts.derived &g

[Bug fortran/32801] USE of ISO_C_BINDING, ONLY: C_LOC causes compiler seg fault

2007-07-18 Thread crickett at lanl dot gov
--- Comment #2 from crickett at lanl dot gov 2007-07-18 20:18 --- (In reply to comment #1) > sym->ts has type BT_DERIVED, but yet sym->ts.derived is NULL. Maybe this > should > be set earlier, or maybe the test on (sym->ts.type == BT_DERIVED && > sym-&g