public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63455] New: decltype of statement expression  internal compiler error: in cp_parser_abort_tentative_parse, at cp/parser.c:25062
@ 2014-10-04  3:58 b.r.longbons at gmail dot com
  2014-10-04  8:48 ` [Bug c++/63455] [4.8/4.9/5 Regression] " mpolacek at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: b.r.longbons at gmail dot com @ 2014-10-04  3:58 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63455
           Summary: decltype of statement expression  internal compiler
                    error: in cp_parser_abort_tentative_parse, at
                    cp/parser.c:25062
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: b.r.longbons at gmail dot com

good: Debian 4.6.4-7
bad: Debian 4.7.4-3
bad: Debian 4.8.3-11
bad: Debian 4.9.1-15


int main()
{
    int x = 0;

    // without '+0', gcc 4.6 gives a different error (no ICE though)
    decltype(({ int y = x; y; })+0) v1 = 0;
}


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

end of thread, other threads:[~2014-10-15 16:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-04  3:58 [Bug c++/63455] New: decltype of statement expression internal compiler error: in cp_parser_abort_tentative_parse, at cp/parser.c:25062 b.r.longbons at gmail dot com
2014-10-04  8:48 ` [Bug c++/63455] [4.8/4.9/5 Regression] " mpolacek at gcc dot gnu.org
2014-10-09  9:18 ` jakub at gcc dot gnu.org
2014-10-15 14:12 ` jason at gcc dot gnu.org
2014-10-15 14:19 ` jason at gcc dot gnu.org
2014-10-15 16:47 ` jason at gcc dot gnu.org
2014-10-15 16:49 ` jason 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).