public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/36382]  New: Support $ as first character in symbol names and in IMPLICT
@ 2008-05-29 21:14 burnus at gcc dot gnu dot org
  2009-03-28 13:58 ` [Bug fortran/36382] " fxcoudert at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: burnus at gcc dot gnu dot org @ 2008-05-29 21:14 UTC (permalink / raw)
  To: gcc-bugs

Found at:
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/3228dcee5e3d57c7

Some compilers (such as ifort) allow symbols which start with a $ sign - and
they allow IMPLICT with $. gfortran currently does not recognize these.

Solution:
a) Support it as ifort does
b) Document the non-support in the -fdollar-ok documentation.


-- 
           Summary: Support $ as first character in symbol names and in
                    IMPLICT
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: burnus at gcc dot gnu dot org


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


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

* [Bug fortran/36382] Support $ as first character in symbol names and in IMPLICT
  2008-05-29 21:14 [Bug fortran/36382] New: Support $ as first character in symbol names and in IMPLICT burnus at gcc dot gnu dot org
@ 2009-03-28 13:58 ` fxcoudert at gcc dot gnu dot org
  2009-05-03 12:52 ` fxcoudert at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-03-28 13:58 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-03-28 13:58:14
               date|                            |


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


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

* [Bug fortran/36382] Support $ as first character in symbol names and in IMPLICT
  2008-05-29 21:14 [Bug fortran/36382] New: Support $ as first character in symbol names and in IMPLICT burnus at gcc dot gnu dot org
  2009-03-28 13:58 ` [Bug fortran/36382] " fxcoudert at gcc dot gnu dot org
@ 2009-05-03 12:52 ` fxcoudert at gcc dot gnu dot org
  2009-05-07 21:48 ` fxcoudert at gcc dot gnu dot org
  2009-05-07 21:51 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-03 12:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from fxcoudert at gcc dot gnu dot org  2009-05-03 12:52 -------
Doc patch here: http://gcc.gnu.org/ml/gcc-patches/2009-05/msg00078.html

I am against allowing $ as first letter in identifiers, as there now are much
better ways to do that (and it's not such a common practice anyway).


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fxcoudert at gcc dot gnu dot
                   |                            |org
         AssignedTo|unassigned at gcc dot gnu   |fxcoudert at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
           Keywords|                            |documentation, patch
   Last reconfirmed|2009-03-28 13:58:14         |2009-05-03 12:52:38
               date|                            |


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


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

* [Bug fortran/36382] Support $ as first character in symbol names and in IMPLICT
  2008-05-29 21:14 [Bug fortran/36382] New: Support $ as first character in symbol names and in IMPLICT burnus at gcc dot gnu dot org
  2009-03-28 13:58 ` [Bug fortran/36382] " fxcoudert at gcc dot gnu dot org
  2009-05-03 12:52 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-07 21:48 ` fxcoudert at gcc dot gnu dot org
  2009-05-07 21:51 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-07 21:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2009-05-07 21:48 -------
Subject: Bug 36382

Author: fxcoudert
Date: Thu May  7 21:48:14 2009
New Revision: 147256

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147256
Log:
        PR fortran/36382
        * invoke.texi: Document that -fdollar-ok does not allow $ to be
        used in IMPLICIT statement.

Modified:
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/invoke.texi


-- 


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


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

* [Bug fortran/36382] Support $ as first character in symbol names and in IMPLICT
  2008-05-29 21:14 [Bug fortran/36382] New: Support $ as first character in symbol names and in IMPLICT burnus at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2009-05-07 21:48 ` fxcoudert at gcc dot gnu dot org
@ 2009-05-07 21:51 ` fxcoudert at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-07 21:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fxcoudert at gcc dot gnu dot org  2009-05-07 21:50 -------
Fixed.


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-05-07 21:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-29 21:14 [Bug fortran/36382] New: Support $ as first character in symbol names and in IMPLICT burnus at gcc dot gnu dot org
2009-03-28 13:58 ` [Bug fortran/36382] " fxcoudert at gcc dot gnu dot org
2009-05-03 12:52 ` fxcoudert at gcc dot gnu dot org
2009-05-07 21:48 ` fxcoudert at gcc dot gnu dot org
2009-05-07 21:51 ` fxcoudert 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).