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/23201] [4.1 Regression] internal compiler error: verify_ssa failed


------- Additional Comments From dnovillo at gcc dot gnu dot org  2005-09-08 19:30 -------

Definitely an FE oddity.  The operand scanner is told to get the operands of a
COMPONENT_REF that's accessing a non-existant field:

(gdb) ptu stmt
substr.ktbuf = D.485;
(gdb) ptu expr
substr.ktbuf;
(gdb) call debug_variable(ref)
substr, UID 475, struct
{
  int4 nphase;
  int4 nsub;
}, is global, call clobbered, sub-vars: { SFT.25 }
(gdb)

There is no field named 'ktbuf'.  This is confusing all the sub-var machinery,
leading to this ICE.

Paul, could you take a look?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dnovillo at gcc dot gnu dot |pbrook at gcc dot gnu dot
                   |org                         |org


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


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