search for: conditionalexpr

Displaying 20 results from an estimated 25 matches for "conditionalexpr".

2014 Feb 20
2
[LLVMdev] test-suite wrongly using big-endian results
...file.programs: cp $(PROJ_SRC_DIR)/$*.reference_output.$(ENDIAN)-endian $@; \ === This is correct, and I was assuming ENDIAN := little, as said above. === But then you get this on ALL tests in test.log: test.log:if [ -f "/home/enevill/llvm/test/test-suite/SingleSource/Regression/C++/EH/ConditionalExpr.reference_output.big-endian." ]; then \ test.log: cp /home/enevill/llvm/test/test-suite/SingleSource/Regression/C++/EH/ConditionalExpr.reference_output.big-endian. Output/ConditionalExpr.out-nat; \ test.log: elif [ -f "/home/enevill/llvm/test/test-suite/SingleSource/Regressi...
2004 Sep 11
2
[LLVMdev] POST MORTEM: llvm-test changes
...a known XFAIL. > ===================== SingleSource/UnitTests/SetjmpLongjmp/C++/Output/SimpleC++Test > > All of cbe/jit/llc failed with: > > 2a3 > > Destroying C object in foo Again, a known XFAIL. > > ===================== SingleSource/Regression/C++/EH/Output/ConditionalExpr > > Only cbe failed with: > > gcc Output/ConditionalExpr.cbe.c -std=c99 -fno-strict-aliasing -O2 -o Output/ConditionalExpr.cbe > Output/ConditionalExpr.cbe.c:1629: warning: conflicting types for built-in function 'memset' > Output/ConditionalExpr.cbe.c: In function `l14...
2004 Sep 11
0
[LLVMdev] POST MORTEM: llvm-test changes
...in the last week. It seems to have > settled down now and the above error is indicative of at least one of > the changes that fixed problems. Last night, after I installed gcc 3.4.2. I also did a full update. > > > > ===================== SingleSource/Regression/C++/EH/Output/ConditionalExpr > > > > Only cbe failed with: > > > > gcc Output/ConditionalExpr.cbe.c -std=c99 -fno-strict-aliasing -O2 -o Output/ConditionalExpr.cbe > > Output/ConditionalExpr.cbe.c:1629: warning: conflicting types for built-in function 'memset' > > Output/Condition...
2004 Sep 11
0
[LLVMdev] POST MORTEM: llvm-test changes
...asing -O2 -o Output/perl.cbe gcc: Output/perl.cbe.c: No such file or directory ===================== SingleSource/UnitTests/SetjmpLongjmp/C++/Output/SimpleC++Test All of cbe/jit/llc failed with: 2a3 > Destroying C object in foo ===================== SingleSource/Regression/C++/EH/Output/ConditionalExpr Only cbe failed with: gcc Output/ConditionalExpr.cbe.c -std=c99 -fno-strict-aliasing -O2 -o Output/ConditionalExpr.cbe Output/ConditionalExpr.cbe.c:1629: warning: conflicting types for built-in function 'memset' Output/ConditionalExpr.cbe.c: In function `l141__ZNKSt7collateIwE12do_transf...
2004 Sep 10
2
[LLVMdev] POST MORTEM: llvm-test changes
On Thu, 9 Sep 2004 20:16:37 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote: > On Thu, 9 Sep 2004 08:52:10 -0700 > Jeff Cohen <jeffc at jolt-lang.org> wrote: > > > > I haven't got around to this yet but I will. The odds are good the > > > problem is in a BSD system header file so I need to capture the > > > preprocessed source. > > >
2010 Mar 24
1
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...eline for clang?): ALL FAIL (pass in llvm-gcc): MultiSource/Benchmarks/PAQ8p/paq8p MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 MultiSource/Benchmarks/Prolangs-C/archie-client/archie MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl SingleSource/Benchmarks/Misc-C++/bigfib SingleSource/Regression/C++/EH/ConditionalExpr SingleSource/Regression/C++/EH/ctor_dtor_count-2 SingleSource/Regression/C++/EH/function_try_block SingleSource/Regression/C++/EH/simple_throw SingleSource/UnitTests/2006-12-04-DynAllocAndRestore SingleSource/UnitTests/Vector/SSE/sse.expandfft SingleSource/UnitTests/Vector/SSE/sse.stepfft JIT fail...
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...ass in llvm-gcc): > MultiSource/Benchmarks/PAQ8p/paq8p > MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 > MultiSource/Benchmarks/Prolangs-C/archie-client/archie > MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl > SingleSource/Benchmarks/Misc-C++/bigfib > SingleSource/Regression/C++/EH/ConditionalExpr > SingleSource/Regression/C++/EH/ctor_dtor_count-2 > SingleSource/Regression/C++/EH/function_try_block > SingleSource/Regression/C++/EH/simple_throw > SingleSource/UnitTests/2006-12-04-DynAllocAndRestore > SingleSource/UnitTests/Vector/SSE/sse.expandfft > SingleSource/UnitTests/Ve...
2010 Mar 17
9
[LLVMdev] 2.7 Pre-release1 available for testing
The 2.7 binaries are available for testing: http://llvm.org/pre-releases/2.7/pre-release1/ You will also find the source tarballs there as well. We rely on the community to help make our releases great, so please help test 2.7 if you can. Please follow these instructions to test 2.7: To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
...ement. In particular, I am inquiring about the status of the EH tests since some tests seem to be enabled to run by default, but some aren't. From looking at your tests, I've noticed the following: 1) I can see that some EH tests are running by default: SingleSource/Regression/C++/EH: ConditionalExpr ctor_dtor_count ctor_dtor_count2 dead_try_block exception_spec_test function_try_block simple_rethrow simple_throw throw_rethrow_test 2) The following test is commented out on purpose: MultiSource/Benchmarks/Misc-C++-EH/spirit Should this test still be commented out? It's ac...
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...sion/C++/BuiltinTypeInfo SingleSource/Regression/C/callargs SingleSource/Regression/C/casts SingleSource/Regression/C/compare SingleSource/Regression/C/ConstructorDestructorAttributes SingleSource/Regression/C/DuffsDevice SingleSource/Regression/C++/EH/class_hierarchy SingleSource/Regression/C++/EH/ConditionalExpr SingleSource/Regression/C++/EH/ctor_dtor_count SingleSource/Regression/C++/EH/ctor_dtor_count-2 SingleSource/Regression/C++/EH/dead_try_block SingleSource/Regression/C++/EH/exception_spec_test SingleSource/Regression/C++/EH/function_try_block SingleSource/Regression/C++/EH/inlined_cleanup SingleSou...
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...t; MultiSource/Benchmarks/PAQ8p/paq8p >> MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 >> MultiSource/Benchmarks/Prolangs-C/archie-client/archie >> MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl >> SingleSource/Benchmarks/Misc-C++/bigfib >> SingleSource/Regression/C++/EH/ConditionalExpr >> SingleSource/Regression/C++/EH/ctor_dtor_count-2 >> SingleSource/Regression/C++/EH/function_try_block >> SingleSource/Regression/C++/EH/simple_throw >> SingleSource/UnitTests/2006-12-04-DynAllocAndRestore >> SingleSource/UnitTests/Vector/SSE/sse.expandfft >> S...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...ource/Regression/C++/EH/ctor_dtor_count-2 | * | * | SingleSource/Regression/C++/EH/function_try_block | * | * | SingleSource/Regression/C++/EH/simple_rethrow | * | * | SingleSource/Regression/C++/EH/ConditionalExpr | * | * | SingleSource/Benchmarks/Shootout/fib2 | * | * | SingleSource/Benchmarks/Shootout/ackermann | * | * | SingleSource/Benchmarks/Shootout/ary3...
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
....00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0026 700 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0080 1052 0.0053 * 0.0065 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0070 992 0.0035 * * |...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
....01 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0000 720 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0080 1704 0.0120 * 0.0160 | 0.00 0.00 0.01 * 0.03 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0080 1152 * * * |...
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
LLVMers, The 2.2 prerelease is now available for testing: http://llvm.org/prereleases/2.2/ If anyone can help test this release, I ask that you do the following: 1) Build llvm and llvm-gcc (or use a binary). You may build release (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. 2) Run 'make check'. 3) In llvm-test, run 'make TEST=nightly report'. 4) When
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
....00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0028 704 0.0018 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0100 1680 0.0113 * 0.0099 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0109 1164 * * * |...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
....00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0011 720 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0037 1080 0.0038 * 0.0041 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0026 1024 * * * |...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...0.02 | -       -       n/a          n/a > SingleSource/Regression/C++/BuiltinTypeInfo                              | > 0.0000 728      0.0000      *                0.0000      |    0.00    0.00 >  0.00 *           0.01 | -       -       n/a          n/a > SingleSource/Regression/C++/EH/ConditionalExpr                           | > 0.0099 712      0.0000      *                0.0000      |    0.00    0.00 >  0.00 *           0.00 | -       -       n/a          n/a > SingleSource/Regression/C++/EH/ctor_dtor_count                           | > 0.0000 1056     0.0000      *              ...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya, > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a > pre-compiled llvm-gcc or re-compile it yourself. I compiled llvm and llvm-gcc with separate objects directories. Platform is x86_64-linux-gnu. > 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...n/a n/a > SingleSource/Regression/C++/ > BuiltinTypeInfo | 0.0000 728 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C++/EH/ > ConditionalExpr | 0.0099 712 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/Regression/C++/EH/ > ctor_dtor_count | 0.0000 1056 > 0.0000...