http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
--- Comment #5 from Marek Polacek ---
Author: mpolacek
Date: Thu Mar 27 15:59:07 2014
New Revision: 208870
URL: http://gcc.gnu.org/viewcvs?rev=208870&root=gcc&view=rev
Log:
PR c/50347
* doc/extend.texi (ffs Builtins): Change unsigned type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
Marek Polacek changed:
What|Removed |Added
Keywords||documentation
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
Manuel López-Ibáñez changed:
What|Removed |Added
CC||manu at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
--- Comment #2 from Jeremy 2011-09-10 21:57:59 UTC
---
I think also the doc needs changing for __builtin_bswap64/32 as it looks like
they accept and return unsigned integers. uint64_t instead of int64_t.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50347
--- Comment #1 from Jeremy 2011-09-10 10:15:15 UTC
---
I see this builtin is presumably intended to implement the library function
ffsll() which takes a signed argument. In which case this is just a
documentation issue.