Bug#809165: Patch attached

2015-12-28 Thread Paul Tagliamonte
tags 809165 - moreinfo thanks Confirmed the diff as attached works to solve the regression. Cheers, Paul On Sun, Dec 27, 2015 at 06:22:14PM -0500, Paul Tagliamonte wrote: > tags 809165 + patch moreinfo > thanks > > Heyya, > > Thinned out my patch to something a bit more

Bug#809165: Regression with arrays of constants as function arguments being misinterpreted

2015-12-27 Thread Paul Tagliamonte
Package: gcc-5 Severity: important Version: 5.3.1-4 Tag: fixed-upstream thanks Heyya doko, Upstream bug is at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69037 - I didn't want to bother with Forwarded, since I didn't forward it. The latest upload of gcc-5 seems to break on ```c typedef const

Bug#809165: Patch attached

2015-12-27 Thread Paul Tagliamonte
/debian/changelog gcc-5-5.3.1/debian/changelog --- gcc-5-5.3.1/debian/changelog +++ gcc-5-5.3.1/debian/changelog @@ -1,3 +1,11 @@ +gcc-5 (5.3.1-5) UNRELEASED; urgency=medium + + [ Paul Tagliamonte ] + * Apply PR 68668, which fixes a regression in detecting the type of an +array of consts