Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread Moritz Hoffmann
Interesting, I cannot reproduce this on Debian testing with gcc 6.1.1-8. Maybe it has been fixed upstream? Moritz On Mon, Jul 11, 2016 at 1:10 PM Erich Steinböck wrote: > To check whether a failure so early within the function might be related > to some illegal args

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread Rick McGuire
On Monday, July 11, 2016, René Jansen wrote: > > On 11 jul. 2016, at 14:15, Rick McGuire > wrote: > > I'm starting to wonder if the problem is not in this code, but rather in > one of the called

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread René Jansen
> On 11 jul. 2016, at 14:15, Rick McGuire wrote: > > I'm starting to wonder if the problem is not in this code, but rather in one > of the called routines. Perhaps the rbp register is getting clobbered on one > of the calls resulting in the trap immediately after the

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread Rick McGuire
I'm starting to wonder if the problem is not in this code, but rather in one of the called routines. Perhaps the rbp register is getting clobbered on one of the calls resulting in the trap immediately after the return. Rici On Mon, Jul 11, 2016 at 8:13 AM, René Jansen wrote:

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile - corr

2016-07-11 Thread René Jansen
> On 11 jul. 2016, at 14:13, René Jansen wrote: > > >> On 10 jul. 2016, at 23:45, Rick McGuire > > wrote: >> >> It might be useful to compare the code generated by the non-optimized >> version to the optimized code.

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread René Jansen
> On 10 jul. 2016, at 23:45, Rick McGuire wrote: > > It might be useful to compare the code generated by the non-optimized version > to the optimized code. It might also be useful to compare the optimized code > from a earlier compiler version. Eric, thanks for

Re: [Oorexx-devel] OpenSUSE Tumbleweed rexx.img build failure with optimized compile

2016-07-11 Thread Erich Steinböck
this is the GCC 6.1.1 debug version code (which runs without getting an exception) erichst@erich-vm:~/oorexxbuild/611debug/bin$ gdb ./rexximage GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1 .. This GDB was configured as "x86_64-linux-gnu". .. Reading symbols from ./rexximage...(no debugging

Re: [Oorexx-devel] About adding JSON-support for ooRexx 5.0

2016-07-11 Thread Rony G. Flatscher
Hi Brandon, On 08.07.2016 17:14, Brandon Cherry wrote: > I am actually surprised that no one else came up with something better. I > just wanted something > quick for the web work I was doing at the time. It seems you have hit the nail right on the head and it seems that it has been a good