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 middle-end/23944] [4.1 Regression] segv in fold_indirect_ref_1 in fold-const.c:11505


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-18 12:24 -------
I have a patch for which after gimplification we end up with

f (src)
{
  float D.1279;
  float[4] * D.1280;

  D.1280 = src + 48B;
  D.1279 = (*D.1280)[0];
  return D.1279;
}


-- 


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


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