This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [V2 00/23] Fortran dynamic array support
- From: Keven Boell <keven dot boell at linux dot intel dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: Keven Boell <keven dot boell at intel dot com>, gdb-patches at sourceware dot org, sanimir dot agovic at intel dot com
- Date: Fri, 18 Jul 2014 14:30:54 +0200
- Subject: Re: [V2 00/23] Fortran dynamic array support
- Authentication-results: sourceware.org; auth=none
- References: <1405070495-6948-1-git-send-email-keven dot boell at intel dot com> <20140711160658 dot GA2366 at host2 dot jankratochvil dot net> <53C69E30 dot 6010902 at linux dot intel dot com> <20140716163232 dot GA17896 at host2 dot jankratochvil dot net>
On 16.07.2014 18:32, Jan Kratochvil wrote:
> On Wed, 16 Jul 2014 17:45:52 +0200, Keven Boell wrote:
>> Am 11.07.2014 18:06, Jan Kratochvil wrote:
>>> On Fri, 11 Jul 2014 11:21:12 +0200, Keven Boell wrote:
>>>> Patch series V2 mainly addresses issues/comments given for V1.
>>>
>>> this new patchset has crash regressions on Fedora 20 x86_64 for:
>>> gdb.ada/dyn_arrayidx.exp
>>> gdb.ada/info_exc.exp
>>> gdb.ada/mi_exc_info.exp
>>> and even more gdb.ada/*.exp crashes for i686 and x86_64-m32 runs.
>>>
>>
>> I was not able to reproduce the issues on Fedora 20 (64bit and 32bit).
>> Could you please let me know what compiler you have used?
>> Tried it with gnat 4.8.3 and it seems to work fine.
>
> I have checked it more now and I guess the difference that makes it crashing
> is that I have installed here:
> gcc-debuginfo-4.8.3-1.fc20.x86_64
>
Also installing this package, the tests are still passing on my system.
Did you use newer/older compiler than 4.8.3?
>
> Thanks,
> Jan
>
Keven