http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53477
Phil Muldoon changed:
What|Removed |Added
CC||pmuldoon at redhat dot com
--- Comment
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
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?
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
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?
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63684
--- Comment #10 from Phil Muldoon ---
Sorry I mean my "build is now complete"
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)