[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2009-07-07 Thread manu at gcc dot gnu dot org
--- Comment #8 from manu at gcc dot gnu dot org 2009-07-07 22:42 --- I cannot reproduce this in GCC 4.4.0 or GCC 4.5 revision 149265. This was probably FIXED at some moment but the testcase is too large for the testsuite. -- manu at gcc dot gnu dot org changed: What|R

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-27 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2008-08-27 11:13 --- (In reply to comment #6) > > Perhaps we should just never warn about anything within EH BB, since they are > not properly marked as compiler-generated by the front-end and the middle-end > has problems dealing with the

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-27 Thread manu at gcc dot gnu dot org
--- Comment #6 from manu at gcc dot gnu dot org 2008-08-27 11:03 --- (In reply to comment #5) > (In reply to comment #4) > > error: 'operator new' takes type 'size_t' ('long unsigned int') as first > > parameter > > I don't understand why you get this error > Because I am using a 64bi

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-27 Thread gcc at dpinol dot com
--- Comment #5 from gcc at dpinol dot com 2008-08-27 10:05 --- (In reply to comment #4) > error: 'operator new' takes type 'size_t' ('long unsigned int') as first > parameter I don't understand why you get this error > > What is the output of g++ -v ? > See below. It eventually fail

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-22 Thread manu 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,

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-10 Thread gcc at dpinol dot com
--- Comment #3 from gcc at dpinol dot com 2008-08-11 06:33 --- (In reply to comment #2) > This warning is valid as far as I can tell as the compiler does not know > ACE_OS::mutex_lock does not throw. > Hi, then why removing any of these 3 lines from CircularBuffer's constructor causes

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-08-10 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-08-11 00:44 --- This warning is valid as far as I can tell as the compiler does not know ACE_OS::mutex_lock does not throw. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36833

[Bug c++/36833] unexpected warning: guard 13936 owner may be used uninitialized in this function

2008-07-15 Thread gcc at dpinol dot com
--- Comment #1 from gcc at dpinol dot com 2008-07-15 09:11 --- Created an attachment (id=15910) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15910&action=view) File generated by -save-temps I didn't know you could upload files. I attach file generated by -save-temps so that you d