public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389
@ 2014-09-26 16:16 brandon at rioja dot us
  2014-09-26 16:19 ` [Bug c++/63383] " brandon at rioja dot us
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: brandon at rioja dot us @ 2014-09-26 16:16 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63383
           Summary: internal compiler error: in expand_expr_real_1, at
                    expr.c:9389
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: brandon at rioja dot us

Created attachment 33582
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33582&action=edit
The file to compile

When compiling the attached file, the following error is printed.

-*- mode: compilation; default-directory: "~/topcoder/srm/" -*-
Compilation started at Fri Sep 26 12:07:34

g++ -ggdb -O0 -std=c++11 BigOEasy.cpp && nice.exe ./a.exe
BigOEasy.cpp: In lambda function:
BigOEasy.cpp:319:30: internal compiler error: in expand_expr_real_1, at
expr.c:9389
                 if ((adj[n][i]) && (adj[i][n]))
                              ^

BigOEasy.cpp:319:30: internal compiler error: Aborted
g++: internal compiler error: Aborted (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Compilation exited abnormally with code 4 at Fri Sep 26 12:07:34


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

* [Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389
  2014-09-26 16:16 [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389 brandon at rioja dot us
  2014-09-26 16:19 ` [Bug c++/63383] " brandon at rioja dot us
@ 2014-09-26 16:19 ` brandon at rioja dot us
  2014-09-26 16:22 ` brandon at rioja dot us
  2014-09-29 10:47 ` [Bug middle-end/63383] " rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: brandon at rioja dot us @ 2014-09-26 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Brandon Rioja <brandon at rioja dot us> ---

version: gcc (GCC) 4.8.3
system type: cygwin running in windows 7
command line to build:
g++ -ggdb -O0 -std=c++11 BigOEasy.cpp


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

* [Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389
  2014-09-26 16:16 [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389 brandon at rioja dot us
@ 2014-09-26 16:19 ` brandon at rioja dot us
  2014-09-26 16:19 ` brandon at rioja dot us
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: brandon at rioja dot us @ 2014-09-26 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Brandon Rioja <brandon at rioja dot us> ---
Created attachment 33583
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33583&action=edit
stack dump


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

* [Bug c++/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389
  2014-09-26 16:16 [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389 brandon at rioja dot us
  2014-09-26 16:19 ` [Bug c++/63383] " brandon at rioja dot us
  2014-09-26 16:19 ` brandon at rioja dot us
@ 2014-09-26 16:22 ` brandon at rioja dot us
  2014-09-29 10:47 ` [Bug middle-end/63383] " rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: brandon at rioja dot us @ 2014-09-26 16:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Brandon Rioja <brandon at rioja dot us> ---
Created attachment 33584
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33584&action=edit
preprocessed file (zipped)


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

* [Bug middle-end/63383] internal compiler error: in expand_expr_real_1, at expr.c:9389
  2014-09-26 16:16 [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389 brandon at rioja dot us
                   ` (2 preceding siblings ...)
  2014-09-26 16:22 ` brandon at rioja dot us
@ 2014-09-29 10:47 ` rguenth at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-09-29 10:47 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |i?86-*-*
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-29
          Component|c++                         |middle-end
            Version|unknown                     |4.8.3
     Ever confirmed|0                           |1
      Known to fail|                            |4.8.3, 4.9.2, 5.0

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.


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

end of thread, other threads:[~2014-09-29 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-26 16:16 [Bug c++/63383] New: internal compiler error: in expand_expr_real_1, at expr.c:9389 brandon at rioja dot us
2014-09-26 16:19 ` [Bug c++/63383] " brandon at rioja dot us
2014-09-26 16:19 ` brandon at rioja dot us
2014-09-26 16:22 ` brandon at rioja dot us
2014-09-29 10:47 ` [Bug middle-end/63383] " 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).