Re: Adoption of C subset standards

2017-01-10 Thread David Brown
On 09/01/17 22:17, paul.kon...@dell.com wrote: > >> On Jan 9, 2017, at 4:08 PM, David Brown >> wrote: ... I found a reference to this in MISRA's forums: >> >> >> >> The post and reply are from 4 years ago, but I expect the situation >>

Re: LTO remapping/deduction of machine modes of types/decls

2017-01-10 Thread Richard Biener
On Mon, 9 Jan 2017, Alexander Monakov wrote: > On Wed, 4 Jan 2017, Richard Biener wrote: > > My suggestion at that time isn't likely working in practice due to the > > limitations Jakub outlines below. The situation is a bit unfortunate > > but expect to run into more host(!) dependences in the L

Re: Adoption of C subset standards

2017-01-10 Thread Jim MacArthur
Thank you everyone who replied to this; all of the points raised are very reasonable so I won't reply individually. I'll feed this information back to our standards group.

Re: LTO remapping/deduction of machine modes of types/decls

2017-01-10 Thread Alexander Monakov
On Tue, 10 Jan 2017, Richard Biener wrote: > In general I think they should match. But without seeing concrete > examples of where they do not I can't comment on whether such exceptions > make sense. For example if you adjust a DECLs alignment and then > re-layout it I'd expect you might get a n

Re: LTO remapping/deduction of machine modes of types/decls

2017-01-10 Thread Vladislav Ivanishin
Hi In general I think they should match. But without seeing concrete examples of where they do not I can't comment on whether such exceptions make sense. For example if you adjust a DECLs alignment and then re-layout it I'd expect you might get a non-BLKmode mode for an aggregate in some cir

Re: GCC 7.0.0 Status Report (2017-01-09), Stage 4 to start soon

2017-01-10 Thread Joseph Myers
On Mon, 9 Jan 2017, Jakub Jelinek wrote: > We are behind schedule in the amount of P1-P3 PRs compared e.g. to > GCC 5 or GCC 6, so any help with fixing regressions will be appreciated. Also the release notes gcc-7/changes.html are extremely incomplete and need to be filled out - e.g. they're mis

gcc-5-20170110 is now available

2017-01-10 Thread gccadmin
Snapshot gcc-5-20170110 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20170110/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

Re: Help with integrating my test program into dejagnu

2017-01-10 Thread Daniel Santos
Thanks again for help getting started with this Mike! I've gotten rid of the Makefile and everything is run now from msabi.exp. I've also gotten rid of the header file, now that I know how to define a "_noinfo" fn pointer, so it's down to just 4 files: msabi.exp, gen.cc, msabi.c and do_test.S