Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-12-08 Thread Jeff Law
On 11/15/14 20:59, David Wohlferd wrote: On 9/15/2014 2:51 PM, Jeff Law wrote: Let's go with your original inputs + outputs + labels change and punt the clobbers stuff for now. jeff I have also added the test code you requested. I have a release on file with the FSF, but don't have SVN write

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-12-06 Thread David Wohlferd
Ping? dw On 11/15/2014 7:59 PM, David Wohlferd wrote: On 9/15/2014 2:51 PM, Jeff Law wrote: Let's go with your original inputs + outputs + labels change and punt the clobbers stuff for now. jeff I have also added the test code you requested. I have a release on file with the FSF, but don'

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-11-15 Thread David Wohlferd
On 9/15/2014 2:51 PM, Jeff Law wrote: Let's go with your original inputs + outputs + labels change and punt the clobbers stuff for now. jeff I have also added the test code you requested. I have a release on file with the FSF, but don't have SVN write access. Problem: extract_insn() in reco

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-09-15 Thread Jeff Law
On 09/14/14 02:13, David Wohlferd wrote: I sent you the file you requested (off list), but never heard back from you about the valgrind results. Just haven't got back to it yet... There's always more to get done on any given day than I have the time for, so I have to prioritize and some things

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-09-14 Thread David Wohlferd
I sent you the file you requested (off list), but never heard back from you about the valgrind results. In an effort to move this along, I installed ubuntu under virtualbox and did a build of gcc. When running the output of this build with valgrind, I saw a number of memory *leaks* reported,

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-08-01 Thread Jeff Law
On 08/01/14 02:07, David Wohlferd wrote: I'd love to. Unfortunately, my platform doesn't support valgrind. Ah. Also, please include the testcase you had nlabels part. I have created the testcase for the 31 labels problem. However, not so much for the nclobbers part. And if I'm going to

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-08-01 Thread David Wohlferd
On 7/30/2014 9:58 PM, Jeff Law wrote: On 07/28/14 16:39, David Wohlferd wrote: On 7/28/2014 12:42 PM, Jeff Law wrote: On 07/27/14 01:26, David Wohlferd wrote: I'm not sure which maintainer to cc for inline asm stuff? I have a release on file with the FSF, but don't have SVN write access.

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-07-30 Thread Jeff Law
On 07/28/14 16:39, David Wohlferd wrote: On 7/28/2014 12:42 PM, Jeff Law wrote: On 07/27/14 01:26, David Wohlferd wrote: I'm not sure which maintainer to cc for inline asm stuff? I have a release on file with the FSF, but don't have SVN write access. Problem: extract_insn() in recog.c will I

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-07-28 Thread David Wohlferd
On 7/28/2014 12:42 PM, Jeff Law wrote: On 07/27/14 01:26, David Wohlferd wrote: I'm not sure which maintainer to cc for inline asm stuff? I have a release on file with the FSF, but don't have SVN write access. Problem: extract_insn() in recog.c will ICE if (noperands > MAX_RECOG_OPERANDS). No

Re: [Patch] PR 61692 - Fix for inline asm ICE

2014-07-28 Thread Jeff Law
On 07/27/14 01:26, David Wohlferd wrote: I'm not sure which maintainer to cc for inline asm stuff? I have a release on file with the FSF, but don't have SVN write access. Problem: extract_insn() in recog.c will ICE if (noperands > MAX_RECOG_OPERANDS). Normally this isn't a problem since expand_

[Patch] PR 61692 - Fix for inline asm ICE

2014-07-27 Thread David Wohlferd
I'm not sure which maintainer to cc for inline asm stuff? I have a release on file with the FSF, but don't have SVN write access. Problem: extract_insn() in recog.c will ICE if (noperands > MAX_RECOG_OPERANDS). Normally this isn't a problem since expand_asm_operands() in cfgexpand.c catches a