Opened 4 years ago

Closed 4 years ago

#719 closed defect (wontfix)

A strange message.

Reported by: Jamaika Owned by:
Priority: minor Milestone:
Component: VTM Version:
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

A strange message. Probably GCC 20191116 error. I think that have to wait for the newer version.
http://msystem.waw.pl/x265/mingw-gcc1000-20191116.7z

UnitTools.cpp: In function 'void PU::getInterMergeCandidates(const PredictionUnit&, MergeCtx&, int, const int&)':
UnitTools.cpp:1323:50: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1323 |     mrgCtx.interDirNeighbours [uiArrayAddr     ] = 1;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:488:17: note: destination object declared here
  488 |   unsigned char interDirNeighbours[ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~~~~~~~~~~~~~
UnitTools.cpp:1324:50: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1324 |     mrgCtx.GBiIdx             [uiArrayAddr     ] = GBI_DEFAULT;
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:487:17: note: destination object declared here
  487 |   uint8_t       GBiIdx            [ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~
UnitTools.cpp:1330:58: warning: writing 1 byte into a region of size 0 [ttps://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=stringop-overflow=]
 1330 |       mrgCtx.interDirNeighbours [ uiArrayAddr          ] = 3;
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
In file included from UnitTools.h:43,
                 from UnitTools.cpp:38:
ContextModelling.h:488:17: note: destination object declared here
  488 |   unsigned char interDirNeighbours[ MRG_MAX_NUM_CANDS      ];
      |                 ^~~~~~~~~~~~~~~~~~

Change history (1)

comment:1 Changed 4 years ago by ksuehring

  • Resolution set to wontfix
  • Status changed from new to closed

We can't provide support for daily builds of gcc.

Note: See TracTickets for help on using tickets.