This file is indexed.

/usr/src/gcc-5/debian/changelog is in gcc-5-source 5.5.0-12ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
gcc-5 (5.5.0-12ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 11 Apr 2018 22:17:07 +0200

gcc-5 (5.5.0-12) unstable; urgency=medium

  * Don't install i586 symlinks anymore for i386 builds in sid.
  * Build a native compiler with a cross directory layout using the
    FORCE_CROSS_LAYOUT environment variable.
  * Fix zlib-dev dependencies for the libphobos cross multilib packages.
  * Fix dependency generation for libatomic and libquadmath cross packages.
  * Fix some lintian warnings.
  * Link libasan, liblsan, libubsan always with --no-as-needed. LP: #1762683.
  * libgnat{vsn,prj}-dev-cross-*: Don't depend on the gnat compiler.
  * Use --push-state --as-needed and --pop-state instead of --as-needed and
    --no-as-needed for linking libgcc.

 -- Matthias Klose <doko@debian.org>  Wed, 11 Apr 2018 22:11:34 +0200

gcc-5 (5.5.0-11ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Mar 2018 23:43:45 +0800

gcc-5 (5.5.0-11) unstable; urgency=medium

  * S/390: Disable branch prediction, backported from the trunk (Andreas
    Krebbel). LP: #1759152.

 -- Matthias Klose <doko@debian.org>  Tue, 27 Mar 2018 23:30:13 +0800

gcc-5 (5.5.0-10ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 19 Mar 2018 16:30:47 +0800

gcc-5 (5.5.0-10) unstable; urgency=medium

  * Fix libisl build dependency.

 -- Matthias Klose <doko@debian.org>  Mon, 19 Mar 2018 16:27:49 +0800

gcc-5 (5.5.0-9) unstable; urgency=medium

  [ John David Anglin ]
  * Switch hppa-linux to caller copies ABI (as done in GCC 8). See #892848.

  [ Matthias Klose ]
  * Stop build gcj in current distro releases. Addresses: #892536.
  * Fix some lintian warnings.

 -- Matthias Klose <doko@debian.org>  Mon, 19 Mar 2018 15:22:20 +0800

gcc-5 (5.5.0-8ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Jan 2018 12:29:54 +0100

gcc-5 (5.5.0-8) unstable; urgency=medium

  [ Steve Beattie ]
  * Add retpoline support for x86 via adding -mindirect-branch=,
    -mindirect-branch-register, and -mfunction-return= support
    - 0001-i386-Move-struct-ix86_frame-to-machine_function.diff,
      0002-i386-Use-reference-of-struct-ix86_frame-to-avoid-cop.diff,
      0003-i386-More-use-reference-of-struct-ix86_frame-to-avoi.diff,
      0004-i386-Don-t-use-reference-of-struct-ix86_frame.diff,
      0005-x86-Add-mindirect-branch.diff,
      0006-x86-Add-mfunction-return.diff,
      0007-x86-Add-mindirect-branch-register.diff,
      0008-x86-Add-V-register-operand-modifier.diff,
      0009-x86-Disallow-mindirect-branch-mfunction-return-with-.patch:
      implement -mindirect-branch=<keep|thunk|thunk-inline|thunk-extern>
      with attribute support, -mindirect-branch-register, and
      -mfunction-return=<thunk|thunk-inline|thunk-extern> with
      attribute support. Thanks to H.J. Lu.
  * Add retpoline support for ppc64 via adding
    -mspeculate-indirect-jumps support
    - ppc-add-mspeculate-indirect-jumps: implement
      -mspeculate-indirect-jumps. Thanks to Bill Schmidt.

  [ Matthias Klose ]
  * Split off the documentation part from above patches.

 -- Matthias Klose <doko@debian.org>  Wed, 31 Jan 2018 11:50:31 +0100

gcc-5 (5.5.0-7) unstable; urgency=medium

  * No-change rebuild for the mpfr soname change.

 -- Matthias Klose <doko@debian.org>  Fri, 26 Jan 2018 01:47:20 +0100

gcc-5 (5.5.0-6) unstable; urgency=medium

  * Fix shlibs search path for mips64 cross targets. Addresses: #883988.
  * Move the .gox files into the gccgo packages. Addresses: #883136.

 -- Matthias Klose <doko@debian.org>  Sun, 10 Dec 2017 13:40:42 +0100

gcc-5 (5.5.0-5ubuntu2) bionic; urgency=medium

  * No-change rebuild for mpfr soname change.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Jan 2018 01:30:26 +0100

gcc-5 (5.5.0-5ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 19 Nov 2017 23:17:20 +0100

gcc-5 (5.5.0-5) unstable; urgency=medium

  * Fix the full version. Closes: #879864.

 -- Matthias Klose <doko@debian.org>  Sun, 19 Nov 2017 23:15:53 +0100

gcc-5 (5.5.0-4ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 13 Nov 2017 09:52:29 +0100

gcc-5 (5.5.0-4) unstable; urgency=medium

  * gcj-5: Depend on gcc-5. Addresses: #855640.
  * Fix the libcc1.so symlink for cross compilers. Addresses: #881272.

 -- Matthias Klose <doko@debian.org>  Sun, 12 Nov 2017 14:02:42 +0100

gcc-5 (5.5.0-3ubuntu1) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 01 Nov 2017 13:58:41 +0100

gcc-5 (5.5.0-3) unstable; urgency=medium

  * Add thunderx2 support for Linaro builds (Dann Frazier). LP: #1727540.

 -- Matthias Klose <doko@debian.org>  Wed, 01 Nov 2017 13:46:42 +0100

gcc-5 (5.5.0-2ubuntu3) bionic; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Oct 2017 12:46:55 +0200

gcc-5 (5.5.0-2) unstable; urgency=medium

  * Do the extra/optional dance ...
  * Override hardening-no-pie flags for compiler executables.
  * Update the Linaro support to the 5-2017.10 snapshot.

 -- Matthias Klose <doko@debian.org>  Wed, 25 Oct 2017 10:26:50 +0200

gcc-5 (5.5.0-1ubuntu1) artful; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 10 Oct 2017 19:53:48 +0200

gcc-5 (5.5.0-1) unstable; urgency=medium

  * GCC 5.5.0 release.
  * Refresh patches.

 -- Matthias Klose <doko@debian.org>  Tue, 10 Oct 2017 19:15:09 +0200

gcc-5 (5.4.1-12ubuntu4) artful; urgency=medium

  * Update to SVN 20170906 (r251808) from the gcc-5-branch.
    - Fix PR libstdc++/79820, PR libstdc++/81751, PR libstdc++/53984,
      PR libstdc++/81017, PR c++/82039, PR libstdc++/81891,
      PR libstdc++/81599, PR libstdc++/81338, PR lto/81487,
      PR tree-optimization/81503, PR target/80210 (PPC), PR lto/81487,
      PR rtl-optimization/75964, PR target/81305 (AVR), PR target/79883 (AVR),
      PR target/67353 (AVR), PR target/80462 (AVR), PR target/81407 (AVR),
      PR target/81910 (AVR), PR fortran/81770.
  * Fix PR sanitizer/81066, taken from the gcc-7-branch.
  * Fix libjava build failure with glibc-2.26.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 06 Sep 2017 22:03:43 +0200

gcc-5 (5.4.1-12ubuntu2) artful; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 20 Aug 2017 16:34:04 +0200

gcc-5 (5.4.1-12) unstable; urgency=medium

  * Update to SVN 20170820 (r251205, 5.4.1) from the gcc-5-branch.
    - Fix PR libgomp/80394, PR sanitizer/77396, PR sanitizer/80166,
      PR c++/78761, PR gcov-profile/78783, PR c++/79641, PR c/80097,
      PR c++/79512, PR c/77767, PR c/67410, PR c/72816, PR libgomp/80394,
      PR rtl-optimization/80385, PR target/80286 (x86), PR debug/80025,
      PR sanitizer/80168, PR rtl-optimization/80112, PR c++/80129,
      PR sanitizer/79944, PR target/79932 (x86), PR target/79932 (x86),
      PR rtl-optimization/79901, PR rtl-optimization/79901, PR target/79807,
      PR target/79729 (x86), PR middle-end/79396, PR target/79570,
      PR target/79494 (x86), PR target/79568 (x86), PR target/79559 (x86),
      PR tree-optimization/79411, PR middle-end/79399, PR target/79197 (PPC),
      PR ipa/77905, PR target/78796 (AArch64), PR fortran/78298,
      PR middle-end/69183, PR middle-end/78416, PR middle-end/67335,
      PR rtl-optimization/78378, PR target/78227 (x86), PR sanitizer/66343,
      PR rtl-optimization/77919, PR fortran/77665, PR middle-end/77624,
      PR target/77587, PR middle-end/77594, PR sanitizer/68260,
      PR fortran/77516, PR debug/77363, PR middle-end/77377, PR target/71910,
      PR tree-optimization/72824, PR tree-optimization/72824,
      PR sanitizer/71953, PR middle-end/79931, PR ipa/65972, PR lto/50345,
      PR gcov-profile/78783, PR gcov-profile/80413, PR ipa/80212,
      PR sanitizer/70878, PR gcov-profile/80224, PR ipa/80205, PR ipa/80104,
      PR c++/80363, PR c++/80176, PR c++/80141, PR c++/79896, PR c++/79664,
      PR c++/79512, PR c++/78341, PR c++/78949, PR c++/78649, PR c++/77739,
      PR c++/77285, PR c++/78089, PR c++/77467, PR c++/77722, PR c++/77637,
      PR c++/77375, PR c++/72868, PR fortran/78866, PR fortran/77666,
      PR fortran/77500, PR middle-end/50199, PR sanitizer/78992,
      PR sanitizer/78532, PR libstdc++/81002, PR c/81006, PR target/81894 (x86),
      PR target/81861 (x86), PR tree-optimization/81354, PR sanitizer/81604,
      PR tree-optimization/81555, PR tree-optimization/81556,
      PR tree-optimization/81162, PR target/80569 (x86), PR target/81471 (x86),
      PR target/81375 (x86), PR target/81300 (x86), PR tree-optimization/81192,
      PR target/80382 (PPC), PR target/80966 (PPC), PR rtl-optimization/73650,
      PR target/61729 (PPC), PR target/77850 (PPC), PR target/80382 (PPC),
      PR middle-end/80692, PR target/80966 (PPC), PR middle-end/80902,
      PR target/79155 (x86), PR other/80909, PR ipa/80663, PR ipa/79850,
      PR driver/31468, PR other/80589, PR gcov-profile/53915, PR driver/56469,
      PR target/80968 (SPARC), PR target/80968 (SPARC), PR c/81006,
      PR fortran/70601.
    - Fix PR sanitizer/66343. LP: #1704401.
  * Don't build the gc enabled libobjc for cross compilers. Closes: #872233.
  * Fix hangs w/ asan binaries on arm64 (Dann Frazier). LP: #1709727.
  * Linaro branch only: Fix PR target/79041, aarch64 backend emitting
    R_AARCH64_ADR_PREL_PG_HI21 relocation despite -mpc-relative-literal-loads
    option being used (Dan Frazier). LP: #1695093.

 -- Matthias Klose <doko@debian.org>  Sun, 20 Aug 2017 16:31:20 +0200

gcc-5 (5.4.1-11ubuntu2) artful; urgency=medium

  * Disable PIE on i386, bootstrap error in GCC itself.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 May 2017 18:23:43 -0700

gcc-5 (5.4.1-11ubuntu1) artful; urgency=medium

  * Starting with 17.10, enable PIE on armhf, arm64 and i386.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 May 2017 18:46:14 +0000

gcc-5 (5.4.1-11) unstable; urgency=medium

  * Update to SVN 20170519 (r248301, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/80504, PR libstdc++/80448, PR libstdc++/67440,
      PR libstdc++/69699, PR libstdc++/71444, PR libstdc++/78236,
      PR libstdc++/59170, PR libstdc++/59161, PR libstdc++/62045,
      PR libstdc++/62045, PR libstdc++/66059, PR target/80799 (x86).
  * Re-add unwind support on kfreebsd-amd64 (James Clarke).
  * Work around #814977 (gnat calling gcc-5-5) by providing a gcc-5-5
    symlink.
  * Update the ibm branch to 20170519.

 -- Matthias Klose <doko@debian.org>  Fri, 19 May 2017 11:56:59 -0700

gcc-5 (5.4.1-10ubuntu1) artful; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 15 May 2017 11:40:31 -0700

gcc-5 (5.4.1-10) unstable; urgency=medium

  * Update to SVN 20170515 (r248069, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/79980, PR libstdc++/80041, PR libstdc++/79980,
      PR libstdc++/79511, PR libstdc++/80034, PR target/45053 (PPC),
      PR c++/79548, PR target/69868 (PPC), PR target/68491 (x86),
      PR target/68390 (ARM), PR target/80376 (PPC), PR target/80315 (PPC),
      PR target/80082 (ARM), PR ipa/77333, PR tree-optimization/68021,
      PR target/79733 (x86), PR target/80246 (PPC), PR target/80180 (x86),
      PR lto/79587, PR target/79906 (PPC), PR gcov-profile/80081,
      PR middle-end/79753, PR target/79769, PR target/79770,
      PR middle-end/79831, PR middle-end/78339, PR target/65705,
      PR target/69804, PR sanitizer/71458, PR tree-optimization/79631,
      PR ipa/79761, PR tree-optimization/79803, PR rtl-optimization/79574,
      PR rtl-optimization/79574, PR rtl-optimization/79577,
      PR target/79951 (PPC), PR target/71017 (x86), PR target/80019 (x86),
      PR target/79439 (PPC), PR target/77850 (PA), PR fortran/80392,
      PR fortran/80361, PR fortran/59910, PR fortran/80388, PR c/79756,
      PR tree-optimization/79732, PR tree-optimization/79666,
      PR tree-optimization/80122, PR tree-optimization/80334,
      PR middle-end/80539, PR fortran/79894.
  * Fix symlinks to man pages in the hppa64 package. Addresses: #857583.
  * Fix ecj1 symlink for gcj cross compiler packages. Addresses: #855640.
  * Don't ship the gnatgcc manpage symlink when building GFDL packages.
    Addresses: #857384.
  * Install the gcov-dump utility.
  * Remove libquadmath/gdtoa license from debian/copyright (files removed).
  * PR preprocessor/71183, taken from the trunk. Closes: #823937.
  * Update the Linaro support to the 5-2017.05 snapshot.
  * Disable running the testsuite on KFreeBSD, hanging the buildds.

 -- Matthias Klose <doko@debian.org>  Mon, 15 May 2017 11:23:28 -0700

gcc-5 (5.4.1-8ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Mar 2017 13:16:08 +0100

gcc-5 (5.4.1-8) unstable; urgency=medium

  * Update to SVN 20170304 (r245892, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/79789, PR target/79514 (x86), PR target/79544 (PPC),
      PR lto/79579, PR target/79749 (sparc).
  * Build-depend on gnat-5 again.

 -- Matthias Klose <doko@debian.org>  Sat, 04 Mar 2017 09:56:28 +0100

gcc-5 (5.4.1-7ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 28 Feb 2017 12:48:18 +0100

gcc-5 (5.4.1-7) unstable; urgency=medium

  * Re-apply the ada-gcc-name patch (see #856274). Build-depend on
    gnat-6 for this build (to be reverted in next upload).
  * ada-acats.diff: Really call gcc-5 (Svante Signell).

 -- Matthias Klose <doko@debian.org>  Tue, 28 Feb 2017 09:51:09 +0100

gcc-5 (5.4.1-6ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 26 Feb 2017 20:06:52 +0100

gcc-5 (5.4.1-6) unstable; urgency=medium

  * Update to SVN 20170226 (r245745, 5.4.1) from the gcc-5-branch.
    - Fix PR target/78945 (ARM32), PR translation/79397, PR sanitizer/79562,
      PR libstdc++/69321, PR libstdc++/69301, PR libstdc++/78702,
      PR libstdc++/78134, PR libstdc++/78273, PR target/79261 (PPC),
      PR target/71017 (x86), PR target/76731 (x86), PR target/79545 (PPC),
      PR middle-end/70022, PR target/79498, PR c/79471.
  * Fix PR target/77267 (x86), taken from the trunk. LP: #1623418.
  * Update the Linaro support to the 5-2017.02 snapshot.
  * Fix PR target/66785 (ARM), taken from the linaro branch.

 -- Matthias Klose <doko@debian.org>  Sun, 26 Feb 2017 19:31:50 +0100

gcc-5 (5.4.1-5ubuntu2) zesty; urgency=medium

  * Update to SVN 20170210 (r245331, 5.4.1) from the gcc-5-branch.
    - Fix PR target/78945 (ARM32), PR translation/79397.
  * Fix PR target/77267 (x86), taken from the trunk. LP: #1623418.
  * Update the Linaro support to the 5-2017.02 snapshot.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 10 Feb 2017 15:59:08 +0100

gcc-5 (5.4.1-5ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Feb 2017 10:36:50 +0100

gcc-5 (5.4.1-5) unstable; urgency=medium

  * Update to SVN 20170205 (r245197, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/78389, PR libstdc++/78389, PR libstdc++/78956,
      PR libstdc++/78991, PR libstdc++/78465, PR libstdc++/70975,
      PR libstdc++/71337, PR libstdc++/78111, PR c/77450, PR pch/78970,
      PR target/78041 (ARM32), PR tree-optimization/77646, PR c++/71848,
      PR bootstrap/78188, PR tree-optimization/77648,
      PR tree-optimization/77879, PR tree-optimization/77855,
      PR middle-end/77436, PR middle-end/77605, PR tree-optimization/78047,
      PR middle-end/78185, PR middle-end/78333, PR lto/69188,
      PR ipa/79043, PR ipa/70366, PR ipa/71207, PR rtl-optimization/78617,
      PR target/78253 (ARM), PR lto/79042, PR rtl-optimization/78255,
      PR sanitizer/65479, PR pch/78970, PR target/70668,
      PR tree-optimization/78886, PR tree-optimization/78428,
      PR translation/78922, PR tree-optimization/78731,
      PR tree-optimization/77673, PR target/77933 (ARM),
      PR rtl-optimization/77309, PR target/77957, PR tree-optimization/78646,
      PR c++/77812, PR c++/78551, PR fortran/78239, PR fortran/78443,
      PR translation/78745, PR libstdc++/78346, PR libstdc++/79254,
      PR lto/79061, PR tree-optimization/79034, PR tree-optimization/78224,
      PR tree-optimization/77745, PR tree-optimization/77768, PR fortran/79305,
      PR libstdc++/78979.
  * Fix removing the RUNPATH from the asan, tsan, ubsan, cilkrts, gfortran
    and gphobos runtime libraries.
  * Fix suffix'd gnat binary names (Svante Signell). Addresses: #814978.

 -- Matthias Klose <doko@debian.org>  Sun, 05 Feb 2017 22:06:02 +0100

gcc-5 (5.4.1-4ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 02 Dec 2016 20:16:08 +0100

gcc-5 (5.4.1-4) unstable; urgency=medium

  * Update to SVN 20161202 (r243202, 5.4.1) from the gcc-5-branch.
    - Fix PR sanitizer/78294, PR libstdc++/78052, PR libgcc/78064, PR c/71115,
      PR rtl-optimization/78038, PR target/78426 (SH), PR ipa/78309,
      PR target/78310 (x86), PR target/78262 (x86), PR driver/78206,
      PR middle-end/72747, PR tree-optimization/77916, PR target/77991 (x86),
      PR fortran/78279, PR fortran/78500, PR fortran/78297, PR fortran/66227,
      PR fortran/69741, PR fortran/69544, PR fortran/78178, PR fortran/71902,
      PR fortran/78021, PR fortran/71895, PR fortran/61420, PR fortran/78013,
      PR libgfortran/78123.
  * Install missing vecintrin.h header on s390x.

 -- Matthias Klose <doko@debian.org>  Fri, 02 Dec 2016 20:05:20 +0100

gcc-5 (5.4.1-3ubuntu1) zesty; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Oct 2016 17:50:49 +0200

gcc-5 (5.4.1-3) unstable; urgency=medium

  * Update to SVN 20161019 (r241340, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/77686 (addresses #838438), PR libstdc++/77645,
      PR libgcc/77519, PR rtl-optimization/71709 (LP: #1628207),
      PR target/65210 (AVR), PR tree-optimization/77478, PR target/77326 (ACR),
      PR fortran/71730, PR fortran/77612, PR fortran/77694, PR libstdc++/77990,
      PR libstdc++/77322, PR libstdc++/72820, PR libstdc++/77994,
      PR libstdc++/70564, PR libstdc++/77864, PR libstdc++/68323,
      PR libstdc++/77794, PR libstdc++/70564, PR libstdc++/77864,
      PR libstdc++/68323, PR libstdc++/77794, PR tree-optimization/77937,
      PR tree-optimization/77937, PR tree-optimization/77943,
      PR target/77874 (x86), PR fortran/77978, PR fortran/58991,
      PR fortran/58992, PR fortran/77391, PR fortran/77380, PR fortran/61318,
      PR fortran/71859, PR fortran/69867, PR fortran/69962, PR fortran/77351,
      PR fortran/68566, PR fortran/71799, PR fortran/70006, PR fortran/77420,
      PR fortran/77460, PR fortran/77506, PR fortran/77507, PR fortran/71067,
      PR fortran/77260, PR fortran/69514, PR libgfortran/77707,
      PR fortran/77507.
  * Backport from libffi trunk (Stefan Bühler):
    - Always check for PaX MPROTECT on linux, make EMUTRAMP experimental.
    - dlmmap_locked always needs locking as it always modifies execsize.
  * Update the Linaro support to the 5-2016.10 snapshot.

 -- Matthias Klose <doko@debian.org>  Wed, 19 Oct 2016 15:25:36 +0200

gcc-5 (5.4.1-2ubuntu2) yakkety; urgency=medium

  * Update to SVN 20160929 (r240608, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/77686 (addresses #838438), PR libstdc++/77645,
      PR libgcc/77519, PR rtl-optimization/71709 (LP: #1628207),
      PR target/65210 (AVR), PR tree-optimization/77478, PR target/77326 (ACR),
      PR fortran/71730, PR fortran/77612, PR fortran/77694.
  * Backport from libffi trunk (Stefan Bühler):
    - Always check for PaX MPROTECT on linux, make EMUTRAMP experimental.
    - dlmmap_locked always needs locking as it always modifies execsize.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Sep 2016 02:50:07 +0200

gcc-5 (5.4.1-2ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 04 Sep 2016 18:43:03 +0200

gcc-5 (5.4.1-2) unstable; urgency=medium

  * Update to SVN 20160904 (r239975, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/77334, PR libstdc++/71964, PR libstdc++/69243,
      PR target/77403 (x86), PR target/64971 (AArch64), PR target/72863 (PPC),
      PR middle-end/71700, PR target/76342 (x86), PR target/72843 (x86),
      PR driver/72765, PR tree-optimization/71083, PR rtl-optimization/71976,
      PR target/72805 (x86), PR c++/68724, PR fortran/68147, PR fortran/72698,
      PR fortran/71795, PR fortran/69742, PR fortran/60526, PR fortran/70524,
      PR libgfortran/71123, PR libgfortran/73142.

  [ Matthias Klose ]
  * Fix running the libjava testsuite.
  * gdc: Always link with -ldl when linking with -lgphobos.
    Addresses: #835255, #835757.
  * Fix building D code with external C++ references.
  * gcj: Depend on the ecj1 standalone binary.

  [ Aurelien Jarno ]
  * Replace proposed fix for PR ipa/68273 by the corresponding patch taken
    from trunk.

 -- Matthias Klose <doko@debian.org>  Sun, 04 Sep 2016 15:01:50 +0200

gcc-5 (5.4.1-1ubuntu2) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Aug 2016 12:09:16 +0200

gcc-5 (5.4.1-1) unstable; urgency=medium

  * Update to SVN 20160803 (r239066, 5.4.1) from the gcc-5-branch.
    - Fix PR libstdc++/71320, PR libstdc++/58265, PR libstdc++/71313,
      PR sanitizer/71498, PR c++/71214, PR target/72767 (AVR),
      PR c/7652 (PPC), PR target/71216 (PPC), PR target/72103 (PPC),
      PR fortran/71688, PR middle-end/71874, PR middle-end/71758,
      PR rtl-optimization/71634, PR target/70098 (PPC), PR target/71763 (PPC),
      PR middle-end/71606, PR middle-end/71626, PR tree-optimization/71588,
      PR middle-end/71581, PR middle-end/71494, PR c++/70641, PR debug/70628,
      PR middle-end/70633, PR debug/70628, PR rtl-optimization/70574,
      PR c++/70336, PR middle-end/71423, PR tree-optimization/71452,
      PR tree-optimization/71522, PR middle-end/71693, PR target/30417 (AVR),
      PR target/71103 (AVR), PR target/71103 (AVR), PR target/71554 (x86),
      PR tree-optimization/71505, PR target/71379 (s390), PR c++/71833,
      PR c++/69223, PR c++/71630, PR c++/71913, PR c++/71909, PR c++/71871,
      PR c++/71528, PR c++/71516, PR fortran/71883, PR fortran/71807,
      PR fortran/70842, PR fortran/71764, PR fortran/71623, PR fortran/71783,
      PR fortran/71717, PR fortran/71704, PR fortran/71705, PR fortran/70673,
      PR fortran/60751.

  [ Matthias Klose ]
  * Strip again all compiler binaries.
  * On sparc64, configure with --with-cpu-32=ultrasparc, drop the
    sparc-force-cpu patch. Closes: #792204.
  * Backport AArch64 Vulcan cost models (Dann Frazier). LP: #1603587.
  * Backport C++ PATCH for implicit abi_tag on template member function,
    apply it for stretch, yakkety (and unstable) or newer builds only.
    This is an ABI break for GCC 5, but matches the GCC 6 behaviour.

  [ Aurelien Jarno ]
  * Replace libjava-mips64el-proposed.diff by the corresponding patch
    taken from trunk.

 -- Matthias Klose <doko@debian.org>  Thu, 04 Aug 2016 11:53:37 +0200

gcc-5 (5.4.0-6ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 01 Jul 2016 11:33:21 +0200

gcc-5 (5.4.0-6) unstable; urgency=medium

  * Fix gdc cross build.
  * Disable the AArch64 Vulcan cpu support for FSF builds, needs a proper
    back port.

 -- Matthias Klose <doko@debian.org>  Fri, 01 Jul 2016 10:15:02 +0200

gcc-5 (5.4.0-5ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 30 Jun 2016 12:43:34 +0200

gcc-5 (5.4.0-5) unstable; urgency=medium

  [ Matthias Klose ]
  * Add AArch64 Vulcan cpu support, backport from trunk. LP: #1594452.
  * Revert a libstdc++ header reorg done after the 5.3.0 release (only for
    OS releases including a GCC 5 at release time).
  * Enforce build using binutils 2.26.1 for unstable/development series.
  * Mark cross compilers as M-A: foreign. Addresses: #827136.
  * Remove the MIPS r6 support again, dak doesn't like unknown architectures.

  [ Aurelien Jarno ]
  * Drop support for loongson 2f (YunQiang Su). Closes: #827554.
  * Apply proposed patch from Matthew Fortune to fix libjava on mips64el.

 -- Matthias Klose <doko@debian.org>  Thu, 30 Jun 2016 12:20:55 +0200

gcc-5 (5.4.0-4ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 10 Jun 2016 17:13:32 +0200

gcc-5 (5.4.0-4) unstable; urgency=medium

  * gdc: Fix linking the runtime library. Closes: #826645.
  * gdc: Fix updates from 5.3.x. Closes: #826583.
  * Update the Linaro support to the 5-2016.06 snapshot.
  * Add MIPS r6 support and bump mipsn32(el) ISA to r2 (YunQiang Su).
    Closes: #824986.
  * Avoid storing -fdebug-prefix-map in DW_AT_producer (for better
    reproducibility). Taken from the trunk (Daniel Kahn Gillmor).
    Closes: #819176.

 -- Matthias Klose <doko@debian.org>  Fri, 10 Jun 2016 17:03:20 +0200

gcc-5 (5.4.0-3ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Jun 2016 22:41:09 +0200

gcc-5 (5.4.0-3) unstable; urgency=medium

  * Update Ada patch for KFreeBSD (Steven Chamberlain). Closes: #826332.

 -- Matthias Klose <doko@debian.org>  Sat, 04 Jun 2016 18:55:13 +0200

gcc-5 (5.4.0-2) unstable; urgency=medium

  * Fix gdc packaging for architectures without libphobos support.

 -- Matthias Klose <doko@debian.org>  Fri, 03 Jun 2016 22:46:28 +0200

gcc-5 (5.4.0-1) unstable; urgency=medium

  * GCC 5.4.0 release.
    - Fix PR target/68696 (AArch64), PR fortran/70350.
  * Update embedded timestamp setting patch, backported from the trunk.
  * Update the Linaro support to the 5-2016.05 snapshot.
  * Update gdc to the gcc-5 branch 20160603.

 -- Matthias Klose <doko@debian.org>  Fri, 03 Jun 2016 17:00:13 +0200

gcc-5 (5.3.1-21ubuntu11) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 28 May 2016 16:09:22 +0200

gcc-5 (5.3.1-21) unstable; urgency=medium

  * GCC 5.4.0 release candidate 1.
  * Update to SVN 20160528 (r236840, 5.3.1) from the gcc-5-branch.
    - Fix PR libstdc++/69703, PR libstdc++/71038, PR libstdc++/71036,
      PR libstdc++/71037, PR libstdc++/71005, PR libstdc++/71004,
      PR libstdc++/70609, PR target/69634, PR middle-end/68142,
      PR middle-end/69845, PR rtl-optimization/68814, PR lto/69003,
      PR ipa/66487, PR target/69252, PR target/67973 (x86),
      PR middle-end/67278, PR target/67278 (x86), PR tree-optimization/69720,
      PR tree-optimization/67921, PR middle-end/70941, PR middle-end/70931,
      PR tree-optimization/70623, PR tree-optimization/70780, PR c++/70347,
      PR c++/70466, PR fortran/71204, PR fortran/69603, PR libffi/65567,
      PR libstdc++/70762.
  * Update the ibm branch to 20160526.

 -- Matthias Klose <doko@debian.org>  Sat, 28 May 2016 16:03:38 +0200

gcc-5 (5.3.1-20ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 20 May 2016 12:14:09 +0200

gcc-5 (5.3.1-20) unstable; urgency=medium

  * Update to SVN 20160519 (r236482, 5.3.1) from the gcc-5-branch.
    - Fix PR sanitizer/71160, PR other/61321, PR other/61233, PR c++/70498,
      PR c++/69687, PR c++/70492, PR c++/67394, PR c++/70481, PR target/71161,
      PR ipa/70646, PR tree-optimization/69400, PR target/71145 (alpha),
      PR c++/70353, PR target/70809 (AArch64), PR c++/70613,
      PR target/70963 (PPC), PR c++/70505, PR c++/70494, PR c++/70648,
      PR c++/70353, PR c++/70095, PR c++/70135, PR fortran/69603.

 -- Matthias Klose <doko@debian.org>  Fri, 20 May 2016 09:13:30 +0200

gcc-5 (5.3.1-19ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 10 May 2016 09:19:02 +0200

gcc-5 (5.3.1-19) unstable; urgency=medium

  * Fix dependency resolution for libraries not built anymore from
    this source package.

 -- Matthias Klose <doko@debian.org>  Mon, 09 May 2016 23:15:30 +0200

gcc-5 (5.3.1-18) unstable; urgency=medium

  * Update to SVN 20160509 (r236033, 5.3.1) from the gcc-5-branch.
    - Fix PR tree-optimization/70526, PR c++/70635, PR ada/70969,
      PR libgfortran/70684, PR target/60290 (Solaris).
  * Call dh_makeshlibs with the --noscripts option when building a
    cross compiler.
  * Fix building cross gnat libs when not building the common libs.
  * Fix building cross mips* multilibs when not building the common libs.
  * Remove old go escape analysis code, removed upstream.
  * Avoid empty architecture lists in build dependencies. Addresses: #823280.
  * Tighten debhelper build dependency for cross build dependencies.
  * Silence some lintian warnings for libstdc++-doc.
  * Allow build dependencies for musl configurations (Helmut Grohne).
    Addresses: #823769.

 -- Matthias Klose <doko@debian.org>  Mon, 09 May 2016 16:15:30 +0200

gcc-5 (5.3.1-17) unstable; urgency=medium

  * Update to SVN 20160429 (r235638, 5.3.1) from the gcc-5-branch.
    - Fix PR java/70839, PR target/70858 (x86), PR driver/70132,
      PR target/70098 (PPC), PR ada/70786.

  * Always configure with --enable-targets=powerpcle-linux on ppc64el.
  * Allow embedded timestamps by C/C++ macros to be set externally (Eduard
    Sanou).
  * Default the 32bit x86 architectures to i686, keep i585 symlinks.
    See https://lists.debian.org/debian-devel/2015/09/msg00589.html
  * Build-depend on debhelper (>= 9) and dpkg-dev (>= 1.17.14).
  * Fix PR driver/70192, taken from the trunk.

 -- Matthias Klose <doko@debian.org>  Fri, 29 Apr 2016 15:46:49 +0200

gcc-5 (5.3.1-16ubuntu3) yakkety; urgency=medium

  * Update to SVN 20160429 (r235638, 5.3.1) from the gcc-5-branch.
    - Fix PR java/70839, PR target/70858 (x86), PR driver/70132,
      PR target/70098 (PPC), PR ada/70786.

  * Always configure with --enable-targets=powerpcle-linux on ppc64el.
  * Allow embedded timestamps by C/C++ macros to be set externally (Eduard
    Sanou).
  * Build-depend on debhelper (>= 9) and dpkg-dev (>= 1.17.14).
  * Fix PR driver/70192, taken from the trunk.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 29 Apr 2016 15:49:07 +0200

gcc-5 (5.3.1-16ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 25 Apr 2016 13:14:54 +0200

gcc-5 (5.3.1-16) unstable; urgency=medium

  * Update to SVN 20160424 (r235395, 5.3.1) from the gcc-5-branch.
  * Stop building libcc1 and libgccjit0, when not building common libs.
  * Stop building libraries built by GCC 6.
  * Explicitly build-depend on libgraphite2-dev to work-around #822432.
  * Bump standards version to 3.9.8.

 -- Matthias Klose <doko@debian.org>  Sun, 24 Apr 2016 22:51:15 +0200

gcc-5 (5.3.1-15ubuntu1) yakkety; urgency=medium

  * Turn on -fPIE and -z now by default on amd64 and ppc64el.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Apr 2016 19:25:25 +0200

gcc-5 (5.3.1-15) unstable; urgency=medium

  * Update to SVN 20160421 (r235347, 5.3.1) from the gcc-5-branch.
    - Fix PR target/70566 (ARM, wrong-code), PR target/70117 (PPC, wrong-code),
      PR target/70630 (sparc), PR target/70107 (PPC, wrong-code),
      PR c++/70096 (wrong code), PR libstdc++/69478, PR libstdc++/70503,
      PR libstdc++/69464, PR c/70297, PR target/70674 (390x, LP: #1572613),
      PR target/70662 (x86), PR target/70044 (AArch64), PR c++/67164.

  [ Matthias Klose ]
  * Fix ice on ARM32. Revert r234641 for gcc-linaro, which removed support
    for %( and %) output modifiers.
  * Update the Linaro support to the 5-2016.04 snapshot.
  * Fix PR target/69148 (s390x), taken from the trunk.
  * Strip the lto1 binary again to save some disk space. Addresses: #783876.

  [ Aurelien Jarno ]
  * Apply proposed patch for PR target/68273 (Wrong code on mips/mipsel due to
    (invalid?) peeking at alignments in function_arg) on mips and mipsel.

  [ Samuel Thibault ]
  * patches/hurd-gprof.diff: Cherry-pick trunk fix for gprof.

 -- Matthias Klose <doko@debian.org>  Fri, 22 Apr 2016 12:34:43 +0200

gcc-5 (5.3.1-14ubuntu2) xenial; urgency=medium

  * Update to SVN 20160413 (r234931, 5.3.1) from the gcc-5-branch.
    - PR target/70630 (sparc), PR target/70107 (PPC, wrong-code),
      PR c++/70096 (wrong code).
  * Fix ICE on ARM32. Revert r234641 for gcc-linaro, which removed support
    for %( and %) output modifiers.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 Apr 2016 11:50:01 +0200

gcc-5 (5.3.1-14ubuntu1) xenial; urgency=medium

  * Update to SVN 20160412 (r234893, 5.3.1) from the gcc-5-branch.
    - Fix PR target/70566 (ARM, wrong-code), PR target/70117 (PPC, wrong-code).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 12 Apr 2016 16:31:57 +0200

gcc-5 (5.3.1-14) unstable; urgency=medium

  * Update to SVN 20160409 (r234858, 5.3.1) from the gcc-5-branch.
    - Fix PR c++/69826, PR c++/69797, PR target/70421, PR target/70329,
      PR rtl-optimization/70429, PR target/70296, PR rtl-optimization/70222,
      PR tree-optimization/70169, PR tree-optimization/70152, PR target/70062,
      PR target/69888, PR target/70028, PR target/69969, PR debug/69705,
      PR rtl-optimization/69891, PR middle-end/69838, PR target/69875,
      PR tree-optimization/69802, PR rtl-optimization/69764, PR ipa/68672,
      PR rtl-optimization/69771, PR rtl-optimization/69764, PR target/70052,
      PR rtl-optimization/69771, PR target/70406, PR target/70319,
      PR c++/70272, PR c++/67767, PR fortran/70397, PR target/70296,
      PR target/69614, PR c++/70393, PR target/70453, PR rtl-optimization/69307,
      PR rtl-optimization/69102, PR rtl-optimization/69032, PR target/66660,
      PR target/64411, PR rtl-optimization/70460, PR target/68973,
      PR middle-end/70457 (LP: #1563134), PR rtl-optimization/68236,
      PR target/67896 (AArch64), PR fortran/66911, PR fortran/65795,
      PR target/67172 (MingW), PR target/70525 (x86), PR libgfortran/70235,
      PR tree-optimization/70177, PR middle-end/69760, PR middle-end/68963,
      PR tree-optimization/69983, PR middle-end/70022, PR middle-end/70424,
      PR tree-optimization/70115, PR middle-end/70450, PR middle-end/70333,
      PR rtl-optimization/70484, PR target/70510 (x86), PR c++/70430.
  * Fix PR target/70496 (ARM32), taken from the trunk.

 -- Matthias Klose <doko@debian.org>  Sat, 09 Apr 2016 18:40:05 +0200

gcc-5 (5.3.1-13ubuntu6) xenial; urgency=medium

  * Fix applying the gcc-linaro patches.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Apr 2016 14:19:05 +0200

gcc-5 (5.3.1-13ubuntu5) xenial; urgency=medium

  * Update to SVN 20160407 (r234805, 5.3.1) from the gcc-5-branch.
    - Fix PR tree-optimization/70177, PR middle-end/69760, PR middle-end/68963,
      PR tree-optimization/69983, PR middle-end/70022, PR middle-end/70424,
      PR tree-optimization/70115, PR middle-end/70450, PR middle-end/70333,
      PR rtl-optimization/70484, PR target/70510 (x86), PR c++/70430.
  * Fix PR target/70496 (ARM32), taken from the trunk.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 07 Apr 2016 13:50:05 +0200

gcc-5 (5.3.1-13ubuntu4) xenial; urgency=medium

  * Update to SVN 20160404 (r234723, 5.3.1) from the gcc-5-branch.
    - Fix PR c++/70393, PR target/70453, PR rtl-optimization/69307,
      PR rtl-optimization/69102, PR rtl-optimization/69032, PR target/66660,
      PR target/64411, PR rtl-optimization/70460, PR target/68973,
      PR middle-end/70457 (LP: #1563134), PR rtl-optimization/68236,
      PR target/67896 (AArch64), PR fortran/66911, PR fortran/65795,
      PR target/67172 (MingW), PR target/70525 (x86), PR libgfortran/70235.
  * Update the ibm branch to 20160324.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 Apr 2016 13:43:35 +0200

gcc-5 (5.3.1-13ubuntu3) xenial; urgency=medium

  * Fix the build from the Linaro branch on armhf.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 31 Mar 2016 00:00:45 +0200

gcc-5 (5.3.1-13ubuntu2) xenial; urgency=medium

  * Update to SVN 20160330 (r234599, 5.3.1) from the gcc-5-branch.
    - Fix PR c++/69826, PR c++/69797, PR target/70421, PR target/70329,
      PR rtl-optimization/70429, PR target/70296, PR rtl-optimization/70222,
      PR tree-optimization/70169, PR tree-optimization/70152, PR target/70062,
      PR target/69888, PR target/70028, PR target/69969, PR debug/69705,
      PR rtl-optimization/69891, PR middle-end/69838, PR target/69875,
      PR tree-optimization/69802, PR rtl-optimization/69764, PR ipa/68672,
      PR rtl-optimization/69771, PR rtl-optimization/69764, PR target/70052,
      PR rtl-optimization/69771, PR target/70406, PR target/70319,
      PR c++/70272, PR c++/67767, PR fortran/70397, PR target/70296,
      PR target/69614.
  * Strip the compiler binaries in preparation for the release. LP: #1553943.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Mar 2016 22:35:43 +0200

gcc-5 (5.3.1-13ubuntu1) xenial; urgency=medium

  * Update the ibm branch to 20160324.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Mar 2016 22:22:16 +0100

gcc-5 (5.3.1-13) unstable; urgency=medium

  * Update to SVN 20160323 (r234424, 5.3.1) from the gcc-5-branch.
    - Fix PR target/70188 (parisc), PR ipa/70306, PR target/70325 (x86),
      PR target/70327 (x86), PR ipa/70269, PR ipa/70161, PR target/70293 (x86),
      PR c++/70209.
  * Update the Linaro support to the 5-2016.03 snapshot.
    - Fix PR target/70113 (AArch64), PR target/69894, PR target/69895,
      PR target/62254, PR target/69610, PR target/69161, PR target/67896.
  * Fix building from the ibm branch with glibc 2.23.

 -- Matthias Klose <doko@debian.org>  Thu, 24 Mar 2016 14:43:10 +0100

gcc-5 (5.3.1-12ubuntu4) xenial; urgency=medium

  * Update to SVN 20160318 (r234355, 5.3.1) from the gcc-5-branch.
  * Build using glibc-2.23.
  * Fix applying the gcc-linaro patch.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 20 Mar 2016 11:11:02 +0100

gcc-5 (5.3.1-12ubuntu2) xenial; urgency=medium

  * Update to SVN 20160318 (r234324, 5.3.1) from the gcc-5-branch.
    - Fix PR target/70188 (parisc).
  * Update the Linaro support to the 5-2016.03 snapshot.
    - Fix PR target/70113 (AArch64), PR target/69894, PR target/69895,
      PR target/62254, PR target/69610, PR target/69161, PR target/67896.
  * Fix building from the ibm branch with glibc 2.23.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Mar 2016 17:30:26 +0100

gcc-5 (5.3.1-12ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 17 Mar 2016 09:40:59 +0100

gcc-5 (5.3.1-12) unstable; urgency=medium

  * Update to SVN 20160315 (r234249, 5.3.1) from the gcc-5-branch.
    - Fix PR tree-optimization/69666, PR middle-end/69920, PR c++/67364,
      PR rtl-optimization/69195, PR rtl-optimization/47992,
      PR rtl-optimization/69941, PR target/70131 (rs6000).
  * When configured to link with --as-needed by default, always link the
    sanitizer libraries with --no-as-needed.
  * Fix PR c++/70209, taken from the trunk. LP: #1556217.
  * Stop providing alternative for /usr/bin/go. (Michael Hudson-Doyle).
    LP: #1555856.
  * Disable gnat on powerpcspe. Closes: #816051.
  * Apply proposed patch for PR c++/70218 (illegal access to private field
    succeeds). Closes: #70218.

 -- Matthias Klose <doko@debian.org>  Wed, 16 Mar 2016 10:19:20 +0100

gcc-5 (5.3.1-11ubuntu1) xenial; urgency=medium

  * Update to SVN 20160311 (r234142, 5.3.1) from the gcc-5-branch.
    - Fix PR tree-optimization/69666, PR middle-end/69920, PR c++/67364.
  * Update the ibm branch to 20160310. LP: #1554644.
  * When configured to link with --as-needed by default, always link the
    sanitizer libraries with --no-as-needed. LP: #1413474

 -- Matthias Klose <doko@ubuntu.com>  Fri, 11 Mar 2016 16:56:02 +0100

gcc-5 (5.3.1-11) unstable; urgency=medium

  [ Matthias Klose ]
  * Update to SVN 20160307 (r234017, 5.3.1) from the gcc-5-branch.
    - s390x backend backports.
    - Fix PR target/69625 (s390x), PR other/69006, PR tree-optimization/69776,
      PR c++/67364, PR c++/68049, PR target/65932 (ARM32),
      PR target/67714 (ARM32), PR target/70059 (x86), PR rtl-optimization/70007,
      PR tree-optimization/69740, PR tree-optimization/69740, PR c++/67364,
      PR c++/51406, PR c++/67364, PR c++/69261, PR c++/68087, PR c++/67104,
      PR c++/51489, PR c++/69995, PR c++/69995, PR c++/65985.
  * Fix m68k packaging typo. Closes: #815895.
  * Remove powerpcspe specific patch, integrated upstream. Closes: #816048.

  [ Svante Signell ]
  * patches/ada-hurd.diff: Update. Closes: #815967.

 -- Matthias Klose <doko@debian.org>  Mon, 07 Mar 2016 10:37:00 +0100

gcc-5 (5.3.1-10ubuntu2) xenial; urgency=medium

  * Update to SVN 20160225 (r233723, 5.3.1) from the gcc-5-branch.
    - s390x backend backports.
    - Fix PR target/69625 (s390x), PR other/69006, PR tree-optimization/69776,
      PR c++/67364, PR c++/68049.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Feb 2016 20:55:11 +0100

gcc-5 (5.3.1-10ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Feb 2016 01:18:45 +0100

gcc-5 (5.3.1-10) unstable; urgency=medium

  * Update to SVN 20160225 (r233687, 5.3.1) from the gcc-5-branch.
    - Fix PR fortran/57365, PR fortran/52531, PR libstdc++/69939,
      PR rtl-optimization/69609, PR tree-optimization/69719,
      PR tree-optimization/69783, PR c++/69323.
  * Install missing architecture specific plugin header files.

 -- Matthias Klose <doko@debian.org>  Thu, 25 Feb 2016 01:08:03 +0100

gcc-5 (5.3.1-9ubuntu3) xenial; urgency=medium

  * Update to SVN 20160222 (r233600, 5.3.1) from the gcc-5-branch.
    - Fix PR fortran/57365, PR fortran/52531.
  * Install missing architecture specific plugin header files on arm64.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 22 Feb 2016 14:44:49 +0100

gcc-5 (5.3.1-9ubuntu2) xenial; urgency=medium

  * Update to SVN 20160220 (r233588, 5.3.1) from the gcc-5-branch.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Feb 2016 23:06:05 +0100

gcc-5 (5.3.1-9ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Feb 2016 01:39:54 +0100

gcc-5 (5.3.1-9) unstable; urgency=medium

  * Update to SVN 20160217 (r233477, 5.3.1) from the gcc-5-branch.
    - Fix PR tree-optimization/69714. Closes: #813858.

  [ Aurelien Jarno ]
  * Backport fix for PR target/68273. Closes: #804536.

  [ Matthias Klose ]
  * Update the Linaro support to the 5-2016.02 snapshot.

 -- Matthias Klose <doko@debian.org>  Wed, 17 Feb 2016 01:24:40 +0100

gcc-5 (5.3.1-8ubuntu3) xenial; urgency=medium

  * Update to SVN 20160211 (r233340, 5.3.1) from the gcc-5-branch.
  * Update the Linaro support to the 5-2016.02 snapshot.
  * Stop building libgcc packages from this source package.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 11 Feb 2016 14:19:23 +0100

gcc-5 (5.3.1-8ubuntu2) xenial; urgency=medium

  * Fix building from the ibm-branch.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 Feb 2016 20:16:03 +0100

gcc-5 (5.3.1-8ubuntu1) xenial; urgency=medium

  * Update the ibm/gcc-5-branch (20160125).

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 Feb 2016 19:37:21 +0100

gcc-5 (5.3.1-8) unstable; urgency=medium

  * Update to SVN 20160205 (r233179, 5.3.1) from the gcc-5-branch.
  * Apply proposed patch for PR go/66904, pass linker flags from
    "#cgo pkg-config:" directives (Michael Hudson).
  * Fix dependency generation for armel/armhf multilib cross targets.
  * Fix libc dependency generation for multilib cross targets.
  * Build libitm on alpha, s390x, sh4, sparc64.

 -- Matthias Klose <doko@debian.org>  Fri, 05 Feb 2016 16:29:13 +0100

gcc-5 (5.3.1-7ubuntu1) xenial; urgency=medium

  * Update the ibm/gcc-5-branch (20160121).

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Jan 2016 14:01:35 +0100

gcc-5 (5.3.1-7) unstable; urgency=medium

  * Update to SVN 20160121 (r232666, 5.3.1) from the gcc-5-branch.
  * Fix dependencies on target libraries which are not built anymore
    from this source.
  * Backport fix for PR jit/69144: Ensure that libgccjit's tempdir is fully
    cleaned-up.
  * Backport PR target/69176 (AArch64).
  * Configure with --enable-fix-cortex-a53-843419 on AArch64.

 -- Matthias Klose <doko@debian.org>  Thu, 21 Jan 2016 10:18:01 +0100

gcc-5 (5.3.1-6ubuntu2) xenial; urgency=medium

  * Update to SVN 20160119 (r232387, 5.3.1) from the gcc-5-branch.
  * Fix dependencies on target libraries which are not built anymore
    from this source.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Jan 2016 02:41:08 +0100

gcc-5 (5.3.1-6ubuntu1) xenial; urgency=medium

  * Add POWER9 support, taken from the ibm/gcc-5-branch. LP: #1522410.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 14 Jan 2016 22:01:58 +0100

gcc-5 (5.3.1-6) unstable; urgency=medium

  * Update to SVN 20160114 (r232387, 5.3.1) from the gcc-5-branch.
  * Build native gnat on sh4. Closes: #809498.
  * Relax libgcjjit-5-dev dependency on libgccjit0.
  * Apply proposed patch for PR target/69187 (armhf). LP: #1533101.
  * Update libgnatvsn/libgnatprj conflicts.
  * Update the Linaro support to the 5-2016.01 snapshot.
  * GCC Linaro: Revert commits causing regressions PR1980 and PR1982.

 -- Matthias Klose <doko@debian.org>  Thu, 14 Jan 2016 21:50:22 +0100

gcc-5 (5.3.1-5ubuntu3) xenial; urgency=medium

  * Update to SVN 20160112 (r232261, 5.3.1) from the gcc-5-branch.
  * Apply proposed patch for PR target/69187 (armhf). LP: #1533101.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 12 Jan 2016 12:04:46 +0100

gcc-5 (5.3.1-5ubuntu2) xenial; urgency=medium

  * Update to SVN 20160108 (r232175, 5.3.1) from the gcc-5-branch.
  * Build native gnat on sh4. Closes: #809498.
  * Relax libgcjjit-5-dev dependency on libgccjit0.
  * Update libgnatvsn/libgnatprj conflicts.
  * Update the Linaro support to the 5-2016.01 snapshot.
  * GCC Linaro: Revert commits causing regressions PR1980 and PR1982.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 08 Jan 2016 19:44:59 +0100

gcc-5 (5.3.1-5ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 01 Jan 2016 15:50:46 +0100

gcc-5 (5.3.1-5) unstable; urgency=medium

  * Update to SVN 20160101 (r232025, 5.3.1) from the gcc-5-branch.
    - Fix PR c/69037. Closes: #809512, #809165.
  * Relax gcj-5-{jre,jre-headless,jdk} dependencies on libgcj16.
  * Build native gnat on sh4. Closes: #809498.

 -- Matthias Klose <doko@debian.org>  Fri, 01 Jan 2016 13:52:24 +0100

gcc-5 (5.3.1-4ubuntu1) xenial; urgency=medium

  * Revert the Linaro backport for PR target/63870 (ARM32). LP: #1527741.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 19 Dec 2015 05:25:28 +0100

gcc-5 (5.3.1-4) unstable; urgency=medium

  * Update to SVN 20151219 (r231847, 5.3.1) from the gcc-5-branch.
  * Fix cross-building without having the common cross libraries installed.
  * Update ada-m68k patch.
  * Allow unstripped, non-optimized debug builds with setting DEB_BUILD_OPTIONS
    including gccdebug.
  * Remove obsolete libgccmath packaging support.
  * Define SONAME macros whether the libraries are built or not.
  * Update the Linaro support to the 5-2015.12 snapshot (revert the backport
    for PR target/63870 (ARM32) causing regressions).
  * Set target tools and build dependencies for cross builds.
  * Build gdc on sh4.

 -- Matthias Klose <doko@debian.org>  Sat, 19 Dec 2015 04:54:41 +0100

gcc-5 (5.3.1-3ubuntu3) xenial; urgency=medium

  * Update to SVN 20151216 (r231675, 5.3.1) from the gcc-5-branch.
  * Update the Linaro support to the 5-2015.12 snapshot.
  * Allow unstripped, non-optimized debug builds with setting DEB_BUILD_OPTIONS
    including gccdebug.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 16 Dec 2015 12:28:19 +0100

gcc-5 (5.3.1-3ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.
    - Build using GCC Linaro on armhf and arm64.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 08 Dec 2015 02:21:55 +0100

gcc-5 (5.3.1-3)  unstable; urgency=medium

  * Update to SVN 20151207 (r231361, 5.3.1) from the gcc-5-branch.
  * Remove upstreamed chunks from the ada-kfreebsd patch.

 -- Matthias Klose <doko@debian.org>  Tue, 08 Dec 2015 02:10:51 +0100

gcc-5 (5.3.1-2ubuntu2) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.
    - Build using GCC Linaro on armhf and arm64.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 07 Dec 2015 00:00:19 +0100

gcc-5 (5.3.1-2) unstable; urgency=medium

  * Update to SVN 20151206 (r231339, 5.3.1) from the gcc-5-branch.
  * Re-enable building gdc/libphobos, fixing the profiled build.
  * Fix PR sanitizer/67899, build failure on sparc/sparc64.

 -- Matthias Klose <doko@debian.org>  Sun, 06 Dec 2015 19:15:46 +0100

gcc-5 (5.3.1-1ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.
    - Build using GCC Linaro on armhf and arm64.

 -- Matthias Klose <doko@debian.org>  Sat, 05 Dec 2015 11:40:27 +0100

gcc-5 (5.3.1-1) unstable; urgency=medium

  * Update to SVN 20151205 (r231314, 5.3.1) from the gcc-5-branch.

 -- Matthias Klose <doko@debian.org>  Sat, 05 Dec 2015 11:36:26 +0100

gcc-5 (5.3.1-0ubuntu2) xenial; urgency=medium

  * Update libgcc symbols file.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Dec 2015 18:52:20 +0100

gcc-5 (5.3.1-0ubuntu1) xenial; urgency=medium

  * Update to SVN 20151204 (r231267, 5.3.1) from the gcc-5-branch.
  * Build using GCC Linaro on armhf and arm64.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Dec 2015 15:04:01 +0100

gcc-5 (5.3.0-3) unstable; urgency=medium

  * Update libgcc symbols file.
  * Restore libgcc.symbols.aebi.
  * Disabled profiled bootstraps for backports.

 -- Matthias Klose <doko@debian.org>  Sat, 05 Dec 2015 07:50:48 +0100

gcc-5 (5.3.0-1) experimental; urgency=medium

  * GCC 5.3 release.
    - Fix PR libstdc++/65142 (CVE-2015-5276).
  * Update gdc to the gcc-5 branch 20151130.
  * Enable the profiled bootstrap on amd64, arm64, armel armhf, i386, powerpc,
    ppc64, ppc64el, s390x, x32 (excluding builds from the Linaro branch).
  * Move test summary into the gcc-test-results package.
  * Simplify libatomic, libcilkrts, libgcc, libgfortran, libgomp, libitm,
    libmpx, libquadmath symbols files using versioned symbol references.
    Closes: #806784.
  * Only build the hppa64 cross compiler when either building the native compiler,
    or when cross building the native compiler. Closes: #806479.
  * Configure staged build with --enable-linker-build-id.

 -- Matthias Klose <doko@debian.org>  Fri, 04 Dec 2015 12:01:04 +0100

gcc-5 (5.2.1-27ubuntu1) xenial; urgency=medium

  * Configure with --enable-default-pie on s390x.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 30 Nov 2015 00:49:40 +0100

gcc-5 (5.2.1-27) unstable; urgency=medium

  * Update to SVN 20151129 (r231053, 5.2.1) from the gcc-5-branch.
  * Don't strip cc1plus when shipping with unstripped frontends.
  * Relax libgnatvsn5-dev-*-cross and libgnatprj5-dev-*-cross dependencies
    on gnat-5-*-linux-gnu.
  * Fix setting the explicit libc dependency for cross builds.
  * Don't build m4-nofpu multilibs on sh4, install the default multilib
    into the standard location.
  * Stop building gnat on mips64, see https://gcc.gnu.org/PR65337 (#806370).
  * Update the patch for PR go/67508 and re-enable Go on sparc and sparc64.
  * Fix gnat sparc/sparc64 architecture detection.
  * Update libgcc and libstdc++ symbols files.
  * Don't ship the gcov tools in the gcc-hppa64-linux-gnu package.
  * Run the autoconf generation in parallel.
  * Add --enable-default-pie option to GCC configure, taken from the trunk.
  * Enable gnat for m68k cross builds.
  * Link gnat tools, gnat libs and libgccjit with the defaults LDFLAGS.
  * Skip non-default multilib and libstdc++-v3 debug builds in bootstrap builds.
  * Ship an empty debian/rules.parameters in the gcc-5-source package.

 -- Matthias Klose <doko@debian.org>  Sun, 29 Nov 2015 23:48:58 +0100

gcc-5 (5.2.1-26ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 25 Nov 2015 17:29:15 +0100

gcc-5 (5.2.1-26) unstable; urgency=medium

  * Update to SVN 20151125 (r230897, 5.2.1) from the gcc-5-branch.
  * Fix the rtlibs stage build. Closes: #806186.
  * Fix packaging the cross libphobos package.
  * Build the hppa64 cross compiler on x86 architectures.
  * gcc-5-hppa64-linux-gnu: Stop providing unversioned tools using
    alternatives. Build a gcc-hppa64-linux-gnu package instead.
  * Split out a gcc-5-test-results package from g++-5, allowing a post
    build analysis, and reducing the size of the g++-5 package.

 -- Matthias Klose <doko@debian.org>  Wed, 25 Nov 2015 20:33:08 +0100

gcc-5 (5.2.1-25ubuntu1) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 23 Nov 2015 06:06:11 +0100

gcc-5 (5.2.1-25) unstable; urgency=medium

  * Update to SVN 20151123 (r230734, 5.2.1) from the gcc-5-branch.
  * Fix libgcc4-dbg dependency on libgcc4. Closes: #805839.
  * Fix building epoch prefixed cross packages.

 -- Matthias Klose <doko@debian.org>  Mon, 23 Nov 2015 05:48:00 +0100

gcc-5 (5.2.1-24ubuntu3) xenial; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Nov 2015 12:21:06 +0100

gcc-5 (5.2.1-24) unstable; urgency=medium

  * Update to SVN 20151121 (r230703, 5.2.1) from the gcc-5-branch.
  * Fix PR libstdc++/56158, taken from the trunk. Closes: #804521. LP: #1514309.
  * Don't try to build a gnat cross compiler when there is no gnat compiler
    for the build architecture.
  * Update gnat build dependencies for backports.
  * Parallelize building documentation and parallelize the packaging step.
  * Update the Linaro support to the 5-2015.11 snapshot.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Nov 2015 11:22:16 +0100

gcc-5 (5.2.1-23ubuntu1) xenial; urgency=medium

  * Again, configure with --enable-targets=powerpcle-linux on ppc64el.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Oct 2015 12:18:49 +0100

gcc-5 (5.2.1-23) unstable; urgency=medium

  * Update to SVN 20151028 (r229478, 5.2.1) from the gcc-5-branch.

  [ Matthias Klose ]
  * Update the Linaro support to the 5-2015.10 snapshot.
  * gcj: On ppc64el, use the same jvm archdir name as for openjdk (ppc64le).
  * gcj: Fix priority of java alternatives. Closes: #803055.
  * gnat-5: Reintroduce the unversioned gnatgcc name. Closes: #802838.

  [ Aurelien Jarno ]
  * Replace proposed patch for PR rtl-optimization/67736 by the one
    committed on trunk.

 -- Matthias Klose <doko@debian.org>  Wed, 28 Oct 2015 10:36:54 +0100

gcc-5 (5.2.1-22ubuntu5) xenial; urgency=medium

  * Revert the fix for PR ipa/67056, causing an ICE.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 23 Oct 2015 19:13:51 +0200

gcc-5 (5.2.1-22ubuntu4) xenial; urgency=medium

  * Update to SVN 20151022 (r229176, 5.2.1) from the gcc-5-branch.
  * Fix PR ipa/67056, taken from the trunk. Closes: #788299.
  * Target POWER8 on ppc64el.
  * Again, don't strip the compiler binaries for more verbose ICEs.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 22 Oct 2015 17:32:47 +0200

gcc-5 (5.2.1-22ubuntu2) wily; urgency=medium

  * Strip the compiler binaries for the release.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Oct 2015 12:17:17 +0200

gcc-5 (5.2.1-22ubuntu1) wily; urgency=medium

  * gcj: On ppc64el, use the same jvm archdir name as for openjdk (ppc64le).

 -- Matthias Klose <doko@ubuntu.com>  Sun, 11 Oct 2015 10:13:52 +0200

gcc-5 (5.2.1-22) unstable; urgency=medium

  * Update to SVN 20151010 (r228681, 5.2.1) from the gcc-5-branch.
    - Fix PR libstdc++/65913, PR libstdc++/67173, PR libstdc++/67747,
      PR c/67730, PR middle-end/67563, PR lto/67699, PR tree-optimization/67821,
      PR debug/58315.

  [ Matthias Klose ]
  * Restore the work around for PR libstdc++/65913, still needed at least
    for powerpc.
  * Rename gcc-5-hppa64 to gcc-5-hppa64-linux-gnu, update (build) dependency
    on binutils. Closes: #800563.
  * Adjust setting DH_COMPAT for dh_movefiles with updated debhelper supporting
    globbing of arguments. Closes: #800250.
  * Build-depend on gnat-5 instead of gnat-4.9.

  [ Aurelien Jarno ]
  * Do not Use --with-mips-plt on mips and mipsel. Closes: #799811.

 -- Matthias Klose <doko@debian.org>  Sat, 10 Oct 2015 22:17:09 +0200

gcc-5 (5.2.1-21ubuntu2) wily; urgency=medium

  * Restore the work around for PR libstdc++/65913, still needed at least
    for powerpc.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 04 Oct 2015 02:21:30 +0200

gcc-5 (5.2.1-21ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 03 Oct 2015 21:30:44 +0200

gcc-5 (5.2.1-21) unstable; urgency=medium

  * Update to SVN 20151003 (r228449, 5.2.1) from the gcc-5-branch.
  * Fix building gnat. Closes: #800781.

 -- Matthias Klose <doko@debian.org>  Sat, 03 Oct 2015 17:28:45 +0200

gcc-5 (5.2.1-20ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 02 Oct 2015 11:35:22 +0200

gcc-5 (5.2.1-20) unstable; urgency=medium

  * Update to SVN 20151002 (r228373, 5.2.1) from the gcc-5-branch.
  * Fix packaging the ada cross library packages.

 -- Matthias Klose <doko@debian.org>  Fri, 02 Oct 2015 10:24:38 +0200

gcc-5 (5.2.1-19ubuntu1) wily; urgency=medium

  * Configure --with-arch=zEC12 on s390x Ubuntu.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Sep 2015 22:55:14 +0200

gcc-5 (5.2.1-19) unstable; urgency=medium

  * Update to SVN 20150930 (r228302, 5.2.1) from the gcc-5-branch.
    - Fix PR ipa/66424. Closes: #800318.

  [ Matthias Klose ]
  * Update the Linaro support to the 5-2015.09 snapshot.
  * Fix PR libstdc++/67707, taken from the trunk. LP: #1499564.
  * Ship libgcj.spec in gcj-5 instead of gcj-5-jdk. Closes: #800010.
  * gcj-5: Suggest gcj-5-jdk.
  * Fix base dependency for ada cross library packages.
  * Add ${shlibs:Depends} for libgnatvsn and libgnatprj.
  * Link lrealpath.o into libgnatprj. Closes: #800045.
  * libgnat{svn,prj}-dev: For cross builds, move adainclude and adalib files
    into the gcc libdir.
  * Default to POWER8 on ppc64el.
  * armv8: Fix slt lda missing conditional code (taken from the trunk).
  * Fix lintian pre-depends-directly-on-multiarch-support warnings.

  [ Aurelien Jarno ]
  * Apply proposed patch for PR rtl-optimization/67736 when building for
    mips64 or mips64el. Closes: #800321.

 -- Matthias Klose <doko@debian.org>  Wed, 30 Sep 2015 20:36:50 +0200

gcc-5 (5.2.1-18ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 23 Sep 2015 03:10:37 +0200

gcc-5 (5.2.1-18) unstable; urgency=medium

  * Update to SVN 20150922 (r228023, 5.2.1) from the gcc-5-branch.

  [ Matthias Klose ]
  * gcc-5-plugin-dev: Depend on libmpc-dev. Closes: #798997.
  * Fix PR libstdc++/65913, taken from the trunk. Closes: #797577.

  [ YunQiang Su ]
  * Build again the gnat-5-sjlj package. Closes: #798782.
  * Fix gnat cross builds, and cross building gnat.

 -- Matthias Klose <doko@debian.org>  Tue, 22 Sep 2015 23:15:17 +0200

gcc-5 (5.2.1-17ubuntu5) wily; urgency=medium

  * Don't assume --push-state/--pop-state being available for every linker.
    LP: #1496743.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 22 Sep 2015 20:54:29 +0200

gcc-5 (5.2.1-17ubuntu4) wily; urgency=medium

  * gcc-5-plugin-dev: Depend on libmpc-dev. Closes: #798997.
  * Work around PR c++/65913, link with -latomic when linking with -lstdc++.
    Closes: #797577.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Sep 2015 17:57:31 +0200

gcc-5 (5.2.1-17ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 11 Sep 2015 03:24:48 +0200

gcc-5 (5.2.1-17) unstable; urgency=medium

  * Update to SVN 20150911 (r227671, 5.2.1) from the gcc-5-branch.
    - Fix PR c++/67369, ICE on valid code. LP: #1489173.

  [ Matthias Klose ]
  * Build-depend on linux-libc-dev [m68k] for gcc and gcc-snapshot builds.
    Closes: #796906.
  * Don't ignore anymore bootstrap comparison failures on sh4. Closes: #796939.
  * Fix stage1 cross build for KFreeBSD. Closes: #796901.
  * libgo: Fix PR go/67508, rewrite lfstack packing/unpacking to look more
    like that in Go (Michael Hudson). LP: #1472650.
  * Fix PR target/67143 (AArch64), ICE on valid code. LP: #1481333.

  [ Aurelien Jarno ]
  * Use --with-mips-plt on mips*.
  * Build for R2 ISA on mips, mips64 and mips64el.
  * Optimize for R2 ISA on mipsel.
  * Only apply mips-fix-loongson2f-nop on mipsel.

  [ YunQiang Su ]
  * Fix running the acats tests. Closes: #798531.

 -- Matthias Klose <doko@debian.org>  Fri, 11 Sep 2015 03:17:20 +0200

gcc-5 (5.2.1-16ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 03 Sep 2015 16:00:26 +0200

gcc-5 (5.2.1-16) unstable; urgency=medium

  * Update to SVN 20150903 (r227431, 5.2.1) from the gcc-5-branch.
    - Backport the filesystem TS library.
  * libstdc++-dev: Install libstdc++fs.a.
  * Again, configure with --enable-targets=powerpcle-linux on ppc64el.
  * Apply proposed patch for PR target/67211 (ppc64el).
  * libgo-dev: Install libgolibbegin.a.
  * Apply proposed patch for PR target/67280 (ARM). LP: #1482320.

 -- Matthias Klose <doko@debian.org>  Thu, 03 Sep 2015 12:16:15 +0200

gcc-5 (5.2.1-15ubuntu5) wily; urgency=medium

  * Fix libstdc++-breaks (add version for the clustalx breaks).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 25 Aug 2015 17:56:26 +0200

gcc-5 (5.2.1-15ubuntu3) wily; urgency=medium

  * Update to SVN 20150825 (r227166, 5.2.1) from the gcc-5-branch.
    - Backport the filesystem TS library.
  * libstdc++-dev: Install libstdc++fs.a.
  * Again, configure with --enable-targets=powerpcle-linux on ppc64el.
  * Apply proposed patch for PR target/67211 (ppc64el).
  * libgo-dev: Install libgolibbegin.a.
  * Add the PR libstdc++/66145 breaks for wily.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 25 Aug 2015 15:56:11 +0200

gcc-5 (5.2.1-15ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 09 Aug 2015 13:20:15 +0200

gcc-5 (5.2.1-15) unstable; urgency=medium

  * Update to SVN 20150808 (r226731, 5.2.1) from the gcc-5-branch.
  * Adjust libstdc++-breaks: Break libantlr-dev instead of antlr;
    adjust libreoffice version (closes: #794203), drop xxsd break (see
    #793289), remove cython breaks (closes: #794511), add breaks for
    packages built using cython (chemps2, fiona, guiqwt, htseq, imposm,
    pysph, pytaglib, python-scipy, python-sfml, rasterio).
  * Ignore missing libstdc++ symbols on sparc64 (work around #792204).

 -- Matthias Klose <doko@debian.org>  Sat, 08 Aug 2015 11:18:24 +0200

gcc-5 (5.2.1-14) unstable; urgency=high

  * Fix libstdc++6 breaks.

 -- Matthias Klose <doko@debian.org>  Fri, 31 Jul 2015 04:12:08 +0200

gcc-5 (5.2.1-13) unstable; urgency=high

  * Upload to unstable (https://wiki.debian.org/GCC5). See also
    https://lists.debian.org/debian-devel-announce/2015/07/msg00000.html
  * Update to SVN 20150730 (r226411, 5.2.1) from the gcc-5-branch.
    - Fix PR libstdc++/67015. Closes: #793784.
  * Fix version macros in the plugin-header.h header. Closes: #793478.
  * libstdc++6: Add breaks for issues tagged with gcc-pr66145.
  * Add libcpprest2.4 to libstdc++6 breaks. Closes: #784655.
  * Fix PR c++/66857, taken from the trunk.
  * Ignore differences in gcc/real.o in the bootstrap build for
    sh*-*linux-gnu targets.  According to PR 67002, "A rare indeterminacy
    of the register choice.  Both codes are valid.  It seems very hard to
    find where has this indeterminacy come from". Suggested by Adrian
    Glaubitz.

 -- Matthias Klose <doko@debian.org>  Thu, 30 Jul 2015 21:51:25 +0200

gcc-5 (5.2.1-12ubuntu2) wily; urgency=medium

  * Update to SVN 20150729 (r226354, 5.2.1) from the gcc-5-branch.
    - Fix PR libstdc++/67015. Closes: #793784.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 29 Jul 2015 17:59:18 +0200

gcc-5 (5.2.1-12ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Jul 2015 21:17:54 +0200

gcc-5 (5.2.1-12) experimental; urgency=medium

  * Update to SVN 20150723 (r226105, 5.2.1) from the gcc-5-branch.
  * Fix PR libstdc++/66145, std::ios_base::failure objects thrown from
    libstdc++.so using the gcc4-compatible ABI.
    Just build src/c++11/functexcept.cc using the new ABI. It will break
    code, which will be handled in the archive by adding Breaks for the
    affected packages.  Third party code using such code will need a rebuild.
  * Remove the work around to build with -O1 on sh4.

 -- Matthias Klose <doko@debian.org>  Thu, 23 Jul 2015 14:18:44 +0200

gcc-5 (5.2.1-11ubuntu1) wily; urgency=medium

  * Configure without --disable-libstdcxx-dual-abi.
  * Configure with --with-default-libstdcxx-abi=new.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 17 Jul 2015 08:14:56 +0200

gcc-5 (5.2.1-1ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 16 Jul 2015 16:58:50 +0200

gcc-5 (5.2.1-1) experimental; urgency=medium

  * GCC 5.2 release.
  * Update to SVN 20150716 (r225880, 5.2.1) from the gcc-5-branch.
  * Require version 5.2 for the libstdc++6 cxx symbols.
  * Ignore missing libstdc++ symbols on sparc64 (work around #792204).
  * Go escape analysis: analyze multiple result type assertions (taken
    from the trunk).

 -- Matthias Klose <doko@debian.org>  Thu, 16 Jul 2015 15:35:44 +0200

gcc-5 (5.1.1-14ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 11 Jul 2015 13:00:26 +0200

gcc-5 (5.1.1-14) unstable; urgency=medium

  * Update to SVN 20150711 (r225710, 5.1.1) from the gcc-5-branch.

 -- Matthias Klose <doko@debian.org>  Sat, 11 Jul 2015 11:57:19 +0200

gcc-5 (5.1.1-13ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Jul 2015 14:29:11 +0200

gcc-5 (5.1.1-13) unstable; urgency=medium

  * Update to SVN 20150706 (r225471, 5.1.1) from the gcc-5-branch.
  * Update libasan symbol files.
  * Configure --with-fp-32=xx on all mips targets, setting MIPS O32 default
    to FPXX (YunQiang Su). Closes: #789612.
  * Update libgccjit symbol file.
  * Add x32 symbols files for libgcc1 and libstdc++6.
  * libgccjit0: Add breaks for python-gccjit and python3-gccjit.

 -- Matthias Klose <doko@debian.org>  Mon, 06 Jul 2015 19:55:08 +0200

gcc-5 (5.1.1-12ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Jun 2015 12:53:45 +0200

gcc-5 (5.1.1-12) unstable; urgency=medium

  * Update to SVN 20150622 (r224724, 5.1.1) from the gcc-5-branch.
  * Update symbols files for mips64 libatomic and libstdc++ (YunQiang Su).
    Closes: #788990.
  * Fix "empty-binary-package" lintian warnings.

 -- Matthias Klose <doko@debian.org>  Mon, 22 Jun 2015 14:37:49 +0200

gcc-5 (5.1.1-11ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 17 Jun 2015 14:38:38 +0200

gcc-5 (5.1.1-11) unstable; urgency=medium

  * Update to SVN 20150616 (r224519, 5.1.1) from the gcc-5-branch.
  * gccgo: escape: Analyze binary expressions (taken from the trunk).
  * Explicitly build with -Wl,--no-relax on alpha again.
  * Build with -O1 on sh4 (try to work around PR target/66358).

 -- Matthias Klose <doko@debian.org>  Tue, 16 Jun 2015 16:11:59 +0200

gcc-5 (5.1.1-10) unstable; urgency=medium

  * Update to SVN 20150613 (r224454, 5.1.1) from the gcc-5-branch.
  * Make removal of byte-compiled libstdc++ pretty printer files more
    robust. Closes: #787630.
  * Fix mips 32bit (o32) multilib builds (YunQiang Su).
  * Build target libraries with -Wl,-z,relro.
  * Build libstdc++6 when building the common libraries.
  * Fix a bunch of lintian warnings.

 -- Matthias Klose <doko@debian.org>  Sat, 13 Jun 2015 12:59:17 +0200

gcc-5 (5.1.1-9ubuntu2) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 03 Jun 2015 01:02:23 +0200

gcc-5 (5.1.1-9) unstable; urgency=medium

  * Update to SVN 20150602 (r224029, 5.1.1) from the gcc-5-branch.
  * Remove byte-compiled libstdc++ pretty printer files on upgrade.
    Closes: #785939.
  * Fix dangling libgccjit.so symlink.
  * Fix base dependency for rtlibs stage builds.
  * Fix build failure of the hppa64 cross compiler, introduced by the
    gnat cross patches. Closes: #786692.
  * Update README.source (Michael Vogt).
  * libgo: syscall.Sendfile(): Apply proposed patch for PR go/66378.
    (Michael Vogt). LP: #1460530.
  * Set CC and CXX matching the same GCC version for the stage1 build.
  * Work around PR go/66368, build libgo with -fno-stack-protector.
    LP: #1454183.

 -- Matthias Klose <doko@debian.org>  Wed, 03 Jun 2015 00:49:41 +0200

gcc-5 (5.1.1-8ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 28 May 2015 12:51:48 +0200

gcc-5 (5.1.1-8) unstable; urgency=medium

  * Update to SVN 20150528 (r223816, 5.1.1) from the gcc-5-branch.
  * Set the priorities of the *-dev-*-cross packages to extra.
  * Prepare to change the base dependency for *-cross packages.
  * Fix dependencies for stage1 and stage2 builds.
  * Relax dependencies on binary indep *-dev-*-cross packages.
  * Disable building gdc on sh4 (bootstrap comparison failure).

 -- Matthias Klose <doko@debian.org>  Thu, 28 May 2015 15:51:00 +0200

gcc-5 (5.1.1-7) unstable; urgency=medium

  * Update to SVN 20150522 (r223579, 5.1.1) from the gcc-5-branch.
  * Add description for the ada-gnattools-cross patch (YunQiang Su).
  * Provide a rtlibs stage to build a subset of target library packages.
  * Make symbols file symlinking for cross builds more robust.
  * Prefer gnatgcc-5 over gnatgcc when building native packages.
  * Various fixes to build a gnat cross compiler:
    - Fix dependencies of packages.
    - Fix building libgnatprj and libgnatvsn (still needed to figure
      out if these are target or host libraries).
  * Fix building cross compilers with dpkg 1.18.

 -- Matthias Klose <doko@debian.org>  Fri, 22 May 2015 18:20:01 +0200

gcc-5 (5.1.1-6ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.
  * Fix dependencies for stage1 and stage2 builds.
  * Disable building gdc on sh4.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 May 2015 18:29:02 +0200

gcc-5 (5.1.1-6) unstable; urgency=medium

  * Update to SVN 20150519 (r223346, 5.1.1) from the gcc-5-branch.
  * Don't build gdc-multilib on armel.
  * Remove old CFLAGS/LDFLAGS settings to build gdc.
  * Remove reference to .ico file in NEWS.html.
  * Fix gcc's dependency on libcc1-0 for native builds.
  * Fix stripping the rpath when cross-building cross compilers.
  * Remove work arounds to build 64bit multilibs on 32bit targets,
    now properly fixed upstream.
  * Partially apply patches to build a gnat cross compiler (submitted
    by YunQiang Su).
    - gnatmake: Call the versioned gnatbind and gnatlink commands.
      Closes: #782257.
    - Allow libgnatprj and libgnatvsn to cross build. Addresses: #783372.
    - New patch ada-gnattools-cross.diff (no documentation).
  * Backport patch for gccgo:
    - gccgo: If unary & does not escape, the var does not escape.
  * Apply the backported patches for the go escape analysis. Need to
    be enabled with -fgo-optimize-alloc (this option may go away again).
  * Re-enable running the tests.

 -- Matthias Klose <doko@debian.org>  Tue, 19 May 2015 10:33:40 +0200

gcc-5 (5.1.1-5ubuntu4) wily; urgency=medium

  * Update to SVN 20150513 (r223155, 5.1.1) from the gcc-5-branch.
  * Don't build gdc-multilib on armel.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 May 2015 14:36:20 +0200

gcc-5 (5.1.1-5ubuntu3) wily; urgency=medium

  * Fix gnat build dependencies.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 10 May 2015 02:46:32 +0200

gcc-5 (5.1.1-5ubuntu2) wily; urgency=medium

  * Update to SVN 20150509 (r222970, 5.1.1) from the gcc-5-branch.
  * Fix gotools configury.
  * Configure with
      --disable-libstdcxx-dual-abi --with-default-libstdcxx-abi=c++98
    While libstdc++ provides a dual ABI to support both the c++98 and c++11
    ABI, there is no committment on compatibility of the old experimental
    c++11 ABI from GCC 4.9 and the stable c++11 ABI in GCC 5.
    Closes: #784655.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 09 May 2015 19:24:57 +0200

gcc-5 (5.1.1-5ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 May 2015 17:52:14 +0200

gcc-5 (5.1.1-5) unstable; urgency=medium

  * Update to SVN 20150507 (r222873, 5.1.1) from the gcc-5-branch.
  * Fix 32bit libstdc++ symbols files for kfreebsd-amd64.
  * libx32phobos-dev: Don't depend on libx32z-dev, when not available.
  * Fix gotools configury.
  * Configure with
      --disable-libstdcxx-dual-abi --with-default-libstdcxx-abi=c++98
    While libstdc++ provides a dual ABI to support both the c++98 and c++11
    ABI, there is no committment on compatibility of the old experimental
    c++11 ABI from GCC 4.9 and the stable c++11 ABI in GCC 5.
    Closes: #784655.

 -- Matthias Klose <doko@debian.org>  Fri, 08 May 2015 18:48:49 +0200

gcc-5 (5.1.1-4) unstable; urgency=medium

  * Update to SVN 20150503 (r222751, 5.1.1) from the gcc-5-branch.
    - Fix build failure on alpha.
  * Fix applying the cross-biarch patch for stage1 builds.
  * Fix libstdc++ symbols files for kfreebsd-amd64.
  * Remove libn32phobos-5-dev from the control file.
  * Really disable gnat on x32.

 -- Matthias Klose <doko@debian.org>  Sat, 02 May 2015 19:18:57 +0200

gcc-5 (5.1.1-3) unstable; urgency=high

  * Update to SVN 20150430 (r222660, 5.1.1) from the gcc-5-branch.
  * Fix libstdc++ symbols files for kfreebsd-i386.
  * PR libstdc++/62258, fix for std::uncaught_exception, taken from the trunk.
    LP: #1439451.
  * Backport patches for gccgo (not yet applied):
    - Consider multi-result calls in escape analysis.
    - Propagate escape info from closures to enclosed variables.
    - Analyze function values and conversions.
    - Use backend interface for stack allocation.
  * More libstdc++ symbols updates for the Hurd and KFreeBSD.
  * config-ml.in: Add D support.
  * Update cross-biarch.diff to support D and Go.
  * Apply the cross-biarch patch for every cross build.

 -- Matthias Klose <doko@debian.org>  Thu, 30 Apr 2015 15:42:05 +0200

gcc-5 (5.1.1-2) unstable; urgency=medium

  * Update to SVN 20150428 (r222550, 5.1.1) from the gcc-5-branch.
  * Fix the gnat build dependency.
  * Don't build go and gofmt for cross compilers.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 28 Apr 2015 23:57:14 +0200

gcc-5 (5.1.1-1) unstable; urgency=medium

  * GCC 5.1.0 release.
  * Update to SVN 20150424 (r222416, 5.1.1) from the gcc-5-branch.
  * Update NEWS files.
  * Apply the ada-bootstrap-compare patch for snapshot builds as well.
  * Update libasan, libgomp and libstdc++ symbols files.
  * Don't ignore errors in dh_makeshlibs and dh_shlibdeps anymore, symbols
    files should be uptodate now.
  * Split out the sjlj build related things from the ada-acats patch into
    a new ada-acats-sjlj patch.
  * Don't build libx32phobos-5-dev when not building x32 multilibs.
  * Fix standard C++ include directory for cross builds. Closes: #783241.
  * Ignore bootstrap comparison failure on ia64. Filed upstream as
    PR middle-end/65874.
  * gccgo: Add (don't yet apply) a patch to implement escape analysis (taken
    from the trunk). Turned off by default, enable with -fgo-optimize-alloc.

 -- Matthias Klose <doko@debian.org>  Fri, 24 Apr 2015 18:42:39 +0200

gcc-5 (5.1.0-0ubuntu11) vivid; urgency=medium

  * GCC 5.1.0 release.
  * Update NEWS files.
  * gccgo: Implement escape analysis (taken from the trunk). Turned off
    by default, enable with -fgo-optimize-alloc.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Apr 2015 14:54:11 +0200

gcc-5 (5.1~rc2-0ubuntu12) vivid; urgency=medium

  * Fix libasan symbols.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Apr 2015 00:12:03 +0200

gcc-5 (5.1~rc2-0ubuntu11) vivid; urgency=medium

  * GCC 5.1 release candidate 2.
  * Update to SVN 20150421 (r222253) from the gcc-5-branch.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 21 Apr 2015 18:53:06 +0200

gcc-5 (5.1~rc1-0ubuntu12) vivid; urgency=medium

  * Update to SVN 20150419 (r222218) from the gcc-5-branch.
  * Apply the ada-bootstrap-compare patch for snapshot builds as well.
  * Update libasan, libgomp and libstdc++ symbols files.
  * Don't ignore errors in dh_makeshlibs and dh_shlibdeps anymore, symbols
    files should be uptodate now.
  * Split out the sjlj build related things from the ada-acats patch into
    a new ada-acats-sjlj patch.
  * Ignore bootstrap comparison failure on ia64. Filed upstream as
    PR middle-end/65874.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 19 Apr 2015 15:57:49 +0200

gcc-5 (5.1~rc1-0ubuntu11) vivid; urgency=medium

  * GCC 5.1 release candidate 1.
  * Update to SVN 20150414 (r222066) from the gcc-5-branch.
  * Update GDC to the gcc-5 branch, 20140414.
  * Don't build libobjc, when not building the common libraries.
  * Don't run the gccjit tests on KFreeBSD. Works around #782444:.
  * Fix not building libs built by the next GCC version.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 14 Apr 2015 03:01:02 +0200

gcc-5 (5-20150410-0ubuntu11) vivid; urgency=medium

  * Update to SVN 20150410.
  * Fix /usr/include/c++/5.0.0 symlink.
  * Re-enable building the D frontend. Closes: #782254.
  * gccgo: Install libnetgo.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 11 Apr 2015 02:21:24 +0200

gcc-5 (5-20150404-0ubuntu11) vivid; urgency=medium

  * Update to SVN 20150404.
  * Don't explicitly configure --with-gxx-include-dir and an absolute path,
    so the toolchain remains relocatible. Instead, canonicalize the include
    path names at runtime.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 04 Apr 2015 23:34:58 +0200

gcc-5 (5-20150401-0ubuntu12) vivid; urgency=medium

  * Update to SVN 20150401.
  * Don't link libgnatprj using --no-allow-shlib-undefined on older releases.
  * Don't build libmpx on older releases.
  * Remove the work around to build libgccjit on arm64.
  * Fix the libgccjit build using the just built compiler.
  * Don't break other gcc, gcj, gnat -base packages for backports, only
    needed for dist-upgrades.
  * Don't add -gtoggle to STAGE3_CFLAGS (disabling the bootstrap comparison).
    Instead, ignore the one differing file (gcc/ada/a-except.o) for now.
    See #781457, PR ada/65618.
  * Update libasan, libtsan, libgfortran and libstdc++ symbols files.
  * Add symbols files for libmpx, libgccjit and libcc1.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 01 Apr 2015 11:27:39 +0200

gcc-5 (5-20150329-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150329.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 29 Mar 2015 19:13:54 +0200

gcc-5 (5-20150329-1) experimental; urgency=medium

  * Update to SVN 20150329.
  * Fix building the gnat-5-doc package.
  * Fix gnat build dependencies.
  * Fix installation of the gnat upstream ChangeLog. Closes: #781451.
  * Restore the bootstrap-debug.mk patch to the ada-mips patch
    for debugging purposes. See #781457.

 -- Matthias Klose <doko@debian.org>  Sun, 29 Mar 2015 18:53:29 +0200

gcc-5 (5-20150328-0ubuntu11) vivid; urgency=medium

  * Update to SVN 20150328.
  * Fix building the gnat-5-doc package.
  * Fix installation of the gnat upstream ChangeLog. Closes: #781451.
  * Restore the bootstrap-debug.mk patch to the ada-mips patch
    for debugging purposes. See #781457.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 28 Mar 2015 15:08:55 +0100

gcc-5 (5-20150327-1) experimental; urgency=medium

  * Update to SVN 20150327.
  * Update libcc1 build support.
  * Fix syntax in libstdc++ symbols file. Closes: #780991.
  * Fix PR go/65417: Add support for PPC32 relocs to debug/elf. LP: #1431388.
  * Fix PR go/65462: Fix go get dependencies. LP: #1432497.
  * Limit the omp.h multilib fix to Linux. Closes: #778440.
  * For ICEs, dump the preprocessed source file to stderr when in a
    distro build environment.
  * Remove the bootstrap-debug.mk patch from the ada-mips patch.
  * gnat related work (partly based on #780640):
    - Update patches for GCC 5.
    - Build the gnat packages from the gcc-5 source package.
    - Don't build a gnat-base package from the gcc-5 source.
    - Stop building the gnat-5-sjlj package for now, patch needs an update.
    - Fix the packaging when not building the gnat-5-sjlj package.
    - Don't apply the ada-symbolic-tracebacks, patch needs an update.
    - Fix the libgnatprj build, build with -DIN_GCC.
  * Replace cloog/ppl build bits with isl build bits.

 -- Matthias Klose <doko@debian.org>  Fri, 27 Mar 2015 21:05:16 +0100

gcc-5 (5-20150321-1ubuntu12) vivid; urgency=medium

  * Update to SVN 20150321.
  * Move the libcc1plugin from the gcc-5-plugin-dev package into the
    gcc-5 package.
  * Configure with --enable-checking=yes (instead of =release).

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Mar 2015 15:28:30 +0100

gcc-5 (5-20150316-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150316.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 16 Mar 2015 11:56:03 +0100

gcc-5 (5-20150314-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150314.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 14 Mar 2015 14:29:28 +0100

gcc-5 (5-20150312-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150312.
    - PR go/65404, enable cgo on arm64 and powerpc. LP: #1431032.
  * Fix libmpx multilib builds.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 12 Mar 2015 23:11:21 +0100

gcc-5 (5-20150311-1ubuntu12) vivid; urgency=medium

  * Update to SVN 20150311.
    - libgo: Add arm64 to the pointer size map (Michael Hudson).
    - libgo: Add ppc to the pointer size map.
  * Enable libmpx builds on amd64 and i386.
  * Update the gcc-multiarch patch for mips64 (YunQiang Su).
    Closes: #776402, #780271.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 11 Mar 2015 19:56:38 +0100

gcc-5 (5-20150307-1ubuntu11) vivid; urgency=medium

  * Update to SVN 20150307.
    - Update gccgo to Go 1.4.2.
  * Enable libsanitizer for AArch64 and POWERPC LE (asan, ubsan).
  * Remove the support to build empty libsanitizer packages on powerpc
    and ppc64; libsanitizer should be stable on these architectures.
  * Fix libcc1.so symlink. Closes: #779341.
  * Revert the fix for PR65150 on armel and armhf to restore bootstrap.
  * Don't strip the libgo library, or some things won't work as documented,
    like runtime.Callers. Still keep the -dbg packages and check if some
    debug information can be stripped.
  * gccgo-5: Install alternatives for go and gofmt.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 07 Mar 2015 12:36:40 +0100

gcc-5 (5-20150226-1) experimental; urgency=medium

  * Update to SVN 20150226.
    - Fix PR c/65040 (closes: #778514), PR tree-optimization/65053
      (closes: #778070, #778071), PR c++/64898 (closes: #778472).
  * Allow not to strip the compiler executables to be able to print backtraces
    for ICEs.
  * Fix gnat build on mips64el (James Cowgill). Addresses: #779191.
  * Fix the hppa64 cross build (John David Anglin). Closes: #778658.
  * Fix libstdc++ pretty printers for Python3. Closes: #778436.

 -- Matthias Klose <doko@debian.org>  Thu, 26 Feb 2015 08:18:23 +0100

gcc-5 (5-20150205-0ubuntu11) vivid; urgency=medium

  * Update to SVN 20150205.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Feb 2015 01:57:43 +0100

gcc-5 (5-20150203-0ubuntu12) vivid; urgency=medium

  * Don't disable bootstrap mode for the jit build on arm64, gets
    miscompiled.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 03 Feb 2015 13:39:02 +0100

gcc-5 (5-20150203-0ubuntu11) vivid; urgency=medium

  * Update to SVN 20150203.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 03 Feb 2015 13:39:02 +0100

gcc-5 (5-20150129-0ubuntu2) vivid; urgency=medium

  * Fix the libstdc++ build.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Jan 2015 19:09:16 +0100

gcc-5 (5-20150129-0ubuntu1) vivid; urgency=medium

  * Update to SVN 20150129.
  * Configure --with-default-libstdcxx-abi=c++11 for development,
    --with-default-libstdcxx-abi=c++98 for backports.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Jan 2015 17:47:03 +0100

gcc-5 (5-20150128-0ubuntu1) vivid; urgency=medium

  * Update to SVN 20150128.
  * Update GDC for GCC 5.
  * Build GDC multilib packages.
  * Update cross-install-location.diff for gcc-5. Closes: #776100.
  * Re-enable libgccjit on AArch64.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Jan 2015 23:30:09 +0100

gcc-5 (5-20150127-0ubuntu2) vivid; urgency=medium

  * Disable libgccjit on AArch64, compiler issue

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Jan 2015 18:05:12 +0100

gcc-5 (5-20150127-0ubuntu1) vivid; urgency=medium

  * Update to SVN 20150127.
  * Disable libgccjit on AArch64.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 27 Jan 2015 14:39:03 +0100

gcc-5 (5-20150126-0ubuntu3) vivid; urgency=medium

  * Update to SVN 20150126.
  * More symbol file updates.
  * Fix libbacktrace and libsanitizer multilib builds.
  * Fix libssp builds on 64bit architectures.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 26 Jan 2015 18:22:53 +0100

gcc-5 (5-20150121-0ubuntu2) vivid; urgency=medium

  * GCC 5.
  * Build new binary packages libcc1-0, libgccjit0, libgccjit-5-dev,
    libgccjit-5-dbg, libgccjit-5-doc.
  * Update symbols files (still incomplete).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 20 Jan 2015 12:45:13 +0100

gcc-4.9 (4.9.2-10ubuntu2) vivid; urgency=medium

  * Update to SVN 20150116 (r219730) from the gcc-4_9-branch.
    - Fix PR libstdc++/64476, PR libstdc++/60966, PR libstdc++/64239,
      PR middle-end/63704 (ice on valid), PR target/64513 (x86),
      PR rtl-optimization/64286 (wrong code), PR tree-optimization/64563 (ice),
      PR middle-end/64391 (ice on valid), PR c++/54442 (ice on valid),
      PR target/64358 (rs6000, wrong code), PR target/63424 (AArch64, ice on
      valid), PR target/64479 (SH), PR rtl-optimization/64536, PR target/64505
      (rs6000), PR target/61413 (ARM, wrong code), PR target/64507 (SH),
      PR target/64409 (x32, ice on valid), PR c++/64487 (ice on valid),
      PR c++/64352, PR c++/64251 (rejects valid), PR c++/64297 (ice on valid),
      PR c++/64029 (ice on valid), PR c++/63657 (diagnostic), PR c++/38958
      (diagnostic), PR c++/63658 (rejects valid), PR ada/64492 (build),
      PR fortran/64528 (ice on valid), PR fortran/63733 (wrong code),
      PR fortran/56867 (wrong code), PR fortran/64244 (ice on valid).
  * Update the Linaro support to the 4.9-2015.01 release.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 16 Jan 2015 14:28:09 +0100

gcc-4.9 (4.9.2-10ubuntu1) vivid; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Dec 2014 04:54:06 +0100

gcc-4.9 (4.9.2-10) unstable; urgency=medium

  * Really add x32 multilib packages for i386 cross builds to the control file.
    Closes: #773265.
  * Use the final binutils 2.25 release.
  * Tighten the gcc-4.9 dependency on libgcc-4.9-dev (YunQiang Su).

 -- Matthias Klose <doko@debian.org>  Thu, 25 Dec 2014 18:10:51 +0100

gcc-4.9 (4.9.2-9) unstable; urgency=medium

  * Update to SVN 20141220 (r218987) from the gcc-4_9-branch.
    - Fix PR libstdc++/64302, PR libstdc++/64303, PR c++/60955,
      PR rtl-optimization/64010 (wrong code), PR sanitizer/64265 (wrong code).
  * Add x32 multilib packages for i386 cross builds to the control file.
    Closes: #773265.
  * Fix mips64el multilib cross builds. Closes: #772665.
  * libphobos-4.x-dev: Stop providing libphobos-dev, now a real package.

 -- Matthias Klose <doko@debian.org>  Sat, 20 Dec 2014 07:47:15 +0100

gcc-4.9 (4.9.2-8) unstable; urgency=medium

  * Update to SVN 20141214 (r218721) from the gcc-4_9-branch.
    - Fix PR tree-optimization/62021 (ice), PR middle-end/64225 (missed
      optimization), PR libstdc++/64239, PR rtl-optimization/64037 (wrong
      code), PR target/64200 (x86, ice), PR tree-optimization/64269 (ice).
  * Don't build libphobos multilibs, there is no gdc-multilib build.
  * Really disable the sanitizer libs on powerpc, ppc64 and ppc64el.
  * Paste config.log files to stdout in case of build errors.

 -- Matthias Klose <doko@debian.org>  Sun, 14 Dec 2014 18:43:49 +0100

gcc-4.9 (4.9.2-7ubuntu3) vivid; urgency=medium

  * Fix the powerpc build.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 11 Dec 2014 15:52:15 +0100

gcc-4.9 (4.9.2-7ubuntu2) vivid; urgency=medium

  * Update to SVN 20141211 (r218620) from the gcc-4_9-branch.
    - Fix PR tree-optimization/62021 (ice), PR middle-end/64225 (missed
      optimization).
  * Don't build libphobos multilibs, there is no gdc-multilib built.
  * Really disable the sanitizer libs on powerpc, ppc64 and ppc64el.
  * Paste config.log files to stdout in case of build errors.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 11 Dec 2014 12:04:13 +0100

gcc-4.9 (4.9.2-7ubuntu1) vivid; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Dec 2014 15:27:33 +0100

gcc-4.9 (4.9.2-7) unstable; urgency=medium

  * Update to SVN 20141210 (r218575) from the gcc-4_9-branch.
    - Fix PR libstdc++/64203, PR target/55351 (SH), PR tree-optimization/61686,
      PR bootstrap/64213.
    - libgcc hppa backports.
  * Fix cross builds with dpkg-architecture unconditionally exporting
    target variables. For now specify the target architecture
    in debian/target. This still needs to work with older dpkg versions,
    so don't "simplify" the packaging. Closes: #768167.

 -- Matthias Klose <doko@debian.org>  Wed, 10 Dec 2014 13:32:42 +0100

gcc-4.9 (4.9.2-6ubuntu1) vivid; urgency=medium

  * Merge with Debian; remaining changes:
    - Build from upstream sources.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 09 Dec 2014 13:47:24 +0100

# For older changelog entries, run 'apt-get changelog gcc-4.9-base'