https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
Paolo Carlini changed:
What|Removed |Added
CC||niels at penneman dot org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #9 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Sat Nov 2 09:34:13 2013
New Revision: 204312
URL: http://gcc.gnu.org/viewcvs?rev=204312&root=gcc&view=rev
Log:
/cp
2013-11-02 Paolo Carlini
PR c++/29234
PR c++/5603
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #8 from Paolo Carlini ---
Tentative patch here: http://gcc.gnu.org/ml/gcc-patches/2013-10/msg02536.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|gcc-bugs at g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #6 from poletti.marco at gmail dot com 2012-09-17 17:57:58 UTC ---
Still an issue with GCC 4.7.1.
Clang does not have this issue.
Yet another example:
struct C {
void operator[](C) {
}
};
void f() {
C x;
(C()[x]);
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #5 from poletti.marco at gmail dot com 2012-09-17 17:55:54 UTC ---
Still an issue with GCC 4.7.1.
Clang does not have this issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
poletti.marco at gmail dot com changed:
What|Removed |Added
CC||poletti.marco at gmail dot
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-11-13 21:07 ---
*** Bug 42034 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from lidaobing at gmail dot com 2007-02-07 05:13 ---
*** Bug 30725 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #1 from bangerth at dealii dot org 2006-10-10 03:51 ---
Confirmed:
--
struct S { void operator () (); };
void foo ()
{
( S()() );
}
--
g/x> /home/bangerth/bin/gcc-4.2-pre/bin/c++ -c x.cc
x.cc: In function ‘void foo()’:
x.cc:5: error: ‘type
11 matches
Mail list logo