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: Inline sqrt for ia64


"Zack Weinberg" <zack@codesourcery.com> writes:

| Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
| 
| > "Zack Weinberg" <zack@codesourcery.com> writes:
| >
| > | +  if (TARGET_INLINE_SQRT_LAT)
| > | +    {
| > | +      warning ("not yet implemented: latency-optimized inline square root");
| >
| > Is a reason why this isn't a call to sorry()?
| > (sorry has the prepending text "not yet implemented").
| 
| Because it's a warning, not a hard error.

a sorry does not count as an error.

-- Gaby


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