Your message dated Sat, 16 Nov 2002 14:34:18 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#161995: gpc segfaults on <number> in <integer, etc..> constructions has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 23 Sep 2002 08:04:52 +0000 >From [EMAIL PROTECTED] Mon Sep 23 03:04:52 2002 Return-path: <[EMAIL PROTECTED]> Received: from tsd.student.utwente.nl (firx.student.utwente.nl) [130.89.160.31] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17tOD6-0001ZV-00; Mon, 23 Sep 2002 03:04:52 -0500 Received: from firx.student.utwente.nl ([EMAIL PROTECTED] [127.0.0.1]) by firx.student.utwente.nl (8.12.3/8.12.3/Debian -4) with ESMTP id g8N84l4o000545; Mon, 23 Sep 2002 10:04:47 +0200 Received: (from [EMAIL PROTECTED]) by firx.student.utwente.nl (8.12.3/8.12.3/Debian -4) id g8N84lDb000544; Mon, 23 Sep 2002 10:04:47 +0200 Message-Id: <[EMAIL PROTECTED]> From: Bas van Sisseren <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: gpc segfaults on <number> in <integer, etc..> constructions X-Mailer: reportbug 1.50 Date: Mon, 23 Sep 2002 10:04:47 +0200 Delivered-To: [EMAIL PROTECTED] Package: gpc Version: 2:2.95.4-14 Severity: normal see subject. Sample code: program gpc_in_bug; var i: integer; r: record end; begin if 0 in i then begin end; { i is not a set -> gpc segfaults } if 0 in r then begin end; { r is not a set -> gpc segfaults } end. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux firx.student.utwente.nl 2.4.18-586tsc #1 Sun Apr 14 10:57:57 EST 2002 i586 Locale: LANG=C, LC_CTYPE=C Versions of packages gpc depends on: ii cpp 2:2.95.4-14 The GNU C preprocessor. ii gcc-2.95 1:2.95.4-7 The GNU C compiler. ii gpc-2.95 1:2.95.4-7 The GNU Pascal compiler. --------------------------------------- Received: (at 161995-done) by bugs.debian.org; 16 Nov 2002 13:40:13 +0000 >From [EMAIL PROTECTED] Sat Nov 16 07:40:13 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18D3BE-000579-00; Sat, 16 Nov 2002 07:40:12 -0600 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id OAA28411; Sat, 16 Nov 2002 14:34:18 +0100 (MET) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id gAGDYIO10070; Sat, 16 Nov 2002 14:34:18 +0100 (MET) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sat, 16 Nov 2002 14:34:18 +0100 To: Bas van Sisseren <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#161995: gpc segfaults on <number> in <integer, etc..> constructions In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-8.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01 version=2.41 X-Spam-Level: Fixed in gpc-2.95.4-15: $ gpc bug-161995.p bug-161995.p: In main program: bug-161995.p:8: right operand to `in' must be a set bug-161995.p:9: right operand to `in' must be a set Bas van Sisseren writes: > Package: gpc > Version: 2:2.95.4-14 > Severity: normal > > > see subject. Sample code: > > program gpc_in_bug; > > var > i: integer; > r: record end; > > begin > if 0 in i then begin end; { i is not a set -> gpc segfaults } > if 0 in r then begin end; { r is not a set -> gpc segfaults } > end. > > > -- System Information > Debian Release: 3.0 > Architecture: i386 > Kernel: Linux firx.student.utwente.nl 2.4.18-586tsc #1 Sun Apr 14 10:57:57 > EST 2002 i586 > Locale: LANG=C, LC_CTYPE=C > > Versions of packages gpc depends on: > ii cpp 2:2.95.4-14 The GNU C preprocessor. > ii gcc-2.95 1:2.95.4-7 The GNU C compiler. > ii gpc-2.95 1:2.95.4-7 The GNU Pascal compiler. > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]