Path: utzoo!telly!attcan!uunet!tut.cis.ohio-state.edu!PARIS.ICS.UCI.EDU!schmidt%siam.ics.uci.edu From: schmidt%siam.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") Newsgroups: gnu.gcc.bug Subject: gcc and *.cc files. Message-ID: <8903111645.aa24759@PARIS.ICS.UCI.EDU> Date: 12 Mar 89 00:45:54 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 16 As GCC and G++ become increasingly merged it would be nice to update the gcc.c file so that compiling a G++ program, specified by the .cc suffix, would call the correct compiler. In gcc 1.34, this doesn't work, since gcc execs a main compiler program named ``cc1plus,'' whereas g++'s main compiler program is called gcc-c++. I'm sure the change is trivial, and simply necessitates standardizing on a common naming convention. Could this please be done for the next release? Thanks, Doug