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 bootstrap/64213] New: gimple-match.c:1523:6: error: âGIMPLEâ was not declared in this scope


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

            Bug ID: 64213
           Summary: gimple-match.c:1523:6: error: âGIMPLEâ was not
                    declared in this scope
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ubizjak at gmail dot com

/space/homedirs/uros/gcc-build/./prev-gcc/xg++
-B/space/homedirs/uros/gcc-build/./prev-gcc/
-B/usr/local/alphaev68-unknown-linux-gnu/bin/ -nostdinc++
-B/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs

-I/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/include/alphaev68-unknown-linux-gnu

-I/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/include
 -I/space/homedirs/uros/gcc-svn/trunk/libstdc++-v3/libsupc++
-L/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/src/.libs
-L/space/homedirs/uros/gcc-build/prev-alphaev68-unknown-linux-gnu/libstdc++-v3/libsupc++/.libs
-c   -g -O2 -gtoggle -DIN_GCC    -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings
-Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common
-Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../gcc-svn/trunk/gcc
-I../../gcc-svn/trunk/gcc/. -I../../gcc-svn/trunk/gcc/../include
-I../../gcc-svn/trunk/gcc/../libcpp/include 
-I../../gcc-svn/trunk/gcc/../libdecnumber
-I../../gcc-svn/trunk/gcc/../libdecnumber/dpd -I../libdecnumber
-I../../gcc-svn/trunk/gcc/../libbacktrace   -o gimple-match.o -MT
gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.c
gimple-match.c: In function âbool gimple_simplify(code_helper*, tree_node**,
gimple_statement_base**, tree_node* (*)(tree), code_helper, tree, tree)â:
gimple-match.c:1523:6: error: âGIMPLEâ was not declared in this scope
 if ((GIMPLE && useless_type_conversion_p (type, TREE_TYPE (captures[0]))) ||
(0 && type == TREE_TYPE (captures[0])))
      ^
gimple-match.c:1573:7: error: âGIMPLEâ was not declared in this scope
 if (((GIMPLE && useless_type_conversion_p (type, inside_type)) || (0 &&
TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type))) && (((inter_int
|| inter_ptr) && final_int) || (inter_float && final_float)) && inter_prec >=
final_prec)
       ^
gimple-match.c:1821:7: error: âGIMPLEâ was not declared in this scope
 if (((GIMPLE && useless_type_conversion_p (type, inside_type)) || (0 &&
TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type))) && (((inter_int
|| inter_ptr) && final_int) || (inter_float && final_float)) && inter_prec >=
final_prec)
       ^
gimple-match.c:2086:6: error: âGIMPLEâ was not declared in this scope
 if ((GIMPLE && useless_type_conversion_p (type, TREE_TYPE (captures[0]))) ||
(0 && type == TREE_TYPE (captures[0])))
      ^
gimple-match.c:2190:6: error: âGIMPLEâ was not declared in this scope
 if ((GIMPLE && useless_type_conversion_p (type, TREE_TYPE (captures[0]))) ||
(0 && type == TREE_TYPE (captures[0])))
      ^
gimple-match.c:2240:7: error: âGIMPLEâ was not declared in this scope
 if (((GIMPLE && useless_type_conversion_p (type, inside_type)) || (0 &&
TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type))) && (((inter_int
|| inter_ptr) && final_int) || (inter_float && final_float)) && inter_prec >=
final_prec)
       ^
gimple-match.c:2488:7: error: âGIMPLEâ was not declared in this scope
 if (((GIMPLE && useless_type_conversion_p (type, inside_type)) || (0 &&
TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type))) && (((inter_int
|| inter_ptr) && final_int) || (inter_float && final_float)) && inter_prec >=
final_prec)
       ^
gimple-match.c:2718:6: error: âGIMPLEâ was not declared in this scope
 if ((GIMPLE && useless_type_conversion_p (type, TREE_TYPE (captures[0]))) ||
(0 && type == TREE_TYPE (captures[0])))
      ^
gimple-match.c:2768:7: error: âGIMPLEâ was not declared in this scope
 if (((GIMPLE && useless_type_conversion_p (type, inside_type)) || (0 &&
TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (inside_type))) && (((inter_int
|| inter_ptr) && final_int) || (inter_float && final_float)) && inter_prec >=
final_prec)
       ^
gimple-match.c:3016:7: error: âGIMPLEâ was not declared in this scope

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