This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help needed: GCC4.6.2 armv7 hardfp exception try catch issue
"Joop Boonen" <joop.boonen@boonen.org> writes:
> On Mon, November 7, 2011 9:06 pm, Ian Lance Taylor wrote:
>> "Joop Boonen" <joop.boonen@boonen.org> writes:
>>
>>> On Mon, November 7, 2011 4:35 pm, Ian Lance Taylor wrote:
>>>> "Joop Boonen" <joop.boonen@boonen.org> writes:
>>>>
>>>>> On b = a; the exception is generated. But it's not caught.
>>>>
>>>> What operating system are you using? Exactly how did you configure
>>>> gcc?
>>>
>>> I'm using openSuSE ARM.
>>
>> Thanks for the info. I don't see the compilation line--how g++ itself
>> was invoked--but I doubt it matters. I don't see anything wrong--this
>> does sound like a bug somewhere bug I don't know where.
>
>
> Thank you for your time.
>
> Dirk MÃller found the possible cause.
> http://repo.or.cz/w/glibc-ports.git/commitdiff/3c6ac5cbe1b17f08bf66be4b1b1c6ffd01729af9
>
> When it's build we can test it.
I don't see how that could be the problem, but I'd be happy to be wrong.
Ian