Rafael,
Agree, my mistake. Though actually the problem was not with the patch, but only with the test. It was too strict what makes it incompatible with 32 bit mode.

Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team

30.06.2014 23:48, Rafael Avila de Espindola пишет:
We normally just revert the entire patch.

Sent from my iPhone

On Jun 29, 2014, at 23:14, Alexey Bataev <[email protected]> wrote:

Author: abataev
Date: Sun Jun 29 22:14:43 2014
New Revision: 212013

URL: http://llvm.org/viewvc/llvm-project?rev=212013&view=rev
Log:
Temp XFAIL CodeGen/captured-statements-nested.c to fix the test

Modified:
    cfe/trunk/test/CodeGen/captured-statements-nested.c

Modified: cfe/trunk/test/CodeGen/captured-statements-nested.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/captured-statements-nested.c?rev=212013&r1=212012&r2=212013&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/captured-statements-nested.c (original)
+++ cfe/trunk/test/CodeGen/captured-statements-nested.c Sun Jun 29 22:14:43 2014
@@ -1,6 +1,7 @@
// RUN: %clang_cc1 -fblocks -emit-llvm %s -o %t
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2
+// XFAIL: *

struct A {
   int a;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to