This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/84909] typo: conversion from %qT to to %qT


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84909

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Mar 16 20:12:27 2018
New Revision: 258609

URL: https://gcc.gnu.org/viewcvs?rev=258609&root=gcc&view=rev
Log:
        PR c/84909
        * c-warn.c (conversion_warning): Replace "to to" with "to" in
        diagnostics.

        * hsa-gen.c (mem_type_for_type): Fix comment typo.
        * tree-vect-loop-manip.c (vect_create_cond_for_niters_checks):
        Likewise.
        * gimple-ssa-warn-restrict.c (builtin_memref::set_base_and_offset):
        Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-warn.c
    trunk/gcc/gimple-ssa-warn-restrict.c
    trunk/gcc/hsa-gen.c
    trunk/gcc/tree-vect-loop-manip.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]