mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 03:39:33 +02:00
* remove mhs_exceptions in might_have_sideeffects call for C operators: it improves code
and shouldn't hurt as this is no regression in comparison with current 3.2.x git-svn-id: trunk@49621 -
This commit is contained in:
parent
7a8893396d
commit
415bf22e01
@ -239,7 +239,7 @@ implementation
|
|||||||
result can be wrong }
|
result can be wrong }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if might_have_sideeffects(p1,[mhs_exceptions]) then
|
if might_have_sideeffects(p1,[]) then
|
||||||
begin
|
begin
|
||||||
typecheckpass(p1);
|
typecheckpass(p1);
|
||||||
result:=internalstatements(newstatement);
|
result:=internalstatements(newstatement);
|
||||||
|
Loading…
Reference in New Issue
Block a user