[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#161995: marked as done (gpc segfaults on <number> in <integer, etc..> constructions)



Your message dated Sat, 16 Nov 2002 14:34:18 +0100
with message-id <15830.18778.557375.568888@gargle.gargle.HOWL>
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 tsd@tsd.student.utwente.nl Mon Sep 23 03:04:52 2002
Return-path: <tsd@tsd.student.utwente.nl>
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 (tsd@localhost [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 tsd@localhost)
	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: <200209230804.g8N84lDb000544@firx.student.utwente.nl>
From: Bas van Sisseren <tsd@tsd.student.utwente.nl>
To: Debian Bug Tracking System <submit@bugs.debian.org>
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: submit@bugs.debian.org

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 doko@cs.tu-berlin.de Sat Nov 16 07:40:13 2002
Return-path: <doko@cs.tu-berlin.de>
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 (daemon@bolero.cs.tu-berlin.de [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 doko@localhost)
	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 <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <15830.18778.557375.568888@gargle.gargle.HOWL>
Date: Sat, 16 Nov 2002 14:34:18 +0100
To: Bas van Sisseren <tsd@tsd.student.utwente.nl>, 161995-done@bugs.debian.org
Subject: Re: Bug#161995: gpc segfaults on <number> in <integer, etc..> constructions
In-Reply-To: <200209230804.g8N84lDb000544@firx.student.utwente.nl>
References: <200209230804.g8N84lDb000544@firx.student.utwente.nl>
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: 161995-done@bugs.debian.org
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 debian-gcc-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: