This is the mail archive of the gcc@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] | |
On Sat, Feb 19, 2011 at 10:53 PM, Christian Grössler <chris@groessler.org> wrote:
The failures come from the assembler which complains about the out of range shift counts.
Should I disable them or is there any reason unknown to me that these tests make sense?
You need to make sure that the tests only invoke undefined behavior at runtime, thus emit valid assembly from your target description.
Thanks. So I can simply mask the shift count to be in the supported range, or even generate a nops for the instructions, correct?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |