Groups | Search | Server Info | Login | Register
| Newsgroups | gnu.g++.help |
|---|---|
| Date | 2015-09-11 10:38 -0700 |
| Message-ID | <d3ec8f26-47fe-4ce7-a0ef-427821f8b809@googlegroups.com> (permalink) |
| Subject | built-in functions |
| From | Bruno Schneider <bruno.schneider@gmail.com> |
Hi, I'm trying to compile code with the __builtin_uadd_overflow function. I'm using g++ 4.9.2. However, the compiler tells me it is not declared. Thinking it could be some restriction to g++, I made a tiny C program with the function. Then gcc compiled it, but did not link (undefined reference to `__builtin_uadd_overflow'). How can I use this function? Can I use it on a C++ program?
Back to gnu.g++.help | Previous | Next | Find similar
built-in functions Bruno Schneider <bruno.schneider@gmail.com> - 2015-09-11 10:38 -0700
csiph-web