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: [PATCH]: use mathfn_built_in more often


Hi Kaveh,

There is a warning regression :-( with this patch because the fndecl
argument to fold_builtin_cabs is no longer used after your patch.

Uhm I thought these nits were picked up with our use of warnings
as errors during stage2 and stage3 builds in bootstraps.

Something's wrong somewhere I see the warning during stage1 build
but don't during either stage2 or stage3. That'll explain why the
bootstrap didn't abort.

Cheers
Graham


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