Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Restore triviality of s_smx_simcall to please GCC
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 15 Aug 2019 16:28:24 +0000 (18:28 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 15 Aug 2019 16:29:24 +0000 (18:29 +0200)
commit0546bca18b0a87c91e5132340a0b1359ba0b5130
treee00941c43fcca1c7d470b442ca9dcd8dc77cba4e
parent6672758cce11400b8b7377e6e1d126365335093d
Restore triviality of s_smx_simcall to please GCC

Field initialization make this struct non-trivial, making GCC to panic
when we memset it. Even if we initialize some fields to nullptr and
memset it to 0.
src/simix/popping_private.hpp