--- Comment #11 from jason at gcc dot gnu dot org 2010-01-15 06:18 ---
*** Bug 42569 has been marked as a duplicate of this bug. ***
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #10 from jason at gcc dot gnu dot org 2010-01-14 22:34 ---
Fixed.
--
jason at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #9 from jason at gcc dot gnu dot org 2010-01-14 22:32 ---
Subject: Bug 42701
Author: jason
Date: Thu Jan 14 22:32:24 2010
New Revision: 155916
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155916
Log:
PR c++/42701
* call.c (build_new_method_call): Do
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42701
--- You ar
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-01-14 10:14 ---
Reduced testcase from PR42725:
namespace Glib {
class ustring {
public:
typedef unsigned size_type;
ustring(const char* src, size_type n);
ustring(const char* src);
};
}
namespace
--- Comment #7 from hjl dot tools at gmail dot com 2010-01-13 17:44 ---
*** Bug 42725 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42701
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are
--- Comment #6 from hjl dot tools at gmail dot com 2010-01-13 17:43 ---
This is caused by revision 155347:
http://gcc.gnu.org/ml/gcc-cvs/2009-12/msg00491.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
-
--- Comment #5 from manu at gcc dot gnu dot org 2010-01-13 00:21 ---
The code warning:
155347 jason user_args = args == NULL ? NULL : *args;
155347 jason /* Under DR 147 A::A() is an invalid constructor call,
155347 jason not a functional cast. */
155347 ja
--
manu at gcc dot gnu dot org changed:
What|Removed |Added
CC||manu at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|WAITING |NEW
Ever Confirmed|0 |1
Last reconfi
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-01-12 14:30 ---
Created an attachment (id=19549)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19549&action=view)
reduced testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42701
--- You are receiving this mail
--- Comment #3 from rguenth at gcc dot gnu dot org 2010-01-12 13:43 ---
You can use -fpermissive in which case it's no longer error-recovery.
The emitted warning doesn't vanish with -w, the note stays:
> ./cc1plus -quiet greg_month.ii -m32 -fpermissive -w
In file included from ./boost
12 matches
Mail list logo