This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PCH errors
On Fri, Jan 31, 2003 at 04:59:53PM +0100, Richard Guenther wrote:
> Are there known issues with the pch implementation? I get ICEs using
> complex (about 45MB) precompiled headers and linker errors for smaller
> (about 15MB) examples. One of the difference may be one includes some
> of libstdc++, the other not (maybe).
You'd have to ask the implementers, but generally speaking the only way
that ICEs get fixed is if someone sends in a test case that the developers
can debug.
> The link errors look like:
>
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
I'm not certain, but I've seen these when using a binutils version
that is too old. What does
/usr/bin/ld --version
say?