Re: gcc 10 fpcr

2020-04-20 Thread Joel Sherrill
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__ >

Re: `insn does not satisfy its constraints` when compiling a simple program.

2020-04-20 Thread Jim Wilson
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

SH Port Status

2020-04-20 Thread Joel Sherrill
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

Re: SH Port Status

2020-04-20 Thread Jeff Law via Gcc
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

Re: SH Port Status

2020-04-20 Thread Joel Sherrill
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

Re: SH Port Status

2020-04-20 Thread Jeff Law via Gcc
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

Re: Help implementing support for vec in gengtype

2020-04-20 Thread Giuliano Belinassi via Gcc
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