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]

Re: c/8407: gcc3.2 ia64 (itanium-2) Internal compiler error in simplify_gen_subreg, at simplify-rtx.c:2711


The submitter sent me his preprocessed source file, from which I
extracted this small test case:

  typedef struct { float u; float v; } P2;

  static void PointInTri (P2 pl, P2 pn, P2 v0, P2 v1, P2 v2)
  {
    P2 e0 = v2;
  }

This causes the same ICE in simplify_gen_subreg when compiled on
ia64-linux with gcc version 3.3 20021106 (experimental) and with
3.2.1 20021105 (prerelease).  GCC 2.96RH ICEs in emit_move_insn.


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