Discussion:
[Bug c++/23457] New: gdb does not understand c++14 integer literals
tromey at sourceware dot org
2018-07-26 11:48:15 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23457

Bug ID: 23457
Summary: gdb does not understand c++14 integer literals
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: c++
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---

C++14 allows one to put single quotes in numbers as separators.
So, for example, this should print 2323:

(gdb) p 23'23
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...