public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
@ 2010-11-14 15:35 hjl.tools at gmail dot com
  2010-11-14 15:47 ` [Bug c/46475] " hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2010-11-14 15:35 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/ia32, revision 166732 gave

FAIL: gcc.dg/nofixed-point-2.c  (test for warnings, line 12)

Revision 166728 is OK.


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

* [Bug c/46475] [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
  2010-11-14 15:35 [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c hjl.tools at gmail dot com
@ 2010-11-14 15:47 ` hjl.tools at gmail dot com
  2010-11-14 15:50 ` bonzini at gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2010-11-14 15:47 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bonzini at gnu dot org
   Target Milestone|---                         |4.6.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2010-11-14 15:34:11 UTC ---
It may be caused by revision 166732:

http://gcc.gnu.org/ml/gcc-cvs/2010-11/msg00621.html


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

* [Bug c/46475] [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
  2010-11-14 15:35 [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c hjl.tools at gmail dot com
  2010-11-14 15:47 ` [Bug c/46475] " hjl.tools at gmail dot com
@ 2010-11-14 15:50 ` bonzini at gnu dot org
  2010-11-14 15:51 ` bonzini at gnu dot org
  2010-11-14 15:53 ` bonzini at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2010-11-14 15:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Paolo Bonzini <bonzini at gnu dot org> 2010-11-14 15:47:03 UTC ---
Author: bonzini
Date: Sun Nov 14 15:46:59 2010
New Revision: 166733

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166733
Log:
2010-11-14  Paolo Bonzini  <bonzini@gnu.org>

    PR c/46475
    * gcc.dg/nofixed-point-2.c: Change dg-warning to dg-bogus.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/nofixed-point-2.c


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

* [Bug c/46475] [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
  2010-11-14 15:35 [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c hjl.tools at gmail dot com
  2010-11-14 15:47 ` [Bug c/46475] " hjl.tools at gmail dot com
  2010-11-14 15:50 ` bonzini at gnu dot org
@ 2010-11-14 15:51 ` bonzini at gnu dot org
  2010-11-14 15:53 ` bonzini at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2010-11-14 15:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Paolo Bonzini <bonzini at gnu dot org> 2010-11-14 15:47:12 UTC ---
I think I have to debug my test scripts.  I'm committing the change from
dg-warning to dg-bogus.


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

* [Bug c/46475] [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c
  2010-11-14 15:35 [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-11-14 15:51 ` bonzini at gnu dot org
@ 2010-11-14 15:53 ` bonzini at gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: bonzini at gnu dot org @ 2010-11-14 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Bonzini <bonzini at gnu dot org> changed:

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

--- Comment #4 from Paolo Bonzini <bonzini at gnu dot org> 2010-11-14 15:47:48 UTC ---
fixed.


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

end of thread, other threads:[~2010-11-14 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-14 15:35 [Bug c/46475] New: [4.6 Regression] FAIL: gcc.dg/nofixed-point-2.c hjl.tools at gmail dot com
2010-11-14 15:47 ` [Bug c/46475] " hjl.tools at gmail dot com
2010-11-14 15:50 ` bonzini at gnu dot org
2010-11-14 15:51 ` bonzini at gnu dot org
2010-11-14 15:53 ` bonzini at 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).