diff --git a/CMakeLists.txt b/CMakeLists.txt index ef99451..6f62584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if (COMMAND cmake_policy) endif (COMMAND cmake_policy) project (GFTL - VERSION 1.15.0 + VERSION 1.15.1 LANGUAGES NONE) if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) diff --git a/ChangeLog.MD b/ChangeLog.MD index 6e14ae0..91a2812 100644 --- a/ChangeLog.MD +++ b/ChangeLog.MD @@ -4,6 +4,11 @@ ### Fixed +## [1.15.1] - 2025-01-31 + +### Fixed + +- Workaround for gcc for unlimited vector. (Issue #250) ## [1.15.0] - 2025-01-31 diff --git a/tests/vector/Test_Vector.m4 b/tests/vector/Test_Vector.m4 index cc23c8a..5508fda 100644 --- a/tests/vector/Test_Vector.m4 +++ b/tests/vector/Test_Vector.m4 @@ -23,7 +23,7 @@ module Test_{}_type()Vector __T_declare_component__ :: tmp define({ASSERT},{ -tmp = {$1} +__T_COPY__(tmp,{$1}) ifelse(_type(),{Foo},@assertTrue(tmp=={$2}), _type(),{FooPoly},@assertTrue(tmp=={$2}), _type(),{AbstractBar},@assertTrue(tmp=={$2}),