------- Comment #4 from pinskia at gcc dot gnu dot org 2007-05-23 06:19 ------- First you need a copyright assignment from the GEM guys, second you need to follow exactly what is on http://gcc.gnu.org/contribute.html, no ifs ands or buts. Third, there is no testcases. Fourth this patch is not portable to all hosts that GCC supports. Fifth and final this is no where near complete and GEM does nothing useful except for front-end changing. Even then it is lacking a lot. An example is gem_sizeof, it is called for both alignof and sizeof but not passed which one it is. There needs a lot more work on these patches. Oh and making modules is a good thing but right now what GEM does is useless for any language except for C.
I am going to close this bug as won't fix as GEM is no where near complete enough to even think about being included. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32051