This is the mail archive of the gcc@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: mainline bootstrap broken on i686-pc-linux-gnu




I can't reproduce it (otherwise I wouldn't have committed it), it
bootstrapped/regtested just fine for me.

Can one of those who can reproduce it give me preprocessed mf-runtime.i
and exact gcc options that triggered it?

I have attached the stripped down testcase. The bug is triggered with: ./cc1 mf-runtime-i.c -march=i686

extern unsigned char __mf_lc_shift;

float
__mf_adapt_cache ()
{
  return __mf_lc_shift;
}

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