Re: [google] Backport patch r175881 from gcc-4_6-branch to google/gcc-4_6 (issue4695051)

2011-07-14 Thread Diego Novillo
On Wed, Jul 13, 2011 at 22:39, Carrot Wei car...@google.com wrote: Hi Diego The previous patch was done with svn merge. This new version is done with svnmerge.py. Again tested with Great, thanks. This simplifies regular merges, since svnmerge.py will know that this rev was merged already.

Re: [google] Backport patch r175881 from gcc-4_6-branch to google/gcc-4_6 (issue4695051)

2011-07-13 Thread Diego Novillo
On Wed, Jul 13, 2011 at 03:12, Guozhi Wei car...@google.com wrote: Hi This patch fixes a testing error on arm backend. It has been tested on both x86 and arm target with following commands. make check-g++ RUNTESTFLAGS=--target_board=arm-sim/thumb/arch=armv7-a dg.exp=anon-ns1.C make

Re: [google] Backport patch r175881 from gcc-4_6-branch to google/gcc-4_6 (issue4695051)

2011-07-13 Thread Carrot Wei
Hi Diego The previous patch was done with svn merge. This new version is done with svnmerge.py. Again tested with make check-g++ RUNTESTFLAGS=--target_board=arm-sim/thumb/arch=armv7-a dg.exp=anon-ns1.C make check-g++ RUNTESTFLAGS=dg.exp=anon-ns1.C BTW, there are some unexpected property