This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [fortran,patch] Handle preprocessing with -g3
- From: Tobias Burnus <burnus at net-b dot de>
- To: FX Coudert <fxcoudert at gmail dot com>
- Cc: "fortran at gcc dot gnu dot org Fortran" <fortran at gcc dot gnu dot org>, gcc-patches list <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 22 Sep 2007 16:23:59 +0200
- Subject: Re: [fortran,patch] Handle preprocessing with -g3
- References: <FEBED440-739E-47AF-8223-080A90E57250@gmail.com>
:REVIEWMAIL:
FX Coudert wrote:
> OK for mainline.
OK.
Though, for
+int
+gfc_define_undef_line (void)
+{
you could use bool instead of int.
Thanks for the patch - and for making me aware of this nice dwarf3/gdb
feature.
Tobias