[Bug bootstrap/58289] New: gcc/gengtype.c includes gcc/double-int.h, which uses C++ constructs

2013-08-31 Thread jklowden at schemamania dot org
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

[Bug bootstrap/58289] gcc/gengtype.c includes gcc/double-int.h, which uses C++ constructs

2013-09-01 Thread 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.

[Bug c++/45536] New: gcc updates output timestamp even when compilation fails

2010-09-04 Thread jklowden at schemamania dot org
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

[Bug libstdc++/45725] New: streambuf_iterator compares equal when it should not

2010-09-18 Thread jklowden at schemamania dot org
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

[Bug libstdc++/78276] regex_search is slow

2023-10-16 Thread jklowden at schemamania dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78276 James K. Lowden changed: What|Removed |Added CC||jklowden at schemamania dot org

[Bug libstdc++/78276] regex_search is slow

2023-10-16 Thread jklowden at schemamania dot org via Gcc-bugs
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