Re: primary vtable not initialized properly

2011-08-11 Thread Xinliang David Li
A new patch with lightly modified the test case. David On Thu, Aug 11, 2011 at 5:02 PM, Xinliang David Li davi...@google.com wrote: Compile the following program using 4.6 or trunk compiler and run it, the program will seg fault. The problem is that the D3_Spec's primary vtable has a null

Re: [PATCH 09/11] Add scop-context

2011-08-11 Thread Jack Howarth
); free_scops (scops); graphite_finalize (need_cfg_cleanup_p); + isl_ctx_free (ctx); } #else /* If Cloog is not available: #ifndef HAVE_cloog. */ -- 1.7.4.1 Sebastian, This patch falls to compile under clang3.0svn with the error... ../../gcc-4.7-20110811/gcc/graphite-sese

Re: [PATCH, ARM] Fix PR target/49437 Thumb2 epilog with stack realignment

2011-08-11 Thread Ye Joey
Ping ^ 2 On Fri, Aug 5, 2011 at 8:56 AM, Ye Joey joey.ye...@gmail.com wrote: Ping On Wed, Aug 3, 2011 at 8:44 AM, Joey Ye joey...@arm.com wrote: This patch fixes PR49437 with a single line change in ARM backend and a regression test case for ARM target ChangeLog: 2011-08-02  Matthew

Re: [PATCH 09/11] Add scop-context

2011-08-11 Thread Sebastian Pop
   This patch falls to compile under clang3.0svn with the error... ../../gcc-4.7-20110811/gcc/graphite-sese-to-poly.c:643:8: error: unknown type name 'isl_id' static isl_id *       ^ ../../gcc-4.7-20110811/gcc/graphite-sese-to-poly.c:647:3: error: use of undeclared identifier 'isl_id

Re: [cxx-mem-model] alternate fetch operations

2011-08-11 Thread Andrew MacLeod
On 08/11/2011 07:18 PM, Lawrence Crowl wrote: On 8/11/11, Andrew MacLeodamacl...@redhat.com wrote: The __sync_mem_fetch_{add,sub,and,xor,or} routines perform the operation atomically, and return the value that was in memory before the operation was performed. As I was working on switching the

[google] Backport r177357 from trunk to google/gcc-4_6 (issue4862042)

2011-08-11 Thread Guozhi Wei
Hi The trunk patch r177357 fixed an arm target test failure, which also affects google/gcc-4_6, OK to port it to google/gcc-4_6? Tested with make check-gcc RUNTESTFLAGS=--target_board=arm-sim/arch=armv7-a arm.exp=vfp-1.c thanks Carrot 2011-08-12 Guozhi Wei car...@google.com

<    1   2   3