|
|
|
Fix gcc4.2/clang compile error
Having an empty clobbered register list is ok in gcc 4.0, but an error in gcc 4.2 and clang.
Patch Set 1 #
Total messages: 3
|
thakis
|
15 years, 6 months ago (2010年06月21日 04:18:03 UTC) #1 | |||||||||||||||
On Mon, Jun 21, 2010 at 12:18 AM, <thakis@chromium.org> wrote: > Reviewers: reed, agl, > > Description: > Fix gcc4.2/clang compile error > > Having an empty clobbered register list is ok in gcc 4.0, but an error > in gcc 4.2 and clang. LGTM. Due to traveling, it could be a week until I can land this. AGL
I landed it today. On Tue, Jun 22, 2010 at 1:09 PM, Adam Langley <agl@chromium.org> wrote: > On Mon, Jun 21, 2010 at 12:18 AM, <thakis@chromium.org> wrote: >> Reviewers: reed, agl, >> >> Description: >> Fix gcc4.2/clang compile error >> >> Having an empty clobbered register list is ok in gcc 4.0, but an error >> in gcc 4.2 and clang. > > LGTM. Due to traveling, it could be a week until I can land this. > > > AGL >