------------------------------------------------------------------------

r40155 | jonas | 2018-11-01 20:39:38 +0000 (Thu, 01 Nov 2018) | 1 line

  * fixed compilation with -O3 (one false positive, one real error)
------------------------------------------------------------------------
--- Merging r40155 into '.':
   C compiler/riscv { not present in fixes branch }
U    compiler/sparcgen/ncpumat.pas
--- Recording mergeinfo for merge of r40155 into '.':
 U   .
Summary of conflicts:
  Tree conflicts: 1

git-svn-id: branches/fixes_3_2@49419 -
This commit is contained in:
pierre 2021-05-31 13:37:44 +00:00
parent 1ed2a3e055
commit 9cd5a5b916

View File

@ -156,6 +156,7 @@ implementation
if (nodetype = modn) then
begin
overflowlabel:=nil;
if not no_overflow then
begin
current_asmdata.getjumplabel(overflowlabel);