This is the mail archive of the gcc-patches@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]

[ping] C++ fixes in exception handling (except.{c|h} and tree-{eh|cfg}.c)


Any further comments about this patch?

http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00941.html

Note that I provided a more detailed ChangeLog in

http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00956.html

The patch primarily renames some members to avoid C++ keywords and
avoids a typedef/struct ambiguity. Andrew Pinski suggested to rename the
typedef instead of the struct, which I could do, but which would still
require changing code. I think keeping the typedef name is more
reasonable, as the struct is more an implementation detail.

Thomas


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