This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/68486] [6 Regression] 187.facerec in SPEC CPU 2000 failed to build


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

H.J. Lu <hjl.tools at gmail dot com> changed:

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
187.facerec in SPEC CPU 2000 still fails:

Breakpoint 1, gfc_simplify_cshift (array=0x2042670, shift=0x2042880, 
    dim=<optimized out>) at ../../src-trunk/gcc/fortran/simplify.c:1824
1824            gcc_unreachable ();
(gdb) p array->expr_type
$1 = EXPR_FUNCTION
(gdb) bt
#0  gfc_simplify_cshift (array=0x2042670, shift=0x2042880, dim=<optimized out>)
    at ../../src-trunk/gcc/fortran/simplify.c:1824
#1  0x000000000060c252 in do_simplify (specific=specific@entry=0x1ff9c98, 
    e=e@entry=0x20414d0) at ../../src-trunk/gcc/fortran/intrinsic.c:4150
#2  0x0000000000615b4d in gfc_intrinsic_func_interface (
    expr=expr@entry=0x20414d0, error_flag=error_flag@entry=1)
    at ../../src-trunk/gcc/fortran/intrinsic.c:4499
#3  0x000000000065a1ab in resolve_unknown_f (expr=0x20414d0)
    at ../../src-trunk/gcc/fortran/resolve.c:2707
#4  resolve_function (expr=0x20414d0)
    at ../../src-trunk/gcc/fortran/resolve.c:3002
#5  gfc_resolve_expr (e=0x20414d0)
    at ../../src-trunk/gcc/fortran/resolve.c:6334
#6  0x0000000000657aa6 in resolve_operator (e=0x2043020)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]