http://llvm.org/bugs/show_bug.cgi?id=2039


Chris Lattner <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Chris Lattner <[EMAIL PROTECTED]>  2008-04-02 00:19:52 ---
Fixed, patch here:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080331/004901.html

Clang doesn't diagnose this:

int d() {
  int *A;  const int *B;
  return A == B;
}

so one of your testcases isn't triggering.  The AST looks correct though.

Thanks!

-Chris


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to