Skip to content

Commit 645a767

Browse files
author
Hana Dusíková
committed
info about bug in gcc with debug symbols
1 parent 03add52 commit 645a767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ constexpr auto match(std::string_view sv) noexcept {
6868

6969
Currently only compiler which supports cNTTP syntax `ctre::match<PATTERN>(subject)` is GCC 9+. Use `-DEXPERIMENTAL_GCC_9` flag to disable trampolining (which crash compiler on ICE).
7070

71+
Also there is [known bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88534) in current GCC 9 with debug symbols and cNTTP, you can avoid it if you disable generating debug symbols (`-g0`).
72+
7173
## Examples
7274

7375
#### Extracting number from input

0 commit comments

Comments
 (0)