[Bug c++/68948] G++ voluntarily removes a function call with terrible side effects

2015-12-17 Thread basil at list dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68948 --- Comment #5 from Vasily Sukhanov --- There is an error in the line: this->delegate_.store()->RemoveLoginsByOriginAndTime( origin, base::Time::Time(), base::Time::Max(), base::Closure()); should be this->delegate_.store()->RemoveLoginsByO

[Bug c++/68948] G++ voluntarily removes a function call with terrible side effects

2015-12-16 Thread basil at list dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68948 --- Comment #1 from Vasily Sukhanov --- Created attachment 37051 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37051&action=edit compressed preprocessed file I had to compress the file to fit into 1M.

[Bug c++/68948] New: G++ voluntarily removes a function call with terrible side effects

2015-12-16 Thread basil at list dot ru
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: basil at list dot ru Target Milestone: --- This was reproduced in Chromium on Android in https://codereview.chromium.org/1480153002/#ps980001. A test calls RemoveLoginsByOriginAndTime

[Bug c++/56449] New: operator-> in a template class can lead to infinite template instantiation

2013-02-25 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56449 Bug #: 56449 Summary: operator-> in a template class can lead to infinite template instantiation Classification: Unclassified Product: gcc Version: 4.6.3 St

[Bug c++/49976] Cross (Linux->AIX) GCC crashes with Segmentation fault

2012-03-07 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49976 Vasily Sukhanov changed: What|Removed |Added Target|powerpc-ibm-aix5.2.0.0 |powerpc-ibm-aix5.3.0.0 Versi

[Bug c++/49976] Cross (Linux->AIX) GCC crashes with Segmentation fault

2012-03-07 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49976 Vasily Sukhanov changed: What|Removed |Added Attachment #24915|0 |1 is obsolete|

[Bug c++/51951] Template function dependent name resolution fails

2012-01-22 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51951 --- Comment #2 from Vasily Sukhanov 2012-01-22 20:39:41 UTC --- Compilation of attached code fails despite it is accepted by previous GCC versions. 1 template 2 class Option { 3 public: 4 bool m_bValid; 5 T m_t; 6 }; 7 8 te

[Bug c++/51951] New: Template function dependent name resolution fails

2012-01-22 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51951 Bug #: 51951 Summary: Template function dependent name resolution fails Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major P

[Bug bootstrap/49986] Compilation of cross GCC (Linux -> AIX) fails

2011-11-30 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49986 Vasily Sukhanov changed: What|Removed |Added Component|libgomp |bootstrap --- Comment #1 from Vasily Su

[Bug c++/51221] New: Cross GCC for AIX fails during bootstrap process

2011-11-19 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51221 Bug #: 51221 Summary: Cross GCC for AIX fails during bootstrap process Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: critical

[Bug libgomp/49986] New: Compilation of cross GCC (Linux -> AIX) fails

2011-08-05 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49986 Summary: Compilation of cross GCC (Linux -> AIX) fails Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libgomp AssignedTo:

[Bug c++/49976] Cross (Linux->AIX) GCC crashes with Segmentation fault

2011-08-04 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49976 --- Comment #1 from Vasily 2011-08-04 13:37:27 UTC --- Created attachment 24915 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24915 compressed preprocessed file

[Bug c++/49976] New: Cross (Linux->AIX) GCC crashes with Segmentation fault

2011-08-04 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49976 Summary: Cross (Linux->AIX) GCC crashes with Segmentation fault Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: c++ AssignedTo