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 preprocessor/21521] -finput-charset -save-temps converts characters twice



------- Comment #3 from tromey at gcc dot gnu dot org  2006-12-30 23:11 -------
FWIW my initial attempt here, namely inserting %<finput-charset*
into specs in various places, fails if multiple files are given
to gcc when -combine is not used (my patch handles the -combine
case).  This is because the first cc1 invocation removes -finput-charset
from the comand line.
So, some other approach must be found.  Perhaps we can wedge in
another -finput-charset option, or perhaps we can add a special
case of some sort.


-- 


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


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