All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] last pending patches for sparse's next release
@ 2017-05-12 11:19 Luc Van Oostenryck
  2017-05-12 16:26 ` Ramsay Jones
  0 siblings, 1 reply; 3+ messages in thread
From: Luc Van Oostenryck @ 2017-05-12 11:19 UTC (permalink / raw)
  To: Christopher Li; +Cc: linux-sparse

Chris,

Please pull these patches for sparse's next release.
There is 3 fixes, plus Lance's support for _Static_assert
and the keyword cleanup that goes over it.

Regards,
Luc

--->8

The following changes since commit e35efe330c6ae7d154197c29b127560d569016d0:

  Merge branches 'sent/float-expand-v2', 'sent/fix-kill-ttsb-v2', 'sent/fix-cond-address' and 'careful-concat-user-list' into tip (2017-04-30 02:08:54 +0200)

are available in the git repository at:

  git://github.com/lucvoo/sparse.git tags/fixes-for-stable-20170512

for you to fetch changes up to 51de1cca1bde56d9a1c73142fa2c93eeba65d0bf:

  Merge branches 'quiets-bool-cast-restricted-v2', 'keyword-cleanup-v2', 'not-so-crazy-v2' and 'ignore-void-if-convert-v3' into tip (2017-05-12 12:59:06 +0200)

----------------------------------------------------------------
Pending fixes for sparse's next release

----------------------------------------------------------------
Lance Richardson (1):
      sparse: add support for _Static_assert

Luc Van Oostenryck (12):
      avoid useless warning for 'bool <- restricted type' conversion
      introduce REPEAT_CFG_CLEANUP
      let kill_unreachable_bbs() clear REPEAT_CFG_CLEANUP
      fix: kill unreachable BBs after killing a child
      ignore VOID when trying to if-convert phi-nodes
      keyword: add test case for reserved '_Static_assert'
      keyword: regroup the [reserved] keywords
      keyword: explicitly add C99 & C11 keywords
      keyword: add more reserved keywords to the test case
      keyword: add a comment about NS_TYPEDEF & reserved keywords
      keyword: no pre-declaration needed for attribute names
      Merge branches 'quiets-bool-cast-restricted-v2', 'keyword-cleanup-v2', 'not-so-crazy-v2' and 'ignore-void-if-convert-v3' into tip

 evaluate.c                         |   6 ++
 flow.c                             |   2 +
 flow.h                             |   1 +
 ident-list.h                       |  77 ++++-------------
 linearize.c                        |   5 +-
 parse.c                            |  46 +++++++++-
 simplify.c                         |  41 +++++++--
 validation/bool-cast-bad.c         |   3 -
 validation/bool-cast-implicit.c    |   3 -
 validation/bool-cast-restricted.c  |  25 ++++++
 validation/crazy02-not-so.c        |  22 +++++
 validation/optim/void-if-convert.c |  19 +++++
 validation/reserved.c              | 171 +++++++++++++++++++++++++++++++------
 validation/static_assert.c         |  71 +++++++++++++++
 14 files changed, 392 insertions(+), 100 deletions(-)
 create mode 100644 validation/bool-cast-restricted.c
 create mode 100644 validation/crazy02-not-so.c
 create mode 100644 validation/optim/void-if-convert.c
 create mode 100644 validation/static_assert.c

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] last pending patches for sparse's next release
  2017-05-12 11:19 [GIT PULL] last pending patches for sparse's next release Luc Van Oostenryck
@ 2017-05-12 16:26 ` Ramsay Jones
  2017-05-12 19:38   ` Luc Van Oostenryck
  0 siblings, 1 reply; 3+ messages in thread
From: Ramsay Jones @ 2017-05-12 16:26 UTC (permalink / raw)
  To: Luc Van Oostenryck, Christopher Li; +Cc: linux-sparse



On 12/05/17 12:19, Luc Van Oostenryck wrote:
> Chris,
> 
> Please pull these patches for sparse's next release.
> There is 3 fixes, plus Lance's support for _Static_assert
> and the keyword cleanup that goes over it.

Hi Chris, Luc,

Sorry for the late report, but I tested current master/sparse-next
branches on 32-bit linux and sparse-next (@e35efe3 30-04-2017) has
fixed the three additional test failures.

Thanks!

ATB,
Ramsay Jones



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] last pending patches for sparse's next release
  2017-05-12 16:26 ` Ramsay Jones
@ 2017-05-12 19:38   ` Luc Van Oostenryck
  0 siblings, 0 replies; 3+ messages in thread
From: Luc Van Oostenryck @ 2017-05-12 19:38 UTC (permalink / raw)
  To: Ramsay Jones; +Cc: Christopher Li, Linux-Sparse

On Fri, May 12, 2017 at 6:26 PM, Ramsay Jones
<ramsay@ramsayjones.plus.com> wrote:
> Hi Chris, Luc,
>
> Sorry for the late report,
no problem.

> I tested current master/sparse-next
> branches on 32-bit linux and sparse-next (@e35efe3 30-04-2017) has
> fixed the three additional test failures.

Good!
Thanks for the feedback.

-- Luc

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-12 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-12 11:19 [GIT PULL] last pending patches for sparse's next release Luc Van Oostenryck
2017-05-12 16:26 ` Ramsay Jones
2017-05-12 19:38   ` Luc Van Oostenryck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.