This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: fix some fortran warnings


Kaveh R. Ghazi wrote:
> This patch fixes warnings from the fortran directory which appear when
> my patch to add "strict" warnings flags is added.  The following
> warnings are fixed:
...
> Four other warnings remain which stem from a GMP inline function, I'm
> not sure how to fix that one, so I'll defer it.

They are also there before your patch.

> 2005-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> 
> 	* decl.c, trans.c: Don't use C++ style comments.
> 	* gfortran.h (sym_flavor, procedure_type, sym_intent, gfc_access,
> 	ifsrc): Give names to enums and use ENUM_BITFIELD.
> 	(gfc_access): Remove trailing comma.

Ok.  I don't see why a warning about C++-style comments is something
desirable, but the tradeoff is small.

Thanks,
- Tobi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]