public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-08 15:53 ` jason at gcc dot gnu.org
  2011-03-08 17:30 ` jason at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-08 15:53 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|unassigned at gcc dot       |jason at gcc dot gnu.org
                   |gnu.org                     |


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

* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
  2011-03-08 15:53 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344 jason at gcc dot gnu.org
@ 2011-03-08 17:30 ` jason at gcc dot gnu.org
  2011-03-08 18:53 ` [Bug c++/45651] [4.3/4.4/4.5 " jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-08 17:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-08 17:30:32 UTC ---
Author: jason
Date: Tue Mar  8 17:30:25 2011
New Revision: 170781

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170781
Log:
    PR c++/45651
    * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
    !TREE_PUBLIC decls.

Added:
    trunk/gcc/testsuite/g++.dg/template/anon5.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog


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

* [Bug c++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
  2011-03-08 15:53 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344 jason at gcc dot gnu.org
  2011-03-08 17:30 ` jason at gcc dot gnu.org
@ 2011-03-08 18:53 ` jakub at gcc dot gnu.org
  2011-03-09  1:28 ` jason at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-03-08 18:53 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org
      Known to work|                            |4.6.0
            Summary|[4.3/4.4/4.5/4.6            |[4.3/4.4/4.5 Regression]
                   |Regression] ICE in          |ICE in import_export_decl,
                   |import_export_decl, at      |at cp/decl2.c:2344
                   |cp/decl2.c:2344             |

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-08 18:52:46 UTC ---
Fixed on the trunk.


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

* [Bug c++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-03-09  1:28 ` jason at gcc dot gnu.org
@ 2011-03-09  1:28 ` jason at gcc dot gnu.org
  2011-03-09  2:19 ` jason at gcc dot gnu.org
  2011-03-09  2:19 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-09  1:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 01:28:16 UTC ---
Author: jason
Date: Wed Mar  9 01:28:13 2011
New Revision: 170805

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170805
Log:
    PR c++/45651
    * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
    !TREE_PUBLIC decls.

Added:
    branches/gcc-4_4-branch/gcc/testsuite/g++.dg/template/anon5.C
Modified:
    branches/gcc-4_4-branch/gcc/cp/ChangeLog
    branches/gcc-4_4-branch/gcc/cp/pt.c
    branches/gcc-4_4-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-03-08 18:53 ` [Bug c++/45651] [4.3/4.4/4.5 " jakub at gcc dot gnu.org
@ 2011-03-09  1:28 ` jason at gcc dot gnu.org
  2011-03-09  1:28 ` jason at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-09  1:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 01:28:21 UTC ---
Author: jason
Date: Wed Mar  9 01:28:19 2011
New Revision: 170806

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170806
Log:
    PR c++/45651
    * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
    !TREE_PUBLIC decls.

Added:
    branches/gcc-4_5-branch/gcc/testsuite/g++.dg/template/anon5.C
Modified:
    branches/gcc-4_5-branch/gcc/cp/ChangeLog
    branches/gcc-4_5-branch/gcc/cp/pt.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2011-03-09  2:19 ` jason at gcc dot gnu.org
@ 2011-03-09  2:19 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-09  2:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 02:19:43 UTC ---
Fixed on 4.3/4/5 branches too.


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

* [Bug c++/45651] [4.3/4.4/4.5 Regression] ICE in import_export_decl, at cp/decl2.c:2344
       [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-03-09  1:28 ` jason at gcc dot gnu.org
@ 2011-03-09  2:19 ` jason at gcc dot gnu.org
  2011-03-09  2:19 ` jason at gcc dot gnu.org
  6 siblings, 0 replies; 11+ messages in thread
From: jason at gcc dot gnu.org @ 2011-03-09  2:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Jason Merrill <jason at gcc dot gnu.org> 2011-03-09 02:19:03 UTC ---
Author: jason
Date: Wed Mar  9 02:19:00 2011
New Revision: 170807

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170807
Log:
    PR c++/45651
    * pt.c (instantiate_decl): Don't clear DECL_INTERFACE_KNOWN on
    !TREE_PUBLIC decls.

Added:
    branches/gcc-4_3-branch/gcc/testsuite/g++.dg/template/anon5.C
Modified:
    branches/gcc-4_3-branch/gcc/cp/ChangeLog
    branches/gcc-4_3-branch/gcc/cp/pt.c
    branches/gcc-4_3-branch/gcc/testsuite/ChangeLog


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

* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
  2010-09-12 11:46 [Bug c++/45651] New: internal compiler error: " kamaraju at gmail dot com
                   ` (2 preceding siblings ...)
  2010-09-13 16:01 ` paolo dot carlini at oracle dot com
@ 2010-09-13 18:54 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 11+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-09-13 18:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2010-09-13 18:53 -------
It is caused by revision 115086:

http://gcc.gnu.org/ml/gcc-cvs/2006-06/msg00805.html


-- 


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


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

* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
  2010-09-12 11:46 [Bug c++/45651] New: internal compiler error: " kamaraju at gmail dot com
  2010-09-12 17:57 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE " rguenth at gcc dot gnu dot org
  2010-09-13 15:59 ` rguenth at gcc dot gnu dot org
@ 2010-09-13 16:01 ` paolo dot carlini at oracle dot com
  2010-09-13 18:54 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 11+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-09-13 16:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from paolo dot carlini at oracle dot com  2010-09-13 16:01 -------
Seems a rather annoying regression, let's ask H.J. a binary search...


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl dot tools at gmail dot
                   |                            |com


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


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

* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
  2010-09-12 11:46 [Bug c++/45651] New: internal compiler error: " kamaraju at gmail dot com
  2010-09-12 17:57 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE " rguenth at gcc dot gnu dot org
@ 2010-09-13 15:59 ` rguenth at gcc dot gnu dot org
  2010-09-13 16:01 ` paolo dot carlini at oracle dot com
  2010-09-13 18:54 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-13 15:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2


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


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

* [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344
  2010-09-12 11:46 [Bug c++/45651] New: internal compiler error: " kamaraju at gmail dot com
@ 2010-09-12 17:57 ` rguenth at gcc dot gnu dot org
  2010-09-13 15:59 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 11+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-09-12 17:57 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.6


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


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

end of thread, other threads:[~2011-03-09  2:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-45651-4@http.gcc.gnu.org/bugzilla/>
2011-03-08 15:53 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344 jason at gcc dot gnu.org
2011-03-08 17:30 ` jason at gcc dot gnu.org
2011-03-08 18:53 ` [Bug c++/45651] [4.3/4.4/4.5 " jakub at gcc dot gnu.org
2011-03-09  1:28 ` jason at gcc dot gnu.org
2011-03-09  1:28 ` jason at gcc dot gnu.org
2011-03-09  2:19 ` jason at gcc dot gnu.org
2011-03-09  2:19 ` jason at gcc dot gnu.org
2010-09-12 11:46 [Bug c++/45651] New: internal compiler error: " kamaraju at gmail dot com
2010-09-12 17:57 ` [Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE " rguenth at gcc dot gnu dot org
2010-09-13 15:59 ` rguenth at gcc dot gnu dot org
2010-09-13 16:01 ` paolo dot carlini at oracle dot com
2010-09-13 18:54 ` hjl dot tools at gmail dot com

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).