[Gccpy-devel] [redbrain/gccpy] dd476e: GCCPY:
Python Front-end to GCC
Brought to you by:
redbrain812
From: GitHub <no...@gi...> - 2013-09-14 17:05:13
|
Branch: refs/heads/master Home: https://github.com/redbrain/gccpy Commit: dd476e8bd3e5227d8264cec0c7055c83f61b785e https://github.com/redbrain/gccpy/commit/dd476e8bd3e5227d8264cec0c7055c83f61b785e Author: Philip Herron <red...@gc...> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M gcc/python/dot-pass-generic.cc Log Message: ----------- GCCPY: * BUG FIX - https://github.com/redbrain/gccpy/issues/1 - __MOD_INIT_CHECK to see if you have already imported a module or not compiled staticly same meaning as C so its per object code Thanks to @jamiesonbecker for the bug report! |