Re: Back porting the LTO fix to upstream gcc 4.9 branch

2014-08-06 Thread Richard Earnshaw
f Hale Wang >> Sent: 2014年8月6日 13:50 >> To: GCC Patches >> Cc: Mike Stump; Richard Biener >> Subject: Back porting the LTO fix to upstream gcc 4.9 branch >> >> Hi, >> >> I have submitted the patch to fix the ABI mis-matching error caused by LTO >

RE: Back porting the LTO fix to upstream gcc 4.9 branch

2014-08-05 Thread Hale Wang
gt; Cc: Mike Stump; Richard Biener > Subject: Back porting the LTO fix to upstream gcc 4.9 branch > > Hi, > > I have submitted the patch to fix the ABI mis-matching error caused by LTO on > 18th June 2014. > > Refer to : https://gcc.gnu.org/ml/gcc-patches/2014-06/msg01429.html

Back porting the LTO fix to upstream gcc 4.9 branch

2014-08-05 Thread Hale Wang
Hi, I have submitted the patch to fix the ABI mis-matching error caused by LTO on 18th June 2014. Refer to : https:// gcc.gnu.org/ml/gcc-patches/2014-06/msg01429.html for details. This fix was done for trunk. We need this fix included for gcc 4.9 branch. So could we back porting this fix to ups