public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-10-19  6:01 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-10-19  6:01 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ecf1f717cad187ccd468161a954639f6cc9d4eb6

commit ecf1f717cad187ccd468161a954639f6cc9d4eb6
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Oct 19 02:53:05 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1beac..b2940fae6f45 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-09-30  4:15 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-09-30  4:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f8196b6e6539c627cfb2b3829b5e670df561165a

commit f8196b6e6539c627cfb2b3829b5e670df561165a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Fri Apr 14 23:53:24 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-09-29 22:11 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-09-29 22:11 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:50eb1bb1a524dea54e43fdb28e11f19d41726c0a

commit 50eb1bb1a524dea54e43fdb28e11f19d41726c0a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Fri Apr 14 23:53:24 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-04-06  6:34 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-04-06  6:34 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3ccb8d05b42e89568ee2be41c7b4e4a062ce1640

commit 3ccb8d05b42e89568ee2be41c7b4e4a062ce1640
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 5 11:26:48 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-03-30 14:07 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-03-30 14:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e555ed646e833d179eb4d3989e94775df114f36d

commit e555ed646e833d179eb4d3989e94775df114f36d
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 30 05:06:47 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-03-24  6:24 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-03-24  6:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:29df5d24e5789b552be73f4c40654db9422156bc

commit 29df5d24e5789b552be73f4c40654db9422156bc
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 23 00:44:28 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-03-23  3:47 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-03-23  3:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:6050d09508dae724ccda878e090a3ce68f320a7b

commit 6050d09508dae724ccda878e090a3ce68f320a7b
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Mar 23 00:44:28 2023 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-03-16 14:22 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-03-16 14:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bb410acf63b2ed2457e6adc5fc914fd9135d2a1f

commit bb410acf63b2ed2457e6adc5fc914fd9135d2a1f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 27 18:23:06 2022 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2023-03-15 14:05 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2023-03-15 14:05 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fff2d4ad4d903bb6455f638affb2df8e38c652b3

commit fff2d4ad4d903bb6455f638affb2df8e38c652b3
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 27 18:23:06 2022 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align
@ 2022-04-27 21:29 Alexandre Oliva
  0 siblings, 0 replies; 10+ messages in thread
From: Alexandre Oliva @ 2022-04-27 21:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:751bc2f68a604ca467adf32626422841cb582eb8

commit 751bc2f68a604ca467adf32626422841cb582eb8
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Apr 27 18:23:06 2022 -0300

    Compile prefix-ds-dq.c with -mno-strict-align
    
    In order for the expected asm to be generated, I found the need for
    -mno-strict-align, on toolchains that enable -mstrict-align by
    default.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/powerpc/prefix-ds-dq.c: Disable -mstrict-align.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
index 554cd0c1bea..b2940fae6f4 100644
--- a/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
+++ b/gcc/testsuite/gcc.target/powerpc/prefix-ds-dq.c
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target powerpc_prefixed_addr } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-options "-O2 -mdejagnu-cpu=power10" } */
+/* { dg-options "-O2 -mdejagnu-cpu=power10 -mno-strict-align" } */
 
 /* Tests whether we generate a prefixed load/store operation for addresses that
    don't meet DS/DQ offset constraints.  64-bit is needed for testing the use


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-10-19  6:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19  6:01 [gcc(refs/users/aoliva/heads/testme)] Compile prefix-ds-dq.c with -mno-strict-align Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-09-30  4:15 Alexandre Oliva
2023-09-29 22:11 Alexandre Oliva
2023-04-06  6:34 Alexandre Oliva
2023-03-30 14:07 Alexandre Oliva
2023-03-24  6:24 Alexandre Oliva
2023-03-23  3:47 Alexandre Oliva
2023-03-16 14:22 Alexandre Oliva
2023-03-15 14:05 Alexandre Oliva
2022-04-27 21:29 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).