[Bug sanitizer/61978] implement blacklist for sanitizer

2014-08-01 Thread gcc at dpinol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61978 --- Comment #7 from Daniel Pinol --- thank you everybody for your great feedback! @kostya: I provide here the full log. Even removing the #if's, it still aborts. strict_memcmp=0 worked like a charm. Thanks! I guess there's no way to just report

[Bug sanitizer/61978] implement blacklist for sanitizer

2014-08-01 Thread gcc at dpinol dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61978 --- Comment #3 from Daniel Pinol --- I agree with Kostya. I get an error within Qt, and I cannot modify its source code. Another option would be having a flag for not aborting execution when an error is detected (as in valgrind) I tried adding

[Bug sanitizer/61978] New: implement blacklist for sanitizer

2014-07-31 Thread gcc at dpinol dot com
Assignee: unassigned at gcc dot gnu.org Reporter: gcc at dpinol dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org clang has a -fsanitize-blacklist for this thanks

[Bug c++/47347] New: "pragma GCC diagnostic ignored" has no effect sometimes

2011-01-18 Thread gcc at dpinol dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47347 Summary: "pragma GCC diagnostic ignored" has no effect sometimes Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug debug/43308] internal compiler error: in simplify_binary_operation_1

2010-03-09 Thread gcc at dpinol dot com
--- Comment #1 from gcc at dpinol dot com 2010-03-09 18:18 --- Created an attachment (id=20062) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20062&action=view) text build it with g++ -g -O2 -mmmx qdrawhelper_mmx.ii to reproduce the error (btw, upgrading a file to bugzil

[Bug c++/43308] New: internal compiler error: in simplify_binary_operation_1

2010-03-09 Thread gcc at dpinol dot com
Version: 4.5.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at dpinol dot com GCC build triplet: i686-gnu-linux GCC host triplet: i686-gnu-linux GCC target

[Bug c++/40059] New: "uninitialized" warning missed when uninitialized class member used as array index

2009-05-07 Thread gcc at dpinol dot com
normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at dpinol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40059

[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

[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 cons

[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

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

2008-07-15 Thread gcc at dpinol dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gcc at dpinol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36833

[Bug c++/36768] New: Segmentation fault with -fprofile-arcs -O2

2008-07-09 Thread gcc at dpinol dot com
ReportedBy: gcc at dpinol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36768

[Bug c++/36767] New: Segmentation fault with -fprofile-arcs -O2

2008-07-09 Thread gcc at dpinol dot com
ReportedBy: gcc at dpinol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36767