public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C
       [not found] <bug-44989-4@http.gcc.gnu.org/bugzilla/>
@ 2010-11-03 16:02 ` rguenth at gcc dot gnu.org
  2010-11-10 16:16 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-03 16:02 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-03 16:01:41 UTC ---
No.  It's gone now ;)

But the FAILs remain.


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

* [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C
       [not found] <bug-44989-4@http.gcc.gnu.org/bugzilla/>
  2010-11-03 16:02 ` [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
@ 2010-11-10 16:16 ` jakub at gcc dot gnu.org
  2010-11-15 15:54 ` rguenth at gcc dot gnu.org
  2010-11-15 16:11 ` [Bug lto/44989] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu.org @ 2010-11-10 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2010-11-10 16:16:10 UTC ---
I don't think this is a P1 though, lto is known to have lots of issues with
debug info, that isn't going to be fully fixed for 4.6, and this is just one of
them.


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

* [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C
       [not found] <bug-44989-4@http.gcc.gnu.org/bugzilla/>
  2010-11-03 16:02 ` [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
  2010-11-10 16:16 ` jakub at gcc dot gnu.org
@ 2010-11-15 15:54 ` rguenth at gcc dot gnu.org
  2010-11-15 16:11 ` [Bug lto/44989] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-15 15:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-15 15:52:48 UTC ---
Author: rguenth
Date: Mon Nov 15 15:52:42 2010
New Revision: 166757

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

    PR lto/44989
    * g++.dg/guality/redeclaration1.C: Do not execute for LTO.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/guality/redeclaration1.C


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

* [Bug lto/44989] g++.dg/guality/redeclaration1.C
       [not found] <bug-44989-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-15 15:54 ` rguenth at gcc dot gnu.org
@ 2010-11-15 16:11 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2010-11-15 16:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-debug
           Priority|P2                          |P3
   Target Milestone|4.6.0                       |---
            Summary|[4.6 regression]            |g++.dg/guality/redeclaratio
                   |g++.dg/guality/redeclaratio |n1.C
                   |n1.C                        |

--- Comment #10 from Richard Guenther <rguenth at gcc dot gnu.org> 2010-11-15 15:53:07 UTC ---
Ok, the dg-skip if works.  LTO makes us print 24 for the first i.  Because
gdb name lookup is confused if the local i is gone.

So it's really wrong debug info.  But it's hardly a regression for LTO.

I'll commit the dg-skip and leave the bug open as non-regression.


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

* [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C
  2010-07-19 13:41 [Bug middle-end/44989] New: [4.6 regression] g++.dg/guality/redeclaration1.C hjl dot tools at gmail dot com
@ 2010-09-02 12:37 ` jakub at gcc dot gnu dot org
  0 siblings, 0 replies; 5+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-09-02 12:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jakub at gcc dot gnu dot org  2010-09-02 12:37 -------
Seems to be a bug in free_lang_data_in_block, which throws away the
DECL_EXTERNAL decl from BLOCK_VARS, eventhough it is obviously very much
needed. In fact, is there ever a case where what free_lang_data_in_block does
is desirable?


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|testsuite                   |lto


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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-44989-4@http.gcc.gnu.org/bugzilla/>
2010-11-03 16:02 ` [Bug lto/44989] [4.6 regression] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
2010-11-10 16:16 ` jakub at gcc dot gnu.org
2010-11-15 15:54 ` rguenth at gcc dot gnu.org
2010-11-15 16:11 ` [Bug lto/44989] g++.dg/guality/redeclaration1.C rguenth at gcc dot gnu.org
2010-07-19 13:41 [Bug middle-end/44989] New: [4.6 regression] g++.dg/guality/redeclaration1.C hjl dot tools at gmail dot com
2010-09-02 12:37 ` [Bug lto/44989] " 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).