Re: How should sparse depend on gcc?

2018-10-08 Thread Uwe Kleine-König
Hello, On 09/21/2018 04:33 PM, Uwe Kleine-König wrote: > sparse is a C code checker that reuses include files from gcc. Currently > there are missing the needed dependencies > (https://bugs.debian.org/906472). > > Now I wonder, what is the right way to depend on gcc. For sparse it > would be

How should sparse depend on gcc?

2018-09-21 Thread Uwe Kleine-König
Hello, sparse is a C code checker that reuses include files from gcc. Currently there are missing the needed dependencies (https://bugs.debian.org/906472). Now I wonder, what is the right way to depend on gcc. For sparse it would be enough to depend on libgcc-8-dev (I think), but as cgcc (which