public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43206]  New: [4.5 Regression] Revision 145440 caused ICE at cp/pt.c:9249
@ 2010-02-28  0:07 hjl dot tools at gmail dot com
  2010-02-28  0:08 ` [Bug c++/43206] " hjl dot tools at gmail dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hjl dot tools at gmail dot com @ 2010-02-28  0:07 UTC (permalink / raw)
  To: gcc-bugs

Revision 145440:

http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00060.html

caused:

[hjl@gnu-34 rrs]$ cat pr43087.cc
template<class A> class NumericTraits{};
template<class B> class CovariantVector{};
template<class C> class Image{};
template<class H,
         class E,
         class D>
class F {
  typedef H G;
  typedef
  typename NumericTraits<typename G::PixelType>::RealType
  InputRealType;
};
template<typename TInputImage,
  typename TOutputImage=Image<
  CovariantVector<
  typename NumericTraits<
  typename TInputImage
::PixelType
>
::TInputImage
>
>
>
class XXX{};
XXX<Image<float> >
[hjl@gnu-34 rrs]$ ./145440/usr/bin/gcc -S pr43087.cc
pr43087.cc:25: internal compiler error: tree check: accessed elt 3 of tree_vec
with 2 elts in tsubst, at cp/pt.c:9249
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.5 Regression] Revision 145440 caused ICE at
                    cp/pt.c:9249
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        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=43206


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

end of thread, other threads:[~2010-03-26  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-28  0:07 [Bug c++/43206] New: [4.5 Regression] Revision 145440 caused ICE at cp/pt.c:9249 hjl dot tools at gmail dot com
2010-02-28  0:08 ` [Bug c++/43206] " hjl dot tools at gmail dot com
2010-03-01 10:59 ` rguenth at gcc dot gnu dot org
2010-03-01 12:10 ` rguenth at gcc dot gnu dot org
2010-03-03 15:43 ` dodji at gcc dot gnu dot org
2010-03-04 17:44 ` dodji at gcc dot gnu dot org
2010-03-05 20:40 ` dodji at gcc dot gnu dot org
2010-03-25 22:09 ` dodji at gcc dot gnu dot org
2010-03-26  0:27 ` hjl dot tools at gmail dot com
2010-03-26  9:30 ` dodji 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).