[Bug bootstrap/37061] New: Build fails with REGISTER_TARGET_PRAGMAS redefined

2008-08-08 Thread jeff at jgarrett dot org
y: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jeff at jgarrett dot org GCC host triplet: i386-pc-solaris2.10 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37061

[Bug debug/87308] New: pretty printer for std::any fails with: Python Exception Unknown manager function in std::any

2018-09-14 Thread jeff at jgarrett dot org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: jeff at jgarrett dot org Target Milestone: --- Using g++-8.1 and gdb-8.2 both built from source on a CentOS 7.3 host, pretty printing

[Bug libstdc++/87308] pretty printer for std::any fails with: Python Exception Unknown manager function in std::any

2018-11-23 Thread jeff at jgarrett dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87308 --- Comment #3 from Jeff Garrett --- That's such a good point about the local types in general. Considering that the gdb python API seems to prefer readable names, e.g. for lookup, and those are not standard nor unique, might it be perhaps prefe

[Bug c++/105774] New: Bogus overflow in constant expression

2022-05-30 Thread jeff at jgarrett dot org via Gcc-bugs
++ Assignee: unassigned at gcc dot gnu.org Reporter: jeff at jgarrett dot org Target Milestone: --- The following is diagnosed as ill-formed by GCC but not by Clang: int main() { constexpr auto _ = [] { char x = 127; return ++x; }(); } :5:5