Commit Graph

28 Commits

Author SHA1 Message Date
Richard Stallman
11b459cf9a (copy_node): Copy the excess bytes--don't clear them.
From-SVN: r2551
1992-10-22 12:04:02 +00:00
Richard Stallman
2f145821b7 (make_node, copy_node): Don't assume node length is multiple of int.
From-SVN: r2524
1992-10-20 08:57:43 +00:00
Richard Stallman
dcffa15b6e (int_fits_type_p): Negative ints never fit unsigned
types, and unsigned ints with top-bit-set never fit signed types.

From-SVN: r2126
1992-09-15 21:37:22 +00:00
Richard Stallman
bc99efc9d6 (build_index_type, build_index_2_type): Don't pass HOST_WIDE_INT to routine expecting an int.
(build_index_type, build_index_2_type): Don't pass
HOST_WIDE_INT to routine expecting an int.  Don't pass negative
value even if hash code is INT_MIN.

From-SVN: r2087
1992-09-09 07:00:48 +00:00
Richard Stallman
c7ee7249fc (make_node): Fix typo in July 6 change:
assignment of DECL_IN_SYSTEM_HEADER was inserted in bad place.

From-SVN: r2011
1992-09-01 06:19:13 +00:00
Richard Stallman
f47ee9f26e (chainon): Check for op2 being the last elt of the chain.
From-SVN: r1987
1992-08-29 03:11:59 +00:00
Richard Stallman
52d2830e77 Fix comment.
From-SVN: r1963
1992-08-26 18:56:07 +00:00
Richard Kenner
f8d97cf472 Put include of stdio.h after GCC header files (for i860-stardent-sysv4).
From-SVN: r1905
1992-08-20 05:58:18 -04:00
Torbjorn Granlund
858a47b165 Fix spelling errors in comments.
From-SVN: r1825
1992-08-14 11:33:04 +00:00
Richard Kenner
d69c4bd158 (TYPE_HASH): Use HOST_WIDE_INT instead of int when casting pointers to
integers.

From-SVN: r1752
1992-08-02 21:40:19 -04:00
Richard Stallman
cfd6bb3d08 (make_node): Fix white space.
From-SVN: r1708
1992-07-29 03:31:44 +00:00
Richard Stallman
036461899d (typedef tree_node_kind): Added new kind, i.e. `b_kind'.
(tree_node_kind_names):  Added name for `b_kind'.
(make_node, copy_node, stabilize_reference_1):
Handle case 'b' (for BLOCK nodes).
(make_node):  Don't try to deal with BLOCKs when doing a type 'e' node.

From-SVN: r1603
1992-07-17 04:17:58 +00:00
Richard Stallman
0924ddefb6 Renamed TREE_INLINE, TREE_NONLOCAL, TREE_REGDECL, TREE_EXTERNAL.
to DECL_INLINE, DECL_NONLOCAL, DECL_REGISTER, DECL_EXTERNAL.

From-SVN: r1570
1992-07-12 03:06:32 +00:00
Richard Stallman
db7e523939 entered into RCS
From-SVN: r1559
1992-07-11 21:58:16 +00:00
Charles Hannum
d964285ca2 *** empty log message ***
From-SVN: r1533
1992-07-08 23:16:28 +00:00
Richard Kenner
e0a9b507b0 *** empty log message ***
From-SVN: r1518
1992-07-08 09:08:42 -04:00
Richard Kenner
508f8149cc *** empty log message ***
From-SVN: r1516
1992-07-08 06:30:11 -04:00
Richard Stallman
3110a56ea5 *** empty log message ***
From-SVN: r1490
1992-07-07 01:43:38 +00:00
Richard Kenner
373666321a *** empty log message ***
From-SVN: r1475
1992-07-06 16:14:57 -04:00
Richard Stallman
0e77444b39 *** empty log message ***
From-SVN: r1440
1992-07-05 03:49:06 +00:00
Richard Kenner
4b980e20ad *** empty log message ***
From-SVN: r1318
1992-06-28 06:10:54 -04:00
Richard Kenner
d5ebacaf56 *** empty log message ***
From-SVN: r1308
1992-06-27 07:10:21 -04:00
Richard Kenner
bfa30b22c7 *** empty log message ***
From-SVN: r961
1992-05-11 22:51:59 -04:00
Richard Kenner
af929c62a2 *** empty log message ***
From-SVN: r726
1992-04-11 14:17:54 -04:00
Richard Stallman
c0920bf977 *** empty log message ***
From-SVN: r621
1992-03-29 03:47:34 +00:00
Richard Stallman
b4ac57ab29 *** empty log message ***
From-SVN: r478
1992-03-14 05:17:01 +00:00
Michael Tiemann
81784237ea *** empty log message ***
From-SVN: r390
1992-03-04 07:35:51 +00:00
Richard Stallman
c6a1db6c73 Initial revision
From-SVN: r324
1992-02-15 03:55:11 +00:00