Re: [fpc-devel] FPC 2.0.0 vs FPC 2.0.2 (div by zero)

2006-03-09 Thread Den Jean
On Wednesday 08 March 2006 10:12 pm, Michalis Kamburelis wrote:
 Maybe you can workaround this with Set8087CW, just like it has to be

see my previous mail
 So I now use fedisableexcept(FE_ALL_EXCEPT);
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Dump_Stack broken in fpc 2.1.1

2006-03-09 Thread Vincent Snijders

Hi,

Line info is broken in fpc 2.1.1 on win32. I have created the attached 
test program.


Running the program gives:
C:\lazarus\bugs\fpc\lineinfoproject1.exe
In test

opening the program in gdb gives.
(no debugging symbols found)...

Running the program compiled with fpc 2.0.3 gives:
C:\lazarus\bugs\fpc\lineinfoproject1.exe
In test
  $0040109D  main,  line 17 of project1.pas

Vincent

program Project1;

{$mode objfpc}{$H+}

procedure test;
begin
  writeln('In test');
  Dump_Stack(Output, get_frame);

end;

begin
  test;
end.

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel