------- Comment #11 from benny at ammitzboell-consult dot dk  2008-02-25 16:02 
-------
(In reply to comment #10)
> At first this looks like a target issue.  Can you check if a still maintained
> GCC version is still affected?  That would be 4.2.3 for example.
> 

Since print-rtl.c in 4.2.3 still contains code like this:

        fprintf (outfile, HOST_WIDE_INT_PRINT_DEC, XWINT (in_rtx, i));
        if (! flag_simple)
          fprintf (outfile, " [" HOST_WIDE_INT_PRINT_HEX "]",
                   XWINT (in_rtx, i));

- I am assuming that the (RTL) behavior is the same as in my examples. But are
you saying that a later (target) stage should be able to see that this is just
a 32-bit const?


-- 


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

Reply via email to