Peter Memishian wrote: > > > Is there any ETA when C99 VLAs (=variable length arrays) will supported > > in OS/Net ? It seems that the ctf*-tools in B65 still do not support > > this datatype which causes some trouble for us... > > According to the bug database, STABS support for VLAs was added to CTF in > build 61 via 5035276,
Uhm... are you sure ? A quick test (building the B61-based ksh93-integration prototype005 on B61 with a small patch to the "read" builtin command) shows this error: -- snip -- /opt/SUNWspro/bin/cc -O -K pic -xspace -Xa -xildoff -errtags=yes -errwarn=%all -erroff=E_EMPTY_TRANSLATION_UNIT -erroff=E_STATEMENT_NOT_REACHED -erroff=E_UNRECOGNIZED_PRAGMA_IGNORED -xc99=%all -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -W0,-xglobalstatic -v -xstrconst -g -xc99=%all -D_XOPEN_SOURCE=600 -D__EXTENSIONS__=1 -W0,-noglobal -xdebugformat=stabs -DTEXT_DOMAIN="SUNW_OST_OSLIB" -D_TS_ERRNO -Isrc/cmd/ksh93 -I../common/include -I/home/test001/ksh93/on_build1/test1_x86/proto/root_i386/usr/include/ast -DKSHELL -DSHOPT_BRACEPAT -DSHOPT_CMDLIB_BLTIN=0 -DSH_CMDLIB_DIR="/usr/ast/bin" -DSHOPT_CMDLIB_HDR="solaris_cmdlist.h" -DSHOPT_DYNAMIC -DSHOPT_ESH -DSHOPT_FILESCAN -DSHOPT_HISTEXPAND -DSHOPT_KIA -DSHOPT_MULTIBYTE -DSHOPT_NAMESPACE -DSHOPT_OPTIMIZE -DSHOPT_PFSH -DSHOPT_RAWONLY -DSHOPT_SUID_EXEC -DSHOPT_SYSRC -DSHOPT_VSH -D_BLD_shell -D_PACKAGE_ast -DERROR_CONTEXT_T=Error_context_t -DUSAGE_LICENSE= "[-author?David Korn <[EMAIL PROTECTED]>]" "[-copyright?Copyright (c) 1982-2007 AT&T Knowledge Ventures]" "[-license?http://www.opensource.org/licenses/cpl1.0.txt]" "[--catalog?libshell]" -DPIC -D_REENTRANT -c -o pics/bltins/read.o ../common/bltins/read.c ERROR: ctfconvert: pics/bltins/read.o: Couldn't parse stab "#vla0:(0,14)" (source file pics/bltins/read.o) Removing pics/bltins/read.o *** Error code 1 The following command caused the error: /usr/ccs/bin/mcs -d -a "@(#)SunOS 5.11 test1_x86 October 2007" pics/bltins/read.o ; /home/test001/ksh93/on_build1/test1_x86/usr/src/tools/proto/opt/onbld/bin/i386/ctfconvert -i -L VERSION pics/bltins/read.o make: Fatal error: Command failed for target `pics/bltins/read.o' Current working directory /home/test001/ksh93/on_build1/test1_x86/usr/src/lib/libshell/i386 -- snip -- Grumpf... ;-( ---- Bye, Roland -- __ . . __ (o.\ \/ /.o) [EMAIL PROTECTED] \__\/\/__/ MPEG specialist, C&&JAVA&&Sun&&Unix programmer /O /==\ O\ TEL +49 641 7950090 (;O/ \/ \O;) _______________________________________________ tools-discuss mailing list [email protected]
