Your message dated Sun, 12 Aug 2007 10:32:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#434274: gcc-snapshot 20070720-1 fails to compile trivial
code
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gcc-snapshot
Severity: serious
Martin, Matthias,
it seems that the 20070720-1 snapshot has some issues with limits.h
here is a snippet that cannot be compiled by gcc-snapshot
-------
#include <limits.h>
int main()
{
return 0;
}
------
/usr/lib/gcc-snapshot/bin/g++ -o t
t.cpp
/tmp
In file included from t.cpp:1:
/usr/include/limits.h:125:26: error: no include path in which to search for
limits.h
I got these errors in the codes I develop and use on Debian while testing the
new snapshot
Best regards
C.
--
Debian Developer - http://people.debian.org/~prudhomm/
Scientific computing packages maintainer
Fingerprint = 3703 50DE 7A9F 024E 0F26 0D07 A18F B40B D4BE 1450
--- End Message ---
--- Begin Message ---
Version: 20070811-1
> it seems that the 20070720-1 snapshot has some issues with limits.h
fixed in 20070811-1.
--- End Message ---