public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Not usable email content encoding
@ 2020-03-16 13:45 Martin Liška
  2020-03-16 13:47 ` Richard Earnshaw
                   ` (3 more replies)
  0 siblings, 4 replies; 76+ messages in thread
From: Martin Liška @ 2020-03-16 13:45 UTC (permalink / raw)
  To: overseers; +Cc: GCC Development

Hello.

I noticed some emails reaching gcc-patches@gcc.gnu.org use the following quoting:

```
      case UNGT_EXPR:
      case UNGE_EXPR:
      case UNEQ_EXPR:
+    case MEM_REF:
        /* Binary operations evaluating both arguments (increment and
  =09 decrement are binary internally in GCC).  */
        orig_op0 =3D op0 =3D TREE_OPERAND (expr, 0);
@@ -435,6 +436,14 @@ c_fully_fold_internal (tree expr, bool i
  =09      || TREE_CODE (TREE_TYPE (orig_op0)) =3D=3D FIXED_POINT_TYPE)
  =09  && TREE_CODE (TREE_TYPE (orig_op1)) =3D=3D INTEGER_TYPE)
  =09warn_for_div_by_zero (loc, op1);
+      if (code =3D=3D MEM_REF
+=09  && ret !=3D expr
+=09  && TREE_CODE (ret) =3D=3D MEM_REF)
+=09{
+=09  TREE_READONLY (ret) =3D TREE_READONLY (expr);
+=09  TREE_SIDE_EFFECTS (ret) =3D TREE_SIDE_EFFECTS (expr);
+=09  TREE_THIS_VOLATILE (ret) =3D TREE_THIS_VOLATILE (expr);
+=09}
```

It's probably related to the following email tag:
Content-Transfer-Encoding: quoted-printable

The format is problematic when copying a patch.
Email example:
https://gcc.gnu.org/pipermail/gcc-patches/2020-March/542053.html

Thank you,
Martin

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

end of thread, other threads:[~2020-05-02 12:50 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16 13:45 Not usable email content encoding Martin Liška
2020-03-16 13:47 ` Richard Earnshaw
2020-03-16 13:52   ` Martin Liška
2020-03-16 13:51 ` Florian Weimer
2020-03-16 13:52 ` Frank Ch. Eigler
2020-03-16 13:54 ` Alexander Monakov
2020-03-16 14:11   ` Martin Liška
2020-03-16 14:18     ` Jonathan Wakely
2020-03-17 19:46   ` Segher Boessenkool
2020-03-17 19:51     ` Frank Ch. Eigler
2020-03-17 21:45       ` Segher Boessenkool
2020-03-18 10:38       ` Florian Weimer
2020-03-18 11:01         ` Frank Ch. Eigler
2020-03-18 11:39           ` Florian Weimer
2020-03-18 14:19           ` Michael Matz
2020-03-18 14:22             ` Frank Ch. Eigler
2020-03-18 15:15               ` Bernd Schmidt
2020-03-18 16:22                 ` Frank Ch. Eigler
2020-03-18 16:42                   ` Michael Matz
2020-03-18 17:36                     ` Christopher Faylor
2020-03-18 21:52                     ` Jim Wilson
2020-03-18 22:29                       ` Jonathan Wakely
2020-03-18 22:34                         ` Jonathan Wakely
2020-03-18 22:44                           ` Frank Ch. Eigler
2020-03-19  3:30                             ` Christopher Faylor
2020-03-19  3:32                               ` Christopher Faylor
2020-03-18 22:45                         ` Joseph Myers
2020-03-18 23:02                           ` Jonathan Wakely
2020-03-19 13:05                         ` Tom Tromey
2020-03-19 13:26                           ` Florian Weimer
2020-03-19 13:41                             ` Richard Biener
2020-03-19 13:58                               ` Florian Weimer
2020-03-19 18:17                                 ` Segher Boessenkool
2020-04-23  0:54                                 ` Tamar Christina
2020-04-23  5:47                                   ` Florian Weimer
2020-04-23  7:34                                     ` Richard Biener
2020-04-23  9:55                                     ` Tamar Christina
     [not found]                                     ` <CAH6eHdShSXwc4K7ar9HWgHu12tDQe-s2LifdvmVp8VytwYV-ew@mail.gmail.com>
2020-04-23  8:39                                       ` Jakub Jelinek
2020-04-23 15:32                                       ` Jeff Law
2020-04-23 11:46                                   ` Segher Boessenkool
     [not found]                                     ` <CAH6eHdTHsZWO9vuycKm22dDbSGSfzcrKbzEpb6vNdb-zXCiKjQ@mail.gmail.com>
2020-04-23 12:30                                       ` Segher Boessenkool
2020-04-23 15:33                                     ` Jeff Law
2020-04-23 16:57                                       ` Frank Ch. Eigler
2020-04-23 20:32                                         ` Segher Boessenkool
2020-04-23 20:27                                       ` Segher Boessenkool
2020-04-23 21:14                                         ` Tom Tromey
2020-04-24 15:48                                           ` Thomas Koenig
2020-04-24 17:09                                             ` Segher Boessenkool
2020-05-01 15:51                                           ` Jeff Law
2020-05-02 12:50                                             ` Segher Boessenkool
2020-03-19 18:08                               ` Segher Boessenkool
2020-03-18 22:33                       ` Frank Ch. Eigler
2020-03-19  0:17                         ` Segher Boessenkool
2020-03-19  0:32                       ` Segher Boessenkool
2020-04-06 20:58                   ` Maciej W. Rozycki
2020-04-06 21:09                     ` Frank Ch. Eigler
2020-04-06 21:59                       ` Maciej W. Rozycki
     [not found]                         ` <CAH6eHdTqJEM90d9+nNWrAa_zZrQQha79oMbnbVsRt_2Zd90PdA@mail.gmail.com>
2020-04-07  9:53                           ` Florian Weimer
2020-04-08 12:38                             ` Mark Wielaard
2020-04-08 13:50                               ` Michael Matz
2020-04-08 21:15                                 ` Segher Boessenkool
2020-04-13 19:47                                   ` Christopher Faylor
2020-04-13 22:53                                     ` Michael Matz
2020-04-14 21:06                                       ` Christopher Faylor
2020-04-14 21:38                                         ` Maciej W. Rozycki
2020-04-15  2:59                                           ` Christopher Faylor
2020-04-07 15:13                           ` Michael Matz
2020-04-07 15:22                             ` Frank Ch. Eigler
2020-04-07 15:56                               ` Michael Matz
2020-04-07 16:09                                 ` Christopher Faylor
2020-04-07 17:08                                   ` Maciej W. Rozycki
2020-04-09 18:19                                     ` Florian Weimer
2020-04-07 16:08                             ` Christopher Faylor
2020-04-07 16:58                               ` Maciej W. Rozycki
2020-04-06 23:15                     ` Segher Boessenkool
2020-03-21 22:29     ` Maciej W. Rozycki

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).