2008/8/20 Arnaud Charlet <[EMAIL PROTECTED]>:
>> Not just that, probably Fortran/Ada are already duplicating stuff that
>> is in libcpp or they are implementing their own version of stuff that
>> C/C++ are lacking (caret diagnostics? character encodings?).
>
> Well, clearly, the preprocessor and ha
Hello,
I am trying to port the testsuite to an embedded environment.
I have gotten all of the needed tests to compile, and am debugging
those test that fail at runtime now.
\ext\stdio_filebuf\char\10063-1.cc fails.
The area it fails in is in the test1() rountine at:
{
__gnu_cxx::stdio_fil
Hi,
=== THIS CODE FAILS TO COMPILE ===
template
class foo {
public:
foo() =default; // <<--- this works fine.
~foo();
};
template
foo::~foo() =default; <<--- ERROR: This doesn't get built by the compiler.
// foo::~foo() {}; <<-- replacing with this line fixes the error.
int main() {
.. and I would suggest filing a normal Bugzilla PR, to the attention of
[EMAIL PROTECTED] in CC, because it seems indeed a bug to me: we even
have in the testsuite a very similar run-type test different only
because the class isn't a template.
Paolo.
.. never mind, the problem you are seeing is at *link* time, ok...
Paolo.
_64 and it should be fixed now.
Honza
>
> /tmp/cvs/gcc-20080824/Build/./prev-gcc/xgcc
> -B/tmp/cvs/gcc-20080824/Build/./prev-gcc/
> -B/tmp/cvs/gcc-20080824/Build/root/ia64-suse-linux/bin/ -c -g -O2 -gnatpg
> -gnata -nostdinc -I- -I. -Iada -I../../gcc/ada -I../../gcc/ada/gcc-interface
Jan Hubicka <[EMAIL PROTECTED]> writes:
> If there are no complains, I will enable ipcp as proposed after remaining
> patches are tested and comitted (that would be about day after tomorrow)
It breaks Ada on ia64:
/tmp/cvs/gcc-20080824/Build/./prev-gcc/xgcc
-B/tmp/cvs/gcc-20080824/
Hi,
Since most of issues with IPCP should be fixed now and it should be as
strong as possible with the elementary textbook quality algorithm it
uses, I would like to enable it by default. I've tested it on SPEC and
C++ behcmarks yeterday and didn't measured any significant improvments.
There is qu
i ran with this file under testsuite/gcc.dj and it aborted with -O2.
It is for the optimization bug that i reported few days back. If we
don't have this test can someone add ths.
bug_powO2.c
Description: Binary data