close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 21 years ago

Closed 21 years ago

Last modified 18 years ago

#18 closed defect (fixed)

Caída en compilación por la función IF

Reported by: Lander Ibarra Iriondo Owned by: danirus
Priority: highest Milestone:
Component: Kernel Version: head
Severity: blocker Keywords:
Cc:

Description

Estoy trabajando con Tol CVS 0.1.9a Mar 25 2004:

Tol se cae en esta situación:

Real If(FALSE, 0)

Esto no ocurre con la versión de Tol CVS 1.1.10a 2004.03.18.

Change History (3)

comment:1 Changed 21 years ago by danirus

Status: newassigned

comment:2 Changed 21 years ago by danirus

Resolution: fixed
Status: assignedclosed

Original Message:
Working with Tol cvs version 0.1.9, when i try to execute:
Real If(FALSE,0);
Tol musn't to do nothing because this sentence has not a "false" branch, and the "condition"
part is explicitly FALSE.
_
This problem has been fixed. It was an access to Null pointer when we try to get n-th
element of a List without checking that position.

comment:3 Changed 18 years ago by Víctor de Buen Remiro

bug_file_loc: http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000018
Note: See TracTickets for help on using tickets.