public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)
       [not found] <bug-40196-4@http.gcc.gnu.org/bugzilla/>
@ 2013-10-31 16:20 ` quantheory at gmail dot com
  0 siblings, 0 replies; 4+ messages in thread
From: quantheory at gmail dot com @ 2013-10-31 16:20 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196

Sean Santos <quantheory at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |quantheory at gmail dot com

--- Comment #3 from Sean Santos <quantheory at gmail dot com> ---
Real/imaginary parts seem to be Fortran 2008 only. Len/kind are still Fortran
2003.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)
  2009-05-19 11:27 [Bug fortran/40196] New: F2003: Type parameter inquiry: str%len, a%kind burnus at gcc dot gnu dot org
  2009-05-19 11:36 ` [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im) burnus at gcc dot gnu dot org
  2009-05-21 20:53 ` fxcoudert at gcc dot gnu dot org
@ 2009-12-06 16:59 ` dfranke at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dfranke at gcc dot gnu dot org @ 2009-12-06 16:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dfranke at gcc dot gnu dot org  2009-12-06 16:59 -------
Type parameter inquiries are also mentioned in PR29962, comment #10.


-- 

dfranke at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dfranke at gcc dot gnu dot
                   |                            |org
OtherBugsDependingO|                            |20585, 29962
              nThis|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)
  2009-05-19 11:27 [Bug fortran/40196] New: F2003: Type parameter inquiry: str%len, a%kind burnus at gcc dot gnu dot org
  2009-05-19 11:36 ` [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im) burnus at gcc dot gnu dot org
@ 2009-05-21 20:53 ` fxcoudert at gcc dot gnu dot org
  2009-12-06 16:59 ` dfranke at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-21 20:53 UTC (permalink / raw)
  To: gcc-bugs



-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-05-21 20:53:39
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im)
  2009-05-19 11:27 [Bug fortran/40196] New: F2003: Type parameter inquiry: str%len, a%kind burnus at gcc dot gnu dot org
@ 2009-05-19 11:36 ` burnus at gcc dot gnu dot org
  2009-05-21 20:53 ` fxcoudert at gcc dot gnu dot org
  2009-12-06 16:59 ` dfranke at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: burnus at gcc dot gnu dot org @ 2009-05-19 11:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from burnus at gcc dot gnu dot org  2009-05-19 11:36 -------
Another related item are complex parts; contrary to the type parameter inquiry
above, those are lvalues and can be assigned to. (Again a F2003 feature, quote
is however from F2008.)

"R615  complex-part-designator  is  designator % RE
                                or  designator % IM

 C621 (R615) The designator shall be of complex type.

 If complex-part-designator is designator%RE it designates the real part of
 designator. If it is designator%IM it designates the imaginary part of
 designator. The type of a complex-part-designator is real, and its kind and
 shape are those of the designator.

 NOTE 6.6
  The following are examples of complex part designators:

   impedance%re !-- Same value as REAL(impedance)
   fft%im       !-- Same value as AIMAG(fft)
   x%im = 0.0   !-- Sets the imaginary part of X to zero"


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|F2003: Type parameter       |F2003: Type parameter
                   |inquiry: str%len, a%kind    |inquiry (str%len, a%kind)
                   |                            |and Complex parts (z%re,
                   |                            |z%im)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40196


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-31 16:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-40196-4@http.gcc.gnu.org/bugzilla/>
2013-10-31 16:20 ` [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im) quantheory at gmail dot com
2009-05-19 11:27 [Bug fortran/40196] New: F2003: Type parameter inquiry: str%len, a%kind burnus at gcc dot gnu dot org
2009-05-19 11:36 ` [Bug fortran/40196] F2003: Type parameter inquiry (str%len, a%kind) and Complex parts (z%re, z%im) burnus at gcc dot gnu dot org
2009-05-21 20:53 ` fxcoudert at gcc dot gnu dot org
2009-12-06 16:59 ` dfranke at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).