------- Comment #2 from tkoenig at gcc dot gnu dot org  2007-01-29 22:42 -------
For maxval, the usual method of converting the
arguments to default integer kind will have an
"interesting" side effect with an all-false mask:
The value will be a conversion of the default integer
minimum value (soon to be 0x8000000000 after the fix
for PR 30512 goes in) to kind=1 or kind=2.
Definitely not recommended (this will probably be 0x00
or 0x0000)l

The best solution is to generate new maxval_i[12].c files,
which will be better for performance anyway.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tkoenig at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2007-01-23 13:26:59         |2007-01-29 22:42:14
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30533

Reply via email to