On Wed, 7 Sep 2011 21:54:45 +0530 Misra, Anupam wrote:
> + cc -O -t p,/bto/sp816b/arch/hp.pa/lib/cpp 
> -I-D/bto/sp816b/arch/hp.pa/lib/probe/C/pp/810F75B0abincc -I. 
> -I/bto/sp816b/src/cmd/pax -I/usr/include/sys -I/usr/include/machine -I- -I. 
> -I../../../include/ast -DDEBUG -D_PACKAGE_ast 
> '-DUSAGE_LICENSE="[-author?Glenn Fowler 
> <[email protected]>][-copyright?Copyright (c) 1987-2011 AT&T Intellectual 
> Property][-license?http://www.opensource.org/licenses/cpl1.0.txt][--catalog?pax]";'
>  -c /bto/sp816b/src/cmd/pax/pax.c
> cpp: "/usr/include/sys/stat.h", line 36: warning: off_t redefined
> cpp: "../../../include/ast/ast_iconv.h", line 98: warning: ICONV_VERSION 
> redefined
> cc: "/bto/sp816b/src/cmd/pax/pax.c", line 945: error 1654: Expression type is 
> too large for switch expression.
> make [cmd/pax]: *** exit code 1 making pax.o

> 365: intmax_t   n; 
> 945: switch (n) at line. 

        switch ((int)n)

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to