[llvm-commits] CVS: llvm/test/AdaFrontend/vce.adb
Duncan Sands
baldrick at free.fr
Wed Mar 14 13:25:10 PDT 2007
Changes in directory llvm/test/AdaFrontend:
vce.adb added (r1.1)
---
Log message:
Test that the size of a view converted object is determined by the target
type, not the source type.
---
Diffs of the changes: (+7 -0)
vce.adb | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/AdaFrontend/vce.adb
diff -c /dev/null llvm/test/AdaFrontend/vce.adb:1.1
*** /dev/null Wed Mar 14 15:25:03 2007
--- llvm/test/AdaFrontend/vce.adb Wed Mar 14 15:24:53 2007
***************
*** 0 ****
--- 1,7 ----
+ -- RUN: %llvmgcc -c %s -o /dev/null
+ procedure VCE is
+ S : String (1 .. 2);
+ B : Character := 'B';
+ begin
+ S := 'A' & B;
+ end;
More information about the llvm-commits
mailing list