This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
g++ compile option question
- From: Halifa Yehezkel-BYH005 <Y dot Halifa at motorola dot com>
- To: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Tue, 19 Aug 2003 18:24:21 +0300
- Subject: g++ compile option question
Hello,
I will appreciate if you have any input to the following question:
I would like to compile a C or C++ src file and get the ASM listing after each or couple of C/C++
lines. g++ with -S option will produce the ASM listing of the src file, but I am looking for something like
1 or couple of C lines then their ASM listing and so on...
Thanks!
Hezi.