[llvm-commits] [llvm] r45890 - /llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp

2008-01-11 Thread Chris Lattner
Author: lattner Date: Fri Jan 11 17:06:56 2008 New Revision: 45890 URL: http://llvm.org/viewvc/llvm-project?rev=45890view=rev Log: llvm-g++ 4.0 has completely different code for this warning, just xfail it. Modified: llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp Modified:

Re: [llvm-commits] [llvm] r45890 - /llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp

2008-01-11 Thread Tanya Lattner
It XPASSes with llvm-gcc4.0. I don't think xfail is what you want. I don't think there is a way to specify a test for pass/fail for a specific version of llvm-gcc. I think this was on my todo list awhile back. File a bug. -Tanya On Jan 11, 2008, at 3:06 PM, Chris Lattner wrote: Author:

Re: [llvm-commits] [llvm] r45890 - /llvm/trunk/test/C++Frontend/2008-01-11-BadWarning.cpp

2008-01-11 Thread Chris Lattner
On Jan 11, 2008, at 5:11 PM, Tanya Lattner wrote: It XPASSes with llvm-gcc4.0. I don't think xfail is what you want. I don't think there is a way to specify a test for pass/fail for a specific version of llvm-gcc. I think this was on my todo list awhile back. File a bug. Actually, that's a