~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to ffcall/vacall/tests.output/rs6000-ibm-aix4.2.0.0-gcc

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Float f(Float,float,double):({0.1},0.2,0.3)->{0.6}
2
 
Float f(Float,float,double):({0},0.1,0.2)->{0.3}
3
 
Double f(float,Double,double):(0.1,{0.2},0.3)->{0.6}
4
 
Double f(float,Double,double):(0.1,{0},0.2)->{0.3}
5
 
T f(T,char,T):({"the"},' ',{"fox"})->{"box"}
6
 
T f(T,char,T):({"he�"},' ',{"oxo"})->{"bxo"}
7
 
X f(B,char,double,B):({0.1,{1,2,3}},'',0.3,{0.2,{5,4,3}})->{"return val",''}
8
 
X f(B,char,double,B):({-2.35344e-185,{2,3,0}},' ',0.3,{1.061e-313,{3,0,0}})->{"return val",'    '}