[Bug c++/47541] New: For integer pointers, the value of ++*p is not written back to memory

2011-01-30 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541 Summary: For integer pointers, the value of ++*p is not written back to memory Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/47541] For integer pointers, the value of ++*p is not written back to memory

2011-01-30 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541 Michael Veksler changed: What|Removed |Added Version|4.5.1 |4.6.0 --- Comment #1 from Michael Veksl

[Bug c++/47541] For integer pointers, the value of ++*p is not written back to memory

2011-01-30 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47541 --- Comment #3 from Michael Veksler 2011-01-30 12:39:04 UTC --- Created attachment 23168 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23168 This is a minimal file to reproduce this error Strange, it got lost somehow. Here it is, again.

[Bug gcov-profile/51484] New: Can't create C++ executable with -profile-generate

2011-12-09 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51484 Bug #: 51484 Summary: Can't create C++ executable with -profile-generate Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/55639] Partial nested template specialization leads to segmentation fault of g++

2012-12-10 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55639 Michael Veksler changed: What|Removed |Added CC||veksler at il dot ibm.com

[Bug c++/49481] New: Warn about string literal + character

2011-06-20 Thread veksler at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49481 Summary: Warn about string literal + character Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ AssignedTo: unassig..