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/40847] [4.3/4.4/4.5 Regression] segfault & bogus warning



------- Comment #3 from burnus at gcc dot gnu dot org  2009-07-27 12:57 -------
The real issue is that mold->expr_type is EXPR_VARIABLE and not EXPR_ARRAY. In
gfc_simplify_transfer everything is fine: mold->expr_type is EXPR_ARRAY but in
gfc_resolve_transfer it is already wrong. Must go wrong somewhere during
resolution ...


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu dot
                   |                            |org


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]