This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR58417
- From: Richard Biener <rguenther at suse dot de>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 20 Sep 2013 10:31:01 +0200 (CEST)
- Subject: Re: [PATCH] Fix PR58417
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnymJiSq0dwYrtMnj9OeNe4VkkcTYZDWS6z1koV+hiWf1Rw at mail dot gmail dot com>
On Thu, 19 Sep 2013, David Edelsohn wrote:
> This patch has caused 6 new libstdc++ failures on AIX. All look like:
>
> /home/dje/src/src/libstdc++-v3/testsuite/ext/random/normal_mv_distribution/cons/default.cc:49:1:
> internal compiler error: in build_polynomial_chrec, at
> tree-chrec.h:148
> }
Andreas filed PR58473 for this - seems to be a latent issue for which
I have a trivial fix (the assert is overly strict).
Richard.