process frame size bug report

Avra
Schreiberling
Avatar
Gender:
Location: Belgrade, Serbia
Age: 53
Homepage: rs.linkedin.com/in…
Posts: 653
Registered: 07 / 2002
Subject:

process frame size bug report

 · 
Posted: 14.09.2014 - 11:10  ·  #1
I can have different FrameSize in process declaration and in implementation, and compiler does not report an error although it should. For StackSize everything is as it should be - compiler reports error "MissMatch or forward declaration".
miparo
Administrator
Avatar
Gender:
Location: Germany
Age: 58
Posts: 959
Registered: 09 / 2007
Subject:

Re: process frame size bug report

 · 
Posted: 19.09.2014 - 00:44  ·  #2
The same in Proc. and Function declaration.

It's not a bug it's a feature.

This feature is > ten years old. ;-)
Avra
Schreiberling
Avatar
Gender:
Location: Belgrade, Serbia
Age: 53
Homepage: rs.linkedin.com/in…
Posts: 653
Registered: 07 / 2002
Subject:

Re: process frame size bug report

 · 
Posted: 19.09.2014 - 14:44  ·  #3
I have this:
Code
interface
process   HcpComm(100, 200: iData);         // <<<< 200
...
implementation
process   HcpComm(100, 201: iData);         // <<<< 201

which compiler accepts without error (strange, since I do not know if 200 or 201 frame size is accepted without looking at generated asm),

and if I have this:
Code
interface
process   HcpComm(100, 200: iData);         // <<<< 100
...
implementation
process   HcpComm(101, 200: iData);         // <<<< 101

then compilation is refused.

That is a feature? :-(
rh
Administrator
Avatar
Gender:
Location: Germany
Age: 24
Homepage: e-lab.de
Posts: 5558
Registered: 03 / 2002
Subject:

Re: process frame size bug report

 · 
Posted: 19.09.2014 - 20:25  ·  #4
Hello Avra,

problem fixed now.

rolf
Avra
Schreiberling
Avatar
Gender:
Location: Belgrade, Serbia
Age: 53
Homepage: rs.linkedin.com/in…
Posts: 653
Registered: 07 / 2002
Subject:

Re: process frame size bug report

 · 
Posted: 19.09.2014 - 22:48  ·  #5
Thanks Rolf! :-)
Selected quotes for multi-quoting:   0

Registered users in this topic

Currently no registered users in this section

The statistic shows who was online during the last 5 minutes. Updated every 90 seconds.
MySQL Queries: 15 · Cache Hits: 14   83   97 · Page-Gen-Time: 0.028194s · Memory Usage: 2 MB · GZIP: on · Viewport: SMXL-HiDPI