public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392
@ 2005-08-02 19:14 boris at kolpackov dot net
  2005-08-02 19:15 ` [Bug c++/23206] " boris at kolpackov dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: boris at kolpackov dot net @ 2005-08-02 19:14 UTC (permalink / raw)
  To: gcc-bugs

$ g++-3.4 --version
g++-3.4 (GCC) 3.4.5 20050706 (prerelease) (Debian 3.4.4-5)
$ g++-3.4 -c tu-3.4.i
In file included from Basic_Deployment_Data.cxx:40:
Basic_Deployment_Data.hxx:633: internal compiler error: in pop_binding, at
cp/name-lookup.c:392
Please submit a full bug report,
with preprocessed source if appropriate.

-- 
           Summary: internal compiler error: in pop_binding, at cp/name-
                    lookup.c:392
           Product: gcc
           Version: 3.4.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: boris at kolpackov dot net
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: x86_64-linux-gnu
  GCC host triplet: x86_64-linux-gnu
GCC target triplet: x86_64-linux-gnu


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


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

* [Bug c++/23206] internal compiler error: in pop_binding, at cp/name-lookup.c:392
  2005-08-02 19:14 [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392 boris at kolpackov dot net
@ 2005-08-02 19:15 ` boris at kolpackov dot net
  2005-08-02 20:09 ` [Bug c++/23206] [3.4 only] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: boris at kolpackov dot net @ 2005-08-02 19:15 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From boris at kolpackov dot net  2005-08-02 19:15 -------
Created an attachment (id=9416)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9416&action=view)
testcase


-- 


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


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

* [Bug c++/23206] [3.4 only] internal compiler error: in pop_binding, at cp/name-lookup.c:392
  2005-08-02 19:14 [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392 boris at kolpackov dot net
  2005-08-02 19:15 ` [Bug c++/23206] " boris at kolpackov dot net
@ 2005-08-02 20:09 ` pinskia at gcc dot gnu dot org
  2005-08-02 23:31 ` pinskia at gcc dot gnu dot org
  2005-08-02 23:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-02 20:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-02 20:09 -------
Reducing it fails on 3.4.x but not on the 4.0 branch or the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |3.4.5
      Known to work|                            |4.0.0 4.1.0
            Summary|internal compiler error: in |[3.4 only] internal compiler
                   |pop_binding, at cp/name-    |error: in pop_binding, at
                   |lookup.c:392                |cp/name-lookup.c:392
   Target Milestone|---                         |3.4.5


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


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

* [Bug c++/23206] [3.4 only] internal compiler error: in pop_binding, at cp/name-lookup.c:392
  2005-08-02 19:14 [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392 boris at kolpackov dot net
  2005-08-02 19:15 ` [Bug c++/23206] " boris at kolpackov dot net
  2005-08-02 20:09 ` [Bug c++/23206] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2005-08-02 23:31 ` pinskia at gcc dot gnu dot org
  2005-08-02 23:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-02 23:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-02 23:31 -------
Fixed in 4.0.0, not a regression.

Reduced testcase:
class type {};
struct DataType : type   {
  struct _xsd_type     {
    typedef class DataType type;
  };
  struct type {};
};


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|3.4.5                       |3.4.5 2.95.3 3.0.4 3.3.3
         Resolution|                            |FIXED
   Target Milestone|3.4.5                       |4.0.0


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


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

* [Bug c++/23206] [3.4 only] internal compiler error: in pop_binding, at cp/name-lookup.c:392
  2005-08-02 19:14 [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392 boris at kolpackov dot net
                   ` (2 preceding siblings ...)
  2005-08-02 23:31 ` pinskia at gcc dot gnu dot org
@ 2005-08-02 23:33 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-08-02 23:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-02 23:33 -------
*** Bug 23207 has been marked as a duplicate of this bug. ***

-- 


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


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

end of thread, other threads:[~2005-08-02 23:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-02 19:14 [Bug c++/23206] New: internal compiler error: in pop_binding, at cp/name-lookup.c:392 boris at kolpackov dot net
2005-08-02 19:15 ` [Bug c++/23206] " boris at kolpackov dot net
2005-08-02 20:09 ` [Bug c++/23206] [3.4 only] " pinskia at gcc dot gnu dot org
2005-08-02 23:31 ` pinskia at gcc dot gnu dot org
2005-08-02 23:33 ` pinskia 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).