public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/43957]  New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
@ 2010-05-02  0:13 danglin at gcc dot gnu dot org
  2010-05-02  7:41 ` [Bug testsuite/43957] " ebotcazou at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-05-02  0:13 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /test/gnu/gcc/objdir/gcc/xgcc -B/test/gnu/gcc/objdir/gcc/
/te
st/gnu/gcc/gcc/gcc/testsuite/gcc.dg/const-uniq-1.c   -Os -fdump-tree-gimple -S  
-o const-uniq-1.s    (timeout = 300)
PASS: gcc.dg/const-uniq-1.c (test for excess errors)
FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2

lookup2 (int i)
{
  int D.1961;
  int D.1962;
  int a[8];

  a = *L$C0000;
  D.1962 = i + 1;
  D.1961 = a[D.1962];
  return D.1961;
}


lookup1 (int i)
{
  int D.1964;
  int a[8];

  a = *L$C0000;
  D.1964 = a[i];
  return D.1964;
}


-- 
           Summary: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple
                    "LC0" 2
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
@ 2010-05-02  7:41 ` ebotcazou at gcc dot gnu dot org
  2010-05-02 15:30 ` [Bug testsuite/43957] [4.6 Regression] " rguenth at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2010-05-02  7:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from ebotcazou at gcc dot gnu dot org  2010-05-02 07:41 -------
Can you adjust the regexp?


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-02 07:41:11
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] [4.6 Regression] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
  2010-05-02  7:41 ` [Bug testsuite/43957] " ebotcazou at gcc dot gnu dot org
@ 2010-05-02 15:30 ` rguenth at gcc dot gnu dot org
  2010-09-02 10:42 ` rguenth at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-02 15:30 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|FAIL: gcc.dg/const-uniq-1.c |[4.6 Regression] FAIL:
                   |scan-tree-dump-times gimple |gcc.dg/const-uniq-1.c scan-
                   |"LC0" 2                     |tree-dump-times gimple "LC0"
                   |                            |2
   Target Milestone|---                         |4.6.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] [4.6 Regression] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
  2010-05-02  7:41 ` [Bug testsuite/43957] " ebotcazou at gcc dot gnu dot org
  2010-05-02 15:30 ` [Bug testsuite/43957] [4.6 Regression] " rguenth at gcc dot gnu dot org
@ 2010-09-02 10:42 ` rguenth at gcc dot gnu dot org
  2010-09-02 16:08 ` dave at hiauly1 dot hia dot nrc dot ca
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-02 10:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] [4.6 Regression] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2010-09-02 10:42 ` rguenth at gcc dot gnu dot org
@ 2010-09-02 16:08 ` dave at hiauly1 dot hia dot nrc dot ca
  2010-09-04 19:40 ` danglin at gcc dot gnu dot org
  2010-09-04 19:47 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: dave at hiauly1 dot hia dot nrc dot ca @ 2010-09-02 16:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2010-09-02 16:08 -------
Subject: Re:  [4.6 Regression] FAIL:
        gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2

Revised regexp patch attached.


------- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca  2010-09-02 16:08 -------
Created an attachment (id=21669)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21669&action=view)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] [4.6 Regression] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2010-09-02 16:08 ` dave at hiauly1 dot hia dot nrc dot ca
@ 2010-09-04 19:40 ` danglin at gcc dot gnu dot org
  2010-09-04 19:47 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-09-04 19:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from danglin at gcc dot gnu dot org  2010-09-04 19:40 -------
Subject: Bug 43957

Author: danglin
Date: Sat Sep  4 19:40:07 2010
New Revision: 163867

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163867
Log:
        PR testsuite/43957
        * gcc.dg/const-uniq-1.c: Modify regexp.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/const-uniq-1.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

* [Bug testsuite/43957] [4.6 Regression] FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2
  2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2010-09-04 19:40 ` danglin at gcc dot gnu dot org
@ 2010-09-04 19:47 ` danglin at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: danglin at gcc dot gnu dot org @ 2010-09-04 19:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from danglin at gcc dot gnu dot org  2010-09-04 19:46 -------
Fixed.


-- 

danglin at gcc dot gnu dot org changed:

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43957


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

end of thread, other threads:[~2010-09-04 19:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-02  0:13 [Bug testsuite/43957] New: FAIL: gcc.dg/const-uniq-1.c scan-tree-dump-times gimple "LC0" 2 danglin at gcc dot gnu dot org
2010-05-02  7:41 ` [Bug testsuite/43957] " ebotcazou at gcc dot gnu dot org
2010-05-02 15:30 ` [Bug testsuite/43957] [4.6 Regression] " rguenth at gcc dot gnu dot org
2010-09-02 10:42 ` rguenth at gcc dot gnu dot org
2010-09-02 16:08 ` dave at hiauly1 dot hia dot nrc dot ca
2010-09-04 19:40 ` danglin at gcc dot gnu dot org
2010-09-04 19:47 ` danglin at gcc dot gnu dot 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).