* merged double deleting of left location when using a temp in

secondwith (merged from fixes branch). This also fixes web bug1194
This commit is contained in:
Jonas Maebe 2000-10-31 14:18:53 +00:00
parent 522544200b
commit 5a593618b2

View File

@ -1002,7 +1002,6 @@ implementation
withdebuglist^.concat(new(pai_stabn,init(strnew(pp)))); withdebuglist^.concat(new(pai_stabn,init(strnew(pp))));
end; end;
{$endif GDB} {$endif GDB}
del_reference(left.location.reference);
end; end;
{ right can be optimize out !!! } { right can be optimize out !!! }
@ -1053,7 +1052,11 @@ begin
end. end.
{ {
$Log$ $Log$
Revision 1.2 2000-10-21 18:16:13 florian Revision 1.3 2000-10-31 14:18:53 jonas
* merged double deleting of left location when using a temp in
secondwith (merged from fixes branch). This also fixes web bug1194
Revision 1.2 2000/10/21 18:16:13 florian
* a lot of changes: * a lot of changes:
- basic dyn. array support - basic dyn. array support
- basic C++ support - basic C++ support