[PATCH] nvptx: Specify '-mno-alias' for 'gcc.dg/pr60797.c' [PR60797, PR104957] (was: [PATCH] Fix PR60797)

2024-07-22 Thread Thomas Schwinge
Hi! On 2014-04-11T12:37:42+0200, Richard Biener wrote: > This fixes the endless error reporting for unhandled aliases [...] > *** gcc/testsuite/gcc.dg/pr60797.c(revision 0) > --- gcc/testsuite/gcc.dg/pr60797.c(working copy) > *** > *** 0 > --- 1,8 > + /* { dg-do com

[PATCH] Fix PR60797

2014-04-11 Thread Richard Biener
This fixes the endless error reporting for unhandled aliases by setting TREE_ASM_WRITTEN on the decls we complained about. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress (sort-of pointless on that target of course). Richard. 2014-04-11 Richard Biener PR middle-end/607