Displaying 13 results from an estimated 13 matches for "__first".
Did you mean:
_first
2011 Mar 31
2
[LLVMdev] Unallocated address error triggered from ::RALinScan::assignRegOrStackSlotAtInterval on i386
...ut>, str=0x6<Address 0x6 out of bounds>, ptr=0x92461fc)
at malloc.c:6283
#5 0x002eed70 in _int_free (av=<value optimized out>, p=<value optimized out>) at malloc.c:4795
#6 0x002f1e5d in __libc_free (mem=0x92461fc) at malloc.c:3738
#7 0x083de6eb in xfree (this=0xa6bd3f8, __first=..., __last=...) at ../common/allocator.h:52
#8 operator delete (this=0xa6bd3f8, __first=..., __last=...) at ../common/allocator.h:72
#9 deallocate (this=0xa6bd3f8, __first=..., __last=...)
at /usr/local/gcc/4.5.2/lib/gcc/i686-pc-linux-gnu/4.5.2/../../../../include/c++/4.5.2/ext/new_allocato...
2025 May 09
2
array-bound error with GCC 13/14
...h:99:48:
/usr/include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
__builtin_memmove(void*, const void*, long unsigned int)? writing
between 9 and 9223372036854775807 bytes into a region of size 8
overflows the destination [-Wstringop-overflow=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
2025 May 09
1
array-bound error with GCC 13/14
.../include/c++/13/bits/stl_algobase.h:437:30: warning: ?void*
> __builtin_memmove(void*, const void*, long unsigned int)? writing
> between 9 and 9223372036854775807 bytes into a region of size 8
> overflows the destination [-Wstringop-overflow=]
> 437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
The same problem (different reproducer, slightly different warning, but
same place in the standard library and similar circumstances) has been
reported as a false positive in GCC, Bug 109717:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109717
There are comments by GCC devel...
2025 May 09
1
array-bound error with GCC 13/14
.../stl_algobase.h:437:30: warning: ?void*
> > __builtin_memmove(void*, const void*, long unsigned int)? writing
> > between 9 and 9223372036854775807 bytes into a region of size 8
> > overflows the destination [-Wstringop-overflow=]
> > 437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
>
> The same problem (different reproducer, slightly different warning, but
> same place in the standard library and similar circumstances) has been
> reported as a false positive in GCC, Bug 109717:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109717
>
>...
2025 May 12
1
array-bound error with GCC 13/14
.../c++/13/bits/stl_algobase.h:437:30: warning: ?void*
> __builtin_memmove(void*, const void*, long unsigned int)? writing
> between 9 and 9223372036854775807 bytes into a region of size 8
> overflows the destination [-Wstringop-overflow=]
> 437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
Perhaps you could try creating a minimal reproducible example,
standalone C++ program, which still reproduces the warning, and report
to GCC (or libstdc++). You may get a response it is a duplicate of the
bug Ivan identified, but it still might be useful to have that
conf...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...end()); }
> ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
> /usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not usable as a ‘constexpr’ function because:
> inline min_element(_ForwardIterator __first, _ForwardIterator __last)
> ^~~~~~~~~~~
> In file included from /usr/include/c++/8/bits/move.h:34,
> from /usr/include/c++/8/bits/stl_pair.h:59,
> from /usr/include/c++/8/utility:70,
> from /usr/include/c++/8/algorithm:60...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
>> > /usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not usable as a ‘constexpr’ function because:
>> > inline min_element(_ForwardIterator __first, _ForwardIterator __last)
>> > ^~~~~~~~~~~
>> > In file included from /usr/include/c++/8/bits/move.h:34,
>> > from /usr/include/c++/8/bits/stl_pair.h:59,
>> > from /usr/include/c++/8/utility:70,
>> >...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...l.begin(), __l.end()); }
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/8/bits/stl_algo.h:5610:12: note: ‘constexpr _FIter
std::min_element(_FIter, _FIter) [with _FIter = const int*]’ is not
usable as a ‘constexpr’ function because:
inline min_element(_ForwardIterator __first, _ForwardIterator __last)
^~~~~~~~~~~
In file included from /usr/include/c++/8/debug/debug.h:84,
from /usr/include/c++/8/bits/stl_algobase.h:69,
from /usr/include/c++/8/memory:62,
from
/home/jayfoad2/git/llvm-project/llvm/include/llvm/A...
2006 Aug 14
2
[LLVMdev] Folding instructions
...t;std::pair<llvm::MachineInstr*
const, std::pair<unsigned int, llvm::VirtRegMap::ModRef> > >,
std::less<llvm::MachineInstr*>,
std::allocator<std::pair<llvm::MachineInstr* const, std::pair<unsigned
int, llvm::VirtRegMap::ModRef> > > >::erase (this=0x8d1afcc,
__first={_M_node = 0x8d1d6e0}, __last={_M_node = 0x8d1d6e0}) at
/usr/include/c++/4.0.0/bits/stl_tree.h:1073
#3 0x0073e04c in std::_Rb_tree<llvm::MachineInstr*,
std::pair<llvm::MachineInstr* const, std::pair<unsigned int,
llvm::VirtRegMap::ModRef> >, std::_Select1st<std::pair<llvm::Mac...
2005 Apr 09
3
CallerID name lookup AGI script
Hi all,
My VoIP provider (race.com) doesn't send name info with CallerID, so I wrote
an AGI script that does the following:
1) If it's a toll free number (800|888|877|866), set the CallerID name to
"TollFree Caller"
2) Use curl to look up the number in Google phonebook
3) If a business listing, set the CallerID name to business name, as is.
4) If it's a residential
2020 Jul 28
11
[11.0.0 Release] Release Candidate 1 is here
Hello everyone,
We're a little bit behind schedule, but RC1 is now here. It was tagged
earlier today as llvmorg-11.0.0-rc1.
Source code and docs are available at
https://prereleases.llvm.org/11.0.0/#rc1 and
https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc1
Pre-built binaries will be added as they become available.
Please file bug reports for any issues you find as
2006 Apr 05
1
build error : xapian-core-0.9.4_svn6707 with UTF-8 patch
...centNormalisingItor,
_Predicate = bool]'
/u1/olly/xapian-svn-snapshot/trunk/xapian/xapian-core/queryparser/queryparser.lemony:216:
instantiated from here
/usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_algo.h:187:
error: no match for 'operator*' in '*__first'
/usr/lib/gcc/x86_64-redhat-linux/3.4.5/../../../../include/c++/3.4.5/bits/stl_algo.h:187:
error: `__pred' cannot be used as a function
/u1/olly/xapian-svn-snapshot/trunk/xapian/xapian-core/queryparser/queryparser.lemony:
At global scope:
/u1/olly/xapian-svn-snapshot/trunk/xapian/xapian-c...
2006 Mar 03
1
xapian-0.9.4 queryparser build errors after applying utf-8 patch
...NormalisingItor, _Predicate = bool]'
/u1/olly/xapian-svn-snapshot/tags/0.9.4/xapian/xapian-core/queryparser/queryparser.lemony:216: instantiated from here
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_algo.h:187: error: no match for 'operator*' in '*__first'
/usr/lib/gcc/x86_64-redhat-linux/3.4.4/../../../../include/c++/3.4.4/bits/stl_algo.h:187: error: `__pred' cannot be used as a function
/u1/olly/xapian-svn-snapshot/tags/0.9.4/xapian/xapian-core/queryparser/queryparser.lemony: At global scope:
/u1/olly/xapian-svn-snapshot/tags/0.9.4/xapian/...