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] |
Mike Stump <mrs@apple.com> writes:
On Wednesday, November 3, 2004, at 07:13 PM, Zack Weinberg wrote:...Think you can write a dg-require-zero-extend annotation?
Done.+ proc check_effective_target_zero_extend { } { + if { [istarget powerpc-*-*] + || [istarget i?86-*-*] } { + return 1 + } + return 0; + }
A test, please, not a target list.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |