Re: [PATCH v2] i386: Fix testcases generating invalid asm

2024-07-17 Thread Uros Bizjak
On Thu, Jul 18, 2024 at 8:52 AM Haochen Jiang wrote: > > Hi all, > > I revised the patch according to the comment. > > Ok for trunk? > > Thx, > Haochen > > --- > > Changes in v2: Add suffix for mov to make the test more robust. > > --- > > For compile test, we should generate valid asm except for

[PATCH v2] i386: Fix testcases generating invalid asm

2024-07-17 Thread Haochen Jiang
Hi all, I revised the patch according to the comment. Ok for trunk? Thx, Haochen --- Changes in v2: Add suffix for mov to make the test more robust. --- For compile test, we should generate valid asm except for special purposes. Fix the compile test that generates invalid asm. gcc/testsuite