This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function
- From: "manu at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Aug 2008 02:30:23 -0000
- Subject: [Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function
- References: <bug-36833-16437@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from manu at gcc dot gnu dot org 2008-08-23 02:30 -------
I cannot compile this with GCC 4.3.1 or GCC 4.4. I get several errors similar
to:
In file included from /opt/ACE_wrappers/ace/Global_Macros.h:927,
from /opt/ACE_wrappers/ace/OS_NS_Thread.h:29,
from /opt/ACE_wrappers/ace/Thread_Mutex.h:32,
from CircularBufferTest.cpp:2:
/opt/gcc431/lib/gcc/i686-pc-linux-gnu/4.3.1/../../../../include/c++/4.3.1/new:95:
error: 'operator new' takes type 'size_t' ('long unsigned int') as first
parameter
What is the output of g++ -v ?
--
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=36833