[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2007-08-04 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-08-04 13:36 --- "C588 (R558) A common-block-object shall not be a dummy argument, an allocatable variable, a derived-type object with an ultimate component that is allocatable, an automatic object, a function name, an entry name, a v

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2007-08-15 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2019-01-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 Jürgen Reuter changed: What|Removed |Added CC||juergen.reuter at desy dot de --- Commen

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2023-08-23 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 anlauf at gcc dot gnu.org changed: What|Removed |Added CC||anlauf at gcc dot gnu.org ---

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2023-08-23 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|u

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2023-08-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 --- Comment #6 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:829c0c06fe7ba2cf3e83508b95999b884b21236d commit r14-3415-g829c0c06fe7ba2cf3e83508b95999b884b21236d Author: Harald Anlauf Date: We

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2023-08-23 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 anlauf at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|ASSI

[Bug fortran/32986] Improve diagnostic message for COMMON with automatic object

2011-06-20 Thread afhoffie at ncsu dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32986 --- Comment #2 from afhoffie at ncsu dot edu 2011-06-20 23:02:09 UTC --- Dear Sir or Madam, I am trying to define an array index variable but also an allocatable array in my fortran subroutine as a common object. This object is defined as a global