Hi! ----
Can you take a look at this gcc warning, please: -- snip -- src/cmd/ksh93/sh/main.c:141:15: warning: variable 'fdin' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] -- snip -- Is it possible that the value may be undefined in the case that $ ksh -c 'print -- $((nan))' # triggers an error (the example should not trigger an error but right now ast-ksh.2012-05018 does so on Solaris/SPARC... and "dbx -access" (this is some kind of "valgrind"-like instrumentation support in Sun Studio dbx) reports that the value of variable "fdin" is undefined when used) ? ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [email protected] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 3992797 (;O/ \/ \O;) _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
