sparse 0.6.1-2 source package in Ubuntu

Changelog

sparse (0.6.1-2) unstable; urgency=medium

  * Cherry-pick commit from upstream to fix test failures on powerpc and
    mipsel.

 -- Uwe Kleine-König <email address hidden>  Thu, 07 Nov 2019 08:37:27 +0100

Upload details

Uploaded by:
Uwe Kleine-König
Uploaded to:
Sid
Original maintainer:
Uwe Kleine-König
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sparse_0.6.1-2.dsc 1.6 KiB 50d89174c3fe54b8ca10e4a94527abcc1205e9c842e28b19479674cbcc19a5a1
sparse_0.6.1.orig.tar.gz 365.5 KiB b0502efa4c4d60d718b089af5659c40e1f972c1e246d59de1150a5e828d703ea
sparse_0.6.1-2.debian.tar.xz 6.9 KiB d1e9d151746c51b663035f586edc3b72ea543e2987b93807c92db33a0c8bc01b

Available diffs

No changes file available.

Binary packages built by this source

sparse: semantic parser of source files

 Sparse, the semantic parser, provides a compiler frontend capable of
 parsing most of ANSI C as well as many GCC extensions, and a collection
 of sample compiler backends, including a static analyzer also called
 "sparse". Sparse provides a set of annotations designed to convey
 semantic information about types, such as what address space pointers
 point to, or what locks a function acquires or releases.
 .
 Sparse can be invoked directly as "sparse" or via the "cgcc" wrapper
 around the C compiler.

sparse-dbgsym: debug symbols for sparse
sparse-test-inspect: semantic parser of source files

 Sparse, the semantic parser, provides a compiler frontend capable of
 parsing most of ANSI C as well as many GCC extensions, and a collection
 of sample compiler backends, including a static analyzer also called
 "sparse". Sparse provides a set of annotations designed to convey
 semantic information about types, such as what address space pointers
 point to, or what locks a function acquires or releases.
 .
 This package contains the test-inspect program.

sparse-test-inspect-dbgsym: debug symbols for sparse-test-inspect