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/18951] Invalid code generated by expand_errno_check


------- Additional Comments From jakub at gcc dot gnu dot org  2004-12-13 10:50 -------
Well, save_expr is called, but expand_expr is later on called on the original
tree, not result of save_expr.  Testing a fix.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-13 10:50:49
               date|                            |


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


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