This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/17091] gfortran MAIN__ symbol not marked TREE_PUBLIC


------- Additional Comments From dje at gcc dot gnu dot org  2004-08-19 19:01 -------
gcc/fortran/symbol.c:gfc_clear_attr() is missing a line to clear entry_master

attr->entry_master = 0;

The uninitialized variable assumes random values on AIX, causing the symptom of 
symbols not being marked TREE_PUBLIC and not being globalized.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pbrook at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-08-19 19:01:07
               date|                            |


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]