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/39489] [4.3 regression] write_atom(): Writing negative integer



------- Comment #12 from burnus at gcc dot gnu dot org  2009-05-12 22:05 -------
Some more data:

==16952== Conditional jump or move depends on uninitialised value(s)
==16952==    at 0x4470FC: write_atom (module.c:1339)
==16952==    by 0x4472DD: mio_integer (module.c:1450)
==16952==    by 0x447DAC: mio_typespec (module.c:1870)
==16952==    by 0x449710: mio_symbol (module.c:3048)

That are lines such as:
  mio_integer (&ts->is_c_interop);


-- 


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


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