[Bug fortran/42428] New: String parameter error when optional parameter missing

2009-12-18 Thread David dot Webb at soc dot soton dot ac dot uk
/lib64/gcc/x86_64-suse-linux/4.4/../../.. test_error.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib64/gcc/x86_64-suse-linux/4.4/crtend.o /usr/lib64/gcc/x86_64-suse-linux/4.4/../../../../lib64/crtn.o -- Summary: String parameter error when optional parameter missi

[Bug fortran/23642] internal compiler error: backend decl for module variable h5t_enum_f already exists

2005-08-30 Thread David dot Webb at soc dot soton dot ac dot uk
--- Additional Comments From David dot Webb at soc dot soton dot ac dot uk 2005-08-30 17:36 --- *** This bug has been marked as a duplicate of 23641 *** -- What|Removed |Added

[Bug fortran/23641] internal compiler error: backend decl for module variable h5t_enum_f already exists

2005-08-30 Thread David dot Webb at soc dot soton dot ac dot uk
--- Additional Comments From David dot Webb at soc dot soton dot ac dot uk 2005-08-30 17:36 --- *** Bug 23642 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23641

[Bug fortran/23642] New: internal compiler error: backend decl for module variable h5t_enum_f already exists

2005-08-30 Thread David dot Webb at soc dot soton dot ac dot uk
END MODULE H5FORTRAN_TYPES -- Summary: internal compiler error: backend decl for module variable h5t_enum_f already exists Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2

[Bug fortran/23641] New: internal compiler error: backend decl for module variable h5t_enum_f already exists

2005-08-30 Thread David dot Webb at soc dot soton dot ac dot uk
END MODULE H5FORTRAN_TYPES -- Summary: internal compiler error: backend decl for module variable h5t_enum_f already exists Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2

[Bug fortran/23638] New: Print format generates compiler segmentation fault

2005-08-30 Thread David dot Webb at soc dot soton dot ac dot uk
CHARACTER*8 AOUT(2) c DATA AOUT(1),AOUT(2)/"(6X,4I5)","(4I7)"/ c PRINT AOUT,1,2,3,4 c STOP END -- Summary: Print format generates compiler segmentation fault Product: gcc Version: 4.0.1 Status: UNCONFIRMED