public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18839] New: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333
@ 2004-12-05  1:06 danglin at gcc dot gnu dot org
  2004-12-05  1:17 ` [Bug c++/18839] [4.0 Regression] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-12-05  1:06 UTC (permalink / raw)
  To: gcc-bugs

Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/testsuite/../g++ -B/mnt/gnu/gcc-3
.3/objdir/gcc/testsuite/../ /mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.
other/thunk1.C  -nostdinc++ -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/libs
tdc++-v3/include/hppa2.0w-hp-hpux11.11 -I/mnt/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpu
x11.11/libstdc++-v3/include -I/mnt/gnu/gcc-3.3/gcc/libstdc++-v3/libsupc++ -I/mnt
/gnu/gcc-3.3/gcc/libstdc++-v3/include/backward -I/mnt/gnu/gcc-3.3/gcc/libstdc++-
v3/testsuite -fmessage-length=0   -ansi -pedantic-errors -Wno-long-long    -L/mn
t/gnu/gcc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libstdc++-v3/src/.libs -L/mnt/gnu/g
cc-3.3/objdir/hppa2.0w-hp-hpux11.11/./libiberty  -lm   -o ./thunk1.exe    (timeo
ut = 300)
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.other/thunk1.C: In member fu
nction 'void D::_ZTv0_n20_N1D3fooE1X(X)':
/mnt/gnu/gcc-3.3/gcc/gcc/testsuite/g++.old-deja/g++.other/thunk1.C:35: internal
compiler error: in cp_genericize, at cp/cp-gimplify.c:333

-- 
           Summary: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-
                    gimplify.c:333
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa2.0w-hp-hpux11.11
  GCC host triplet: hppa2.0w-hp-hpux11.11
GCC target triplet: hppa2.0w-hp-hpux11.11


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


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

* [Bug c++/18839] [4.0 Regression] g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333
  2004-12-05  1:06 [Bug c++/18839] New: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333 danglin at gcc dot gnu dot org
@ 2004-12-05  1:17 ` pinskia at gcc dot gnu dot org
  2004-12-05 16:39 ` pinskia at gcc dot gnu dot org
  2004-12-22 18:07 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-05  1:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-05 01:17 -------
I would not doubt that this is the same as PR 18492.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |18492
           Keywords|                            |ice-on-valid-code
            Summary|g++.other/thunk1.C:35: ICE: |[4.0 Regression]
                   |in cp_genericize, at cp/cp- |g++.other/thunk1.C:35: ICE:
                   |gimplify.c:333              |in cp_genericize, at cp/cp-
                   |                            |gimplify.c:333
   Target Milestone|---                         |4.0.0


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


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

* [Bug c++/18839] [4.0 Regression] g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333
  2004-12-05  1:06 [Bug c++/18839] New: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333 danglin at gcc dot gnu dot org
  2004-12-05  1:17 ` [Bug c++/18839] [4.0 Regression] " pinskia at gcc dot gnu dot org
@ 2004-12-05 16:39 ` pinskia at gcc dot gnu dot org
  2004-12-22 18:07 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-05 16:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-05 16:38 -------
Yes this is a dup of bug 18492.

*** This bug has been marked as a duplicate of 18492 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug c++/18839] [4.0 Regression] g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333
  2004-12-05  1:06 [Bug c++/18839] New: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333 danglin at gcc dot gnu dot org
  2004-12-05  1:17 ` [Bug c++/18839] [4.0 Regression] " pinskia at gcc dot gnu dot org
  2004-12-05 16:39 ` pinskia at gcc dot gnu dot org
@ 2004-12-22 18:07 ` mmitchel at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-12-22 18:07 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 18839 depends on bug 18492, which changed state.

Bug 18492 Summary: [4.0 regression] mmix-knuth-mmixware,HP-UX testsuite failure: g++.old-deja/g++.other/thunk1.C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18492

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

end of thread, other threads:[~2004-12-22 18:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-05  1:06 [Bug c++/18839] New: g++.other/thunk1.C:35: ICE: in cp_genericize, at cp/cp-gimplify.c:333 danglin at gcc dot gnu dot org
2004-12-05  1:17 ` [Bug c++/18839] [4.0 Regression] " pinskia at gcc dot gnu dot org
2004-12-05 16:39 ` pinskia at gcc dot gnu dot org
2004-12-22 18:07 ` mmitchel 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).