public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/44104]  New: [4.6 Regression] New test failures
@ 2010-05-12 22:41 hjl dot tools at gmail dot com
  2010-05-13  4:15 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-12 22:41 UTC (permalink / raw)
  To: gcc-bugs

On Linux/ia32, revision 159321 gace

FAIL: gcc.dg/guality/example.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/guality/example.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/guality/example.c  -O2 -fwhopr  (internal compiler error)
FAIL: gcc.dg/guality/example.c  -O2 -fwhopr  (test for excess errors)
FAIL: gcc.dg/guality/guality.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/guality/guality.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/guality/guality.c  -O2 -fwhopr  (internal compiler error)
FAIL: gcc.dg/guality/guality.c  -O2 -fwhopr  (test for excess errors)
FAIL: gcc.dg/guality/inline-params.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/guality/inline-params.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/guality/inline-params.c  -O2 -fwhopr  (internal compiler error)
FAIL: gcc.dg/guality/inline-params.c  -O2 -fwhopr  (test for excess errors)
FAIL: gcc.dg/guality/pr41447-1.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/guality/pr41447-1.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/guality/pr41447-1.c  -O2 -fwhopr  (internal compiler error)
FAIL: gcc.dg/guality/pr41447-1.c  -O2 -fwhopr  (test for excess errors)
FAIL: gcc.dg/guality/pr41616-1.c  -O2 -flto  (internal compiler error)
FAIL: gcc.dg/guality/pr41616-1.c  -O2 -flto  (test for excess errors)
FAIL: gcc.dg/guality/pr41616-1.c  -O2 -fwhopr  (internal compiler error)
FAIL: gcc.dg/guality/pr41616-1.c  -O2 -fwhopr  (test for excess errors)
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -flto  (test for excess errors)
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -fwhopr  (test for excess errors)

Revision 159309 is OK.


-- 
           Summary: [4.6 Regression] New test failures
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl dot tools at gmail dot com


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


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

* [Bug middle-end/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
@ 2010-05-13  4:15 ` hjl dot tools at gmail dot com
  2010-05-13 10:56 ` rguenth at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-13  4:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hjl dot tools at gmail dot com  2010-05-13 04:14 -------
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -flto  (test for excess errors)
FAIL: objc.dg/torture/tls/thr-init-3.m  -O2 -fwhopr  (test for excess errors)

are new tests. The rest may be caused by revision 159321:

http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00373.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


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

* [Bug middle-end/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
  2010-05-13  4:15 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
@ 2010-05-13 10:56 ` rguenth at gcc dot gnu dot org
  2010-05-13 13:52 ` hjl dot tools at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-13 10:56 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.6.0


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


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

* [Bug middle-end/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
  2010-05-13  4:15 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
  2010-05-13 10:56 ` rguenth at gcc dot gnu dot org
@ 2010-05-13 13:52 ` hjl dot tools at gmail dot com
  2010-05-13 14:18 ` [Bug debug/44104] " jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-13 13:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hjl dot tools at gmail dot com  2010-05-13 13:51 -------
It is caused by revision 159315:

http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg00367.html


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|hubicka at gcc dot gnu dot  |jakub at redhat dot com
                   |org                         |


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


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

* [Bug debug/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-05-13 13:52 ` hjl dot tools at gmail dot com
@ 2010-05-13 14:18 ` jakub at gcc dot gnu dot org
  2010-05-13 14:25 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-13 14:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jakub at gcc dot gnu dot org  2010-05-13 14:18 -------
I'm fairly sure I have regtested the patch with lto and these failures didn't
appear, so I guess only some concurrent lto/cgraph changes yesterday made this
trigger.  The fix is to add mod_type_die && check, will commit momentarily.


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
          Component|middle-end                  |debug
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-05-13 14:18:02
               date|                            |


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


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

* [Bug debug/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
                   ` (3 preceding siblings ...)
  2010-05-13 14:18 ` [Bug debug/44104] " jakub at gcc dot gnu dot org
@ 2010-05-13 14:25 ` jakub at gcc dot gnu dot org
  2010-05-13 18:49 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
  2010-07-01 12:31 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-13 14:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jakub at gcc dot gnu dot org  2010-05-13 14:24 -------
Subject: Bug 44104

Author: jakub
Date: Thu May 13 14:24:36 2010
New Revision: 159367

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159367
Log:
        PR debug/44104
        * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
        if it is NULL.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c


-- 


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


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

* [Bug middle-end/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
                   ` (4 preceding siblings ...)
  2010-05-13 14:25 ` jakub at gcc dot gnu dot org
@ 2010-05-13 18:49 ` hjl dot tools at gmail dot com
  2010-07-01 12:31 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-13 18:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl dot tools at gmail dot com  2010-05-13 18:48 -------
Fixed.


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
          Component|debug                       |middle-end
         Resolution|                            |FIXED
   Target Milestone|4.6.0                       |---


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


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

* [Bug middle-end/44104] [4.6 Regression] New test failures
  2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
                   ` (5 preceding siblings ...)
  2010-05-13 18:49 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
@ 2010-07-01 12:31 ` jakub at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-07-01 12:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2010-07-01 12:31 -------
Subject: Bug 44104

Author: jakub
Date: Thu Jul  1 12:31:19 2010
New Revision: 161666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161666
Log:
2010-07-01  Jakub Jelinek  <jakub@redhat.com>

        Backport from mainline
        2010-05-13  Jakub Jelinek  <jakub@redhat.com>

        PR debug/44104
        * dwarf2out.c (modified_type_die): Don't dereference mod_type_die
        if it is NULL.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/dwarf2out.c


-- 


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


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

end of thread, other threads:[~2010-07-01 12:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-12 22:41 [Bug middle-end/44104] New: [4.6 Regression] New test failures hjl dot tools at gmail dot com
2010-05-13  4:15 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
2010-05-13 10:56 ` rguenth at gcc dot gnu dot org
2010-05-13 13:52 ` hjl dot tools at gmail dot com
2010-05-13 14:18 ` [Bug debug/44104] " jakub at gcc dot gnu dot org
2010-05-13 14:25 ` jakub at gcc dot gnu dot org
2010-05-13 18:49 ` [Bug middle-end/44104] " hjl dot tools at gmail dot com
2010-07-01 12:31 ` jakub 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).