c-opts.c (c_common_parse_file): If start_end_main_source_file, don't call start_sourc...
authorJakub Jelinek <jakub@redhat.com>
Tue, 11 May 2010 19:54:51 +0000 (21:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 11 May 2010 19:54:51 +0000 (21:54 +0200)
commit9d000e830050e5157a159b531c1f6a564e7fff29
tree7bb635018e1b3e22b38eb5e19c237eca0aeb4fea
parentf6430ea53c7b591d4064ff583b9621aa999ad814
c-opts.c (c_common_parse_file): If start_end_main_source_file, don't call start_source_file debug hook here...

* c-opts.c (c_common_parse_file): If start_end_main_source_file,
don't call start_source_file debug hook here...
(finish_options): ... but here, after outputting predefined and
command line defines and undefs.

From-SVN: r159293
gcc/ChangeLog
gcc/c-opts.c