This is the mail archive of the gcc-patches@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: PATCH: PR target/39903: [4.4/4.5 Regression] ICE on flexible member


H.J. Lu wrote:

construct_container isn't prepared to deal with

struct X {
  double d;
  double b[];
};

This patch fixes it. I am testing it on Linux/Intel64. OK for
trunk and 4.4 if there are no regressions?
OK for mainline.

Thanks,
Uros.


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