Your message dated Tue, 16 Jan 2007 09:51:29 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fwd: Chat with Varun Hiremath
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)
--- Begin Message ---
Package: fp-compiler
Version: 2.0.0-4
Severity: important
Using -O2 produces invalid code. demonstration programm included.
Expected output "5 2", but with -O2 the program results "5 5"
the problem is fixed in 2.0.4.
code:
----------------------
var x,y,r,s,v : integer;
begin
r:=3; v:=5; s:=7;
if s <= v then begin
x := s; y := 1;
end else if (s - v) <= r then begin
x := v; y := s - v;
end;
writeln(x, ' ', y);
end.
---------------------
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.20-grsec
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15
(charmap=ISO-8859-15)
Versions of packages fp-compiler depends on:
ii fp-units-rtl 2.0.0-4 Free Pascal -- Runtime
Library
--- End Message ---
--- Begin Message ---
Package: fp-compiler
Version: 2.0.4-1
---------- Forwarded message ----------
From: Varun Hiremath <[EMAIL PROTECTED]>
Date: Jan 16, 2007 7:53 AM
Subject: Chat with Varun Hiremath
To: [EMAIL PROTECTED]
These messages were sent while you were offline.
7:53 AM Varun: This can also be closed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403586
fpc -O2 and fpc now give the same output for the give smaple of code
7:54 AM *given sample
I shall prepare a new version and upload to bollin.
--
blog: http://twerner.blogspot.com/
homepage: http://www.twerner42.de/
--- End Message ---