Hello Mathew,

> mwoehlke wrote:
> > Ok, I did this:
> >              { right_works = FALSE; \
> >          printf("j=%i\n", j);\
> >          printf("shc=%i\n", shc);\
> >          printf("sample1=%Ld\n", sample1);\
> >          printf("sample2=%Ld\n", sample2);\
> > }                                    \
> > 
> > ...and got this:
> > 
> > j=1
> > shc=1
> > sample1=a84e715a515523b4
> > sample2=0
> 
> Interesting... and do you also have a sample where the left shift
> doesn't work?

Did you have time to find a sample where the left shift doesn't work?

I'd like to know whether we have to consider the Tandem 'long long' type
in the configuration that you are using as broken or not. The sample for
the right shift was not conclusive enough.

Bruno


Reply via email to