Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-23 Thread Zack Weinberg
On Sat, Feb 23, 2008 at 8:30 AM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > > I am still getting the erroneous "is used uninitialized" warnings > > reported as . > > Please use the gcc-4.3 package - it has version 20080219. The warnings are

Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-23 Thread Martin Michlmayr
* Zack Weinberg <[EMAIL PROTECTED]> [2008-02-22 17:56]: > gcc (Debian 20080113-1) 4.3.0 20080113 (experimental) [trunk revision 131510] > > I am still getting the erroneous "is used uninitialized" warnings > reported as . This > may have been fix

Bug#455646: FTBFS with GCC 4.3: missing #includes

2008-02-22 Thread Zack Weinberg
tags 455646 + pending thanks I have just committed a couple of fixes upstream (for the "declaration changes meaning of symbol" errors) and GCC bug 34113 has been fixed. I can build upstream trunk and run the testsuite with no regressions, with gcc-snapshot identifying itself as: gcc (Debian 20080

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 14, 2007 9:31 AM, brian m. carlson <[EMAIL PROTECTED]> wrote: > >> backward/auto_ptr.h:177: warning: > >> 'hash.std::auto_ptr::_M_ptr' is used > >> uninitialized in this function > >> botan/dsa_gen.cpp:57: note: > >> 'hash.std::auto_ptr::_M_ptr' was declared here > >> > >> Looks spurious; th

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 14, 2007 9:31 AM, brian m. carlson <[EMAIL PROTECTED]> wrote: > > Yeah. I can see why it's an error, but I'm not sure it's a prudent > thing to do. But basically, the rationale as I see it is that within a > scope, one name is supposed to refer to one type or symbol, and here it > refers t

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread brian m. carlson
On Fri, Dec 14, 2007 at 07:19:52AM -0700, Martin Michlmayr wrote: * Zack Weinberg <[EMAIL PROTECTED]> [2007-12-14 01:18]: 1) "declaration changes meaning of symbol" errors. I see two of these: roster.cc:3503: error: declaration of 'virtual void::a_scalar::set(const revision_id&, ::scalar_val,

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Martin Michlmayr
* Zack Weinberg <[EMAIL PROTECTED]> [2007-12-14 01:18]: > 1) "declaration changes meaning of symbol" errors. I see two of these: > > roster.cc:3503: error: declaration of 'virtual > void::a_scalar::set(const revision_id&, > ::scalar_val, const std::set >, > std::less > >, std::allocator > > > >&,

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Ludovic Brenta
Zack Weinberg writes: > 2) sqlite/vdbeaux.c:2212: internal compiler error: in > get_addr_dereference_operands, at tree-ssa-operands.c:1746 > > GCC bug. Should be reproducible with the official Debian sqlite > package. I do not have time to file a GCC bug report. There already is one: http://gcc.

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-14 Thread Zack Weinberg
On Dec 10, 2007 7:41 PM, Martin Michlmayr <[EMAIL PROTECTED]> wrote: > Package: monotone > Version: 0.37-4 > Usertags: ftbfs-gcc-4.3 > > Your package fails to build with GCC 4.3. Version 4.3 has not been > released yet but I'm building with a snapshot in order to find errors > and give people an a

Bug#455646: [Monotone-debian] Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-11 Thread Richard Levitte
In message <[EMAIL PROTECTED]> on Tue, 11 Dec 2007 13:40:15 +0100, Ludovic Brenta <[EMAIL PROTECTED]> said: ludovic> tags 455646 upstream ludovic> thanks ludovic> ludovic> The upstream developers are also the Debian maintainers; I am only the ludovic> sponsor. Zack, Richard, would you consider

Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-11 Thread Ludovic Brenta
tags 455646 upstream thanks The upstream developers are also the Debian maintainers; I am only the sponsor. Zack, Richard, would you consider this for 0.38 or is it already too late? -- Ludovic Brenta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#455646: FTBFS with GCC 4.3: missing #includes

2007-12-10 Thread Martin Michlmayr
Package: monotone Version: 0.37-4 Usertags: ftbfs-gcc-4.3 Your package fails to build with GCC 4.3. Version 4.3 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. In GCC 4.3, the C++ header dependencies have been cleaned up. Th