diff mbox series

RISC-V: Remove xfail from ssa-fre-3.c testcase

Message ID 20231206003906.2945650-1-ewlu@rivosinc.com
State New
Headers show
Series RISC-V: Remove xfail from ssa-fre-3.c testcase | expand

Commit Message

Edwin Lu Dec. 6, 2023, 12:39 a.m. UTC
Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c where the xfail 
was introduced. The test did pass at that hash and has continued to pass since
then. Remove the xfail

gcc/testsuite/ChangeLog:

	* gcc.dg/tree-ssa/ssa-fre-3.c: Remove xfail

Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
---
 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Palmer Dabbelt Dec. 6, 2023, 4:22 p.m. UTC | #1
On Tue, 05 Dec 2023 16:39:06 PST (-0800), ewlu@rivosinc.com wrote:
> Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c where the xfail

That's the original port submission, I'm actually kind of surprised it 
still builds/works at all.

> was introduced. The test did pass at that hash and has continued to pass since
> then. Remove the xfail
>
> gcc/testsuite/ChangeLog:
>
> 	* gcc.dg/tree-ssa/ssa-fre-3.c: Remove xfail
>
> Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
> ---
>  gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
> index 224dd4f72ef..b2924837a22 100644
> --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
> +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
> @@ -18,4 +18,4 @@ foo (int a, int b)
>    return aa + bb;
>  }
>
> -/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" { xfail { riscv*-*-* && lp64 } } } } */
> +/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" } } */

Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>

Though Kito did all the test suite stuff back then, so not sure if he 
happens to remember anything specific about what was going on.

Thanks!
Vineet Gupta Dec. 6, 2023, 6:48 p.m. UTC | #2
On 12/6/23 08:22, Palmer Dabbelt wrote:
>> Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c where the xfail
> That's the original port submission, I'm actually kind of surprised it 
> still builds/works at all.

Full toolchain build would have been a stretch (matching pairing
binutils etc).
So I'd asked Edwin to just do a minimal cc1 build.
Palmer Dabbelt Dec. 6, 2023, 6:51 p.m. UTC | #3
On Wed, 06 Dec 2023 10:48:30 PST (-0800), Vineet Gupta wrote:
>
> On 12/6/23 08:22, Palmer Dabbelt wrote:
>>> Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c where the xfail
>> That's the original port submission, I'm actually kind of surprised it
>> still builds/works at all.
>
> Full toolchain build would have been a stretch (matching pairing
> binutils etc).
> So I'd asked Edwin to just do a minimal cc1 build.

Ah, good idea.  I've gotten hung up a bunch of times trying to reproduce 
old stuff.  I'd always been trying full toolchain builds, I bet cc1 
would have a better chance of building for me.
Edwin Lu Dec. 7, 2023, 7:18 p.m. UTC | #4
Committed!

On 12/6/2023 8:22 AM, Palmer Dabbelt wrote:
> On Tue, 05 Dec 2023 16:39:06 PST (-0800), ewlu@rivosinc.com wrote:
>> Ran the test case at 122e7b4f9d0c2d54d865272463a1d812002d0a5c where 
>> the xfail
>
> That's the original port submission, I'm actually kind of surprised it 
> still builds/works at all.
>
>> was introduced. The test did pass at that hash and has continued to 
>> pass since
>> then. Remove the xfail
>>
>> gcc/testsuite/ChangeLog:
>>
>>     * gcc.dg/tree-ssa/ssa-fre-3.c: Remove xfail
>>
>> Signed-off-by: Edwin Lu <ewlu@rivosinc.com>
>> ---
>>  gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c 
>> b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
>> index 224dd4f72ef..b2924837a22 100644
>> --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
>> +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
>> @@ -18,4 +18,4 @@ foo (int a, int b)
>>    return aa + bb;
>>  }
>>
>> -/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" 
>> "fre1" { xfail { riscv*-*-* && lp64 } } } } */
>> +/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" 
>> "fre1" } } */
>
> Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
>
> Though Kito did all the test suite stuff back then, so not sure if he 
> happens to remember anything specific about what was going on.
>
> Thanks!
diff mbox series

Patch

diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
index 224dd4f72ef..b2924837a22 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
@@ -18,4 +18,4 @@  foo (int a, int b)
   return aa + bb;
 }
 
-/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" { xfail { riscv*-*-* && lp64 } } } } */
+/* { dg-final { scan-tree-dump "Replaced \\\(int\\\) aa_.*with a_" "fre1" } } */