>>>>> "Steven" == Steven Bosscher <[EMAIL PROTECTED]> writes:
Steven> * Maintainers of certain areas of the compiler may not be Steven> sufficiently aware of some bug in their part of the Steven> compiler. For example, only one of the three preprocessor bugs Steven> is assigned to a preprocessor maintainer, even though in all Steven> three preprocessor bugs a maintainer is in the CC. Thanks for pointing this out. I wasn't paying attention to this since, until very recently, I was not a preprocessor maintainer :-) Steven> It's just that the bugs have been inactive for some time. Steven> (And in this particular case of preprocessor bugs, it's not Steven> even been established whether PR30805 is a bug at all, but it Steven> is marked as a P2 "regression" anyway) I'll submit the 30468 patch for 4.2 and (I suppose) 4.1. It is small and safe. 30786 is ICE-on-invalid. 30805 is ICE-on-unspecified. I don't like ICEs but these don't seem like release-blockers to me. 30363 is a change in -traditional-cpp. There's a patch, yay, but I have not read it yet. Tom