You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/03/09 18:38:33 UTC

[GitHub] ccollins476ad commented on issue #895: Nimble host tests are not running due to compilation issue

ccollins476ad commented on issue #895: Nimble host tests are not running due to compilation issue
URL: https://github.com/apache/mynewt-core/issues/895#issuecomment-371906967
 
 
   Thanks for reporting this!
   
   `{ 0 }` is valid C syntax for default initializing a struct.  This is an instance of my most dreaded gcc bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53119
   
   This gcc bug was fixed in 2014, but the bug lives on in older versions of gcc.
   
   I suggest upgrading to a newer version of gcc.  We should also apply your fix to support older versions of gcc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services