This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [PATCH] PR30391: GIMPLE_MODIFY_STMT vs. middle-end


Hi Roger,

Thanks for helping get rid of that regression that is blocking some
pretty used Fortran codes. I applied your patch today on a mainline
build on x86_64-linux, and re-built (without a full rebootstrap). I
get:

libbackend.a(tree-ssa-pre.o)(.text+0xab46): In function
`create_expression_by_pieces':
/utmp/coudert/gfortran/trunk/gcc/tree-ssa-pre.c:2637: undefined
reference to `build2_gimple'
libbackend.a(tree-ssa-pre.o)(.text+0xcfa7): In function `poolify_modify_stmt':
/utmp/coudert/gfortran/trunk/gcc/tree-ssa-pre.c:3475: undefined
reference to `build2_gimple'
libbackend.a(tree-ssa-pre.o)(.text+0xde7a): In function `realify_fake_stores':
/utmp/coudert/gfortran/trunk/gcc/tree-ssa-pre.c:3588: undefined
reference to `build2_gimple'

FX


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