public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/44115]  New: gcc.dg/guality/sra-1.c failure
@ 2010-05-13 14:21 hjl dot tools at gmail dot com
  2010-05-13 14:34 ` [Bug debug/44115] " jakub at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-05-13 14:21 UTC (permalink / raw)
  To: gcc-bugs

On Linux/x86-64, revision 159357 gave

FAIL: gcc.dg/guality/sra-1.c  -O1  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O1  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 20 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 20 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 42 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 42 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 42 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -flto  line 42 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 20 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 20 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 42 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 42 a.i == 4
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 42 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O2 -fwhopr  line 42 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O3 -fomit-frame-pointer  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O3 -fomit-frame-pointer  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O3 -g  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -O3 -g  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -Os  line 20 a.j == 14
FAIL: gcc.dg/guality/sra-1.c  -Os  line 20 a.j == 14


-- 
           Summary: gcc.dg/guality/sra-1.c failure
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        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=44115


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

* [Bug debug/44115] gcc.dg/guality/sra-1.c failure
  2010-05-13 14:21 [Bug debug/44115] New: gcc.dg/guality/sra-1.c failure hjl dot tools at gmail dot com
@ 2010-05-13 14:34 ` jakub at gcc dot gnu dot org
  2010-05-13 15:34 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-05-13 14:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from jakub at gcc dot gnu dot org  2010-05-13 14:34 -------
Buggy gdb, see http://bugzilla.redhat.com/589467
The lto/whopr issues are LTO bugs.


-- 


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


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

* [Bug debug/44115] gcc.dg/guality/sra-1.c failure
  2010-05-13 14:21 [Bug debug/44115] New: gcc.dg/guality/sra-1.c failure hjl dot tools at gmail dot com
  2010-05-13 14:34 ` [Bug debug/44115] " jakub at gcc dot gnu dot org
@ 2010-05-13 15:34 ` rguenth at gcc dot gnu dot org
  2010-09-10 14:22 ` rguenth at gcc dot gnu dot org
  2010-09-10 14:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-13 15:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-05-13 15:33 -------
We throw away DECL_DEBUG_EXPR in free-lang-data (and do not try to stream it).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
           Keywords|                            |lto


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


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

* [Bug debug/44115] gcc.dg/guality/sra-1.c failure
  2010-05-13 14:21 [Bug debug/44115] New: gcc.dg/guality/sra-1.c failure hjl dot tools at gmail dot com
  2010-05-13 14:34 ` [Bug debug/44115] " jakub at gcc dot gnu dot org
  2010-05-13 15:34 ` rguenth at gcc dot gnu dot org
@ 2010-09-10 14:22 ` rguenth at gcc dot gnu dot org
  2010-09-10 14:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-10 14:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2010-09-10 14:22 -------
Subject: Bug 44115

Author: rguenth
Date: Fri Sep 10 14:22:22 2010
New Revision: 164179

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164179
Log:
2010-09-10  Richard Guenther  <rguenther@suse.de>

        PR debug/44115
        * tree.c (free_lang_data_in_decl): Do not clear DECL_DEBUG_EXPR.
        * lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
        Output DECL_DEBUG_EXPR.
        * lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
        Input DECL_DEBUG_EXPR.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-streamer-in.c
    trunk/gcc/lto-streamer-out.c
    trunk/gcc/tree.c


-- 


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


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

* [Bug debug/44115] gcc.dg/guality/sra-1.c failure
  2010-05-13 14:21 [Bug debug/44115] New: gcc.dg/guality/sra-1.c failure hjl dot tools at gmail dot com
                   ` (2 preceding siblings ...)
  2010-09-10 14:22 ` rguenth at gcc dot gnu dot org
@ 2010-09-10 14:38 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-10 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-09-10 14:38 -------
Fixed for 4.6.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.6.0


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-13 14:21 [Bug debug/44115] New: gcc.dg/guality/sra-1.c failure hjl dot tools at gmail dot com
2010-05-13 14:34 ` [Bug debug/44115] " jakub at gcc dot gnu dot org
2010-05-13 15:34 ` rguenth at gcc dot gnu dot org
2010-09-10 14:22 ` rguenth at gcc dot gnu dot org
2010-09-10 14:38 ` rguenth 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).