[Bug fortran/40847] [4.3/4.4/4.5 Regression] segfault bogus warning

2009-08-05 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2009-08-05 16:10 --- Subject: Bug 40847 Author: pault Date: Wed Aug 5 16:10:19 2009 New Revision: 150493 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=150493 Log: 2009-08-05 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/40847] [4.3/4.4/4.5 Regression] segfault bogus warning

2009-07-27 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2009-07-27 10:08 --- The following looks wrong: gfc_resolve_transfer (gfc_expr *f, gfc_expr *source ATTRIBUTE_UNUSED, gfc_expr *mold, gfc_expr *size) [...] if (mold-ts.type == BT_CHARACTER !mold-ts.cl-length

[Bug fortran/40847] [4.3/4.4/4.5 Regression] segfault bogus warning

2009-07-25 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2009-07-25 16:59 --- Reduced testcase: subroutine transfer_size (source, mold) real :: source character(*) :: mold print *, ichar(transfer(source, (/mold/))) end subroutine (can then be tested at runtime with call

[Bug fortran/40847] [4.3/4.4/4.5 Regression] segfault bogus warning

2009-07-24 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added OtherBugsDependingO||32834 nThis|| Known to