Front page | perl.perl5.porters |
Postings from May 2003
[perl #22299] goto doesn't find label
Thread Previous
|
Thread Next
From:
Gurusamy Sarathy
Date:
May 23, 2003 18:49
Subject:
[perl #22299] goto doesn't find label
Message ID:
rt-22299-58121.11.4407829379611@bugs6.perl.org
# New Ticket Created by Gurusamy Sarathy
# Please include the string: [perl #22299]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22299 >
This is a bug report for perl from gsar@ActiveState.com,
generated with the help of perlbug 1.34 running under perl v5.8.0.
-----------------------------------------------------------------
[Please enter your report here]
I see this failure in 5.8.0 and bleadperl but not in 5.6.1:
% cat > gototst.pm
package gototst;
goto DEBUG;
die;
DEBUG:
print "debug\n";
1;
^D
% perl -we 'use gototst; print "done\n"'
Can't find label DEBUG at gototst.pm line 2.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
Sarathy
gsar@ActiveState.com
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=high
---
Site configuration information for perl v5.8.0:
Configured by gsar at Mon Mar 31 00:34:45 PST 2003.
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.17, archname=i686-linux-thread-multi
uname='linux gimlet 2.2.17 #1 sun jun 25 09:24:41 est 2000 i686 unknown '
config_args='-des -Dcc=gcc -Dcf_by=ActiveState -Dcf_email=ActivePerl@ActiveState.com -Uinstallusrbinperl -Ud_sigsetjmp -Dusethreads -Duseithreads -Ulocincpth= -Uloclibpth= -Dprefix=/home/gsar/ap806 -Duselargefiles'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing'
ccversion='', gccversion='2.95.2 20000220 (Debian GNU/Linux)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='gcc', ldflags =''
libpth=/lib /usr/lib /usr/local/lib
libs=-lnsl -lndbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lpthread -lc -lposix -lcrypt -lutil
libc=/lib/libc-2.1.3.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.1.3'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared'
Locally applied patches:
ACTIVEPERL_LOCAL_PATCHES_ENTRY
---
@INC for perl v5.8.0:
/home/gsar/ap806/lib/5.8.0/i686-linux-thread-multi
/home/gsar/ap806/lib/5.8.0
/home/gsar/ap806/lib/site_perl/5.8.0/i686-linux-thread-multi
/home/gsar/ap806/lib/site_perl/5.8.0
/home/gsar/ap806/lib/site_perl
.
---
Environment for perl v5.8.0:
HOME=/home/gsar
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/gsar/ap806/bin:/home/gsar/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/sbin:/usr/sbin:/usr/local/sbin
PERL_BADLANG (unset)
SHELL=/bin/tcsh
Thread Previous
|
Thread Next