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
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.
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
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49976
Vasily Sukhanov changed:
What|Removed |Added
Attachment #24915|0 |1
is obsolete|
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49986
Vasily Sukhanov changed:
What|Removed |Added
Component|libgomp |bootstrap
--- Comment #1 from Vasily Su
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
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:
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
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
13 matches
Mail list logo