Displaying 5 results from an estimated 5 matches for "pragmapack".
2007 Sep 19
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...llo, Emil
> Should I take this (and the other crashes?) off the list and start
> filing bugs or something?
The transcript looks very "bad" for me.
For example:
while running: /home/emil/ll/prefix/bin/llvm-gcc -emit-llvm -O3 -S -o
- /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c | grep
{26}
/home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:5: warning: #pragma pack(push[, id], <n>) is not supported on this target
/home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:26: warning: #pragma pack(pop[, id], <n>) is not supported on this target...
2008 Jan 30
1
[LLVMdev] 2.2 Prerelease available for testing
...ted passes 2519
> # of unexpected failures 1
> # of expected failures 7
> gmake[1]: *** [check-local] Error 1
>
> The unexpected failure was:
> Running /home/llvm/llvm-2.2/test/CFrontend/dg.exp ...
> FAIL: /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c
> Failed with exit(1) at line 1
> while running: /home/llvm/local/bin/llvm-gcc -emit-llvm -O3 -S -o
> - /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c | grep
> {26}
> child process exited abnormally
> Running /home/llvm/llvm-2.2/test/CodeGen/ARM/dg.exp ...
>...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...=== Summary ===
# of expected passes 2519
# of unexpected failures 1
# of expected failures 7
gmake[1]: *** [check-local] Error 1
The unexpected failure was:
Running /home/llvm/llvm-2.2/test/CFrontend/dg.exp ...
FAIL: /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c
Failed with exit(1) at line 1
while running: /home/llvm/local/bin/llvm-gcc -emit-llvm -O3 -S -o - /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c | grep {26}
child process exited abnormally
Running /home/llvm/llvm-2.2/test/CodeGen/ARM/dg.exp ...
$ cd ../llvm-test-2.2
$ ./configure -...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download
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