* John Klingler: > I can't find a way to get gcc to output an assembler listing merged with > the corresponding C code. > > Is this something gcc can't do? "objdump --disassemble --source --reloch" on the object file works, at least at low optimization levels. At higher ones, there is no close correspondence between generated assembler and source code lines, anyway.