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 other/65366] gdbhooks.py is incompatible with Python3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65366

--- Comment #2 from jkratoch at gcc dot gnu.org ---
Author: jkratoch
Date: Tue Jun  2 07:37:22 2015
New Revision: 224012

URL: https://gcc.gnu.org/viewcvs?rev=224012&root=gcc&view=rev
Log:
        PR other/65366
        * gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
        instead of print ... .

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gdbhooks.py


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