mirror of git://gcc.gnu.org/git/gcc.git
* alias.c (get_alias_set): Fix a typo in comment.
From-SVN: r233428
This commit is contained in:
parent
de3f9a2d73
commit
e8444ca6f8
|
|
@ -1,3 +1,7 @@
|
|||
2016-02-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
|
||||
|
||||
* alias.c (get_alias_set): Fix a typo in comment.
|
||||
|
||||
2016-02-15 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/69595
|
||||
|
|
|
|||
|
|
@ -827,7 +827,7 @@ get_alias_set (tree t)
|
|||
|
||||
/* We can not give up with -fno-strict-aliasing because we need to build
|
||||
proper type representation for possible functions which are build with
|
||||
-fstirct-aliasing. */
|
||||
-fstrict-aliasing. */
|
||||
|
||||
/* return 0 if this or its type is an error. */
|
||||
if (t == error_mark_node
|
||||
|
|
|
|||
Loading…
Reference in New Issue