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 middle-end/30141] nested function can produce invalid gimple



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-12-15 16:01 -------
Hmm, I think my patch is correct but too "stupid"; we should be able just to
mark the argument as non-addressable and a gimple register since we replaced
all uses of it with an access via a frame struct.


-- 


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


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