This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR 51808 Heap allocate binding labels


On Sun, 29 Jan 2012, Janne Blomqvist wrote:
> Taking into account the suggestions by Tobias and Mikael, attached is
> the patch I just committed. Thanks for the reviews!

I am now seeing the following bootstrap error on all my FreeBSD testers, 
and this does not appear to be operating system-specific:

.../gcc-HEAD/gcc/fortran/decl.c: In function 'gfc_try set_binding_label(char**, const char*, int)':
.../gcc-HEAD/gcc/fortran/decl.c:3828:23: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
.../gcc-HEAD/gcc/fortran/decl.c: In function 'match gfc_match_bind_c(gfc_symbol*, bool)':
.../gcc-HEAD/gcc/fortran/decl.c:5820:23: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
gmake[3]: *** [fortran/decl.o] Error 1

How and where was this patch tested?

Gerald


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