[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread pmuldoon at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 Phil Muldoon changed: What|Removed |Added CC||pmuldoon at redhat dot com --- Comment

[Bug libstdc++/53477] pretty printer fails with: Python Exception list index out of range

2013-08-21 Thread pmuldoon at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477 --- Comment #14 from Phil Muldoon --- It should be fixed for all cases in the PR. I think we can close it, and if any of the people commenting on this bug have issues, they can reopen it. My pmuld...@redhat.com account does not have sufficient p

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #3 from Phil Muldoon --- I am trying to replicate locally. Do you recall at which stage (1, 2 .. etc) during the build process this occurred at?

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #6 from Phil Muldoon --- I am already past that point in my build. auto-host.h is an automatically generated file, so I am quite puzzled why in your case it has not found it. In my case, it is in obj/gcc/auto-host.h. I built with y

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #8 from Phil Muldoon --- I am still waiting for my build to complete the full-stages. Meanwhile does --disable-libcc1 allow you to continue with your work?

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #9 from Phil Muldoon --- My build is not complete with the parameters specified in the PR: ../trunk/configure --prefix=/home/pmuldoon/gdb_compile_gcc/ --with-arch=native --with-tune=native --enable-languages=c --enable-lto --enable-g

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-29 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #10 from Phil Muldoon --- Sorry I mean my "build is now complete"

[Bug libgcc/63684] Build failure due to "Let GDB reuse GCC's parser."

2014-10-30 Thread pmuldoon at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684 --- Comment #15 from Phil Muldoon --- Can you try building out of tree to see if it fixes your case? IE: mkdir obj cd obj ../trunk/configure . (replace trunk with the source directory if you are using git)