This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Proposed patches to g77
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Proposed patches to g77
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 23 Jul 2000 11:52:59 -0600
- cc: Andrew Vaught <andy at xena dot eas dot asu dot edu>, "G. Helffrich" <george at gly dot bris dot ac dot uk>, gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <39735E75.79E7B7CB@moene.indiv.nluug.nl>you write:
> .... 3. Anyone who knows enough about STABs to be able to see if the
> update below - to dbxout.c - is correct ?
I think it might be more correct to use:
int_size_in_bytes (type)
instead of
2 * int_size_in_bytes (TREE_TYPE (type))
But I can't immediately think of a case where they wouldn't be equivalent.
I went ahead and fixed a whitespace problem and installed the dbxout.c change.
jeff