[fpc-devel] Should the compiler work, if compiled with -Cr?

2013-03-15 Thread Martin
revision 23848 As reported recently: make clean make.exe allLINKSMART=1 CREATESMART=1 DEBUG=1 OPTIMIZE=0 OPT=-gl -O2 Fatal: Compilation aborted An unhandled exception occurred at $004A7A0E: ERangeError: Range check error $004A7A0E line 2638 of scanner.pas $004AA76D line 3944 of

Re: [fpc-devel] Should the compiler work, if compiled with -Cr?

2013-03-15 Thread Paul Ishenin
16.03.13, 1:54, Martin wrote: revision 23848 As reported recently: make clean make.exe allLINKSMART=1 CREATESMART=1 DEBUG=1 OPTIMIZE=0 OPT=-gl -O2 No, it does not work. Testsuite has many failures too when the compiler is built with -Cr. Why this is a problem for you? Best regards,

Re: [fpc-devel] Should the compiler work, if compiled with -Cr?

2013-03-15 Thread Martin
On 16/03/2013 01:35, Paul Ishenin wrote: 16.03.13, 1:54, Martin wrote: revision 23848 As reported recently: make clean make.exe allLINKSMART=1 CREATESMART=1 DEBUG=1 OPTIMIZE=0 OPT=-gl -O2 No, it does not work. Testsuite has many failures too when the compiler is built with -Cr. Why

Re: [fpc-devel] Should the compiler work, if compiled with -Cr?

2013-03-15 Thread Martin
On 16/03/2013 02:13, Martin wrote: On 16/03/2013 01:35, Paul Ishenin wrote: No, it does not work. Testsuite has many failures too when the compiler is built with -Cr. Why this is a problem for you? It is not a problem. But it did work (or at least compile itself) for a long time now. (Or