public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
@ 2014-11-30 18:13 danglin at gcc dot gnu.org
  2014-11-30 19:16 ` [Bug tree-optimization/64126] " schwab@linux-m68k.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: danglin at gcc dot gnu.org @ 2014-11-30 18:13 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64126
           Summary: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump
                    original "-\\(long unsigned int\\) x"
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: danglin at gcc dot gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu

Executing on host: /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc/
/home/dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr37289.c  -fno-diagnostics-s
how-caret -fdiagnostics-color=never   -fdump-tree-original -S   -o pr37289.s   
(timeout = 300)spawn /home/dave/gnu/gcc/objdir/gcc/xgcc
-B/home/dave/gnu/gcc/objdir/gcc/ /home/
dave/gnu/gcc/gcc/gcc/testsuite/gcc.dg/pr37289.c -fno-diagnostics-show-caret
-fdi
agnostics-color=never -fdump-tree-original -S -o pr37289.s
PASS: gcc.dg/pr37289.c (test for excess errors)FAIL: gcc.dg/pr37289.c
scan-tree-dump original "-\\(long unsigned int\\) x"

dave@mx3210:~/gnu/gcc/objdir/gcc/testsuite/gcc$ cat pr37289.c.003t.original

;; Function g (null)
;; enabled by -tree-original


{
  f ((long unsigned int) -x);
}


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

* [Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
  2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
@ 2014-11-30 19:16 ` schwab@linux-m68k.org
  2014-11-30 19:37 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: schwab@linux-m68k.org @ 2014-11-30 19:16 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|hppa-unknown-linux-gnu      |
               Host|hppa-unknown-linux-gnu      |
   Target Milestone|---                         |5.0
              Build|hppa-unknown-linux-gnu      |

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Fails everywhere.


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

* [Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
  2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
  2014-11-30 19:16 ` [Bug tree-optimization/64126] " schwab@linux-m68k.org
@ 2014-11-30 19:37 ` dominiq at lps dot ens.fr
  2014-12-01  9:26 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2014-11-30 19:37 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-30
                 CC|                            |rguenth at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Caused by r218141 (see
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03510.html). The original dump
contains now '(long unsigned int) -x'.


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

* [Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
  2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
  2014-11-30 19:16 ` [Bug tree-optimization/64126] " schwab@linux-m68k.org
  2014-11-30 19:37 ` dominiq at lps dot ens.fr
@ 2014-12-01  9:26 ` rguenth at gcc dot gnu.org
  2014-12-01 13:08 ` rguenth at gcc dot gnu.org
  2014-12-02  8:52 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-12-01  9:26 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
Testing a fix.


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

* [Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
  2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2014-12-01  9:26 ` rguenth at gcc dot gnu.org
@ 2014-12-01 13:08 ` rguenth at gcc dot gnu.org
  2014-12-02  8:52 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-12-01 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Author: rguenth
Date: Mon Dec  1 13:08:10 2014
New Revision: 218210

URL: https://gcc.gnu.org/viewcvs?rev=218210&root=gcc&view=rev
Log:
2014-12-01  Richard Biener  <rguenther@suse.de>

    PR middle-end/64126
    * match.pd: Allow conversions in ~A + 1 -> -A, add -A - 1 -> ~A
    and -1 - A -> ~A.
    * fold-const.c (fold_binary_loc): Remove transforms here.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fold-const.c
    trunk/gcc/match.pd


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

* [Bug tree-optimization/64126] [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x"
  2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2014-12-01 13:08 ` rguenth at gcc dot gnu.org
@ 2014-12-02  8:52 ` rguenth at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-12-02  8:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2014-12-02  8:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-30 18:13 [Bug tree-optimization/64126] New: [5.0 Regression] FAIL: gcc.dg/pr37289.c scan-tree-dump original "-\\(long unsigned int\\) x" danglin at gcc dot gnu.org
2014-11-30 19:16 ` [Bug tree-optimization/64126] " schwab@linux-m68k.org
2014-11-30 19:37 ` dominiq at lps dot ens.fr
2014-12-01  9:26 ` rguenth at gcc dot gnu.org
2014-12-01 13:08 ` rguenth at gcc dot gnu.org
2014-12-02  8:52 ` rguenth 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).