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: [RFC] RTL forward propagation pass



The pass causes an ICE in simplify_subreg on i686 and amd64:

struct
{
 int x;
 int y;
} baz;

void
foo (void)
{
baz.x = 1;
}


Thanks for the test case. I'll take a look.

Paolo


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