public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/68146] New: ice in gimple_stmt_nonnegative_warnv_p with -O2
@ 2015-10-29 14:51 dcb314 at hotmail dot com
  2015-10-29 15:06 ` [Bug middle-end/68146] [6 Regression] " rguenth at gcc dot gnu.org
  2015-10-29 16:00 ` dominiq at lps dot ens.fr
  0 siblings, 2 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2015-10-29 14:51 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 68146
           Summary: ice in gimple_stmt_nonnegative_warnv_p with -O2
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Created attachment 36613
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36613&action=edit
FORTRAN source code

The attached FORTRAN code, when compiled with -c -O2 on x86_64,
does this

internal compiler error: Segmentation fault
0xc4d67f crash_signal
        ../../src/trunk/gcc/toplev.c:353
0x991e56 gimple_stmt_nonnegative_warnv_p(gimple*, bool*, int)
        ../../src/trunk/gcc/gimple-fold.c:6266
0x991f21 gimple_phi_nonnegative_warnv_p
        ../../src/trunk/gcc/gimple-fold.c:6251
0x991f21 gimple_stmt_nonnegative_warnv_p(gimple*, bool*, int)
        ../../src/trunk/gcc/gimple-fold.c:6276
0x92d9f5 tree_expr_nonnegative_p(tree_node*)
        ../../src/trunk/gcc/fold-const.c:13164

gimple-fold.c:6266 is

switch (gimple_code (stmt))


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

end of thread, other threads:[~2015-10-29 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-29 14:51 [Bug fortran/68146] New: ice in gimple_stmt_nonnegative_warnv_p with -O2 dcb314 at hotmail dot com
2015-10-29 15:06 ` [Bug middle-end/68146] [6 Regression] " rguenth at gcc dot gnu.org
2015-10-29 16:00 ` dominiq at lps dot ens.fr

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).