For PR1338: Rename test dirs
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 29 May 2008 19:17:15 +0000 (19:17 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 29 May 2008 19:17:15 +0000 (19:17 +0000)
commit0b85642898bd81209e56e8098c065e2975d455a0
tree9059e4d73006c90d725ee560da049a3ff6b66691
parentfcc6350ac9b99d6590f5256d26bfa489b4531fb3
For PR1338: Rename test dirs

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51695 91177308-0d34-0410-b5e6-96231b3b80d8
710 files changed:
test/C++Frontend/2003-08-20-ExceptionFail.cpp [deleted file]
test/C++Frontend/2003-08-21-EmptyClass.cpp [deleted file]
test/C++Frontend/2003-08-24-Cleanup.cpp [deleted file]
test/C++Frontend/2003-08-27-TypeNamespaces.cpp [deleted file]
test/C++Frontend/2003-08-28-ForwardType.cpp [deleted file]
test/C++Frontend/2003-08-28-SaveExprBug.cpp [deleted file]
test/C++Frontend/2003-08-29-ArgPassingBug.cpp [deleted file]
test/C++Frontend/2003-08-31-StructLayout.cpp [deleted file]
test/C++Frontend/2003-09-22-CompositeExprValue.cpp [deleted file]
test/C++Frontend/2003-09-29-ArgumentNumberMismatch.cpp [deleted file]
test/C++Frontend/2003-09-30-CommaExprBug.cpp [deleted file]
test/C++Frontend/2003-09-30-ForIncrementExprBug.cpp [deleted file]
test/C++Frontend/2003-09-30-ForIncrementExprBug2.cpp [deleted file]
test/C++Frontend/2003-09-30-NestedFunctionDecl.cpp [deleted file]
test/C++Frontend/2003-10-17-BoolBitfields.cpp [deleted file]
test/C++Frontend/2003-10-21-InnerClass.cpp [deleted file]
test/C++Frontend/2003-10-27-VirtualBaseClassCrash.cpp [deleted file]
test/C++Frontend/2003-11-02-WeakLinkage.cpp [deleted file]
test/C++Frontend/2003-11-04-ArrayConstructors.cpp [deleted file]
test/C++Frontend/2003-11-04-CatchLabelName.cpp [deleted file]
test/C++Frontend/2003-11-08-ArrayAddress.cpp [deleted file]
test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp [deleted file]
test/C++Frontend/2003-11-18-EnumArray.cpp [deleted file]
test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp [deleted file]
test/C++Frontend/2003-11-18-PtrMemConstantInitializer.cpp [deleted file]
test/C++Frontend/2003-11-25-ReturningOpaqueByValue.cpp [deleted file]
test/C++Frontend/2003-11-27-MultipleInheritanceThunk.cpp [deleted file]
test/C++Frontend/2003-11-29-DuplicatedCleanupTest.cpp [deleted file]
test/C++Frontend/2003-12-08-ArrayOfPtrToMemberFunc.cpp [deleted file]
test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp [deleted file]
test/C++Frontend/2004-03-08-ReinterpretCastCopy.cpp [deleted file]
test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp [deleted file]
test/C++Frontend/2004-03-15-CleanupsAndGotos.cpp [deleted file]
test/C++Frontend/2004-06-08-LateTemplateInstantiation.cpp [deleted file]
test/C++Frontend/2004-09-27-CompilerCrash.cpp [deleted file]
test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp [deleted file]
test/C++Frontend/2004-11-27-EmitsUnusedInlineFunctions.cpp [deleted file]
test/C++Frontend/2004-11-27-ExceptionCleanupAssertion.cpp [deleted file]
test/C++Frontend/2004-11-27-FriendDefaultArgCrash.cpp [deleted file]
test/C++Frontend/2004-11-27-InlineAsmFunctionRedefinition.cpp [deleted file]
test/C++Frontend/2005-01-03-StaticInitializers.cpp [deleted file]
test/C++Frontend/2005-02-11-AnonymousUnion.cpp [deleted file]
test/C++Frontend/2005-02-13-BadDynamicInit.cpp [deleted file]
test/C++Frontend/2005-02-14-BitFieldOffset.cpp [deleted file]
test/C++Frontend/2005-02-19-BitfieldStructCrash.cpp [deleted file]
test/C++Frontend/2005-02-19-UnnamedVirtualThunkArgument.cpp [deleted file]
test/C++Frontend/2005-02-20-BrokenReferenceTest.cpp [deleted file]
test/C++Frontend/2005-02-27-PlacementArrayNewCrash.cpp [deleted file]
test/C++Frontend/2005-07-21-VirtualBaseAccess.cpp [deleted file]
test/C++Frontend/2006-03-01-GimplifyCrash.cpp [deleted file]
test/C++Frontend/2006-03-06-C++RecurseCrash.cpp [deleted file]
test/C++Frontend/2006-09-08-powi.cpp [deleted file]
test/C++Frontend/2006-09-12-OpaqueStructCrash.cpp [deleted file]
test/C++Frontend/2006-09-27-Debug-Protection.cpp [deleted file]
test/C++Frontend/2006-10-30-ClassBitfield.cpp [deleted file]
test/C++Frontend/2006-11-06-StackTrace.cpp [deleted file]
test/C++Frontend/2006-11-20-GlobalSymbols.cpp [deleted file]
test/C++Frontend/2006-11-30-ConstantExprCrash.cpp [deleted file]
test/C++Frontend/2006-11-30-NoCompileUnit.cpp [deleted file]
test/C++Frontend/2006-11-30-Pubnames.cpp [deleted file]
test/C++Frontend/2007-01-02-UnboundedArray.cpp [deleted file]
test/C++Frontend/2007-01-06-ELF-Thunk-Sections.cpp [deleted file]
test/C++Frontend/2007-01-06-PtrMethodInit.cpp [deleted file]
test/C++Frontend/2007-03-27-FunctionVarRename.cpp [deleted file]
test/C++Frontend/2007-04-05-PackedBitFields-1.cpp [deleted file]
test/C++Frontend/2007-04-05-PackedBitFieldsOverlap-2.cpp [deleted file]
test/C++Frontend/2007-04-05-PackedBitFieldsOverlap.cpp [deleted file]
test/C++Frontend/2007-04-05-PackedBitFieldsSmall.cpp [deleted file]
test/C++Frontend/2007-04-05-StructPackedFieldUnpacked.cpp [deleted file]
test/C++Frontend/2007-04-10-PackedUnion.cpp [deleted file]
test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp [deleted file]
test/C++Frontend/2007-04-14-FNoBuiltin.cpp [deleted file]
test/C++Frontend/2007-04-31-TryCatch.cpp [deleted file]
test/C++Frontend/2007-05-03-VectorInit.cpp [deleted file]
test/C++Frontend/2007-05-16-ReverseBitFieldCrash.cpp [deleted file]
test/C++Frontend/2007-05-23-TryFinally.cpp [deleted file]
test/C++Frontend/2007-07-04-NestedCatches.cpp [deleted file]
test/C++Frontend/2007-07-29-RestrictPtrArg.cpp [deleted file]
test/C++Frontend/2007-07-29-RestrictRefArg.cpp [deleted file]
test/C++Frontend/2007-08-01-RestrictMethod.cpp [deleted file]
test/C++Frontend/2007-09-10-RecursiveTypeResolution.cpp [deleted file]
test/C++Frontend/2007-10-01-StructResize.cpp [deleted file]
test/C++Frontend/2008-01-11-BadWarning.cpp [deleted file]
test/C++Frontend/2008-01-12-VecInit.cpp [deleted file]
test/C++Frontend/2008-02-13-sret.cpp [deleted file]
test/C++Frontend/2008-05-07-CrazyOffsetOf.cpp [deleted file]
test/C++Frontend/dg.exp [deleted file]
test/C++Frontend/ptr-to-method-devirt.cpp [deleted file]
test/CFrontend/2002-01-23-LoadQISIReloadFailure.c [deleted file]
test/CFrontend/2002-01-24-ComplexSpaceInType.c [deleted file]
test/CFrontend/2002-01-24-HandleCallInsnSEGV.c [deleted file]
test/CFrontend/2002-02-13-ConditionalInCall.c [deleted file]
test/CFrontend/2002-02-13-ReloadProblem.c [deleted file]
test/CFrontend/2002-02-13-TypeVarNameCollision.c [deleted file]
test/CFrontend/2002-02-13-UnnamedLocal.c [deleted file]
test/CFrontend/2002-02-14-EntryNodePreds.c [deleted file]
test/CFrontend/2002-02-16-RenamingTest.c [deleted file]
test/CFrontend/2002-02-17-ArgumentAddress.c [deleted file]
test/CFrontend/2002-02-18-64bitConstant.c [deleted file]
test/CFrontend/2002-02-18-StaticData.c [deleted file]
test/CFrontend/2002-03-11-LargeCharInString.c [deleted file]
test/CFrontend/2002-03-12-ArrayInitialization.c [deleted file]
test/CFrontend/2002-03-12-StructInitialize.c [deleted file]
test/CFrontend/2002-03-12-StructInitializer.c [deleted file]
test/CFrontend/2002-03-14-BrokenPHINode.c [deleted file]
test/CFrontend/2002-03-14-BrokenSSA.c [deleted file]
test/CFrontend/2002-03-14-QuotesInStrConst.c [deleted file]
test/CFrontend/2002-04-07-SwitchStmt.c [deleted file]
test/CFrontend/2002-04-08-LocalArray.c [deleted file]
test/CFrontend/2002-04-09-StructRetVal.c [deleted file]
test/CFrontend/2002-04-10-StructParameters.c [deleted file]
test/CFrontend/2002-05-23-StaticValues.c [deleted file]
test/CFrontend/2002-05-23-TypeNameCollision.c [deleted file]
test/CFrontend/2002-05-24-Alloca.c [deleted file]
test/CFrontend/2002-06-25-FWriteInterfaceFailure.c [deleted file]
test/CFrontend/2002-07-14-MiscListTests.c [deleted file]
test/CFrontend/2002-07-14-MiscTests.c [deleted file]
test/CFrontend/2002-07-14-MiscTests2.c [deleted file]
test/CFrontend/2002-07-14-MiscTests3.c [deleted file]
test/CFrontend/2002-07-16-HardStringInit.c [deleted file]
test/CFrontend/2002-07-17-StringConstant.c [deleted file]
test/CFrontend/2002-07-29-Casts.c [deleted file]
test/CFrontend/2002-07-30-SubregSetAssertion.c [deleted file]
test/CFrontend/2002-07-30-UnionTest.c [deleted file]
test/CFrontend/2002-07-30-VarArgsCallFailure.c [deleted file]
test/CFrontend/2002-07-31-BadAssert.c [deleted file]
test/CFrontend/2002-07-31-SubregFailure.c [deleted file]
test/CFrontend/2002-08-02-UnionTest.c [deleted file]
test/CFrontend/2002-08-19-RecursiveLocals.c [deleted file]
test/CFrontend/2002-09-08-PointerShifts.c [deleted file]
test/CFrontend/2002-09-18-UnionProblem.c [deleted file]
test/CFrontend/2002-09-19-StarInLabel.c [deleted file]
test/CFrontend/2002-10-12-TooManyArguments.c [deleted file]
test/CFrontend/2002-12-15-GlobalBoolTest.c [deleted file]
test/CFrontend/2002-12-15-GlobalConstantTest.c [deleted file]
test/CFrontend/2002-12-15-GlobalRedefinition.c [deleted file]
test/CFrontend/2002-12-15-StructParameters.c [deleted file]
test/CFrontend/2003-01-30-UnionInit.c [deleted file]
test/CFrontend/2003-03-03-DeferredType.c [deleted file]
test/CFrontend/2003-06-22-UnionCrash.c [deleted file]
test/CFrontend/2003-06-23-GCC-fold-infinite-recursion.c [deleted file]
test/CFrontend/2003-06-26-CFECrash.c [deleted file]
test/CFrontend/2003-06-29-MultipleFunctionDefinition.c [deleted file]
test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c [deleted file]
test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c [deleted file]
test/CFrontend/2003-08-17-DeadCodeShortCircuit.c [deleted file]
test/CFrontend/2003-08-18-SigSetJmp.c [deleted file]
test/CFrontend/2003-08-18-StructAsValue.c [deleted file]
test/CFrontend/2003-08-20-BadBitfieldRef.c [deleted file]
test/CFrontend/2003-08-20-PrototypeMismatch.c [deleted file]
test/CFrontend/2003-08-20-vfork-bug.c [deleted file]
test/CFrontend/2003-08-21-BinOp-Type-Mismatch.c [deleted file]
test/CFrontend/2003-08-21-StmtExpr.c [deleted file]
test/CFrontend/2003-08-21-WideString.c [deleted file]
test/CFrontend/2003-08-23-LocalUnionTest.c [deleted file]
test/CFrontend/2003-08-29-BitFieldStruct.c [deleted file]
test/CFrontend/2003-08-29-HugeCharConst.c [deleted file]
test/CFrontend/2003-08-29-StructLayoutBug.c [deleted file]
test/CFrontend/2003-08-30-AggregateInitializer.c [deleted file]
test/CFrontend/2003-08-30-LargeIntegerBitfieldMember.c [deleted file]
test/CFrontend/2003-09-18-BitfieldTests.c [deleted file]
test/CFrontend/2003-09-30-StructLayout.c [deleted file]
test/CFrontend/2003-10-02-UnionLValueError.c [deleted file]
test/CFrontend/2003-10-06-NegateExprType.c [deleted file]
test/CFrontend/2003-10-09-UnionInitializerBug.c [deleted file]
test/CFrontend/2003-10-28-ident.c [deleted file]
test/CFrontend/2003-10-29-AsmRename.c [deleted file]
test/CFrontend/2003-11-01-C99-CompoundLiteral.c [deleted file]
test/CFrontend/2003-11-01-EmptyStructCrash.c [deleted file]
test/CFrontend/2003-11-01-GlobalUnionInit.c [deleted file]
test/CFrontend/2003-11-03-AddrArrayElement.c [deleted file]
test/CFrontend/2003-11-04-EmptyStruct.c [deleted file]
test/CFrontend/2003-11-04-OutOfMemory.c [deleted file]
test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c [deleted file]
test/CFrontend/2003-11-12-VoidString.c [deleted file]
test/CFrontend/2003-11-13-TypeSafety.c [deleted file]
test/CFrontend/2003-11-16-StaticArrayInit.c [deleted file]
test/CFrontend/2003-11-18-CondExprLValue.c [deleted file]
test/CFrontend/2003-11-19-AddressOfRegister.c [deleted file]
test/CFrontend/2003-11-19-BitFieldArray.c [deleted file]
test/CFrontend/2003-11-20-Bitfields.c [deleted file]
test/CFrontend/2003-11-20-ComplexDivision.c [deleted file]
test/CFrontend/2003-11-20-UnionBitfield.c [deleted file]
test/CFrontend/2003-11-26-PointerShift.c [deleted file]
test/CFrontend/2003-11-27-ConstructorCast.c [deleted file]
test/CFrontend/2003-11-27-UnionCtorInitialization.c [deleted file]
test/CFrontend/2003-12-14-ExternInlineSupport.c [deleted file]
test/CFrontend/2004-01-01-UnknownInitSize.c [deleted file]
test/CFrontend/2004-01-08-ExternInlineRedefine.c [deleted file]
test/CFrontend/2004-02-12-LargeAggregateCopy.c [deleted file]
test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c [deleted file]
test/CFrontend/2004-02-13-IllegalVararg.c [deleted file]
test/CFrontend/2004-02-13-Memset.c [deleted file]
test/CFrontend/2004-02-14-ZeroInitializer.c [deleted file]
test/CFrontend/2004-02-20-Builtins.c [deleted file]
test/CFrontend/2004-03-07-ComplexDivEquals.c [deleted file]
test/CFrontend/2004-03-07-ExternalConstant.c [deleted file]
test/CFrontend/2004-03-09-LargeArrayInitializers.c [deleted file]
test/CFrontend/2004-03-15-SimpleIndirectGoto.c [deleted file]
test/CFrontend/2004-03-16-AsmRegisterCrash.c [deleted file]
test/CFrontend/2004-05-07-VarArrays.c [deleted file]
test/CFrontend/2004-05-21-IncompleteEnum.c [deleted file]
test/CFrontend/2004-06-08-OpaqueStructArg.c [deleted file]
test/CFrontend/2004-06-17-UnorderedBuiltins.c [deleted file]
test/CFrontend/2004-06-17-UnorderedCompares.c [deleted file]
test/CFrontend/2004-06-18-VariableLengthArrayOfStructures.c [deleted file]
test/CFrontend/2004-07-06-FunctionCast.c [deleted file]
test/CFrontend/2004-08-06-LargeStructTest.c [deleted file]
test/CFrontend/2004-11-25-UnnamedBitfieldPadding.c [deleted file]
test/CFrontend/2004-11-27-InvalidConstantExpr.c [deleted file]
test/CFrontend/2004-11-27-StaticFunctionRedeclare.c [deleted file]
test/CFrontend/2004-11-27-VariableSizeInStructure.c [deleted file]
test/CFrontend/2005-01-02-ConstantInits.c [deleted file]
test/CFrontend/2005-01-02-PointerDifference.c [deleted file]
test/CFrontend/2005-01-02-VAArgError-ICE.c [deleted file]
test/CFrontend/2005-02-20-AggregateSAVEEXPR.c [deleted file]
test/CFrontend/2005-02-27-MarkGlobalConstant.c [deleted file]
test/CFrontend/2005-03-05-OffsetOfHack.c [deleted file]
test/CFrontend/2005-03-06-OffsetOfStructCrash.c [deleted file]
test/CFrontend/2005-03-11-Prefetch.c [deleted file]
test/CFrontend/2005-04-09-ComplexOps.c [deleted file]
test/CFrontend/2005-05-06-CountBuiltins.c [deleted file]
test/CFrontend/2005-05-10-GlobalUnionInit.c [deleted file]
test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c [deleted file]
test/CFrontend/2005-07-20-SqrtNoErrno.c [deleted file]
test/CFrontend/2005-07-26-UnionInitCrash.c [deleted file]
test/CFrontend/2005-07-28-IncorrectWeakGlobal.c [deleted file]
test/CFrontend/2005-09-20-ComplexConstants.c [deleted file]
test/CFrontend/2005-09-24-AsmUserPrefix.c [deleted file]
test/CFrontend/2005-09-24-BitFieldCrash.c [deleted file]
test/CFrontend/2005-10-18-VariableSizedElementCrash.c [deleted file]
test/CFrontend/2005-12-04-AttributeUsed.c [deleted file]
test/CFrontend/2005-12-04-DeclarationLineNumbers.c [deleted file]
test/CFrontend/2006-01-13-Includes.c [deleted file]
test/CFrontend/2006-01-13-StackSave.c [deleted file]
test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c [deleted file]
test/CFrontend/2006-01-23-FileScopeAsm.c [deleted file]
test/CFrontend/2006-03-03-MissingInitializer.c [deleted file]
test/CFrontend/2006-03-16-VectorCtor.c [deleted file]
test/CFrontend/2006-03-17-KnRMismatch.c [deleted file]
test/CFrontend/2006-05-01-AppleAlignmentPragma.c [deleted file]
test/CFrontend/2006-05-19-SingleEltReturn.c [deleted file]
test/CFrontend/2006-07-31-PR854.c [deleted file]
test/CFrontend/2006-09-11-BitfieldRefCrash.c [deleted file]
test/CFrontend/2006-09-18-fwrite-cast-crash.c [deleted file]
test/CFrontend/2006-09-21-IncompleteElementType.c [deleted file]
test/CFrontend/2006-09-25-DebugFilename.c [deleted file]
test/CFrontend/2006-09-25-DebugFilename.h [deleted file]
test/CFrontend/2006-09-28-SimpleAsm.c [deleted file]
test/CFrontend/2006-10-30-ArrayCrash.c [deleted file]
test/CFrontend/2006-12-14-ordered_expr.c [deleted file]
test/CFrontend/2007-01-06-KNR-Proto.c [deleted file]
test/CFrontend/2007-01-20-VectorICE.c [deleted file]
test/CFrontend/2007-01-24-InlineAsmCModifier.c [deleted file]
test/CFrontend/2007-02-04-AddrLValue-2.c [deleted file]
test/CFrontend/2007-02-04-AddrLValue.c [deleted file]
test/CFrontend/2007-02-04-EmptyStruct.c [deleted file]
test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c [deleted file]
test/CFrontend/2007-02-05-nested.c [deleted file]
test/CFrontend/2007-02-07-AddrLabel.c [deleted file]
test/CFrontend/2007-02-16-VariableSizeStructArg.c [deleted file]
test/CFrontend/2007-02-16-VoidPtrDiff.c [deleted file]
test/CFrontend/2007-02-16-WritableStrings.c [deleted file]
test/CFrontend/2007-02-25-C-DotDotDot.c [deleted file]
test/CFrontend/2007-03-01-VarSizeArrayIdx.c [deleted file]
test/CFrontend/2007-03-05-DataLayout.c [deleted file]
test/CFrontend/2007-03-06-VarSizeInStruct1.c [deleted file]
test/CFrontend/2007-03-06-VarSizeInStruct2.c [deleted file]
test/CFrontend/2007-03-26-BitfieldAfterZeroWidth.c [deleted file]
test/CFrontend/2007-03-26-ZeroWidthBitfield.c [deleted file]
test/CFrontend/2007-03-27-ArrayCompatible.c [deleted file]
test/CFrontend/2007-03-27-VarLengthArray.c [deleted file]
test/CFrontend/2007-04-05-PackedBitFields-2.c [deleted file]
test/CFrontend/2007-04-05-PackedBitFields.c [deleted file]
test/CFrontend/2007-04-05-PackedStruct.c [deleted file]
test/CFrontend/2007-04-05-PadBeforeZeroLengthField.c [deleted file]
test/CFrontend/2007-04-05-UnPackedStruct.c [deleted file]
test/CFrontend/2007-04-11-InlineAsmStruct.c [deleted file]
test/CFrontend/2007-04-11-InlineAsmUnion.c [deleted file]
test/CFrontend/2007-04-11-InlineStorageClassC89.c [deleted file]
test/CFrontend/2007-04-11-InlineStorageClassC99.c [deleted file]
test/CFrontend/2007-04-11-PR1321.c [deleted file]
test/CFrontend/2007-04-13-InlineAsmStruct2.c [deleted file]
test/CFrontend/2007-04-13-InlineAsmUnion2.c [deleted file]
test/CFrontend/2007-04-14-FNoBuiltin.c [deleted file]
test/CFrontend/2007-04-17-ZeroSizeBitFields.c [deleted file]
test/CFrontend/2007-04-24-VolatileStructCopy.c [deleted file]
test/CFrontend/2007-04-24-bit-not-expr.c [deleted file]
test/CFrontend/2007-04-24-str-const.c [deleted file]
test/CFrontend/2007-05-07-NestedStructReturn.c [deleted file]
test/CFrontend/2007-05-07-PaddingElements.c [deleted file]
test/CFrontend/2007-05-08-PCH.c [deleted file]
test/CFrontend/2007-05-11-str-const.c [deleted file]
test/CFrontend/2007-05-15-PaddingElement.c [deleted file]
test/CFrontend/2007-05-16-EmptyStruct.c [deleted file]
test/CFrontend/2007-05-29-UnionCopy.c [deleted file]
test/CFrontend/2007-06-05-NoInlineAttribute.c [deleted file]
test/CFrontend/2007-06-15-AnnotateAttribute.c [deleted file]
test/CFrontend/2007-06-18-SextAttrAggregate.c [deleted file]
test/CFrontend/2007-07-29-RestrictPtrArg.c [deleted file]
test/CFrontend/2007-08-01-LoadStoreAlign.c [deleted file]
test/CFrontend/2007-08-21-ComplexCst.c [deleted file]
test/CFrontend/2007-08-22-CTTZ.c [deleted file]
test/CFrontend/2007-09-05-ConstCtor.c [deleted file]
test/CFrontend/2007-09-12-PragmaPack.c [deleted file]
test/CFrontend/2007-09-14-NegatePointer.c [deleted file]
test/CFrontend/2007-09-17-WeakRef.c [deleted file]
test/CFrontend/2007-09-20-GcrootAttribute.c [deleted file]
test/CFrontend/2007-09-26-Alignment.c [deleted file]
test/CFrontend/2007-09-27-ComplexIntCompare.c [deleted file]
test/CFrontend/2007-09-28-PackedUnionMember.c [deleted file]
test/CFrontend/2007-10-01-BuildArrayRef.c [deleted file]
test/CFrontend/2007-10-02-VolatileArray.c [deleted file]
test/CFrontend/2007-10-15-VoidPtr.c [deleted file]
test/CFrontend/2007-10-30-Volatile.c [deleted file]
test/CFrontend/2007-11-07-AlignedMemcpy.c [deleted file]
test/CFrontend/2007-11-07-CopyAggregateAlign.c [deleted file]
test/CFrontend/2007-11-07-ZeroAggregateAlign.c [deleted file]
test/CFrontend/2007-11-27-SExtZExt.c [deleted file]
test/CFrontend/2007-11-28-GlobalInitializer.c [deleted file]
test/CFrontend/2007-12-16-AsmNoUnwind.c [deleted file]
test/CFrontend/2007-12-VarArrayDebug.c [deleted file]
test/CFrontend/2008-01-04-WideBitfield.c [deleted file]
test/CFrontend/2008-01-07-UnusualIntSize.c [deleted file]
test/CFrontend/2008-01-11-ChainConsistency.c [deleted file]
test/CFrontend/2008-01-21-PackedBitFields.c [deleted file]
test/CFrontend/2008-01-21-PackedStructField.c [deleted file]
test/CFrontend/2008-01-24-StructAlignAndBitFields.c [deleted file]
test/CFrontend/2008-01-25-ByValReadNone.c [deleted file]
test/CFrontend/2008-01-25-ZeroSizedAggregate.c [deleted file]
test/CFrontend/2008-01-28-PragmaMark.c [deleted file]
test/CFrontend/2008-01-28-UnionSize.c [deleted file]
test/CFrontend/2008-02-11-AnnotateBuiltin.c [deleted file]
test/CFrontend/2008-03-03-CtorAttrType.c [deleted file]
test/CFrontend/2008-03-05-syncPtr.c [deleted file]
test/CFrontend/2008-03-24-BitField-And-Alloca.c [deleted file]
test/CFrontend/2008-03-26-PackedBitFields.c [deleted file]
test/CFrontend/2008-04-08-NoExceptions.c [deleted file]
test/CFrontend/2008-05-06-CFECrash.c [deleted file]
test/CFrontend/2008-05-12-TempUsedBeforeDef.c [deleted file]
test/CFrontend/2008-05-19-AlwaysInline.c [deleted file]
test/CFrontend/BasicInstrs.c [deleted file]
test/CFrontend/attribute_constructor.c [deleted file]
test/CFrontend/block-copy.c [deleted file]
test/CFrontend/dg.exp [deleted file]
test/CFrontend/exact-div-expr.c [deleted file]
test/CFrontend/extern-weak.c [deleted file]
test/CFrontend/funccall.c [deleted file]
test/CFrontend/hidden-visibility.c [deleted file]
test/CFrontend/inline-asm-mrv.c [deleted file]
test/CFrontend/libcalls.c [deleted file]
test/CFrontend/nested-functions.c [deleted file]
test/CFrontend/sret.c [deleted file]
test/CFrontend/sret2.c [deleted file]
test/CFrontend/unaligned-memcpy.c [deleted file]
test/FrontendC++/2003-08-20-ExceptionFail.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-21-EmptyClass.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-24-Cleanup.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-27-TypeNamespaces.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-28-ForwardType.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-28-SaveExprBug.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-29-ArgPassingBug.cpp [new file with mode: 0644]
test/FrontendC++/2003-08-31-StructLayout.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-22-CompositeExprValue.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-29-ArgumentNumberMismatch.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-30-CommaExprBug.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-30-ForIncrementExprBug.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-30-ForIncrementExprBug2.cpp [new file with mode: 0644]
test/FrontendC++/2003-09-30-NestedFunctionDecl.cpp [new file with mode: 0644]
test/FrontendC++/2003-10-17-BoolBitfields.cpp [new file with mode: 0644]
test/FrontendC++/2003-10-21-InnerClass.cpp [new file with mode: 0644]
test/FrontendC++/2003-10-27-VirtualBaseClassCrash.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-02-WeakLinkage.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-04-ArrayConstructors.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-04-CatchLabelName.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-08-ArrayAddress.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-09-ConstructorTypeSafety.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-18-EnumArray.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-18-MemberInitializationCasting.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-18-PtrMemConstantInitializer.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-25-ReturningOpaqueByValue.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp [new file with mode: 0644]
test/FrontendC++/2003-11-29-DuplicatedCleanupTest.cpp [new file with mode: 0644]
test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp [new file with mode: 0644]
test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp [new file with mode: 0644]
test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp [new file with mode: 0644]
test/FrontendC++/2004-03-09-UnmangledBuiltinMethods.cpp [new file with mode: 0644]
test/FrontendC++/2004-03-15-CleanupsAndGotos.cpp [new file with mode: 0644]
test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp [new file with mode: 0644]
test/FrontendC++/2004-09-27-CompilerCrash.cpp [new file with mode: 0644]
test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp [new file with mode: 0644]
test/FrontendC++/2004-11-27-EmitsUnusedInlineFunctions.cpp [new file with mode: 0644]
test/FrontendC++/2004-11-27-ExceptionCleanupAssertion.cpp [new file with mode: 0644]
test/FrontendC++/2004-11-27-FriendDefaultArgCrash.cpp [new file with mode: 0644]
test/FrontendC++/2004-11-27-InlineAsmFunctionRedefinition.cpp [new file with mode: 0644]
test/FrontendC++/2005-01-03-StaticInitializers.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-11-AnonymousUnion.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-13-BadDynamicInit.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-14-BitFieldOffset.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-19-BitfieldStructCrash.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-19-UnnamedVirtualThunkArgument.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-20-BrokenReferenceTest.cpp [new file with mode: 0644]
test/FrontendC++/2005-02-27-PlacementArrayNewCrash.cpp [new file with mode: 0644]
test/FrontendC++/2005-07-21-VirtualBaseAccess.cpp [new file with mode: 0644]
test/FrontendC++/2006-03-01-GimplifyCrash.cpp [new file with mode: 0644]
test/FrontendC++/2006-03-06-C++RecurseCrash.cpp [new file with mode: 0644]
test/FrontendC++/2006-09-08-powi.cpp [new file with mode: 0644]
test/FrontendC++/2006-09-12-OpaqueStructCrash.cpp [new file with mode: 0644]
test/FrontendC++/2006-09-27-Debug-Protection.cpp [new file with mode: 0644]
test/FrontendC++/2006-10-30-ClassBitfield.cpp [new file with mode: 0644]
test/FrontendC++/2006-11-06-StackTrace.cpp [new file with mode: 0644]
test/FrontendC++/2006-11-20-GlobalSymbols.cpp [new file with mode: 0644]
test/FrontendC++/2006-11-30-ConstantExprCrash.cpp [new file with mode: 0644]
test/FrontendC++/2006-11-30-NoCompileUnit.cpp [new file with mode: 0644]
test/FrontendC++/2006-11-30-Pubnames.cpp [new file with mode: 0644]
test/FrontendC++/2007-01-02-UnboundedArray.cpp [new file with mode: 0644]
test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp [new file with mode: 0644]
test/FrontendC++/2007-01-06-PtrMethodInit.cpp [new file with mode: 0644]
test/FrontendC++/2007-03-27-FunctionVarRename.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-05-PackedBitFields-1.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-10-PackedUnion.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-11-InlineStorageClassC++.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-14-FNoBuiltin.cpp [new file with mode: 0644]
test/FrontendC++/2007-04-31-TryCatch.cpp [new file with mode: 0644]
test/FrontendC++/2007-05-03-VectorInit.cpp [new file with mode: 0644]
test/FrontendC++/2007-05-16-ReverseBitFieldCrash.cpp [new file with mode: 0644]
test/FrontendC++/2007-05-23-TryFinally.cpp [new file with mode: 0644]
test/FrontendC++/2007-07-04-NestedCatches.cpp [new file with mode: 0644]
test/FrontendC++/2007-07-29-RestrictPtrArg.cpp [new file with mode: 0644]
test/FrontendC++/2007-07-29-RestrictRefArg.cpp [new file with mode: 0644]
test/FrontendC++/2007-08-01-RestrictMethod.cpp [new file with mode: 0644]
test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp [new file with mode: 0644]
test/FrontendC++/2007-10-01-StructResize.cpp [new file with mode: 0644]
test/FrontendC++/2008-01-11-BadWarning.cpp [new file with mode: 0644]
test/FrontendC++/2008-01-12-VecInit.cpp [new file with mode: 0644]
test/FrontendC++/2008-02-13-sret.cpp [new file with mode: 0644]
test/FrontendC++/2008-05-07-CrazyOffsetOf.cpp [new file with mode: 0644]
test/FrontendC++/dg.exp [new file with mode: 0644]
test/FrontendC++/ptr-to-method-devirt.cpp [new file with mode: 0644]
test/FrontendC/2002-01-23-LoadQISIReloadFailure.c [new file with mode: 0644]
test/FrontendC/2002-01-24-ComplexSpaceInType.c [new file with mode: 0644]
test/FrontendC/2002-01-24-HandleCallInsnSEGV.c [new file with mode: 0644]
test/FrontendC/2002-02-13-ConditionalInCall.c [new file with mode: 0644]
test/FrontendC/2002-02-13-ReloadProblem.c [new file with mode: 0644]
test/FrontendC/2002-02-13-TypeVarNameCollision.c [new file with mode: 0644]
test/FrontendC/2002-02-13-UnnamedLocal.c [new file with mode: 0644]
test/FrontendC/2002-02-14-EntryNodePreds.c [new file with mode: 0644]
test/FrontendC/2002-02-16-RenamingTest.c [new file with mode: 0644]
test/FrontendC/2002-02-17-ArgumentAddress.c [new file with mode: 0644]
test/FrontendC/2002-02-18-64bitConstant.c [new file with mode: 0644]
test/FrontendC/2002-02-18-StaticData.c [new file with mode: 0644]
test/FrontendC/2002-03-11-LargeCharInString.c [new file with mode: 0644]
test/FrontendC/2002-03-12-ArrayInitialization.c [new file with mode: 0644]
test/FrontendC/2002-03-12-StructInitialize.c [new file with mode: 0644]
test/FrontendC/2002-03-12-StructInitializer.c [new file with mode: 0644]
test/FrontendC/2002-03-14-BrokenPHINode.c [new file with mode: 0644]
test/FrontendC/2002-03-14-BrokenSSA.c [new file with mode: 0644]
test/FrontendC/2002-03-14-QuotesInStrConst.c [new file with mode: 0644]
test/FrontendC/2002-04-07-SwitchStmt.c [new file with mode: 0644]
test/FrontendC/2002-04-08-LocalArray.c [new file with mode: 0644]
test/FrontendC/2002-04-09-StructRetVal.c [new file with mode: 0644]
test/FrontendC/2002-04-10-StructParameters.c [new file with mode: 0644]
test/FrontendC/2002-05-23-StaticValues.c [new file with mode: 0644]
test/FrontendC/2002-05-23-TypeNameCollision.c [new file with mode: 0644]
test/FrontendC/2002-05-24-Alloca.c [new file with mode: 0644]
test/FrontendC/2002-06-25-FWriteInterfaceFailure.c [new file with mode: 0644]
test/FrontendC/2002-07-14-MiscListTests.c [new file with mode: 0644]
test/FrontendC/2002-07-14-MiscTests.c [new file with mode: 0644]
test/FrontendC/2002-07-14-MiscTests2.c [new file with mode: 0644]
test/FrontendC/2002-07-14-MiscTests3.c [new file with mode: 0644]
test/FrontendC/2002-07-16-HardStringInit.c [new file with mode: 0644]
test/FrontendC/2002-07-17-StringConstant.c [new file with mode: 0644]
test/FrontendC/2002-07-29-Casts.c [new file with mode: 0644]
test/FrontendC/2002-07-30-SubregSetAssertion.c [new file with mode: 0644]
test/FrontendC/2002-07-30-UnionTest.c [new file with mode: 0644]
test/FrontendC/2002-07-30-VarArgsCallFailure.c [new file with mode: 0644]
test/FrontendC/2002-07-31-BadAssert.c [new file with mode: 0644]
test/FrontendC/2002-07-31-SubregFailure.c [new file with mode: 0644]
test/FrontendC/2002-08-02-UnionTest.c [new file with mode: 0644]
test/FrontendC/2002-08-19-RecursiveLocals.c [new file with mode: 0644]
test/FrontendC/2002-09-08-PointerShifts.c [new file with mode: 0644]
test/FrontendC/2002-09-18-UnionProblem.c [new file with mode: 0644]
test/FrontendC/2002-09-19-StarInLabel.c [new file with mode: 0644]
test/FrontendC/2002-10-12-TooManyArguments.c [new file with mode: 0644]
test/FrontendC/2002-12-15-GlobalBoolTest.c [new file with mode: 0644]
test/FrontendC/2002-12-15-GlobalConstantTest.c [new file with mode: 0644]
test/FrontendC/2002-12-15-GlobalRedefinition.c [new file with mode: 0644]
test/FrontendC/2002-12-15-StructParameters.c [new file with mode: 0644]
test/FrontendC/2003-01-30-UnionInit.c [new file with mode: 0644]
test/FrontendC/2003-03-03-DeferredType.c [new file with mode: 0644]
test/FrontendC/2003-06-22-UnionCrash.c [new file with mode: 0644]
test/FrontendC/2003-06-23-GCC-fold-infinite-recursion.c [new file with mode: 0644]
test/FrontendC/2003-06-26-CFECrash.c [new file with mode: 0644]
test/FrontendC/2003-06-29-MultipleFunctionDefinition.c [new file with mode: 0644]
test/FrontendC/2003-07-22-ArrayAccessTypeSafety.c [new file with mode: 0644]
test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c [new file with mode: 0644]
test/FrontendC/2003-08-17-DeadCodeShortCircuit.c [new file with mode: 0644]
test/FrontendC/2003-08-18-SigSetJmp.c [new file with mode: 0644]
test/FrontendC/2003-08-18-StructAsValue.c [new file with mode: 0644]
test/FrontendC/2003-08-20-BadBitfieldRef.c [new file with mode: 0644]
test/FrontendC/2003-08-20-PrototypeMismatch.c [new file with mode: 0644]
test/FrontendC/2003-08-20-vfork-bug.c [new file with mode: 0644]
test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c [new file with mode: 0644]
test/FrontendC/2003-08-21-StmtExpr.c [new file with mode: 0644]
test/FrontendC/2003-08-21-WideString.c [new file with mode: 0644]
test/FrontendC/2003-08-23-LocalUnionTest.c [new file with mode: 0644]
test/FrontendC/2003-08-29-BitFieldStruct.c [new file with mode: 0644]
test/FrontendC/2003-08-29-HugeCharConst.c [new file with mode: 0644]
test/FrontendC/2003-08-29-StructLayoutBug.c [new file with mode: 0644]
test/FrontendC/2003-08-30-AggregateInitializer.c [new file with mode: 0644]
test/FrontendC/2003-08-30-LargeIntegerBitfieldMember.c [new file with mode: 0644]
test/FrontendC/2003-09-18-BitfieldTests.c [new file with mode: 0644]
test/FrontendC/2003-09-30-StructLayout.c [new file with mode: 0644]
test/FrontendC/2003-10-02-UnionLValueError.c [new file with mode: 0644]
test/FrontendC/2003-10-06-NegateExprType.c [new file with mode: 0644]
test/FrontendC/2003-10-09-UnionInitializerBug.c [new file with mode: 0644]
test/FrontendC/2003-10-28-ident.c [new file with mode: 0644]
test/FrontendC/2003-10-29-AsmRename.c [new file with mode: 0644]
test/FrontendC/2003-11-01-C99-CompoundLiteral.c [new file with mode: 0644]
test/FrontendC/2003-11-01-EmptyStructCrash.c [new file with mode: 0644]
test/FrontendC/2003-11-01-GlobalUnionInit.c [new file with mode: 0644]
test/FrontendC/2003-11-03-AddrArrayElement.c [new file with mode: 0644]
test/FrontendC/2003-11-04-EmptyStruct.c [new file with mode: 0644]
test/FrontendC/2003-11-04-OutOfMemory.c [new file with mode: 0644]
test/FrontendC/2003-11-08-PointerSubNotGetelementptr.c [new file with mode: 0644]
test/FrontendC/2003-11-12-VoidString.c [new file with mode: 0644]
test/FrontendC/2003-11-13-TypeSafety.c [new file with mode: 0644]
test/FrontendC/2003-11-16-StaticArrayInit.c [new file with mode: 0644]
test/FrontendC/2003-11-18-CondExprLValue.c [new file with mode: 0644]
test/FrontendC/2003-11-19-AddressOfRegister.c [new file with mode: 0644]
test/FrontendC/2003-11-19-BitFieldArray.c [new file with mode: 0644]
test/FrontendC/2003-11-20-Bitfields.c [new file with mode: 0644]
test/FrontendC/2003-11-20-ComplexDivision.c [new file with mode: 0644]
test/FrontendC/2003-11-20-UnionBitfield.c [new file with mode: 0644]
test/FrontendC/2003-11-26-PointerShift.c [new file with mode: 0644]
test/FrontendC/2003-11-27-ConstructorCast.c [new file with mode: 0644]
test/FrontendC/2003-11-27-UnionCtorInitialization.c [new file with mode: 0644]
test/FrontendC/2003-12-14-ExternInlineSupport.c [new file with mode: 0644]
test/FrontendC/2004-01-01-UnknownInitSize.c [new file with mode: 0644]
test/FrontendC/2004-01-08-ExternInlineRedefine.c [new file with mode: 0644]
test/FrontendC/2004-02-12-LargeAggregateCopy.c [new file with mode: 0644]
test/FrontendC/2004-02-13-BuiltinFrameReturnAddress.c [new file with mode: 0644]
test/FrontendC/2004-02-13-IllegalVararg.c [new file with mode: 0644]
test/FrontendC/2004-02-13-Memset.c [new file with mode: 0644]
test/FrontendC/2004-02-14-ZeroInitializer.c [new file with mode: 0644]
test/FrontendC/2004-02-20-Builtins.c [new file with mode: 0644]
test/FrontendC/2004-03-07-ComplexDivEquals.c [new file with mode: 0644]
test/FrontendC/2004-03-07-ExternalConstant.c [new file with mode: 0644]
test/FrontendC/2004-03-09-LargeArrayInitializers.c [new file with mode: 0644]
test/FrontendC/2004-03-15-SimpleIndirectGoto.c [new file with mode: 0644]
test/FrontendC/2004-03-16-AsmRegisterCrash.c [new file with mode: 0644]
test/FrontendC/2004-05-07-VarArrays.c [new file with mode: 0644]
test/FrontendC/2004-05-21-IncompleteEnum.c [new file with mode: 0644]
test/FrontendC/2004-06-08-OpaqueStructArg.c [new file with mode: 0644]
test/FrontendC/2004-06-17-UnorderedBuiltins.c [new file with mode: 0644]
test/FrontendC/2004-06-17-UnorderedCompares.c [new file with mode: 0644]
test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c [new file with mode: 0644]
test/FrontendC/2004-07-06-FunctionCast.c [new file with mode: 0644]
test/FrontendC/2004-08-06-LargeStructTest.c [new file with mode: 0644]
test/FrontendC/2004-11-25-UnnamedBitfieldPadding.c [new file with mode: 0644]
test/FrontendC/2004-11-27-InvalidConstantExpr.c [new file with mode: 0644]
test/FrontendC/2004-11-27-StaticFunctionRedeclare.c [new file with mode: 0644]
test/FrontendC/2004-11-27-VariableSizeInStructure.c [new file with mode: 0644]
test/FrontendC/2005-01-02-ConstantInits.c [new file with mode: 0644]
test/FrontendC/2005-01-02-PointerDifference.c [new file with mode: 0644]
test/FrontendC/2005-01-02-VAArgError-ICE.c [new file with mode: 0644]
test/FrontendC/2005-02-20-AggregateSAVEEXPR.c [new file with mode: 0644]
test/FrontendC/2005-02-27-MarkGlobalConstant.c [new file with mode: 0644]
test/FrontendC/2005-03-05-OffsetOfHack.c [new file with mode: 0644]
test/FrontendC/2005-03-06-OffsetOfStructCrash.c [new file with mode: 0644]
test/FrontendC/2005-03-11-Prefetch.c [new file with mode: 0644]
test/FrontendC/2005-04-09-ComplexOps.c [new file with mode: 0644]
test/FrontendC/2005-05-06-CountBuiltins.c [new file with mode: 0644]
test/FrontendC/2005-05-10-GlobalUnionInit.c [new file with mode: 0644]
test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c [new file with mode: 0644]
test/FrontendC/2005-07-20-SqrtNoErrno.c [new file with mode: 0644]
test/FrontendC/2005-07-26-UnionInitCrash.c [new file with mode: 0644]
test/FrontendC/2005-07-28-IncorrectWeakGlobal.c [new file with mode: 0644]
test/FrontendC/2005-09-20-ComplexConstants.c [new file with mode: 0644]
test/FrontendC/2005-09-24-AsmUserPrefix.c [new file with mode: 0644]
test/FrontendC/2005-09-24-BitFieldCrash.c [new file with mode: 0644]
test/FrontendC/2005-10-18-VariableSizedElementCrash.c [new file with mode: 0644]
test/FrontendC/2005-12-04-AttributeUsed.c [new file with mode: 0644]
test/FrontendC/2005-12-04-DeclarationLineNumbers.c [new file with mode: 0644]
test/FrontendC/2006-01-13-Includes.c [new file with mode: 0644]
test/FrontendC/2006-01-13-StackSave.c [new file with mode: 0644]
test/FrontendC/2006-01-16-BitCountIntrinsicsUnsigned.c [new file with mode: 0644]
test/FrontendC/2006-01-23-FileScopeAsm.c [new file with mode: 0644]
test/FrontendC/2006-03-03-MissingInitializer.c [new file with mode: 0644]
test/FrontendC/2006-03-16-VectorCtor.c [new file with mode: 0644]
test/FrontendC/2006-03-17-KnRMismatch.c [new file with mode: 0644]
test/FrontendC/2006-05-01-AppleAlignmentPragma.c [new file with mode: 0644]
test/FrontendC/2006-05-19-SingleEltReturn.c [new file with mode: 0644]
test/FrontendC/2006-07-31-PR854.c [new file with mode: 0644]
test/FrontendC/2006-09-11-BitfieldRefCrash.c [new file with mode: 0644]
test/FrontendC/2006-09-18-fwrite-cast-crash.c [new file with mode: 0644]
test/FrontendC/2006-09-21-IncompleteElementType.c [new file with mode: 0644]
test/FrontendC/2006-09-25-DebugFilename.c [new file with mode: 0644]
test/FrontendC/2006-09-25-DebugFilename.h [new file with mode: 0644]
test/FrontendC/2006-09-28-SimpleAsm.c [new file with mode: 0644]
test/FrontendC/2006-10-30-ArrayCrash.c [new file with mode: 0644]
test/FrontendC/2006-12-14-ordered_expr.c [new file with mode: 0644]
test/FrontendC/2007-01-06-KNR-Proto.c [new file with mode: 0644]
test/FrontendC/2007-01-20-VectorICE.c [new file with mode: 0644]
test/FrontendC/2007-01-24-InlineAsmCModifier.c [new file with mode: 0644]
test/FrontendC/2007-02-04-AddrLValue-2.c [new file with mode: 0644]
test/FrontendC/2007-02-04-AddrLValue.c [new file with mode: 0644]
test/FrontendC/2007-02-04-EmptyStruct.c [new file with mode: 0644]
test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c [new file with mode: 0644]
test/FrontendC/2007-02-05-nested.c [new file with mode: 0644]
test/FrontendC/2007-02-07-AddrLabel.c [new file with mode: 0644]
test/FrontendC/2007-02-16-VariableSizeStructArg.c [new file with mode: 0644]
test/FrontendC/2007-02-16-VoidPtrDiff.c [new file with mode: 0644]
test/FrontendC/2007-02-16-WritableStrings.c [new file with mode: 0644]
test/FrontendC/2007-02-25-C-DotDotDot.c [new file with mode: 0644]
test/FrontendC/2007-03-01-VarSizeArrayIdx.c [new file with mode: 0644]
test/FrontendC/2007-03-05-DataLayout.c [new file with mode: 0644]
test/FrontendC/2007-03-06-VarSizeInStruct1.c [new file with mode: 0644]
test/FrontendC/2007-03-06-VarSizeInStruct2.c [new file with mode: 0644]
test/FrontendC/2007-03-26-BitfieldAfterZeroWidth.c [new file with mode: 0644]
test/FrontendC/2007-03-26-ZeroWidthBitfield.c [new file with mode: 0644]
test/FrontendC/2007-03-27-ArrayCompatible.c [new file with mode: 0644]
test/FrontendC/2007-03-27-VarLengthArray.c [new file with mode: 0644]
test/FrontendC/2007-04-05-PackedBitFields-2.c [new file with mode: 0644]
test/FrontendC/2007-04-05-PackedBitFields.c [new file with mode: 0644]
test/FrontendC/2007-04-05-PackedStruct.c [new file with mode: 0644]
test/FrontendC/2007-04-05-PadBeforeZeroLengthField.c [new file with mode: 0644]
test/FrontendC/2007-04-05-UnPackedStruct.c [new file with mode: 0644]
test/FrontendC/2007-04-11-InlineAsmStruct.c [new file with mode: 0644]
test/FrontendC/2007-04-11-InlineAsmUnion.c [new file with mode: 0644]
test/FrontendC/2007-04-11-InlineStorageClassC89.c [new file with mode: 0644]
test/FrontendC/2007-04-11-InlineStorageClassC99.c [new file with mode: 0644]
test/FrontendC/2007-04-11-PR1321.c [new file with mode: 0644]
test/FrontendC/2007-04-13-InlineAsmStruct2.c [new file with mode: 0644]
test/FrontendC/2007-04-13-InlineAsmUnion2.c [new file with mode: 0644]
test/FrontendC/2007-04-14-FNoBuiltin.c [new file with mode: 0644]
test/FrontendC/2007-04-17-ZeroSizeBitFields.c [new file with mode: 0644]
test/FrontendC/2007-04-24-VolatileStructCopy.c [new file with mode: 0644]
test/FrontendC/2007-04-24-bit-not-expr.c [new file with mode: 0644]
test/FrontendC/2007-04-24-str-const.c [new file with mode: 0644]
test/FrontendC/2007-05-07-NestedStructReturn.c [new file with mode: 0644]
test/FrontendC/2007-05-07-PaddingElements.c [new file with mode: 0644]
test/FrontendC/2007-05-08-PCH.c [new file with mode: 0644]
test/FrontendC/2007-05-11-str-const.c [new file with mode: 0644]
test/FrontendC/2007-05-15-PaddingElement.c [new file with mode: 0644]
test/FrontendC/2007-05-16-EmptyStruct.c [new file with mode: 0644]
test/FrontendC/2007-05-29-UnionCopy.c [new file with mode: 0644]
test/FrontendC/2007-06-05-NoInlineAttribute.c [new file with mode: 0644]
test/FrontendC/2007-06-15-AnnotateAttribute.c [new file with mode: 0644]
test/FrontendC/2007-06-18-SextAttrAggregate.c [new file with mode: 0644]
test/FrontendC/2007-07-29-RestrictPtrArg.c [new file with mode: 0644]
test/FrontendC/2007-08-01-LoadStoreAlign.c [new file with mode: 0644]
test/FrontendC/2007-08-21-ComplexCst.c [new file with mode: 0644]
test/FrontendC/2007-08-22-CTTZ.c [new file with mode: 0644]
test/FrontendC/2007-09-05-ConstCtor.c [new file with mode: 0644]
test/FrontendC/2007-09-12-PragmaPack.c [new file with mode: 0644]
test/FrontendC/2007-09-14-NegatePointer.c [new file with mode: 0644]
test/FrontendC/2007-09-17-WeakRef.c [new file with mode: 0644]
test/FrontendC/2007-09-20-GcrootAttribute.c [new file with mode: 0644]
test/FrontendC/2007-09-26-Alignment.c [new file with mode: 0644]
test/FrontendC/2007-09-27-ComplexIntCompare.c [new file with mode: 0644]
test/FrontendC/2007-09-28-PackedUnionMember.c [new file with mode: 0644]
test/FrontendC/2007-10-01-BuildArrayRef.c [new file with mode: 0644]
test/FrontendC/2007-10-02-VolatileArray.c [new file with mode: 0644]
test/FrontendC/2007-10-15-VoidPtr.c [new file with mode: 0644]
test/FrontendC/2007-10-30-Volatile.c [new file with mode: 0644]
test/FrontendC/2007-11-07-AlignedMemcpy.c [new file with mode: 0644]
test/FrontendC/2007-11-07-CopyAggregateAlign.c [new file with mode: 0644]
test/FrontendC/2007-11-07-ZeroAggregateAlign.c [new file with mode: 0644]
test/FrontendC/2007-11-27-SExtZExt.c [new file with mode: 0644]
test/FrontendC/2007-11-28-GlobalInitializer.c [new file with mode: 0644]
test/FrontendC/2007-12-16-AsmNoUnwind.c [new file with mode: 0644]
test/FrontendC/2007-12-VarArrayDebug.c [new file with mode: 0644]
test/FrontendC/2008-01-04-WideBitfield.c [new file with mode: 0644]
test/FrontendC/2008-01-07-UnusualIntSize.c [new file with mode: 0644]
test/FrontendC/2008-01-11-ChainConsistency.c [new file with mode: 0644]
test/FrontendC/2008-01-21-PackedBitFields.c [new file with mode: 0644]
test/FrontendC/2008-01-21-PackedStructField.c [new file with mode: 0644]
test/FrontendC/2008-01-24-StructAlignAndBitFields.c [new file with mode: 0644]
test/FrontendC/2008-01-25-ByValReadNone.c [new file with mode: 0644]
test/FrontendC/2008-01-25-ZeroSizedAggregate.c [new file with mode: 0644]
test/FrontendC/2008-01-28-PragmaMark.c [new file with mode: 0644]
test/FrontendC/2008-01-28-UnionSize.c [new file with mode: 0644]
test/FrontendC/2008-02-11-AnnotateBuiltin.c [new file with mode: 0644]
test/FrontendC/2008-03-03-CtorAttrType.c [new file with mode: 0644]
test/FrontendC/2008-03-05-syncPtr.c [new file with mode: 0644]
test/FrontendC/2008-03-24-BitField-And-Alloca.c [new file with mode: 0644]
test/FrontendC/2008-03-26-PackedBitFields.c [new file with mode: 0644]
test/FrontendC/2008-04-08-NoExceptions.c [new file with mode: 0644]
test/FrontendC/2008-05-06-CFECrash.c [new file with mode: 0644]
test/FrontendC/2008-05-12-TempUsedBeforeDef.c [new file with mode: 0644]
test/FrontendC/2008-05-19-AlwaysInline.c [new file with mode: 0644]
test/FrontendC/BasicInstrs.c [new file with mode: 0644]
test/FrontendC/attribute_constructor.c [new file with mode: 0644]
test/FrontendC/block-copy.c [new file with mode: 0644]
test/FrontendC/dg.exp [new file with mode: 0644]
test/FrontendC/exact-div-expr.c [new file with mode: 0644]
test/FrontendC/extern-weak.c [new file with mode: 0644]
test/FrontendC/funccall.c [new file with mode: 0644]
test/FrontendC/hidden-visibility.c [new file with mode: 0644]
test/FrontendC/inline-asm-mrv.c [new file with mode: 0644]
test/FrontendC/libcalls.c [new file with mode: 0644]
test/FrontendC/nested-functions.c [new file with mode: 0644]
test/FrontendC/sret.c [new file with mode: 0644]
test/FrontendC/sret2.c [new file with mode: 0644]
test/FrontendC/unaligned-memcpy.c [new file with mode: 0644]