public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] fix typo
@ 2021-07-10  7:31 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2021-07-10  7:31 UTC (permalink / raw)
  To: gcc-cvs

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

commit b4120756bffe1946a5dc28a67d8834a65b13d2f9
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sat Jul 10 04:08:57 2021 -0300

    fix typo

Diff:
---
 gcc/tree-ssa-alias.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 0421bfac998..742a95a549e 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -3895,7 +3895,7 @@ attr_fnspec::verify ()
 		    && str[idx] != 'w' && str[idx] != 'W'
 		    && str[idx] != 'o' && str[idx] != 'O')
 		  err = true;
-		if (str[idx] != 't'
+		if (str[idx + 1] != 't'
 		    /* Size specified is scalar, so it should be described
 		       by ". " if specified at all.  */
 		    && (arg_specified_p (str[idx + 1] - '1')


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

* [gcc(refs/users/aoliva/heads/testme)] fix typo
@ 2021-07-10  9:44 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2021-07-10  9:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:383cc5eedc045fde8777c7fb616d0606a63d6395

commit 383cc5eedc045fde8777c7fb616d0606a63d6395
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Sat Jul 10 04:08:57 2021 -0300

    fix typo

Diff:
---
 gcc/tree-ssa-alias.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 0421bfac998..742a95a549e 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -3895,7 +3895,7 @@ attr_fnspec::verify ()
 		    && str[idx] != 'w' && str[idx] != 'W'
 		    && str[idx] != 'o' && str[idx] != 'O')
 		  err = true;
-		if (str[idx] != 't'
+		if (str[idx + 1] != 't'
 		    /* Size specified is scalar, so it should be described
 		       by ". " if specified at all.  */
 		    && (arg_specified_p (str[idx + 1] - '1')


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

end of thread, other threads:[~2021-07-10  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-10  7:31 [gcc(refs/users/aoliva/heads/testme)] fix typo Alexandre Oliva
2021-07-10  9:44 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).