This code:
template
class freeList {
public:
T* newNode() { return 0; }
template
T* newNode(U u) { return newNode()->init(u); }
template
T* newNode(U u, V v) { return newNode()->init(u, v); }
};
class bar {};
class baz {};
class foo : public freeList,
--- Comment #9 from rwgk at yahoo dot com 2009-12-12 05:49 ---
Thanks very much for the quick fix!
It didn't clear up all errors of this type, though, when compiling our code (I
verified that the original problem is fixed). Based on your comments I decided
to remove the -std=c++x0 for th
--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-12 01:45 ---
Subject: Bug 42215
Author: hjl
Date: Sat Dec 12 01:45:12 2009
New Revision: 155191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155191
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #6 from hjl at gcc dot gnu dot org 2009-12-12 01:45 ---
Subject: Bug 42299
Author: hjl
Date: Sat Dec 12 01:45:12 2009
New Revision: 155191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155191
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #10 from hjl at gcc dot gnu dot org 2009-12-12 01:45 ---
Subject: Bug 42166
Author: hjl
Date: Sat Dec 12 01:45:12 2009
New Revision: 155191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155191
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #8 from hjl at gcc dot gnu dot org 2009-12-12 01:45 ---
Subject: Bug 42269
Author: hjl
Date: Sat Dec 12 01:45:12 2009
New Revision: 155191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155191
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #6 from hjl at gcc dot gnu dot org 2009-12-12 01:45 ---
Subject: Bug 42234
Author: hjl
Date: Sat Dec 12 01:45:12 2009
New Revision: 155191
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155191
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #4 from peter_foelsche at agilent dot com 2009-12-12 01:40
---
the same happens with boost 1_40
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42355
--- Comment #3 from peter_foelsche at agilent dot com 2009-12-12 01:37
---
the compiler takes more than 10GB of RAM.
There is 40GB of RAM available.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42355
--- Comment #2 from peter_foelsche at agilent dot com 2009-12-12 01:36
---
maybe on Monday I can create an instance like described of the offending
classes
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42355
--- Comment #1 from peter_foelsche at agilent dot com 2009-12-12 01:34
---
Created an attachment (id=19280)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19280&action=view)
console output of the compiler
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42355
I don't think I can provide the source code.
But maybe the debug output already provides some hints.
This is using boost 1_39
--
Summary: Segmentation fault
Product: gcc
Version: 4.4.1
Status: UNCONFIRMED
Severity: normal
Priority:
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40783
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40815
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40887
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40900
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42226
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41653
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41514
--
rearnsha at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41481
--- Comment #6 from janis at gcc dot gnu dot org 2009-12-12 00:27 ---
The testcase with the options shown in the submitter's description compiles
cleanly with the current 4.4 branch and with GCC 4.4.1.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42294
gfortran currently treats C_LOC as suitable for initialization expressions;
however, it does not seem to be valid in either Fortran 2003 nor Fortran 2008.
use iso_c_binding
implicit none
integer, target :: a
type t
type(c_ptr) :: ptr = c_loc(a)
end type t
type(c_ptr) :: ptr2 = c_loc(a)
end
F2
--- Comment #10 from hjl at gcc dot gnu dot org 2009-12-11 23:39 ---
Subject: Bug 42078
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #9 from hjl at gcc dot gnu dot org 2009-12-11 23:39 ---
Subject: Bug 42025
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #6 from hjl at gcc dot gnu dot org 2009-12-11 23:39 ---
Subject: Bug 42154
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #8 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42317
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #10 from hjl at gcc dot gnu dot org 2009-12-11 23:39 ---
Subject: Bug 42142
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 41905
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #14 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42164
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #9 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42084
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 41906
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #7 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42244
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #14 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42110
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #4 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42196
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #6 from hjl at gcc dot gnu dot org 2009-12-11 23:37 ---
Subject: Bug 42193
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #8 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42183
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #7 from hjl at gcc dot gnu dot org 2009-12-11 23:37 ---
Subject: Bug 42069
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #6 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42057
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #12 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 41611
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #14 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42225
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #9 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42251
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42217
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #11 from hjl at gcc dot gnu dot org 2009-12-11 23:37 ---
Subject: Bug 42237
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backp
--- Comment #5 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 41961
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #7 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42006
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #7 from hjl at gcc dot gnu dot org 2009-12-11 23:38 ---
Subject: Bug 42256
Author: hjl
Date: Fri Dec 11 23:36:24 2009
New Revision: 155184
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155184
Log:
Backport testcases from trunk.
2009-12-11 H.J. Lu
Backpo
--- Comment #11 from dominiq at lps dot ens dot fr 2009-12-11 23:23 ---
> Completely unclear what this bug is about.
What is unclear?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42220
--- Comment #2 from janus at gcc dot gnu dot org 2009-12-11 23:13 ---
Confirmed. Thanks for reporting.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42347
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42344
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-12-11 23:10 ---
A regression because it works with 4.4.x?
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-12-11 23:09
---
Completely unclear what this bug is about.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Component|bootstrap |tree-optimization
GCC host triplet||mip
--- Comment #4 from janus at gcc dot gnu dot org 2009-12-11 23:06 ---
Fixed with r155183. Closing.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-12-11 23:05 ---
I think
/* Put the integral type with the bigger precision first. */
else if (INTEGRAL_TYPE_P (f1->type)
&& INTEGRAL_TYPE_P (f2->type)
&& TYPE_PRECISION (f1->type) != TYP
--- Comment #3 from janus at gcc dot gnu dot org 2009-12-11 23:05 ---
Subject: Bug 42257
Author: janus
Date: Fri Dec 11 23:05:02 2009
New Revision: 155183
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155183
Log:
gcc/fortran/
2009-12-11 Janus Weil
PR fortran/42257
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-12-11 22:55 ---
*** This bug has been marked as a duplicate of 38303 ***
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-11 22:55 ---
*** Bug 39192 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38303
--- Comment #1 from anlauf at gmx dot de 2009-12-11 22:53 ---
Created an attachment (id=19279)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19279&action=view)
Reduced demo code
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42353
Hi there,
the attached code compiles with nagfor but fails to do so with
gfortran 4.5.0 rev. 155016:
gfcbug96.f90:45.33:
end module concrete_inner_product
1
Error: Name 'vtype$vector_class' at (1) is an ambiguous reference to
'vtype$vect
or_class' from module 'co
--- Comment #13 from jacob dot benoit dot 1 at gmail dot com 2009-12-11
22:51 ---
(In reply to comment #12)
> Note that g++ says the code is not valid though. Did you expect it to compile
> without error ?
The .ii file I have attached? Yes, I was expecting it to be correct, it
compiles
--- Comment #12 from dodji at gcc dot gnu dot org 2009-12-11 22:47 ---
Created an attachment (id=19278)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19278&action=view)
Draft patch
Here is the patch I am testing.
It seems to be working fine so far.
Note that g++ says the code is n
--- Comment #1 from dfranke at gcc dot gnu dot org 2009-12-11 22:30 ---
I think this one is actually ok. The message is emitted rank-times, once for
each non-integer rank, for each variable.
Here we get it three times:
real, parameter :: n = 2
real, dimension(n) :: x, y, z
end
Her
--- Comment #15 from burnus at gcc dot gnu dot org 2009-12-11 22:28 ---
(In reply to comment #14)
> Test case:
> http://users.erols.com/dnagle/pub/async_io.f03
which additionally needs the file/module:
http://users.erols.com/dnagle/pub/f03def.f90
--
http://gcc.gnu.org/bugzilla/s
--- Comment #14 from burnus at gcc dot gnu dot org 2009-12-11 22:28 ---
Test case:
http://users.erols.com/dnagle/pub/async_io.f03
Works with ifort, fails with gfortran. I think it needs real asynchronous I/O
to work. Additionally, gfortran does not yet support the ASYNCHRONOUS
attribu
--- Comment #6 from dfranke at gcc dot gnu dot org 2009-12-11 22:20 ---
For the example in #1, the wrong name is picked up in trans-array.c
(gfc_trans_array_bound_check):
2310 if (!name && se->loop && se->loop->ss && se->loop->ss->expr
2311 && se->loop->ss->expr->symtree)
2312
--- Comment #11 from dodji at gcc dot gnu dot org 2009-12-11 22:12 ---
Hah. It looks like there are several slightly different problems at play here.
Apparently I just fixed one of them, which I was the one I narrowed in the
reduced test case above.
Then I forgot to try my fix on the ini
--- Comment #8 from paolo dot carlini at oracle dot com 2009-12-11 22:10
---
list::sort (both overloads) should be fine now, if you notice something
strange, please let me know...
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #7 from paolo at gcc dot gnu dot org 2009-12-11 22:05 ---
Subject: Bug 42352
Author: paolo
Date: Fri Dec 11 22:04:56 2009
New Revision: 155180
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155180
Log:
2009-12-11 Paolo Carlini
PR libstdc++/42352
*
--- Comment #3 from dfranke at gcc dot gnu dot org 2009-12-11 21:44 ---
(In reply to comment #2)
> I wonder why this is not caught in parse.c's verify_st_order; the error
> message there is much nicer
Because it seems that verify_st_order is not called for every accepted
statement. In
--- Comment #21 from rguenth at gcc dot gnu dot org 2009-12-11 21:39
---
All is well again.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
St
--- Comment #4 from dfranke at gcc dot gnu dot org 2009-12-11 21:10 ---
Fixed in trunk. Closing.
Thanks for the report!
--
dfranke at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #3 from dfranke at gcc dot gnu dot org 2009-12-11 21:08 ---
Subject: Bug 40290
Author: dfranke
Date: Fri Dec 11 21:08:39 2009
New Revision: 155179
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155179
Log:
2009-12-11 Daniel Franke
PR fortran/40290
--- Comment #6 from paolo dot carlini at oracle dot com 2009-12-11 21:04
---
Thanks. This specific issue I will fix in one day or so. But be warned that
until DR 1133 is resolved by the ISO C++ Committee likely you will encounter
problems with list::splice and list::merge.
--
http:
--- Comment #4 from jason at gcc dot gnu dot org 2009-12-11 21:04 ---
Subject: Bug 42219
Author: jason
Date: Fri Dec 11 21:03:55 2009
New Revision: 155177
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155177
Log:
PR c++/42219
* typeck.c (error_type_p): New.
--- Comment #5 from rwgk at yahoo dot com 2009-12-11 19:27 ---
Thanks for the fast response!
Everything else we have works with -std=c++0x.
If this issue is fixed I could keep testing with -std=c++0x,
which I imagine could be of great value long term.
(We have several 100k of sources + b
--- Comment #2 from dfranke at gcc dot gnu dot org 2009-12-11 18:56 ---
Using "-O3 -fno-signed-zeros" (the latter being set by -ffast-math) gets rid of
all the additional computations and results in
:
D.1504_2 = *a_1(D);
D.1514_10 = REALPART_EXPR <*b_4(D)>;
D.1515_11 = IMAGPART_EX
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |paolo dot carlini at oracle
|dot org
--- Comment #4 from paolo dot carlini at oracle dot com 2009-12-11 18:43
---
Bah, we can use some std::move(s) in the splice and merge calls used by sort,
and solve this. We'll be reverted as unnecessary when DR 1133 will be resolved,
but maybe can make people more happy for the time be
--- Comment #7 from rmansfield at qnx dot com 2009-12-11 18:38 ---
The PR valid and it is still reproducible on the 4.3 branch and AFAIK the 4.3
branch is still open. A resolution of WONTFIX makes sense, but INVALID doesnt..
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35623
--- Comment #14 from ro at CeBiTec dot Uni-Bielefeld dot DE 2009-12-11
18:37 ---
Subject: Re: Bootstrap with Sun Studio 12.1 fails
Patch here: http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00625.html.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41771
--- Comment #6 from ramana at gcc dot gnu dot org 2009-12-11 18:27 ---
As it could not be reproduced and a later comment indicates it works for 4.4.0.
Resolved as INVALID.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from ramana at gcc dot gnu dot org 2009-12-11 18:23 ---
No feedback in over 6 months.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from paolo dot carlini at oracle dot com 2009-12-11 18:22
---
:) Sorry, this issue has nothing to do with std::bind (ansd std::tr1::bind) of
course. This is actually about list::splcie and list::merge, which indeed are
still in flux in the WP, see DR 1133, or:
http://g
--- Comment #10 from ramana at gcc dot gnu dot org 2009-12-11 18:21 ---
No feedback in over 6 months and appears to work fine in later versions of the
tools.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #3 from ramana at gcc dot gnu dot org 2009-12-11 18:19 ---
No feedback in over a year and don't have more information . Hence Suspended.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #2 from paolo dot carlini at oracle dot com 2009-12-11 18:17
---
The std::, c++0x, version, is in flux. If you want the old behavior, just use
std::tr1::bind for now, and do not expect and C++0x-conforming behavior.
Really, no point in keeping open issues vs ongoing C++0x wo
--- Comment #4 from ramana at gcc dot gnu dot org 2009-12-11 18:16 ---
Fixed with 4.3.2 apparently.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from ramana at gcc dot gnu dot org 2009-12-11 18:15 ---
No feedback in more than 6 months .
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from ramana at gcc dot gnu dot org 2009-12-11 18:11 ---
arm-elf is in maintenance only mode. Marking it as P4 -
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #5 from ramana at gcc dot gnu dot org 2009-12-11 18:10 ---
Needed an update to a newer version of binutils. Invalid.
--
ramana at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #1 from rwgk at yahoo dot com 2009-12-11 18:05 ---
Created an attachment (id=19277)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19277&action=view)
reproducer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42352
Platform:
Fedora release 12 (Constantine)
Linux cage.lbl.gov 2.6.31.5-127.fc12.x86_64 #1 SMP Sat Nov 7 21:11:14 EST
2009 x86_64 x86_64 x86_64 GNU/Linux
URL: svn://gcc.gnu.org/svn/gcc/trunk
Revision: 150327 or higher
gcc version 4.5.0 20090801 (experimental) (GCC)
I'll attach a reproducer.
g
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-12-11 18:01 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-12-11 18:00 ---
Fixed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-11 18:00 ---
Subject: Bug 41658
Author: rguenth
Date: Fri Dec 11 18:00:24 2009
New Revision: 155174
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155174
Log:
2009-12-11 Richard Guenther
PR lto/41658
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-12-11 18:00 ---
Subject: Bug 41657
Author: rguenth
Date: Fri Dec 11 18:00:24 2009
New Revision: 155174
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155174
Log:
2009-12-11 Richard Guenther
PR lto/41658
--- Comment #21 from paolo dot carlini at oracle dot com 2009-12-11 17:56
---
Done.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
Statu
--- Comment #13 from ro at gcc dot gnu dot org 2009-12-11 17:55 ---
Mine, fix in progress.
--
ro at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|un
--- Comment #20 from paolo at gcc dot gnu dot org 2009-12-11 17:55 ---
Subject: Bug 22634
Author: paolo
Date: Fri Dec 11 17:54:37 2009
New Revision: 155173
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155173
Log:
2009-12-11 Paolo Carlini
PR libstdc++/22634, DR 539
1 - 100 of 167 matches
Mail list logo