[llvm-commits] [llvm-gcc-4.2] r50381 - /llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c

Dale Johannesen dalej at apple.com
Mon Apr 28 18:11:02 PDT 2008


On Apr 28, 2008, at 5:30 PM, Devang Patel wrote:

> Author: dpatel
> Date: Mon Apr 28 19:30:11 2008
> New Revision: 50381
>
> URL: http://llvm.org/viewvc/llvm-project?rev=50381&view=rev
> Log:
> Disable 5812818 fix for now.

Would somebody please reopen 5812818 in that case?  That is not as  
important as the SWB, but it is a compile-time crash on correct code.

> Modified:
>    llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c
>
> Modified: llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c
> URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c?rev=50381&r1=50380&r2=50381&view=diff
>
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c (original)
> +++ llvm-gcc-4.2/branches/Apple/Tak/gcc/objc/objc-act.c Mon Apr 28  
> 19:30:11 2008
> @@ -8622,6 +8622,7 @@
>         CLASS_TYPE (class) = record;
>
>       /* APPLE LOCAL llvm begin */
> +#if 0
> #ifdef ENABLE_LLVM
>       /* Synthesized properties will later be added to this  
> RECORD_DECL as they
>        * are found in @implementations.  We don't want the LLVM tree- 
> >llvm
> @@ -8633,6 +8634,7 @@
>       if (flag_objc_abi == 2)
>         llvm_compute_type(record);
> #endif
> +#endif
>       /* APPLE LOCAL llvm end */
>     }
> }
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list