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: RFC: patches for c++/35319


On Sat, Dec 6, 2008 at 2:03 AM, Jason Merrill <jason@redhat.com> wrote:
> This regression is a crash on code that we previously rejected with a syntax
> error, due to not having a mangling for fixed-point types.  I've now
> implemented that mangling, but that seems like a bit of an enhancement, so I
> also have a patch that just changes the ICE to a sorry.  Opinions?

Depends on if it is an official mangling.  If not we shouldn't ship
with it and instead
sorry.

Richard.


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