[Bug other/28083] fixincludes generates headers not ending with newline

2006-06-19 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-06-19 17:22 --- Fixed by: 2005-11-24 Bruce Korb <[EMAIL PROTECTED]> * fixincl.c(write_replacement) "here strings" in AutoGen often/generally don't have a terminating newline. Check the last byte for '\n'. --

[Bug other/28083] fixincludes generates headers not ending with newline

2006-06-19 Thread peb at mppmu dot mpg dot de
--- Comment #2 from peb at mppmu dot mpg dot de 2006-06-19 14:24 --- Created an attachment (id=11703) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11703&action=view) The file asm/posix_typed.h as produced by fixincludes from gcc-3.4.6 I just checked that the same file created by

[Bug other/28083] fixincludes generates headers not ending with newline

2006-06-19 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-06-19 13:14 --- Please provide a testcase (the unfixed asm/posix_types.h). Also you should check if using gcc 4.x fixes this, as the 3.x series are no longer maintained. -- rguenth at gcc dot gnu dot org changed: Wh