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]

conflicting declaration of "frame_offset"


Hi

I noticed that stmt.c declares "frame_offset" as
"extern int" and function.h declares it as 
"extern HOST_WIDE_INT".

Can someone put together a obvious trival patch.

I would have provided a patch but any patches 
I submit are currently on hold due to copyright
assignment.

On the use of explicit externs in *.c files I
would like to see them moved to an appropriate 
header file and to remove any duplicates.

I am not suggesting that the above be done for the
egcs-2.95 release, but it is something we should
aim to tackle once egcs-2.95 has been released.

Graham

p.s. Jeff. I hope to have the copyright assignment
stuff sorted out this week.


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