This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/22098] New: failed to build with mingw 5.1.0


https://sourceware.org/bugzilla/show_bug.cgi?id=22098

            Bug ID: 22098
           Summary: failed to build with mingw 5.1.0
           Product: gdb
           Version: 8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: alfedotov at gmail dot com
  Target Milestone: ---

gcc version 5.1.0 20150422 (Fedora MinGW 5.1.0-2.fc22) (GCC)

../../src_gdb/gdb/arm-linux-tdep.c:394:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:394:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:404:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:404:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:415:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:415:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:415:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:426:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:426:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:426:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:438:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:438:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:438:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:438:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:450:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:450:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:450:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:450:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:461:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^
../../src_gdb/gdb/arm-linux-tdep.c:461:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
../../src_gdb/gdb/arm-linux-tdep.c:461:1: error: narrowing conversion of '-1ll'
from 'LONGEST {aka long long int}' to 'ULONGEST {aka long long unsigned int}'
inside { }
../../src_gdb/gdb/arm-linux-tdep.c:472:1: error: narrowing conversion of '-1'
from 'int' to 'ULONGEST {aka long long unsigned int}' inside { }
 };
 ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]