Re: busting sp datatypes



LR <lruss@xxxxxxxxxxxxx> wrote:

IIRC equivalence is being depreciated,

Not formally in the standard. In fact the concept of deprecation was
dropped from the f90 draft before it ever got formally into the
standard. Plenty of individuals (myself included) personally consider
equivalence to be deprecated, but that needs to be qualified as a
position of the individuals in question instead of just is "is being
deprecated".

but would it be of help here to equivalence
character*7 x(10)
to something like
integer*1 x(7)(10)
I haven't had to worry about the order of those kinds of dimensions in
quite some time, so sorry if I got those wrong. Also, I'm not sure that
integer*1 is legal or even possible.

Well now we don't need to get into deprecation to see "issues" with
that. Equivalencing character with non-character data has never been
standard in the first place (which is quite a bit more severe then being
deprecated). Nor has the integer*1 syntax. Even among compilers that
accepted the nonstandard integer* syntax, some did not allow *1.

--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.



Relevant Pages

  • Re: busting sp datatypes
    ... Not formally in the standard. ... In fact the concept of deprecation was ... think is a recent draft, March 2008, of the 2008 standard. ... of C structs in that standard don't seem quite right to me. ...
    (comp.lang.fortran)
  • Re: ASDF-INSTALL for CMUCL, CLISP, AllegroCL, and LispWorks - plus tutorial
    ... >> REQUIRE and PROVIDE are deprecated in the ANSI standard. ... Deprecation does not mean disappearance. ... hope people aren't ignoring the use of REMOVE-IF-NOT just because it ...
    (comp.lang.lisp)
  • Re: C1X Draft
    ... "The gets function is obsolescent and deprecated". ... Obsolescent and deprecated items are still present in the standard (or ... after its deprecation. ... jacob at jacob point remcomp point fr ...
    (comp.std.c)
  • Re: C1X Draft
    ... "The gets function is obsolescent and deprecated". ... Obsolescent and deprecated items are still present in the standard (or ... implemented by any conforming implementation. ... after its deprecation. ...
    (comp.std.c)
  • Re: C1X Draft
    ... Firstly, no, it would not satisfy the requirements. ... Since those features are deprecated this doesn't hurt. ... Since the time that the committee decided to deprecate gets, there has not yet been an official version of the standard published - this upcoming version will be the one in which it is deprecated. ... Deprecation means the feature is still fully supported and mandatory, but may be removed from some future standard. ...
    (comp.std.c)