Re: [llvm-commits] CVS: llvm/test/C++Frontend/dg.exp

2007-04-22 Thread Reid Spencer
Christopher, Sorry about that, my bad. This is now fixed. I forgot that the ++ in C++ would be treated as regular expression special characters and is, in fact, an invalid regular expression. The change was to just use "string first" to scan the string, not use a regular expression. Reid. On

Re: [llvm-commits] CVS: llvm/test/C++Frontend/dg.exp

2007-04-22 Thread Christopher Lamb
I am getting the following error when running make in llvm/tests. Running .../llvm/test/C++Frontend/dg.exp ... ERROR: tcl error sourcing .../llvm/test/C++Frontend/dg.exp. ERROR: couldn't compile regular expression pattern: quantifier operand invalid while executing "regexp $lang $llvmgcc_l

[llvm-commits] CVS: llvm/test/C++Frontend/dg.exp

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test/C++Frontend: dg.exp updated: 1.5 -> 1.6 --- Log message: Make running these tests conditional on llvm-gcc supporting the language of these test cases. --- Diffs of the changes: (+3 -1) dg.exp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Inde

[llvm-commits] CVS: llvm/test/C++Frontend/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/C++Frontend: dg.exp updated: 1.3 -> 1.4 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile