reassign 564984 gcc-4.5 4.5-20100103-1
thanks

Hi,

Am Wednesday 13 January 2010 02:04:14 schrieb Matthias Klose:
[..]
>
> The reason of the build failure is likely in the package (compiler or
> linker message found in the build log), if this turns out as a gcc bug,
> please reassign to the gcc-4.5 package. [..]

looks like a gcc bug to me, reassigning.

[..]

>)': frontend/misc/BuiltinSymbolTable.cpp:516:2: error: use of old-style cast
[..]

there's no old-style-cast directly in there. However I just discovered that 
using DBL_MIN alone suffices to trigger the old-style-cast warning (and 
fauhdlc uses -Werror):

Test-Case:

#include <cfloat>
#include <iostream>

int
main(int argc, char **argv)
{
        std::cerr << DBL_MIN << std::endl;
        return 0;
}


Cheers,
    Stefan.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to