summaryrefslogtreecommitdiff
path: root/gcc/convert.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/15549 (true !< 'a')Josef Zlomek2004-06-281-1/+21
* simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke2002-07-041-0/+6
* convert.c (convert_to_integer): Don't pass the truncation down when the targe...Eric Botcazou2002-06-141-3/+15
* c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth2002-04-011-6/+10
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-9/+11
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner2001-02-231-3/+3
* Warning fixes:Kaveh R. Ghazi2000-07-121-2/+0
* Vector conversions supportBernd Schmidt2000-06-241-2/+37
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-2/+2
* tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell2000-03-211-1/+1
* Copyright fixesJeff Law2000-02-251-1/+2
* Merge in gcc2-ss-010999Jeff Law1999-09-061-0/+1
* convert.c (convert_to_integer): Issue an error on conversions to incomplete t...Mark Mitchell1998-08-301-0/+8
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-161/+121
* dummy commit before mergeJeff Law1998-04-031-1/+4
* formatting tweaksMike Stump1996-07-031-3/+3
* (convert_to_integer): If TYPE is a enumeral type or if its precision is not t...Richard Kenner1995-07-171-1/+12
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Support reference typesJason Merrill1995-02-131-6/+6
* (convert_to_pointer): Eliminate ref to null_pointer_node.Richard Kenner1994-12-251-3/+3
* (convert_to_real): Accept boolean values.Jason Merrill1994-05-181-1/+1
* (convert_to_integer): Convert integer_one_node to proper type beforeRichard Kenner1994-03-141-21/+23
* (convert_to_integer): When changing type of truthvalue operation,Richard Kenner1994-03-131-6/+20
* (convert_to_integer): Don't pass truncate into ABS_EXPR.Richard Stallman1993-07-291-1/+2
* (convert_to_integer): When we want to return zero, be sure we honorRichard Kenner1993-04-281-5/+16
* (convert_to_integer...Richard Kenner1993-04-231-9/+13
* (convert_to_real): Pass mode arg to REAL_VALUE_ATOF.Richard Stallman1993-03-311-1/+1
* Minor fix in last change.Richard Stallman1993-03-091-1/+1
* (convert_to_complex): Avoid using comptypes.Richard Stallman1993-03-091-1/+2
* (convert_to_pointer): Fix typo comparing size of integer and pointers.Steve Chamberlain1993-03-041-1/+3
* (convert_to_real): Convert complex to real.Richard Stallman1993-03-041-0/+55
* (convert_to_integer): Delete Feb 19 change.Jim Wilson1993-02-251-26/+0
* (convert_to_integer): #if 0 the truncated integer warning.Richard Stallman1993-02-221-0/+2
* (convert_to_integer): Warn if integer is truncated and that changes the value.Richard Stallman1993-02-191-0/+24
* Initial revisionBrendan Kehoe1993-01-081-0/+370