Skip to content
Snippets Groups Projects
Commit c62c8a78 authored by law's avatar law
Browse files

* typeck.c (unsigned_type): Only return TItype nodes when

        HOST_BITS_PER_WIDE_INT is >= 64 bits.
        (signed_type): Similarly.
        * decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
        when HOST_BITS_PER_WIDE_INT is >= 64 bits.
        (init_decl_processing): Only create TItype nodes when
        HOST_BITS_PER_WIDE_INT is >= 64 bits.
        * cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
        when HOST_BITS_PER_WIDE_INT is >= 64 bits.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22915 138bc75d-0d04-0410-961f-82ee72b054a4
parent d53c08c3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment