public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/34928]  New: volatile does not accept a common block name
@ 2008-01-22 23:50 bdavis at gcc dot gnu dot org
  2009-03-29  9:16 ` [Bug fortran/34928] Extension: volatile common blocks fxcoudert at gcc dot gnu dot org
  2010-05-09 19:28 ` dfranke at gcc dot gnu dot org
  0 siblings, 2 replies; 11+ messages in thread
From: bdavis at gcc dot gnu dot org @ 2008-01-22 23:50 UTC (permalink / raw)
  To: gcc-bugs

$ cat vol.f
       integer A
       common /C/ A
       volatile /C/
       end
$ gfortran --version
GNU Fortran (GCC) 4.3.0 20071217 (experimental)
Copyright (C) 2007 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

$ gfortran -c vol.f 
vol.f:3.15:

       volatile /C/                                                     
              1
Error: Syntax error in VOLATILE statement at (1)
$ g77 vol.f


-- 
           Summary: volatile does not accept a common block name
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bdavis at gcc dot gnu dot org


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


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

end of thread, other threads:[~2014-04-03  8:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-34928-4@http.gcc.gnu.org/bugzilla/>
2013-06-20 10:20 ` [Bug fortran/34928] Extension: volatile common blocks dominiq at lps dot ens.fr
2013-06-21 13:06 ` bdavis at gcc dot gnu.org
2013-06-21 17:01 ` dominiq at lps dot ens.fr
2013-06-24 20:02 ` dominiq at lps dot ens.fr
2013-11-23 13:38 ` dominiq at lps dot ens.fr
2013-12-21 20:21 ` bdavis at gcc dot gnu.org
2014-02-03 14:42 ` dominiq at lps dot ens.fr
2014-03-26 20:40 ` dominiq at gcc dot gnu.org
2014-04-03  8:33 ` dominiq at lps dot ens.fr
2008-01-22 23:50 [Bug fortran/34928] New: volatile does not accept a common block name bdavis at gcc dot gnu dot org
2009-03-29  9:16 ` [Bug fortran/34928] Extension: volatile common blocks fxcoudert at gcc dot gnu dot org
2010-05-09 19:28 ` 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).