[llvm-commits] test-suite: declare i only once in TSVC

Sebastian Pop spop at codeaurora.org
Mon Nov 19 09:21:48 PST 2012


Hi,

the attached patch fixes the compile errors when compiling TSVC with -std=gnu89:

.../MultiSource/Benchmarks/TSVC/Equivalencing-dbl/../tsc.inc:181:11: error: redefinition of 'i'
        for (int i = 0; i < LEN2; i++){
                 ^
.../MultiSource/Benchmarks/TSVC/Equivalencing-dbl/../tsc.inc:171:11: note: previous definition is here
        for (int i = 0; i < LEN; i++){

Ok to commit?

Thanks,
Sebastian
-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-test-suite-declare-i-only-once-in-TSVC.patch
Type: text/x-diff
Size: 2154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121119/38dd513e/attachment.patch>


More information about the llvm-commits mailing list