This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[Q] assembler code with the source lines
- To: gcc at gcc dot gnu dot org
- Subject: [Q] assembler code with the source lines
- From: Youngsoo Choi <youngsc at cs dot umn dot edu>
- Date: Sat, 12 Feb 2000 15:06:18 -0600 (CST)
Is there any option(flag) to obtain assembler codes with the source lines?
'-S' only produces codes without source information.
If not, how can we know cetain optimized assembler codes are corresponding to
which source lines ?
--------
Youngsoo