Thanks. It is fixed in 
http://llvm.org/viewvc/llvm-project?view=rev&revision=78448

- Fariborz

On Aug 7, 2009, at 5:33 PM, Daniel Dunbar wrote:

> Hi Fariborz,
>
> On Fri, Aug 7, 2009 at 4:51 PM, Fariborz  
> Jahanian<[email protected]> wrote:
>> +  unsigned TypeQuals;
>> +  if (CXXConstructorDecl *BaseCopyCtor =
>> +      BaseClassDecl->getCopyConstructor(getContext(), TypeQuals)) {
>
> TypeQuals is used uninitialized here.
>
> There are also two cases where it is used uninitialized in
> CodeGenModule.cpp, in the same manner.
>
> - Daniel

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

Reply via email to