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/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt


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

             Bug #: 55957
           Summary: [4.8 Regression] Bootstrap error in prop_value_t
                    evaluate_stmt
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tkoenig@gcc.gnu.org


With rev. 195125:

make[3]: Entering directory `/home/ig25/Gcc/trunk-bin/gcc'
g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-fno-common  -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/.
-I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I../../trunk/gcc/../libdecnumber -I../../trunk/gcc/../libdecnumber/bid
-I../libdecnumber -I../../trunk/gcc/../libbacktrace   
../../trunk/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
../../trunk/gcc/tree-ssa-ccp.c: In function 'prop_value_t
evaluate_stmt(gimple)':
../../trunk/gcc/tree-ssa-ccp.c:1594:60: error: cannot convert 'built_in_class'
to 'built_in_function' for argument '2' to 'bool gimple_call_builtin_p(gimple,
built_in_function)'
       else if (gimple_call_builtin_p (stmt, BUILT_IN_NORMAL))


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