gcc compile errors http://bugzilla.mozilla.org/show_bug.cgi?

so, -g (dwarf) doesn’t work very well w/ templates.

I can live w/ that. I’d like to file a bug somewhere for it, but i don’t know where or how. And gnats is hardly user friendly.

Then on a second round, the same header file killed gcc when it wasn’t given -g. Can someone help reduce these issues into something that can be given to a gcc hacker and help report it to said hacker types?

timeless <timeless@mac.com> wrote:

so, -g (dwarf) doesn’t work very well w/ templates.

It is a known issue/problem.

Try stabs+ format, stabs or dwarf-2.

Regards,

Marcin

I can live w/ that. I’d like to file a bug somewhere for it, but i
don’t know where or how. And gnats is hardly user friendly.

Then on a second round, the same header file killed gcc when it wasn’t
given -g. Can someone help reduce these issues into something that can
be given to a gcc hacker and help report it to said hacker types?

<timeless@mac.com> wrote:

so, -g (dwarf) doesn’t work very well w/ templates.

Tools Mail Account wrote:

It is a known issue/problem.

Try stabs+ format, stabs or dwarf-2.

dwarf-2 dying in about the same place.
http://tinderbox.mozilla.org/showlog.cgi?log=MozillaTest/1008586680.4150.gz

i’ll try to reset the tinderbox for stabs.