http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39440
David <gccbugzilla at limegreensocks dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gccbugzilla@limegreensocks. | |com --- Comment #4 from David <gccbugzilla at limegreensocks dot com> --- (In reply to Ian Lance Taylor from comment #3) Since I am working on the extended asm docs, this might be something I could look at. The question is, which ones get doc'ed? The letters acln are platform neutral (see output_asm_insn in final.c). Anything beyond that is platform specific. Do we really want to doc every letter for every platform? (yikes!) I don't own a vax, pdp, sparc, or most of the other 40 odd platforms supported by gcc. There's no way I could test modifiers to see if they produce what I think they do for most platforms, which makes doc'ing them problematical. I could take a look at the ones for i386, but there's no point in even doing that until there's agreement about which ones to doc. Who decides? Or if I'm the person doing the work, do I get to?