Thanks. We will try this.
FWIW git blame says this inline asm is 11 years old and the new GCC
reported this. :)
--joel
On Sun, Apr 19, 2020 at 2:55 AM Uros Bizjak wrote:
> Hello!
>
> > Over at RTEMS, we have had a report that this very old code has quit
> > compiling:
> >
> > #ifdef __SSE__
>
On Sat, Apr 18, 2020 at 8:45 AM Joe via Gcc wrote:
> test.c: In function ‘main’:
> test.c:5:1: error: insn does not satisfy its constraints:
The constrain_operands function is failing to match the insn to its
constraints. Try putting a breakpoint there, and stepping through the
code to see what
Hi
Over at RTEMS, we were discussing ports to deprecate/obsolete
and the SH seems to be on everyone's candidate list. I can't seem
to find any gcc test results sh-unknown-elf since 2009 and none
for sh-rtems. I know I posted some but when, I can't say. But the
new mailing list setup may be messi
On Mon, 2020-04-20 at 14:47 -0500, Joel Sherrill wrote:
> Hi
>
> Over at RTEMS, we were discussing ports to deprecate/obsolete
> and the SH seems to be on everyone's candidate list. I can't seem
> to find any gcc test results sh-unknown-elf since 2009 and none
> for sh-rtems. I know I posted some
On Mon, Apr 20, 2020, 3:13 PM Jeff Law wrote:
> On Mon, 2020-04-20 at 14:47 -0500, Joel Sherrill wrote:
> > Hi
> >
> > Over at RTEMS, we were discussing ports to deprecate/obsolete
> > and the SH seems to be on everyone's candidate list. I can't seem
> > to find any gcc test results sh-unknown-el
On Mon, 2020-04-20 at 15:29 -0500, Joel Sherrill wrote:
>
>
> On Mon, Apr 20, 2020, 3:13 PM Jeff Law wrote:
> > On Mon, 2020-04-20 at 14:47 -0500, Joel Sherrill wrote:
> > > Hi
> > >
> > > Over at RTEMS, we were discussing ports to deprecate/obsolete
> > > and the SH seems to be on everyone's c
Hi. Sorry for the late reply.
On 03/02, Richard Biener wrote:
> On Thu, Feb 27, 2020 at 6:56 PM Giuliano Belinassi
> wrote:
> >
> > Hi, all.
> >
> > I am tying to fix an issue with a global variable in the parallel gcc
> > project. For this, I am trying to move some global variables from
> > tree