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] fix test suite fallout from attribute ifunc type safety enhancement (PR 81854)


The type safety enhancement committed in r252976 exposed a type
mismatch in the test for ifunc support in target-supports.exp
that caused it to fail.  That had the effect of disabling all
the gcc.dg/attr-ifunc-*.c tests.  Correcting the type error
in target-supports.exp then exposed similar errors in the
attr-ifunc-*.c tests.  I have committed r253037 to correct
all of these.

Martin


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