This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Error: expected expression before return
- From: John Love-Jensen <eljay at adobe dot com>
- To: Itzhack Goldberg <ITZHACK at il dot ibm dot com>
- Cc: MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Mon, 19 Mar 2007 07:11:28 -0500
- Subject: Re: Error: expected expression before return
Hi Itzhack,
> Is there a way/flag I could introduce so that I could indeed step through
> the statement, one expression at the time ?
I'm able to step into each of the function calls, in sequence (assuming the
first one succeeds), one sub-expression at a time, using gdb.
HTH,
--Eljay