So, I managed to make gcc 4.5.0 choke, probably on my use of decltype. I got this nice message:

g++: Internal error: Segmentation fault (program cc1plus)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

I checked out that page, and generated the preprocessed files and dumped the build output to a file, all as they asked.

But now I'm trying to figure out how to actually submit the thing.....and I have no idea.

They mention two options: Submit it directly to bugzilla, or use the gccbug script.

Well, Bugzilla's submission form does not seem to contain a method to attach a file, so that's pretty useless. And if there's any documentation at all for gccbug, I haven't been able to find it.

Anyone here know the process?