https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
Richard Biener changed:
What|Removed |Added
CC||hstong at ca dot ibm.com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
--- Comment #14 from Richard Biener ---
Testcase from PR81028
extern void abort();
typedef int A;
typedef float B;
void __attribute__((noinline,noclone))
foo(A *p, B *q, long unk)
{
for (long i = 0; i < unk; ++i) {
*p = 1;
q[i] =
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
--- Comment #13 from rguenther at suse dot de ---
On Tue, 24 Oct 2017, ch3root at openwall dot com wrote:
> I've also converted the testcase to allocated memory:
>
> --
> #incl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
Alexander Cherepanov changed:
What|Removed |Added
CC||ch3root at openwall dot com
--- C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Status|RESOLVED