public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/65186] New: internal compiler error: in tsubst, at cp/pt.c:11738
@ 2015-02-24  8:07 shum at canndrew dot org
  2015-02-24  9:11 ` [Bug c++/65186] " jakub at gcc dot gnu.org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: shum at canndrew dot org @ 2015-02-24  8:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65186

            Bug ID: 65186
           Summary: internal compiler error: in tsubst, at cp/pt.c:11738
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: shum at canndrew dot org

The following code causes an ICE in gcc-4.9.2



template<typename A, A x, A y>
using Id = int;

template<
  typename A,
  A x,
  A y,
  Id<A, x, y> p,
  template<A a, A b, Id<A, a, b>> class C,
  C<x, x, x>>
using J = C<x, y, p>;

int main() {
  return 0;
}


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

end of thread, other threads:[~2015-07-14  9:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-24  8:07 [Bug c++/65186] New: internal compiler error: in tsubst, at cp/pt.c:11738 shum at canndrew dot org
2015-02-24  9:11 ` [Bug c++/65186] " jakub at gcc dot gnu.org
2015-02-24 12:18 ` rguenth at gcc dot gnu.org
2015-04-17 10:38 ` redi at gcc dot gnu.org
2015-04-17 10:40 ` redi at gcc dot gnu.org
2015-07-08 10:33 ` paolo.carlini at oracle dot com
2015-07-08 13:19 ` ppalka at gcc dot gnu.org
2015-07-11 13:50 ` ppalka at gcc dot gnu.org
2015-07-11 17:47 ` paolo.carlini at oracle dot com
2015-07-11 22:10 ` ppalka at gcc dot gnu.org
2015-07-12  8:47 ` paolo.carlini at oracle dot com
2015-07-12 22:30 ` ppalka at gcc dot gnu.org
2015-07-13 20:36 ` ppalka at gcc dot gnu.org
2015-07-14  9:10 ` paolo.carlini at oracle 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).