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/23381] [4.1 Regression] Next runtime objc exceptions are broken


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-30 23:55 -------
I think I have a patch for this.  The problem is that BIND_EXPR is not marked as statement when it 
should be.  This is a middle-end bug.  I think there is another bug for the same issue but in C++ and 
that is also a 4.0 regression.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
          Component|objc                        |middle-end


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


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