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: PATCH [C++]: fix crash due to reconstruct_complex_type


On 8/16/07, Ben Elliston <bje@au1.ibm.com> wrote:
> The following patch fixes a crash in g++ when a function takes a const
> parameter of vector pointer type.  Tested on powerpc-linux with no
> testsuite regressions.  A test case is included.
>
> I was unable to find a PR for this problem, despite it being a
> regression between gcc 4.1.1 and 4.1.2.  If there is one, I can add the
> PR number to the ChangeLog entry.
You did not search hard enough:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32970

Or even read the emails from Sa about the problem and me asking her to
file a bug and Uli posting the same patch to the bug report :).

Thanks,
Andrew Pinski


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