Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 812643 Details for
Bug 1005482
qtbase FTBFS on ppc/ppc64
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Set loadAcquire() as const
gustavold.patch (text/plain), 946 bytes, created by
Gustavo Luiz Duarte
on 2013-10-15 18:15:55 UTC
(
hide
)
Description:
Set loadAcquire() as const
Filename:
MIME Type:
Creator:
Gustavo Luiz Duarte
Created:
2013-10-15 18:15:55 UTC
Size:
946 bytes
patch
obsolete
>Index: qtbase-opensource-src-5.1.1/src/corelib/thread/qoldbasicatomic.h >=================================================================== >--- qtbase-opensource-src-5.1.1.orig/src/corelib/thread/qoldbasicatomic.h >+++ qtbase-opensource-src-5.1.1/src/corelib/thread/qoldbasicatomic.h >@@ -63,7 +63,7 @@ public: > // Atomic API, implemented in qatomic_XXX.h > > int load() const { return _q_value; } >- int loadAcquire() { return _q_value; } >+ int loadAcquire() const { return _q_value; } > void store(int newValue) { _q_value = newValue; } > void storeRelease(int newValue) { _q_value = newValue; } > >@@ -107,7 +107,7 @@ public: > // Atomic API, implemented in qatomic_XXX.h > > T *load() const { return _q_value; } >- T *loadAcquire() { return _q_value; } >+ T *loadAcquire() const { return _q_value; } > void store(T *newValue) { _q_value = newValue; } > void storeRelease(T *newValue) { _q_value = newValue; } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1005482
: 812643