#
# bts-link upstream status pull for source package gcc-snapshot
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#
user [EMAIL PROTECTED]
# remote status report for #430957
# * http://gcc.gnu.org/PR32540
# * remote status changed: (?) -> NEW
usertags 430957 + status-N
FYI: The status of the gnat-4.1 source package
in Debian's testing distribution has changed.
Previous version: 4.1.1-22
Current version: 4.1.2-8
--
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.
FYI: The status of the gcc-4.1 source package
in Debian's testing distribution has changed.
Previous version: 4.1.1ds2-21
Current version: 4.1.2-12
--
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.
After analyzing a build failure of wfmath with gcc-4.2, I condensed the issue
it was having to the following test case:
template class A { public: T x1; U x2; };
template class container_with_x1>
int f(const container_with_x1& y) {
return y.x1;
}
int g() {
A y;
return f(y);
}
This code c
Package: gnat
Version: 4.2.0-0
Severity: normal
As the subject says: the version of gnat from experimental Depends on
gnat-4.2, which is nowhere to be found, not even in NEW as far as I can tell.
--
Daniel Schepler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe".
Package: gcc-4.2
Version: 4.2-20070627-1
Severity: normal
Tags: patch
On Thu, 28 Jun 2007 14:47:55 +0200
Martin Michlmayr <[EMAIL PROTECTED]> wrote:
> Throughout the development of GCC 4.2, we regularly recompiled the
> entire Debian archive with development snapshots of GCC to make sure
> that w
Processing commands for [EMAIL PROTECTED]:
> severity 428814 critical
Bug#428814: [powerpc] error: initializer element is not constant
Severity set to `critical' from `important'
> quit
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
severity 428814 critical
quit
On Thu, Jun 14, 2007 at 02:27:49PM +0200, Falk Hueffner wrote:
> Gerrit Pape <[EMAIL PROTECTED]> writes:
> > On a current Debian/powerpc sid system:
> >
> > $ cat >ttt.c < > static const double d[] = { 1.0l/6/1/2, -1.0l/30/3/4 };
> > int main() { return 0; }
> > E
Here's another variant of the test case not depending on the standard library:
template class A { public: T x1; U x2; };
template class container_with_x1>
int f(const container_with_x1& y) {
return y.x1;
}
int g() {
A y;
return f(y);
}
I guess on further reflection it's not quite clear wh
Package: g++-4.2
Version: 4.2-20070627-1
Severity: normal
I condensed the wfmath build failure with gcc-4.2 (#361815) into a small test
case:
frobnitz:/tmp# cat test.cc
#include
template class container>
int sum(const container& x) {
int result = 0;
for (typename container::const_iterator
* Adam Borowski <[EMAIL PROTECTED]> [2007-06-28 23:49]:
> README.Debian says:
> | You might also like to use a shell script to wrap up this
> | funcationality, e.g.
> | place in /usr/local/bin/gcc-snapshot and chmod +x it
> but I see no reason why it couldn't simply be shipped in the package
> outr
11 matches
Mail list logo