public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/67861] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
       [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
@ 2015-10-06  8:50 ` mpolacek at gcc dot gnu.org
  2015-10-06  8:50 ` [Bug middle-end/67861] [6 Regression] " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-10-06  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #2 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
Jim, could you please provide a preprocessed source file for wc?


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

* [Bug middle-end/67861] [6 Regression] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
       [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
  2015-10-06  8:50 ` [Bug middle-end/67861] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944 mpolacek at gcc dot gnu.org
@ 2015-10-06  8:50 ` rguenth at gcc dot gnu.org
  2015-10-06 15:26 ` jim at meyering dot net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-10-06  8:50 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |6.0
   Target Milestone|---                         |6.0
            Summary|coreutils'                  |[6 Regression] coreutils'
                   |wc.c:write_counts is        |wc.c:write_counts is
                   |miscompiled since commit    |miscompiled since commit
                   |7e3a76de7c496449b187c2688d9 |7e3a76de7c496449b187c2688d9
                   |58631cf21a944               |58631cf21a944


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

* [Bug middle-end/67861] [6 Regression] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
       [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
  2015-10-06  8:50 ` [Bug middle-end/67861] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944 mpolacek at gcc dot gnu.org
  2015-10-06  8:50 ` [Bug middle-end/67861] [6 Regression] " rguenth at gcc dot gnu.org
@ 2015-10-06 15:26 ` jim at meyering dot net
  2015-10-06 16:50 ` nathan at gcc dot gnu.org
  2015-10-09 14:14 ` nathan at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: jim at meyering dot net @ 2015-10-06 15:26 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from jim at meyering dot net ---
Created attachment 36452
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36452&action=edit
wc.i

Attaching wc.i:


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

* [Bug middle-end/67861] [6 Regression] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
       [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-10-06 15:26 ` jim at meyering dot net
@ 2015-10-06 16:50 ` nathan at gcc dot gnu.org
  2015-10-09 14:14 ` nathan at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu.org @ 2015-10-06 16:50 UTC (permalink / raw)
  To: gcc-bugs

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

Nathan Sidwell <nathan at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Fixed in 228536.


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

* [Bug middle-end/67861] [6 Regression] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944
       [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-10-06 16:50 ` nathan at gcc dot gnu.org
@ 2015-10-09 14:14 ` nathan at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: nathan at gcc dot gnu.org @ 2015-10-09 14:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Nathan Sidwell <nathan at gcc dot gnu.org> ---
Author: nathan
Date: Fri Oct  9 14:13:39 2015
New Revision: 228657

URL: https://gcc.gnu.org/viewcvs?rev=228657&root=gcc&view=rev
Log:
        * config/nvptx/nvptx.c (nvptx_init_axis_predicate): Fix output
        formatting.

        PR 67861
        * gimple-fold.c (gimple_fold_builtin): Add break after
        BUILT_IN_PRINTF_CHK, BUILT_IN_VPRINTF_CHK folding.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/config/nvptx/nvptx.c
    branches/gomp-4_0-branch/gcc/gimple-fold.c


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

end of thread, other threads:[~2015-10-09 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-67861-4@http.gcc.gnu.org/bugzilla/>
2015-10-06  8:50 ` [Bug middle-end/67861] coreutils' wc.c:write_counts is miscompiled since commit 7e3a76de7c496449b187c2688d958631cf21a944 mpolacek at gcc dot gnu.org
2015-10-06  8:50 ` [Bug middle-end/67861] [6 Regression] " rguenth at gcc dot gnu.org
2015-10-06 15:26 ` jim at meyering dot net
2015-10-06 16:50 ` nathan at gcc dot gnu.org
2015-10-09 14:14 ` nathan at gcc dot gnu.org

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