public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/56639] New: ice in cp_parser_late_return_type_opt
@ 2013-03-17 13:30 dcb314 at hotmail dot com
  2013-03-17 20:34 ` [Bug c++/56639] " jason at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2013-03-17 13:30 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56639
           Summary: ice in cp_parser_late_return_type_opt
    Classification: Unclassified
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: dcb314@hotmail.com


I just tried to compile the package kdesdk-4.10.1-1
on gcc-4.9 trunk dated 20130317 on an AMD x86_64 box.

The compiler said

BUILD/kdesdk-4.10.1/lokalize/src/project/projecttab.cpp:248:38: internal
compiler error: in cp_parser_late_return_type_opt, at cp/parser.c:17053
     if (QFileInfo(Project::instance()->templatesRoot()).exists())
                                      ^


Preprocessed source code attached. No special flags required.


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

* [Bug c++/56639] ice in cp_parser_late_return_type_opt
  2013-03-17 13:30 [Bug c++/56639] New: ice in cp_parser_late_return_type_opt dcb314 at hotmail dot com
@ 2013-03-17 20:34 ` jason at gcc dot gnu.org
  2013-03-17 21:10 ` dcb314 at hotmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2013-03-17 20:34 UTC (permalink / raw)
  To: gcc-bugs


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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-17 20:34:04 UTC ---
I don't see an attachment.


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

* [Bug c++/56639] ice in cp_parser_late_return_type_opt
  2013-03-17 13:30 [Bug c++/56639] New: ice in cp_parser_late_return_type_opt dcb314 at hotmail dot com
  2013-03-17 20:34 ` [Bug c++/56639] " jason at gcc dot gnu.org
@ 2013-03-17 21:10 ` dcb314 at hotmail dot com
  2013-03-18  3:41 ` jason at gcc dot gnu.org
  2013-03-18 11:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2013-03-17 21:10 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> 2013-03-17 21:10:17 UTC ---
Created attachment 29685
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29685
gzipped C++ source code


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

* [Bug c++/56639] ice in cp_parser_late_return_type_opt
  2013-03-17 13:30 [Bug c++/56639] New: ice in cp_parser_late_return_type_opt dcb314 at hotmail dot com
  2013-03-17 20:34 ` [Bug c++/56639] " jason at gcc dot gnu.org
  2013-03-17 21:10 ` dcb314 at hotmail dot com
@ 2013-03-18  3:41 ` jason at gcc dot gnu.org
  2013-03-18 11:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: jason at gcc dot gnu.org @ 2013-03-18  3:41 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2013-03-18 03:41:19 UTC ---
Author: jason
Date: Mon Mar 18 03:41:10 2013
New Revision: 196765

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196765
Log:
    PR c++/54359
    PR c++/56639
    * parser.c (cp_parser_direct_declarator): Bail if we see a
    qualified-id not at namespace scope.

Added:
    trunk/gcc/testsuite/g++.dg/template/arrow2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/g++.dg/parse/typename7.C


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

* [Bug c++/56639] ice in cp_parser_late_return_type_opt
  2013-03-17 13:30 [Bug c++/56639] New: ice in cp_parser_late_return_type_opt dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2013-03-18  3:41 ` jason at gcc dot gnu.org
@ 2013-03-18 11:13 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-03-18 11:13 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-18 11:12:47 UTC ---
Fixed.


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

end of thread, other threads:[~2013-03-18 11:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-17 13:30 [Bug c++/56639] New: ice in cp_parser_late_return_type_opt dcb314 at hotmail dot com
2013-03-17 20:34 ` [Bug c++/56639] " jason at gcc dot gnu.org
2013-03-17 21:10 ` dcb314 at hotmail dot com
2013-03-18  3:41 ` jason at gcc dot gnu.org
2013-03-18 11:13 ` rguenth 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).