search for: c2057

Displaying 4 results from an estimated 4 matches for "c2057".

Did you mean: 2057
2004 Sep 26
2
[LLVMdev] patches and scons
...pp(1228) : error C2275: 'llvm::PHINode' : illegal use of this type as an expression llvm\lib\Transforms\Scalar\LoopSimplify.cpp(217) : error C2065: 'PN' : undeclared identifier ... and subsequents * Dynamic C99 array to std::vector llvm\lib\Target\TargetSchedInfo.cpp(178) : error C2057: expected constant expression I think there's nothing different moving from: int classPairGaps[numSchedClasses][numSchedClasses]; to std::vector< std::vector<int> > classPairGaps(numSchedClasses, std::vector<int>(numSchedClasses,0)); there're...
2006 Jan 19
0
Compile error (svn 10743)
...{ /* This is a variant of the Alternatively Updated MDF (AUMDF) */ /* Remove the "if" to make this an MDF filter */ if (j==M-1 || st->cancel_count%(M-1) == j) { spx_word16_t w[N]; <<<<----- 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2057: expected constant expression 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2466: cannot allocate an array of constant size 0 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2133: 'w' : unknown size 3. pcm_wrappers.c typedef struct { } PCMMode; static PCMMode pcmmode; int pcm_...
2006 Jan 19
1
Compile error (svn 10743)
...{ /* This is a variant of the Alternatively Updated MDF (AUMDF) */ /* Remove the "if" to make this an MDF filter */ if (j==M-1 || st->cancel_count%(M-1) == j) { spx_word16_t w[N]; <<<<----- 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2057: expected constant expression 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2466: cannot allocate an array of constant size 0 1>d:\voip\mod_speexrefcode\mdf.c(639) : error C2133: 'w' : unknown size 3. pcm_wrappers.c typedef struct { } PCMMode; static PCMMode pcmmode; int pcm_...
2004 Sep 03
4
[LLVMdev] diffs for vc7.1
...nt-dependent lookup build_vc71\lib\Bytecode\Reader\Reader.cpp(383) : error C3861: 'find': identifier not found, even with argument-dependent lookup * C99 Arrays... forgive me if I don't provide a patch to standard vectors... llvm\lib\Bytecode\Reader\Reader.cpp(1483) : error C2057: expected constant expression llvm/lib/CodeGen/LiveVariables.cpp, # MachineInstr *PhysRegInfoA[RegInfo->getNumRegs()]; C99 array llvm/lib/Target/TargetSchedInfo.cpp, # int classPairGaps[numSchedClasses][numSchedClasses]; C99 array The next bigger problem is that the compiler compl...