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]

vrp breaks bootstrap


The first failure I tracked down is that we miscompile assemble_variable
on alpha-linux.  Attached is the .i file.

In the .t22.forwprop dump,

  [varasm.c : 1717] __t_80->decl.u1.a.align = align.183_81;

In the .t23.vrp dump,

  [varasm.c : 1717] __t_80->decl.u1.a.align = 0;

I assure you that the true value is not zero.


r~

Attachment: varasm.i.bz2
Description: BZip2 compressed data


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