parent
e21c4fbbb5
commit
8efc9d6219
2
Changes
2
Changes
|
|
@ -79,7 +79,7 @@ Verilator 5.041 devel
|
||||||
* Fix splitting hierarchically referenced variables (#6475). [Ryszard Rozak, Antmicro Ltd.]
|
* Fix splitting hierarchically referenced variables (#6475). [Ryszard Rozak, Antmicro Ltd.]
|
||||||
* Fix Windows compilation of Verilator with spaces in the path (#6477). [Fabian Keßler-Schulz]
|
* Fix Windows compilation of Verilator with spaces in the path (#6477). [Fabian Keßler-Schulz]
|
||||||
* Fix PROTOTYPEMIS error on implicit logic (#6482). [Alex Solomatnikov]
|
* Fix PROTOTYPEMIS error on implicit logic (#6482). [Alex Solomatnikov]
|
||||||
* Fix configure misdetecting C++14 (#6488). [Thomas O'Keeffe]
|
* Fix configure misdetecting C++14 (#6488) (#6515). [Thomas O'Keeffe]
|
||||||
* Fix false BLKSEQ on non-edged sensitivity list (#6492). [Oron Port]
|
* Fix false BLKSEQ on non-edged sensitivity list (#6492). [Oron Port]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -596,8 +596,6 @@ AC_DEFUN([_MY_CXX_CHECK_CXX_VER],
|
||||||
# error "Too old"
|
# error "Too old"
|
||||||
#endif
|
#endif
|
||||||
], [[
|
], [[
|
||||||
std::thread t([]{});
|
|
||||||
t.join();
|
|
||||||
]])],
|
]])],
|
||||||
[_my_result=yes],
|
[_my_result=yes],
|
||||||
[_my_result=no],
|
[_my_result=no],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue