This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/47137] [4.6 Regression] gcc incorrectly combines assembly inputs
- From: "hjl at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 2 Jan 2011 17:54:43 +0000
- Subject: [Bug driver/47137] [4.6 Regression] gcc incorrectly combines assembly inputs
- Auto-submitted: auto-generated
- References: <bug-47137-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47137
--- Comment #3 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> 2011-01-02 17:54:24 UTC ---
Author: hjl
Date: Sun Jan 2 17:54:22 2011
New Revision: 168407
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168407
Log:
Don't check have_o when settting combine_inputs.
2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
PR driver/47137
* gcc.c (main): Don't check have_o when settting combine_inputs.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gcc.c