Matthias Klose <[EMAIL PROTECTED]> writes:
| Matthias Klose writes:
| > Gabriel Dos Reis writes:
| > > | - s390-linux shows a bootstrap comparision failure
| > >
| > > Your testruns for 3.3.4-pre (20040516) do not show such differences.
| > >
| > >htt
Matthias Klose <[EMAIL PROTECTED]> writes:
| These are results from the current Debian builds (slightly differing
| from the gcc-3.3.4 prerelease tarball), compared to the Debian build
| of the gcc-3.3.3 release.
Thanks for your report.
Do you know in which ways they differ?
| - s390-linux show
Matthias Klose <[EMAIL PROTECTED]> writes:
| > Module name:gcc
| > Changes by: [EMAIL PROTECTED] 2003-12-29 02:42:17
| >
| > Modified files:
| > gcc/cp : ChangeLog decl.c
| > gcc/testsuite : ChangeLog
| > Added files:
| > gcc/testsuite/g++.dg/opt: inline6.C
|
Randolph Chung <[EMAIL PROTECTED]> writes:
| In reference to a message from Matthias Klose, dated Apr 05:
| > Will do. What about applying this patch upstream for 3.2.3?
|
| since this is not a regression, i'm not sure it will be a candidate for
| 3.2.3, but if Gabriel is ok with it, all the bett
[EMAIL PROTECTED], [EMAIL PROTECTED] writes:
| >Class: ice-on-legal-code
| The following code:
|
| namespace N {
|
| template< int >
| void f() {}
|
| }
|
| using N::f< 0 >;
|
| doesn't compile. From codesourcery:
The program construct is ill-formed.
Arguably, an ICE isn't an acce
[EMAIL PROTECTED], [EMAIL PROTECTED] writes:
| template< typename T, int role, bool ndebug >
| struct init {
| static T * do_it() {
| T* tmp(new T);
| std::cout << "/tmp/ point to: " << *tmp << "\n";
| return tmp;
| }
| };
| /tmp/ point to: 0
| /tmp/ point to: 107
Matthias Klose <[EMAIL PROTECTED]> writes:
[...]
| This one is clearly a bug.
In which sense?
There is no standard class named hash_map<>.
-- Gaby
Matthias Klose <[EMAIL PROTECTED]> writes:
| The code below does not compile with g++ 3.0, but it seems correct
| judging by my C++ books.
No serious up-to-date C++ book can claim the code below should work.
| list > lapi;
That is incorrect: You cannot put an auto_ptr<> in a standard
contain
[EMAIL PROTECTED] writes:
| > [EMAIL PROTECTED] writes:
| >
| > | C++ allows the word 'typename' after a 'using' directive. _The C++ Pro
| > gramming Language_ (third edition) [Stroustrup], section A.7
(Grammar/Declara
| > tions) defines the using directive:
| > | using-declaration:
| > |
[EMAIL PROTECTED] writes:
| C++ allows the word 'typename' after a 'using' directive. _The C++
Programming Language_ (third edition) [Stroustrup], section A.7
(Grammar/Declarations) defines the using directive:
| using-declaration:
| "using" "typename"(opt) "::"(opt) n
10 matches
Mail list logo