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]
Other format: [Raw text]

Re: Fwd: [PATCH] genmultilib: improve error reporting for MULTILIB_REUSE


On 08/10/2016 09:51 AM, Thomas Preudhomme wrote:


*** gcc/ChangeLog ***

2016-08-01  Thomas Preud'homme  <thomas.preudhomme@arm.com>

        * doc/fragments.texi (MULTILIB_REUSE): Mention that only options in
        MULTILIB_OPTIONS should be used.  Small wording fixes.
        * genmultilib: Memorize set of all option combinations in
        combination_space.  Detect if RHS of MULTILIB_REUSE uses an
option not
        found in MULTILIB_OPTIONS by checking if option set is listed in
        combination_space.  Output new and existing error message to
stderr.
[ snip ]


+A reuse rule is comprised of two parts connected by equality sign.  The left
+part is the option set used to build multilib and the right part is the option
+set that will reuse this multilib.  Both part should only use options specified
"Both part" -> "Both parts" I think here.

OK with that change.

jeff



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