public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix invalid left shift of negative value.
@ 2015-11-10 11:11 Dominik Vogt
  2015-11-10 11:13 ` [PATCH 1/2] " Dominik Vogt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dominik Vogt @ 2015-11-10 11:11 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andreas Arnez, Andreas Krebbel

The following series of patches fixes all occurences of
left-shifting negative constants in C code which is undefined by
the C standard.  The patches have been tested on s390x, covering
only a small subset of the changes.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

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

end of thread, other threads:[~2015-11-10 16:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10 11:11 [PATCH 0/2] Fix invalid left shift of negative value Dominik Vogt
2015-11-10 11:13 ` [PATCH 1/2] " Dominik Vogt
2015-11-10 16:51   ` Mike Stump
2015-11-10 11:14 ` [PATCH 2/2] " Dominik Vogt
2015-11-10 11:16 ` [PATCH 0/2] " Dominik Vogt

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