[Bug middle-end/30141] nested function can produce invalid gimple

2006-12-15 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug middle-end/30141] nested function can produce invalid gimple

2008-09-10 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-09-10 15:12 --- Still happens. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Last reconfirmed|2

[Bug middle-end/30141] nested function can produce invalid gimple

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2008-09-13 16:29 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug middle-end/30141] nested function can produce invalid gimple

2008-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2008-09-13 16:30 --- Subject: Bug 30141 Author: rguenth Date: Sat Sep 13 16:29:22 2008 New Revision: 140346 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140346 Log: 2008-09-13 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug middle-end/30141] nested function can produce invalid gimple

2008-07-02 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-07-02 20:52 --- I cannot find my patch any more so unassigning. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -