https://sourceware.org/bugzilla/show_bug.cgi?id=28138
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
--
You are receivi
https://sourceware.org/bugzilla/show_bug.cgi?id=28155
Bug ID: 28155
Summary: Superfluous "the" in the man page
Product: binutils
Version: 2.36.1
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ld
https://sourceware.org/bugzilla/show_bug.cgi?id=28149
--- Comment #3 from Bernd Edlinger ---
another test case I just discovered:
$ cat test1.c
asm("nop");
int main ()
{
return 0;
}
$ gcc -g test1.c
$ readelf --debug-dump=decodedline a.out
Contents of the .debug_line section:
CU: ./test1.c
https://sourceware.org/bugzilla/show_bug.cgi?id=21683
Clyde changed:
What|Removed |Added
CC||cyrulim at gmail dot com
--- Comment #6 f
Thanks for your prompt feedback!
> On 30 Jul 2021, at 08:08, Alan Modra wrote:
>
> On Thu, Jul 29, 2021 at 03:09:40PM +, He Jingxuan wrote:
>> Dear Alan,
>>
>> Thanks for your information!
>>
>> UBSan indeed has an option to turn on complaints about unsigned integer
>> overflow (-fsaniti