This is the mail archive of the gcc@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: G95 Floating point arithmetics without GMP?


On Wed, 8 May 2002 law@redhat.com wrote:

>  > > In general, do not hesitate to add tree codes to tree.def when they
>  > > can reasonably express a language-independent concept.  POWER_EXPR is
>  > > one such.
>  > 
>  > I defined it in f95-tree.def because I thought it shouldn't be in
>  > tree.def.
> It's a generic enough concept that it probably should migrate into
> the toplevel tree.def.

There used to be something called EXPON_EXPR as a placeholder in tree.def.

revision 1.41
date: 2001/07/15 02:16:34;  author: rth;  state: Exp;  lines: +0 -4
        * tree.def (EXPON_EXPR) remove. Never supported anyway.

        * f/com.c (ffecom_overlap_): Remove references to EXPON_EXPR.
        (ffecom_tree_canonize_ref_): Likewise.

        * java/check-init.c (check_init): Remove references to EXPON_EXPR.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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