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]

Re: fixinc regression fixed


On Tue, 20 Jan 2004, Bruce Korb wrote:
> +2004-01-20  Bruce Korb  <bkorb@gnu.org>
> +
> +       * fixinc/inclhack.def(math_exception): bypass only for glibc.
> +       (matherr_decl): rename & relocate as exception_structure.
> +       This fix must precede the math_exception fix.

Thanks a lot, Bruce!

Would you mind applying it to the 3.4 branch, to fix the regression there
as well?  (If you agree, but do not have sufficient net access, I can also
try to do that.)


Also, I think we should the following testcase to our testsuite

  #include <stdexcept>
  using namespace std;
  #include <cmath>

  int main() { return 0; }

which would have caught this much sooner.  Unfortunately, I'm not too
familiar with our testsuite, or I'd have done that myself already.

Thanks,

Gerald
-- 
Gerald Pfeifer (Jerry)   gerald@pfeifer.com   http://www.pfeifer.com/gerald/


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