This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH] Fix switch handling in C++ FE (PR c++/39371)
On Mon, Mar 09, 2009 at 02:34:17PM -0400, Jason Merrill wrote:
> Seems fine to me. That code appears to date back to
Thanks.
> http://gcc.gnu.org/viewcvs?view=rev&revision=36305
Even longer, the get_unwidened call has just been moved back and forth
between cp/typeck.c and cp/semantics.c. Even r12423 contains that call, I
stopped looking afterwards.
Jakub