langroodi / Adaptive-AUTOSAR

Adaptive Runtime AUTOSAR Linux Simulator
MIT License
399 stars 159 forks source link

Supporting GCC #2

Closed langroodi closed 3 years ago

langroodi commented 3 years ago

Is your feature request related to a problem? Please describe. Due to a SEGFAULT on one Google unit tests, G++ compiler cannot be used.

Describe the solution you'd like The error should be tracked and solved. So, then the project can be built via both GCC and Clang.

Additional context Please refer to the following ticket: https://github.com/google/googletest/issues/3506