This is the mail archive of the gcc-patches@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]

Re: i686 bootstrap problem



That patch will affect C++ as well.

In start_function, this will have the affect of changing a function
that is declared like:

  bool f();

to one that is declared like:

  int f();

I think.

That's probably OK -- it only affects DECL_RESULT, not the TREE_TYPE
of the function.

Jason?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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