public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/67270] New: internal compiler error: in unify, at cp/pt.c:18178
@ 2015-08-19  9:07 radventure at yandex dot ru
  2015-08-19  9:19 ` [Bug c++/67270] " mpolacek at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: radventure at yandex dot ru @ 2015-08-19  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 67270
           Summary: internal compiler error: in unify, at cp/pt.c:18178
           Product: gcc
           Version: 4.9.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: radventure at yandex dot ru
  Target Milestone: ---

Code listed  below  crashes compiler 
I compile it  with g++ -std=c++11 test.cpp

#include <initializer_list>

template <template<typename...> class C, typename... T> void g(const C<T...>&
a)
{
}

int main()
{
    g<std::initializer_list, int>({1, 2, 3});
}


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

* [Bug c++/67270] internal compiler error: in unify, at cp/pt.c:18178
  2015-08-19  9:07 [Bug c++/67270] New: internal compiler error: in unify, at cp/pt.c:18178 radventure at yandex dot ru
@ 2015-08-19  9:19 ` mpolacek at gcc dot gnu.org
  2015-08-19 10:34 ` radventure at yandex dot ru
  2015-08-19 11:45 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2015-08-19  9:19 UTC (permalink / raw)
  To: gcc-bugs

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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mpolacek at gcc dot gnu.org

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
This was fixed in r219557 and is fixed in 5/trunk.


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

* [Bug c++/67270] internal compiler error: in unify, at cp/pt.c:18178
  2015-08-19  9:07 [Bug c++/67270] New: internal compiler error: in unify, at cp/pt.c:18178 radventure at yandex dot ru
  2015-08-19  9:19 ` [Bug c++/67270] " mpolacek at gcc dot gnu.org
@ 2015-08-19 10:34 ` radventure at yandex dot ru
  2015-08-19 11:45 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: radventure at yandex dot ru @ 2015-08-19 10:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from radventure at yandex dot ru ---
(In reply to Marek Polacek from comment #1)
> This was fixed in r219557 and is fixed in 5/trunk.

I know about absence of problem in 5.1.


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

* [Bug c++/67270] internal compiler error: in unify, at cp/pt.c:18178
  2015-08-19  9:07 [Bug c++/67270] New: internal compiler error: in unify, at cp/pt.c:18178 radventure at yandex dot ru
  2015-08-19  9:19 ` [Bug c++/67270] " mpolacek at gcc dot gnu.org
  2015-08-19 10:34 ` radventure at yandex dot ru
@ 2015-08-19 11:45 ` trippels at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: trippels at gcc dot gnu.org @ 2015-08-19 11:45 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |trippels at gcc dot gnu.org
         Resolution|---                         |WONTFIX

--- Comment #3 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
It is not a regression for 4.9.3, because it ICEed before.


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

end of thread, other threads:[~2015-08-19 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-19  9:07 [Bug c++/67270] New: internal compiler error: in unify, at cp/pt.c:18178 radventure at yandex dot ru
2015-08-19  9:19 ` [Bug c++/67270] " mpolacek at gcc dot gnu.org
2015-08-19 10:34 ` radventure at yandex dot ru
2015-08-19 11:45 ` trippels at gcc dot gnu.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).