--
-- This function raises Storage_Error if Matcher is too small to hold
-- the resulting code (i.e. Matcher.Size has too small a value) only when
- -- the paramter Error_When_Too_Small is set to True. Otherwise, no error
+ -- the parameter Error_When_Too_Small is set to True. Otherwise, no error
-- will be raised and the required size will be placed in the
-- Final_Code_Size parameter.
--
else
{
if (INTVAL (op3) != 0)
- warning (0, "invalid forth argument to"
+ warning (0, "invalid fourth argument to"
" %<__builtin_ia32_prefetch%>; using zero");
if (!address_operand (op0, VOIDmode))
IF TreeOverflow (incrtree)
THEN
MetaErrorT0 (lastpos,
- 'the intemediate calculation for the last iterator value in the {%kFOR} loop has caused an overflow') ;
+ 'the intermediate calculation for the last iterator value in the {%kFOR} loop has caused an overflow') ;
NoChange := FALSE ;
SubQuad (quad) ;
success := FALSE
IF TreeOverflow (incrtree)
THEN
MetaErrorT0 (lastpos,
- 'the intemediate calculation for the last iterator value in the {%kFOR} loop has caused an overflow') ;
+ 'the intermediate calculation for the last iterator value in the {%kFOR} loop has caused an overflow') ;
NoChange := FALSE ;
SubQuad (quad) ;
success := FALSE
void extern
prefetch_test (void)
{
- __builtin_ia32_prefetch (p, 0, 0, 2); /* { dg-warning "invalid forth argument to '__builtin_ia32_prefetch'; using zero" } */
+ __builtin_ia32_prefetch (p, 0, 0, 2); /* { dg-warning "invalid fourth argument to '__builtin_ia32_prefetch'; using zero" } */
}
T[foo(1)] calcBuffer;
}
-// Same name but hidden by the template paramter
+// Same name but hidden by the template parameter
extern (D) struct Buffer {}
extern (D) struct ActualBuffer {}