This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] PR 35512 IA-64 testsuite failure


The IA-64 visibility-1.c testcase has a static variable that is read but
not written.  New optimization support is able to optimize away the
variable causing the testcase to fail.  This just changes the testcase
to write to variables instead of reading from them.

This was tested with a C only make check to verify that it works, and
then was checked in.

Jim

Attachment: patch.ia64.vis
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]