[Bug fortran/40994] ICE with BIND(C)

2010-04-23 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2010-04-23 20:17 --- as per comment #4, and reconfirmed for trunk -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/40994] ICE with BIND(C)

2010-04-18 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2010-04-18 15:49 --- Still there on trunk - should be marked as NEW. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40994

[Bug fortran/40994] ICE with BIND(C)

2009-08-07 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-08-07 09:15 --- for reference: elete_root (t=0x1306d40) at /data03/vondele/gcc_trunk/gcc/gcc/fortran/bbt.c:149 149 if (t-left-priority t-right-priority) (gdb) bt #0 delete_root (t=0x1306d40) at

[Bug fortran/40994] ICE with BIND(C)

2009-08-07 Thread janus at gcc dot gnu dot org
--- Comment #2 from janus at gcc dot gnu dot org 2009-08-07 09:27 --- Before the ICE one gets the error: SUBROUTINE test_bind_c BIND(C,name=test_bind_c) 1 Error: Missing required parentheses before BIND(C) at (1) If this error is

[Bug fortran/40994] ICE with BIND(C)

2009-08-07 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-08-07 10:11 --- (In reply to comment #2) Before the ICE one gets the error: SUBROUTINE test_bind_c BIND(C,name=test_bind_c) 1 that's why I called the testcase semi-invalid. Note