https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78276
--- Comment #3 from James K. Lowden ---
Here is a nonpathological example taken from a real-world problem were
std::regex_search fails.
This pattern is part of the COBOL COPY text-manipulation directive:
([[:space:]]+(LEADING|TRAILING))?[[:s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78276
James K. Lowden changed:
What|Removed |Added
CC||jklowden at schemamania dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58289
--- Comment #2 from James K. Lowden ---
(In reply to Andrew Pinski from comment #1)
> GCC is now a C++ program even though it uses the .c file extension. Use
> clang in C++ mode instead.
Thank you, but the the problem is not completely solved.
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: jklowden at schemamania dot org
I pulled from svn://gcc.gnu.org/svn/gcc/trunk today to build gcc on OS X using
Clang. Some header files use C++ syntax, but are included in C
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jklowden at schemamania dot org
GCC build triplet: i386--netbsdelf
GCC host triplet: i386--netbsdelf
GCC target triplet: i386--netbsdelf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45725
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jklowden at schemamania dot org
GCC build triplet: elf_x86_64
GCC host triplet: elf_x86_64
GCC target triplet: elf_x86_64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45536