# New Ticket Created by  Ron Blaschke 
# Please include the string:  [perl #43191]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=43191 >


I tried to smoke r18926 on Solaris but failed because of tons of "cannot
dereference non-pointer type" errors.


$ uname -a
SunOS solaris-devx 5.11 snv_64a i86pc i386 i86pc

$ cc -V
cc: Sun C 5.9 SunOS_i386 2007/05/03


Compiling with:
xx.c
cc -I./include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -g
-DHAVE_COMPUTED_GOTO -KPIC -I. -o xx.o -c xx.c
perl tools/build/ops2pm.pl src/ops/core.ops src/ops/bit.ops src/ops/cmp.ops
src/ops/debug.ops src/ops/experimental.ops src/ops/io.ops src/ops/math.ops
src/ops/o
bject.ops src/ops/pic.ops src/ops/pmc.ops src/ops/set.ops src/ops/stack.ops
src/ops/stm.ops src/ops/string.ops src/ops/sys.ops src/ops/var.ops
perl tools/build/ops2c.pl C --core
perl tools/build/ops2c.pl CSwitch --core
perl tools/build/vtable_extend.pl
perl tools/build/ops2c.pl CGoto --core
perl tools/build/ops2c.pl CGP --core
src/ops/core_ops.c
src/ops/core_ops_switch.c
src/ops/core_ops_cg.c
src/ops/core_ops_cgp.c
*** Error code 2
The following command caused the error:
perl tools/dev/cc_flags.pl ./CFLAGS cc "" -I./include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -g   -DHAVE_COMPUTED_GOTO  -KPIC
-Isrc/ops
-o src/o
ps/core_ops_cgp.o -c src/ops/core_ops_cgp.c


hash_i_p                             SKIPPED: not in ops.num nor ops.skip
"src/ops/object.ops", line 464: warning: statement not reached
"src/ops/object.ops", line 464: warning: statement not reached
"src/ops/object.ops", line 468: warning: statement not reached
"src/ops/object.ops", line 468: warning: statement not reached
"src/ops/core_ops_cgp.c", line 1437: cannot dereference non-pointer type
"src/ops/core.ops", line 104: cannot dereference non-pointer type
"src/ops/core.ops", line 113: cannot dereference non-pointer type
"src/ops/core.ops", line 122: cannot dereference non-pointer type
"src/ops/core.ops", line 128: cannot dereference non-pointer type
"src/ops/core.ops", line 134: cannot dereference non-pointer type
"src/ops/core.ops", line 144: cannot dereference non-pointer type
"src/ops/core.ops", line 145: cannot dereference non-pointer type
"src/ops/core.ops", line 150: cannot dereference non-pointer type
"src/ops/core.ops", line 150: cannot dereference non-pointer type
"src/ops/core.ops", line 176: cannot dereference non-pointer type
"src/ops/core.ops", line 176: cannot dereference non-pointer type
...

Reply via email to