generate-random.c: Do not include libiberty.h.
2005-05-17 Richard Guenther <rguenth@gcc.gnu.org> * gcc.dg/compat/generate-random.c: Do not include libiberty.h. * gcc.dg/compat/generate-random_r.c: Likewise. From-SVN: r99832
This commit is contained in:
parent
df01da3748
commit
1f76e41766
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-05-17 Richard Guenther <rguenth@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/compat/generate-random.c: Do not include
|
||||
libiberty.h.
|
||||
* gcc.dg/compat/generate-random_r.c: Likewise.
|
||||
|
||||
2005-05-17 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* gcc.dg/fold-div-1.c, gcc.dg/recip-1.c, gcc.dg/recip-2.c: New.
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
SUCH DAMAGE.*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "libiberty.h"
|
||||
#include <stdlib.h>
|
||||
#include "generate-random.h"
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
*/
|
||||
|
||||
#include <limits.h>
|
||||
#include "libiberty.h"
|
||||
#include <stdlib.h>
|
||||
#include "generate-random.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue