[AMD Official Use Only - Internal Distribution Only]
Hello Everyone,
I need to have your thoughts on this.
Consider the following test case --
---
1int main(int Argc, char **Argv) {
2 int Local = 6;
3 printf("%d\n",Local);
4
5
Hello!
I am writing to report a potential bug I encountered when playing with the
GIMPLE IR. I enabled the ASan and would like to print out all ASAN_MARK
statements for the following simple code:
int main(int argc ,char **argv)
{
int stack_array[100];
stack_array[1] = 100;
stack_array[arg
On Mon, 8 Jun 2020, Matthias Klose wrote:
> However the file is architecture specific, currently only having variants for
> x86_64-*-gnu, x86_64-*-gnux32, and a generic variant. This creates problems
> when the file is contained in a Debian package which is marked as Multi-Arch:
> same, also it s
On Mon, Jun 08, 2020 at 12:52:36PM +0200, Matthias Klose wrote:
> GCC and glibc need to agree on the install location for math-vector-fortran.h.
> Currently it is installed into
>
> /usr/include/finclude/math-vector-fortran.h
>
> However the file is architecture specific, currently only having
* Matthias Klose:
> this file currently only has lines like:
>
> !GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64')
>
> so it shouldn't have any effect to other architectures? Or are the
> conditionals explicitly done to exclude the 32bit x86 configuration?
Ah. It's the latter.
Tha
On 6/8/20 1:03 PM, Florian Weimer via Gcc wrote:
> * Matthias Klose:
>
>> [not subscribed to the libc-alpha list]
>>
>> GCC and glibc need to agree on the install location for
>> math-vector-fortran.h.
>> Currently it is installed into
>>
>> /usr/include/finclude/math-vector-fortran.h
>>
>> How
* Matthias Klose:
> [not subscribed to the libc-alpha list]
>
> GCC and glibc need to agree on the install location for math-vector-fortran.h.
> Currently it is installed into
>
> /usr/include/finclude/math-vector-fortran.h
>
> However the file is architecture specific, currently only having
> v
[not subscribed to the libc-alpha list]
GCC and glibc need to agree on the install location for math-vector-fortran.h.
Currently it is installed into
/usr/include/finclude/math-vector-fortran.h
However the file is architecture specific, currently only having variants for
x86_64-*-gnu, x86_64-*