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


Jakub Jelinek 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.

This is a 4.4 regression from 4.3 as well. Did you mean by the above
that it should be backported after some time on the trunk, or never to 4.4?

Uh, yes - also OK for backport to 4.4 after some time.


Uros.


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