------- Additional Comments From joseph at codesourcery dot com 2005-04-13 21:01 ------- Subject: Re: [3.3/3.4/4.0 Regression] Inlined memcmp makes one argument null on entry
On Wed, 13 Apr 2005, jakub at redhat dot com wrote: > +/* dg-do run */ > +/* dg-options "-O2" */ Not valid gcc.dg markings (missing surrounding { }). All tests which are portable, test only successful compilation or execution (not warnings) and whose options are among those tested in gcc.c-torture should go there, i.e. in this case gcc.c-torture/execute, instead of gcc.dg. (It is indeed the case that several tests are wrongly in gcc.dg and should move.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20126