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]

[patch testsuite]: gcc.dg/large-size-array-2.c and larget-array-4.c


Hi HJ,

it seems that you fix inverted the intention of my initial patch.
The check for this warning should be done for target x86_64-*-mingw*,
but as you wrote
...
/* { dg-error "too large" "" { target { { ! lp64 } || x86_64-*-mingw*
} }  6 } */
...
it checks it always for this target :)

Something like
/* { dg-error "too large" "" { target { { ! lp64 }  { !
x86_64-*-mingw* } } }  6 } */

would be more correct. I am uncertain if the shoud be a && between,
but as far as I remember it is not necessary.

Cheers,
  Kai
-- 
| (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


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