This file is indexed.

/usr/src/gcc-8/debian/changelog is in gcc-8-source 8-20180414-1ubuntu2.

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
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
gcc-8 (8-20180414-1ubuntu2) bionic; urgency=medium

  * Run the testsuite during the build.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 16 Apr 2018 17:06:33 +0200

gcc-8 (8-20180414-1ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180408 (r259224).
  * Strip the binaries for the upcoming release.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 14 Apr 2018 07:29:59 +0200

gcc-8 (8-20180414-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180414 (r259383).

  [ Matthias Klose ]
  * Update GDC to 20180410.
  * Don't install i586 symlinks anymore for i386 builds in sid.
  * Fix zlib-dev dependencies for the libphobos cross multilib packages.
  * Fix dependency generation for libatomic and libquadmath cross packages.
  * Use triplet-prefixed as and ld (Helmut Grohne). Closes: #895251.
  * Link libasan, liblsan, libubsan always with --no-as-needed. LP: #1762683.
  * Use --push-state --as-needed and --pop-state instead of --as-needed and
    --no-as-needed for linking libgcc.
  * Update the gcc-foffload-default patch. LP: #1721355.

  [ Svante Signell ]
  * Reintroduce libgo patches for hurd-i386. Closes: #894080.

 -- Matthias Klose <doko@debian.org>  Sat, 14 Apr 2018 07:10:01 +0200

gcc-8 (8-20180408-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180408 (r259224).

 -- Matthias Klose <doko@ubuntu.com>  Sun, 08 Apr 2018 20:41:47 +0200

gcc-8 (8-20180406-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180405 (r259166).
  * Update GDC to 20180406.
  * Don't install i586 symlinks anymore for i386 builds in sid.
  * Fix zlib-dev dependencies for the libphobos cross multilib packages.
  * Fix dependency generation for libatomic and libquadmath cross packages.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 06 Apr 2018 13:25:06 +0200

gcc-8 (8-20180402-1ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 02 Apr 2018 10:12:59 +0200

gcc-8 (8-20180402-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180402 (r259004).
  * Build a native compiler with a cross directory layout using the
    FORCE_CROSS_LAYOUT environment variable.

 -- Matthias Klose <doko@debian.org>  Mon, 02 Apr 2018 10:09:27 +0200

gcc-8 (8-20180331-1ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sat, 31 Mar 2018 16:39:17 +0800

gcc-8 (8-20180331-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180331 (r258989).
    - Fix PR/libstdc++/85040, std::less<void> fails when operator< is
      overloaded. Closes: #893517.
    - Fix PR/target 84148, CET shouldn't be enabled in 32-bit run-time
      libraries by default. Closes: #890092.

  [ Samuel Thibault ]
  * Fix disabling go on hurd-i386 for now.

  [ Matthias Klose ]
  * gdc: Link with the shared libphobos library by default.
  * Fix control file generation for nolang=biarch builds (Helmut Grohne).
    Closes: #891289.
  * Simplify architecture to gnu-type mapping (Helmut Grohne). Closes: #893493.

 -- Matthias Klose <doko@debian.org>  Sat, 31 Mar 2018 15:14:44 +0800

gcc-8 (8-20180321-1ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 21 Mar 2018 19:56:38 +0800

gcc-8 (8-20180321-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180321 (r258712).
    - Fix PR sanitizer/84761. Addresses: #892096.
  * Update GDC to 20180320.
  * Reenable building gdc.

 -- Matthias Klose <doko@debian.org>  Wed, 21 Mar 2018 19:47:27 +0800

gcc-8 (8-20180319-1ubuntu2) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 19 Mar 2018 02:25:22 +0800

gcc-8 (8-20180319-1) unstable; urgency=medium

  [ Aurelien Jarno ]
  * Default to PIE on riscv64.
  * Temporarily do not build-depend on gdb on riscv64.

 -- Matthias Klose <doko@debian.org>  Mon, 19 Mar 2018 02:18:29 +0800

gcc-8 (8-20180312-2ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 12 Mar 2018 12:37:59 +0100

gcc-8 (8-20180312-2) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180312 (r258445).
  * Update GDC to 20180311.

  [ Matthias Klose ]
  * Fix typo in libasan and lib32asan symbols files for s390x.

  [ Aurelien Jarno ]
  * Disable gnat on riscv64.
  * Backport RISC-V libffi support from upstream.

 -- Matthias Klose <doko@debian.org>  Mon, 12 Mar 2018 12:33:10 +0100

gcc-8 (8-20180310-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180310 (r258410).
  * Build libasan and libubsan packages on s390x.
  * Update libasan symbols files for s390x.

 -- Matthias Klose <doko@debian.org>  Sat, 10 Mar 2018 10:54:02 +0700

gcc-8 (8-20180309-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180309 (r258378).
  * Build libasan and libubsan packages on s390x.
  * Update libasan symbols files for s390x.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 09 Mar 2018 14:42:20 +0700

gcc-8 (8-20180308-1ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 08 Mar 2018 16:54:39 +0700

gcc-8 (8-20180308-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180308 (r258348).
  * Update GDC to 20180304.

  [ Matthias Klose ]
  * Fix cross builds building without "common" libraries.
  * Fix cross-building libgnat on armel, when not building the common libraries.
  * Remove the go patches for the Hurd. Unmaintained.
  * Update libcc1 symbols file.
  * Install more intrinsic header files.

  [ Aurelien Jarno ]
  * Configure s390x build with --with-arch=z196 on Debian.
  * Drop libgo-s390x-default-isa.diff patch.
  * Disable multilib on riscv64.
  * Update gcc-as-needed.diff, gcc-hash-style-both.diff and
    gcc-hash-style-gnu.diff for riscv64.
  * Update gcc-multiarch.diff for riscv64.

  [ Karsten Merker ]
  * Force the riscv64 ISA to rv64imafdc and ABI to lp64d.

 -- Matthias Klose <doko@debian.org>  Thu, 08 Mar 2018 14:17:37 +0700

gcc-8 (8-20180218-1ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sun, 18 Feb 2018 21:04:19 +0700

gcc-8 (8-20180218-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180208 (r257477).
  * Update GDC to 20180211.
  * Store basename only in gfortran .mod files. Addresses: #889133.
  * Disable go on the hurd, patches are out of date.
  * Configure with --disable-libquadmath-support when not explicitly enabled.
  * For armel multilib builds, explicitly set architecture and cpu for the
    hard-float multilib.

 -- Matthias Klose <doko@debian.org>  Sun, 18 Feb 2018 16:11:11 +0700

gcc-8 (8-20180208-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180208 (r257477).
  * Store basename only in gfortran .mod files. Addresses: #889133.
  * Disable go on the hurd, patches are out of date.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 07 Feb 2018 12:12:42 +0100

gcc-8 (8-20180207-2ubuntu1) bionic; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 07 Feb 2018 12:12:42 +0100

gcc-8 (8-20180207-2) unstable; urgency=medium

  * Revert the fix for PR target/84145.
  * Override patch-file-present-but-not-mentioned-in-series lintian warning.

 -- Matthias Klose <doko@debian.org>  Wed, 07 Feb 2018 12:04:18 +0100

gcc-8 (8-20180207-1ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180207 (r257477).

 -- Matthias Klose <doko@debian.org>  Wed, 07 Feb 2018 01:47:13 +0100

gcc-8 (8-20180207-1) unstable; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180207 (r257435).
  * Update GDC to 20180204.
  * Refresh patches.
  * Disable go on m68k again. Closes: #886103.
  * Ignore bootstrap comparison failures in gcc/d on alpha. Addresses: #888951.
  * Include amo.h header for Power architectures.
  * Include arm_cmse.h header for ARM32 architectures.
  * Update tsan symbols file arm64.

 -- Matthias Klose <doko@debian.org>  Wed, 07 Feb 2018 01:34:14 +0100

gcc-8 (8-20180206-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180206 (r257477).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 06 Feb 2018 10:23:56 +0100

gcc-8 (8-20180206-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180206 (r257404).
  * Update GDC to 20180204.
  * Refresh patches.
  * Disable go on m68k again. Closes: #886103.
  * Ignore bootstrap comparison failures in gcc/d on alpha. Addresses: #888951.

 -- Matthias Klose <doko@debian.org>  Tue, 06 Feb 2018 05:53:53 +0100

gcc-8 (8-20180110-1ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180110 (r256425).

 -- Matthias Klose <doko@ubuntu.com>  Wed, 10 Jan 2018 12:24:18 +0100

gcc-8 (8-20180110-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180110 (r256425).
    - Go 1.10 beta1 merged, bumping libgo soname.
  * Update GDC to 20180108.
  * debian/rules2: Fix typo for N32 conditions (YunQiang Su). Closes: #886459.
  * More libffi mips r6 updates (YunQiang Su). Addresses: #886201.
  * Default to PIE on the hurd (Samuel Thibault). Addresses: #885056.
  * Use internal libunwind for ia64 cross-builds. Addresses: #885931.
  * Strip -z,defs from linker options for internal libunwind (James Clarke).
    Addresses: #885937.
  * Fix rtlibs stage build with debhelper 10.9.1 (Helmut Grohne).
    Closes: #879054.

 -- Matthias Klose <doko@debian.org>  Wed, 10 Jan 2018 12:23:12 +0100

gcc-8 (8-20180104-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180104.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 Jan 2018 15:04:04 +0100

gcc-8 (8-20180102-0ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20180102.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 02 Jan 2018 07:31:35 +0100

gcc-8 (8-20171222-0ubuntu2) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171222.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 22 Dec 2017 14:20:41 +0100

gcc-8 (8-20171221-1ubuntu2) bionic; urgency=medium

  * Disable nvptx for now.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Dec 2017 09:12:41 +0100

gcc-8 (8-20171221-1ubuntu1) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171219.
  * Update GDC to 20171221.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 21 Dec 2017 07:21:49 +0100

gcc-8 (8-20171219-0ubuntu2) bionic; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171219.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Dec 2017 15:38:49 +0100

gcc-8 (8-20171215-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171215.
  * Update GDC to 20171213.
  * Move the .gox files into the gccgo packages. Addresses: #883136.
  * libffi: mips/n32.S: disable .set mips4 on mips r6 (YunQiang Su).
  * Fix shlibs search path for mips64 cross targets. Addresses: #883988.
  * Set the armel port baseline to armv5te. Closes: #882174.

 -- Matthias Klose <doko@debian.org>  Fri, 15 Dec 2017 18:30:46 +0100

gcc-8 (8-20171209-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171209.
  * Add more header files for builtins. Closes: #883423.
  * Re-enable gccgo on m68k. Addresses: #883794.

 -- Matthias Klose <doko@debian.org>  Sat, 09 Dec 2017 21:23:08 +0100

gcc-8 (8-20171128-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171128.

  [ Matthias Klose ]
  * Don't revert the fix for PR target/55947, fixed for GCC 8.
  * Update libgfortran symbol versioning.

  [ Nicolas Boulenguez ]
  * Fix the gnat bootstrap.

 -- Matthias Klose <doko@debian.org>  Tue, 28 Nov 2017 07:40:23 +0100

gcc-8 (8-20171122-1) experimental; urgency=medium

  [ Matthias Klose ]
  * GCC 8 snapshot, taken from the trunk 20171122.
  * Update GDC to 20171118.
  * Port libgo to the Hurd (Svante Signell).
  * Add support for a plethora of mips r6 packages (YunQiang Su).
  * Remove the libcilkrts packaging bits.
  * Remove libgphobos symbols files.

  [ Svante Signell ]
  * Do not enable go on GNU/kFreeBSD.

 -- Matthias Klose <doko@debian.org>  Wed, 22 Nov 2017 14:02:35 +0100

gcc-8 (8-20171108-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171108.
  * Update GDC to 20171106. Closes: #880548.
  * libgcc-dev: Install the liblsan_preinit.o file.
  * Compress debug symbols for compiler binaries with dwz.

 -- Matthias Klose <doko@debian.org>  Wed, 08 Nov 2017 20:00:30 +0100

gcc-8 (8-20171102-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171102.
  * Bump libunwind (build-)dependency for ia64. Addresses: #879959.
  * Drop the autogen build dependency.
  * Install the gfniintrin.h header file.
  * libgcc and libstdc++ symbols files updates for mipsn32.
  * Remove the gcc-mips64-stack-spilling patch, applied upstream.
  * Update libasan symbols files.

 -- Matthias Klose <doko@debian.org>  Thu, 02 Nov 2017 01:43:34 +0100

gcc-8 (8-20171031-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171031.
  * Install cetintrin.h header. Closes: #879740.
  * Update gnat patches (YunQiang Su). Closes: #879985.
  * Build libphobos runtime library on x86 architectures again.
  * Fix typo in libx32stdc++6-8-dbg conflicts. Closes: #879883.

 -- Matthias Klose <doko@debian.org>  Tue, 31 Oct 2017 02:22:07 +0100

gcc-8 (8-20171023-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171023.
  * Mask __float128 from CUDA compilers. LP: #1717257.
  * Update the gdc build support.
  * Don't use quadmath on powerpc and ppc64.
  * Bump asan and ubsan sonames.
  * Adjust sanitizer symbols for the libsanitizer upstream merge.
  * Install the gcov.h header file.
  * Do the extra/optional dance ...
  * Override hardening-no-pie lintian warnings for compiler executables.

 -- Matthias Klose <doko@debian.org>  Mon, 23 Oct 2017 10:57:54 +0200

gcc-8 (8-20171016-1) experimental; urgency=medium

  * GCC 8 snapshot, taken from the trunk 20171016.
  * Update nvptx-newlib to 20171010.
  * Fix lsan/tsan symbols files for arm64 and ppc64el.
  * Add missing conflicts with GCC 7 packages. Closes: #877441.
  * Fix builds without hppa64 cross compiler and new debhelper. See: #877589.
  * Fix build dependency on realpath.
  * Build the nvptx offload compiler again.
  * Update symbols files.
  * Fix build dependency on realpath.
  * Set QUILT_PATCH_OPTS='-E' for applying patches.

 -- Matthias Klose <doko@debian.org>  Mon, 16 Oct 2017 14:56:04 +0200

gcc-8 (8-20170923-1ubuntu2) artful; urgency=medium

  * Fix lsan/tsan symbols files for arm64 and ppc64el.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 28 Sep 2017 03:09:21 +0200

gcc-8 (8-20170923-1ubuntu1) artful; urgency=medium

  * Disable the ARM32 multilib support for now.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 27 Sep 2017 22:09:27 +0200

gcc-8 (8-20170923-1) experimental; urgency=medium

  * GCC 8 snapshot.
  * Disable Ada and D for a first build.

 -- Matthias Klose <doko@debian.org>  Tue, 26 Sep 2017 23:44:57 +0200

gcc-7 (7.2.0-7ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Sep 2017 11:42:38 +0200

gcc-7 (7.2.0-7) unstable; urgency=medium

  * Update to SVN 20170923 (r253114) from the gcc-7-branch.
    - Fix PR libstdc++/79162, PR libstdc++/79162, PR libstdc++/82262,
      PR libstdc++/82254, PR target/81996 (PPC), PR target/71951 (AArch64),
      PR sanitizer/81929.
  * Fix PR go/82284, taken from the trunk. Closes: #876353.

 -- Matthias Klose <doko@debian.org>  Sat, 23 Sep 2017 11:31:21 +0200

gcc-7 (7.2.0-6ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 20 Sep 2017 11:21:01 +0200

gcc-7 (7.2.0-6) unstable; urgency=medium

  * Update to SVN 20170920 (r253002) from the gcc-7-branch.
    - Fix PR target/82112 (PPC), PR c++/81355, PR tree-optimization/82084,
      PR tree-optimization/82108, PR target/81325 (PPC), PR c++/81236,
      PR c++/80767, PR c++/82030, PR c++/80935, PR c++/81671, PR c++/81525,
      PR c++/81314, PR libgfortran/78387.
  * Fix fortran cross compiler build with debhelper 10.9. Closes: #876246.
  * Strip the compiler binaries again. Closes: #872672.
  * Bump binutils dependency to 2.29.1 for sid/buster.

 -- Matthias Klose <doko@debian.org>  Wed, 20 Sep 2017 11:13:31 +0200

gcc-7 (7.2.0-5ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Fri, 15 Sep 2017 12:19:48 +0200

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

  * Update to SVN 20170915 (r252791) from the gcc-7-branch.
    - Fix PR c/81687, PR c/45784, PR c++/81852, PR target/82181 (xtensa),
      PR target/80695 (PPC), PR target/81988 (SPARC), PR middle-end/81768,
      PR sanitizer/81923, PR target/81621, PR driver/81650,
      PR middle-end/81052, PR tree-optimization/81987, PR bootstrap/81926,
      PR libstdc++/79162, PR libstdc++/81468, PR libstdc++/81835,
      PR libstdc++/70483, PR libstdc++/70483, PR target/81833 (PPC),
      PR other/39851, PR ipa/81128, PR inline-asm/82001, PR c++/81355,
      PR tree-opt/81696.
  * Enable libgo tests and rebuilds with make -C (Svante Signell).
    Closes: #873929.
  * Fix PR sanitizer/77631, support separate debug info in libbacktrace.
  * Update the Linaro support to the 7-2017.09 snapshot.

 -- Matthias Klose <doko@debian.org>  Fri, 15 Sep 2017 12:15:21 +0200

gcc-7 (7.2.0-4ubuntu2) artful; urgency=medium

  * Update to SVN 20170912 (r251998) from the gcc-7-branch.
    - Fix PR c/81687, PR c/45784, PR c++/81852, PR target/82181 (xtensa),
      PR target/80695 (PPC), PR target/81988 (SPARC), PR middle-end/81768,
      PR sanitizer/81923, PR target/81621, PR driver/81650,
      PR middle-end/81052, PR tree-optimization/81987, PR bootstrap/81926.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 12 Sep 2017 11:38:01 +0200

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

  * Update to SVN 20170915 (r252791) from the gcc-7-branch.
    - Fix PR c/81687, PR c/45784, PR c++/81852, PR target/82181 (xtensa),
      PR target/80695 (PPC), PR target/81988 (SPARC), PR middle-end/81768,
      PR sanitizer/81923, PR target/81621, PR driver/81650,
      PR middle-end/81052, PR tree-optimization/81987, PR bootstrap/81926,
      PR libstdc++/79162, PR libstdc++/81468, PR libstdc++/81835,
      PR libstdc++/70483, PR libstdc++/70483, PR target/81833 (PPC),
      PR other/39851, PR ipa/81128, PR inline-asm/82001, PR c++/81355,
      PR tree-opt/81696.
  * Enable libgo tests and rebuilds with make -C (Svante Signell).
    Closes: #873929.
  * Fix PR sanitizer/77631, support separate debug info in libbacktrace.
  * Update the Linaro support to the 7-2017.09 snapshot.

 -- Matthias Klose <doko@debian.org>  Fri, 15 Sep 2017 12:15:21 +0200

gcc-7 (7.2.0-4ubuntu1) artful; urgency=medium

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

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

gcc-7 (7.2.0-4) unstable; urgency=medium

  * Update to SVN 20170906 (r251753) from the gcc-7-branch.
    - Fix PR c++/82039, PR libstdc++/81912, PR libstdc++/81891,
      PR libstdc++/81599, PR libstdc++/81338, PR tree-optimization/81503,
      PR ada/79542, PR ada/62235, PR fortran/81770.
  * Fix PR target/81833 (PPC), taken from the trunk. Closes: #871565.

 -- Matthias Klose <doko@debian.org>  Wed, 06 Sep 2017 10:38:05 +0200

gcc-7 (7.2.0-3ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sat, 02 Sep 2017 14:02:06 +0200

gcc-7 (7.2.0-3) unstable; urgency=high

  * Update to SVN 20170901 (r251583) from the gcc-7-branch.
    - Fix PR target/81504 (PPC), PR c++/82040.
  * Apply proposed patch for PR target/81803 (James Cowgill), conditionally
    for mips* targets. Closes: #871514.
  * Bump standards version.

 -- Matthias Klose <doko@debian.org>  Sat, 02 Sep 2017 13:55:18 +0200

gcc-7 (7.2.0-2ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Aug 2017 12:23:25 +0200

gcc-7 (7.2.0-2) unstable; urgency=medium

  * Update to SVN 20170830 (r251446) from the gcc-7-branch.
    - Fix PR target/72804 (PPC), PR target/80210 (PPC), PR target/81910 (AVR),
      PR target/79883 (AVR), PR fortran/81296, PR fortran/80164,
      PR target/81593 (PPC), PR target/81170 (PPC), PR target/81295 (PPC),
      PR tree-optimization/81977, PR debug/81993 (closes: #873609),
      PR middle-end/81088, PR middle-end/81065, PR sanitizer/80932,
      PR middle-end/81884, PR tree-optimization/81181,
      PR tree-optimization/81723, PR target/81921 (x86), PR c++/81607.
  * Update the Linaro support to the 7-2017.08 snapshot.
  * Restore configuring with --with-mode=thumb on armhf. Closes: #873584.
  * Default to PIE on powerpc again, now that PR target/81170 and
    PR target/81295 are fixed. Closes: #856224.

 -- Matthias Klose <doko@debian.org>  Wed, 30 Aug 2017 11:47:42 +0200

gcc-7 (7.2.0-1ubuntu2) artful; urgency=medium

  * Update to SVN 20170824 (r251336) from the gcc-7-branch.
    - Fix PR target/72804 (PPC), PR target/80210 (PPC), PR target/81910 (AVR),
      PR target/79883 (AVR), PR fortran/81296, PR fortran/80164.
  * Update the Linaro support to the 7-2017.08 snapshot.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 24 Aug 2017 17:33:34 +0200

gcc-7 (7.2.0-1ubuntu1) artful; urgency=medium

  * Update to SVN 20170818 (r251184) from the gcc-7-branch.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 18 Aug 2017 18:54:43 +0200

gcc-7 (7.2.0-1) unstable; urgency=medium

  * GCC 7.2.0 release.
  * Update libgcc1 symbols file for s390x.
  * Apply proposed patch for PR driver/81829. Closes: #853537.

 -- Matthias Klose <doko@debian.org>  Fri, 18 Aug 2017 18:34:45 +0200

gcc-7 (7.1.0-13ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Tue, 08 Aug 2017 11:43:39 -0400

gcc-7 (7.1.0-13) unstable; urgency=medium

  * GCC 7.2 release candidate 2.
  * Don't build the gc enabled libobjc for cross compilers. Closes: #870895.
  * Configure cross-build-native builds with --program-prefix (Adrian
    Glaubitz). Closes: #871034.
  * Update build dependencies for powerpcspe. Closes: #868186.
  * Fix PR tree-optimization/81723, taken from the trunk. Closes: #853345.

 -- Matthias Klose <doko@debian.org>  Tue, 08 Aug 2017 11:12:56 -0400

gcc-7 (7.1.0-12ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 03 Aug 2017 09:57:19 -0400

gcc-7 (7.1.0-12) unstable; urgency=medium

  * GCC 7.2 release candidate 1.
  * Update to SVN 20170803 (r250853) from the gcc-7-branch.

 -- Matthias Klose <doko@debian.org>  Thu, 03 Aug 2017 09:20:48 -0400

gcc-7 (7.1.0-11ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 31 Jul 2017 23:34:35 +0200

gcc-7 (7.1.0-11) unstable; urgency=medium

  * Update to SVN 20170731 (r250749) from the gcc-7-branch.

  [ Matthias Klose ]
  * Update sanitizer symbols for ppc64 and sparc64.

  [ Nicolas Boulenguez ]
  * Only build gnatvsn as a native library.

 -- Matthias Klose <doko@debian.org>  Mon, 24 Jul 2017 13:41:34 +0200

gcc-7 (7.1.0-10ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 24 Jul 2017 10:55:47 +0200

gcc-7 (7.1.0-10) unstable; urgency=medium

  * Update to SVN 20170722 (r250453) from the gcc-7-branch.

  [ Nicolas Boulenguez ]
  * libgnatvsn: embed xutil rident for version 2017 of asis package.

  [ Matthias Klose ]
  * Fix gnat cross build on m68k (Adrian Glaubitz). Closes: #862927.
  * Enable gnat cross build on m68k. Closes: #868365.
  * Update the Linaro support to the 7-2017.07 snapshot.
  * Stop ignoring symbol mismatches for runtime libraries.

  [ Aurelien Jarno ]
  * libgo-s390x-default-isa.diff: do not build libgo with -march=z196,
    use the default ISA instead.

 -- Matthias Klose <doko@debian.org>  Sat, 22 Jul 2017 15:06:36 +0200

gcc-7 (7.1.0-9ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 05 Jul 2017 19:28:21 +0200

gcc-7 (7.1.0-9) unstable; urgency=medium

  * Update to SVN 20170705 (r250006) from the gcc-7-branch.

  [ Matthias Klose ]
  * gcc-linaro-revert-r49596.diff: fix build for the linaro branch.
  * Don't configure powerpc with --enable-default-pie, fails to build.
    See #856224, PR target/81295.

  [ Nicolas Boulenguez ]
  * ada-gcc-name.diff: unpatch gnatchop. Addresses: #856274.
  * Link libgnat with libatomic on armel. Closes: #861734.
  * libgnat-dev: use multiarch paths in project and to install .ali files.
  * Build Ada on armel, kfreebsd-*, hurd-i386; #86173[457] are closed.

 -- Matthias Klose <doko@debian.org>  Wed, 05 Jul 2017 19:21:55 +0200

gcc-7 (7.1.0-8ubuntu2) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Jun 2017 17:42:16 +0200

gcc-7 (7.1.0-8) unstable; urgency=medium

  * Update to SVN 20170629 (r249793) from the gcc-7-branch.

  [ Matthias Klose ]
  * Move the liblto_plugin from the cpp to the gcc package.
  * libstdc++6: Add more Breaks to smoothen upgrades from jessie to stretch.
    Addresses: #863845, #863745.
  * Don't provide libobjc_gc symlinks for the libobjc multilib packages.
  * Configure with --enable-default-pie on ppc64 (Adrian Glaubitz) and
    powerpc (Mathieu Malaterre).  Addresses: #856224.

  [ Nicolas Boulenguez ]
  * Update ada/confirm_debian_bugs.py for gcc-7.
  * Drop ada-driver-check.diff, the problem is unreproducible.
  * Stop symlinking gcc-7-7 -> gcc-7. See #856274 and #814977.
  * gnatmake: compile once even with SOURCE_DATE_EPOCH. Closes: #866029.

 -- Matthias Klose <doko@debian.org>  Thu, 29 Jun 2017 17:36:03 +0200

gcc-7 (7.1.0-7ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Tue, 20 Jun 2017 14:19:39 +0200

gcc-7 (7.1.0-7) unstable; urgency=medium

  * Update to SVN 20170618 (r249347) from the gcc-7-branch.

  [ Matthias Klose ]
  * Update to SVN 20170524 (r248432) from the gcc-7-branch.
  * Don't build libada with -O3 (ftbfs on ppc64el).
  * Update sanitizer symbol files (Helmut Grohne). Closes: #864835.

  [ Aurelien Jarno ]
  * Remove proposed patch for PR65618, the issue has been fixed upstream
    another way.

  [ Nicolas Boulenguez ]
  * Ada: link system.ads to system-freebsd.ads on hurd and *freebsd
    system-freebsd-x86.ads does not exist anymore. Closes: #861735, #861737.
  * Ada: prevent parallel gnatmake invokations for gnattools. Closes: #857831.
  * Drop generated and obsolete debian/source.lintian-overrides.
  * Drop debian/relink, never executed and redundant with ada patches.
  * Ada: Drop dpkg-buildflags usage in patches. Closes: #863289.
  * ada: Drop references to obsolete termio-h.diff. Closes: #845159.
  * ada-749574.diff: replace work-around with fix and forward it.
  * ada-kfreebsd.diff: reduce a lot thanks to Ada2012 syntax.
  * ada-link-lib.diff: remove dubious parts.

 -- Matthias Klose <doko@debian.org>  Sun, 18 Jun 2017 15:31:39 +0200

gcc-7 (7.1.0-6ubuntu2) artful; urgency=medium

  * Update to SVN 20170524 (r248432) from the gcc-7-branch.
  * Don't build libada with -O3 (ftbfs on ppc64el).
  * Restore building gnattools sequentially. Reopens #857831.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 May 2017 15:18:49 -0700

gcc-7 (7.1.0-6ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 22 May 2017 16:38:40 -0700

gcc-7 (7.1.0-6) experimental; urgency=medium

  * Update to SVN 20170522 (r248347) from the gcc-7-branch.
    - Fix PR libstdc++/80796, PR libstdc++/80478, PR libstdc++/80761,
      PR target/80799 (x86), PR ada/80784, PR fortran/78659, PR fortran/80752,
      PR libgfortran/80727.

  [ Matthias Klose ]
  * Re-add unwind support on kfreebsd-amd64 (James Clarke).
  * Work around #814977 (gnat calling gcc-7-7) by providing a gcc-7-7
    symlink.
  * Fix gnat build dependencies on x32.
  * Build gnat on mips64 and powerpcspe.
  * Update the Linaro support to the 7-2017.05 snapshot.
  * Fix libmpx dependency generation for cross builds.
  * Build again gnat cross compilers on 32bit archs targeting 64bit targets.

  [ Nicolas Boulenguez ]
  * Remove ada-gnattools-noparallel patch, apparently fixed. Closes: #857831.
  * Reduce diff with upstream in ada-gnattools-cross patch.
  * debian/rules2: Simplify build flags transmission.
  * Append build flags from dpkg during Ada target builds.

 -- Matthias Klose <doko@debian.org>  Mon, 22 May 2017 12:43:09 -0700

gcc-7 (7.1.0-5ubuntu2) artful; urgency=medium

  * Update to SVN 20170519 (r248295) from the gcc-7-branch.
    - Fix PR libstdc++/80796, PR libstdc++/80478, PR libstdc++/80761,
      PR target/80799 (x86), PR ada/80784, PR fortran/78659, PR fortran/80752,
      PR libgfortran/80727.
  * Starting with 17.10, enable PIE on armhf, arm64 and i386.
  * Build from the Linaro gcc-7 branch on armhf and arm64.
  * Re-add unwind support on kfreebsd-amd64 (James Clarke).
  * Work around #814977 (gnat calling gcc-7-7) by providing a gcc-7-7
    symlink.
  * Fix gnat build dependencies on x32.
  * Build gnat on mips64 and powerpcspe.
  * Update the Linaro support to the 7-2017.05 snapshot.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 19 May 2017 12:07:42 -0700

gcc-7 (7.1.0-5ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sun, 14 May 2017 09:15:57 -0700

gcc-7 (7.1.0-5) experimental; urgency=medium

  * Update to SVN 20170514 (r248033) from the gcc-7-branch.
  * Disable offload compilers for snapshot builds.
  * Build libgo when not building common libs.
  * Fix building libgfortran and libgphobos when building without common libs.
  * Build gnat on x32.

 -- Matthias Klose <doko@debian.org>  Sun, 14 May 2017 08:50:34 -0700

gcc-7 (7.1.0-4ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 May 2017 11:57:06 +0200

gcc-7 (7.1.0-4) experimental; urgency=medium

  * Update to SVN 20170505 (r247630) from the gcc-7-branch.
  * Add sh3 support to gcc-multiarch patch. Closes: #861760.
  * Remove libquadmath/gdtoa license from debian/copyright (files removed).
  * Fix gdc build on sh4 (sh5 support was removed upstream).
  * Disable gnat on KFreeBSD (see #861737) and the Hurd (see #861735) for now.
  * Disable running the testsuite on KFreeBSD and the Hurd, hanging on
    the buildds.

 -- Matthias Klose <doko@debian.org>  Fri, 05 May 2017 11:27:27 +0200

gcc-7 (7.1.0-3ubuntu1) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 04 May 2017 00:02:42 +0200

gcc-7 (7.1.0-3) experimental; urgency=medium

  * Update to SVN 20170503 (r247549) from the gcc-7-branch.
  * Fix gdc build on sparc.
  * Update the gdc-cross-install-location patch for GCC 7.
  * Bump libgphobos soname.
  * dpkg-buildflags stopped fiddling around with spec files; remove
    the code removing and warning about dpkg's specs.
  * Don't build the native gnat on armel. See issue #861734.

 -- Matthias Klose <doko@debian.org>  Wed, 03 May 2017 16:51:15 +0200

gcc-7 (7.1.0-2) experimental; urgency=medium

  * Update the disable-gdc-tests patch for GCC 7.1.

 -- Matthias Klose <doko@debian.org>  Tue, 02 May 2017 18:35:14 +0200

gcc-7 (7.1.0-1ubuntu2) artful; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Tue, 02 May 2017 18:13:00 +0200

gcc-7 (7.1.0-1) experimental; urgency=medium

  * GCC 7.1.0 release.
  * Update NEWS.html and NEWS.gcc.
  * Update gdc to the gdc-7 branch 20170502.
  * Add multiarch bits for non-glibc architectures (musl, uclibc) (Helmut
    Grohne). Closes: #861588.
  * Fix dependency on gcc-base package for rtlibs stage build (Helmut Grohne).
    Closes: #859938.

 -- Matthias Klose <doko@debian.org>  Tue, 02 May 2017 18:07:07 +0200

gcc-7 (7-20170407-0ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170407.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 07 Apr 2017 13:40:05 +0200

gcc-7 (7-20170322-0ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170322.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 22 Mar 2017 09:08:47 +0100

gcc-7 (7-20170316-1ubuntu3) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170316.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 16 Mar 2017 22:18:58 +0100

gcc-7 (7-20170316-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170316.
  * Install the gcov-dump utility.
  * Allow to use lld with -fuse-ld=ld.lld.
  * Build gnattools sequentially (fails with parallel build). See #857831.
  * Add <!nocheck> profile to the autogen build dependency.
  * Re-add the generated Makefile.in changes to the gdc-libphobos-build patch.

 -- Matthias Klose <doko@debian.org>  Thu, 16 Mar 2017 12:34:18 +0100

gcc-7 (7-20170314-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170314.

  [ Matthias Klose ]
  * Bump binutils version requirement to 2.28.
  * Fix libcc1.so symlink for cross compilers. Addresses: #856875.
  * Fix base package name for rtlibs stage build (Helmut Grohne).
    Closes: #857074.
  * Update the cross-install-location patch (Helmut Grohne). Closes: #855565.
  * Fix symlinks to man pages in the hppa64 package. Addresses: #857583.
  * Don't ship the gnatgcc manpage symlink when building GFDL packages.
    Addresses: #857384.
  * Allow bootstrapping with libc headers installed in multiarch location.
    (Helmut Grohne). Closes: #857535
  * gccbrig: Depend on hsail-tools.

  [ Nicolas Boulenguez ]
  * Create the libgnatsvn packages again. Closes: #857606.
  * Replace libgnat-BV.overrides with a fixed command.
  * Install gnatvsn.gpr project into /u/s/gpr instead of
    /u/s/ada/adainclude. Debian is migrating to GPRbuild's upstream layout.
  * Avoid hardcoding the version in the ada-gcc-name patch.
  * Reorganize Ada patches. See #857606 for details.

 -- Matthias Klose <doko@debian.org>  Tue, 14 Mar 2017 10:42:24 +0100

gcc-7 (7-20170303-0ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170303.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Mar 2017 10:27:49 +0100

gcc-7 (7-20170302-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170302.

  [ Matthias Klose ]
  * Update gdc to trunk 20170227.
  * Update libcc1 symbols file.
  * Bump binutils version requirement.
  * Allow to disable brig in DEB_BUILD_OPTIONS. Closes: #856452.
  * Build the nvptx offload compilers.
  * Add the newlib copyright, used for the gcc-7-offload-nvptx package.
  * Install the libcp1plugin.
  * Fix the installation directory of the ada-sjlj includes and libraries.

  [ Nicolas Boulenguez ]
  * Use SOURCE_DATE_EPOCH for reproducible ALI timestamps. Closes: #856042.
  * Remove obsolete references to libgnatprj, but keep existing
    references to libgnatvsn as it will be restored. Closes: #844367.
  * Drop obsolete and unapplied ada-default-project-path.diff.

 -- Matthias Klose <doko@debian.org>  Thu, 02 Mar 2017 10:12:34 +0100

gcc-7 (7-20170226-1ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170121.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 26 Feb 2017 17:21:13 +0100

gcc-7 (7-20170226-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170226.

 -- Matthias Klose <doko@debian.org>  Sun, 26 Feb 2017 17:00:48 +0100

gcc-7 (7-20170221-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170221.
  * Update gdc to trunk 20170221.

  [ Matthias Klose ]
  * Fix some hppa64 related build issues. Addresses: #853023.
  * Allow setting offload targets by OFFLOAD_TARGET_DEFAULT.
  * Again, disable go on m68k. Closes: #853906.
  * Configure with --enable-default-pie on sparc and sparc64 (James Clark).
    Addresses: #854090.
  * Configure with --enable-default-pie on kfreebsd-* (Steven Chamberlain).
  * Build gccbrig and the libhsail-rt library for i386.
  * Configure staged builds with --disable-libmpx and --disable-libhsail-rt.
  * Fix target architecture for sparc non-multilib builds (Adrian Glaubitz).
    Addresses: #855197.
  * Bump binutils version requirement.

  [ Aurelien Jarno ]
  * Disable lxc1/sxc1 instruction on mips and mipsel.
  * Disable madd4 instructions on mipsel, mips64el and mipsn32el.

 -- Matthias Klose <doko@debian.org>  Tue, 21 Feb 2017 14:54:12 +0100

gcc-7 (7-20170129-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170129.
  * Fix removing the RUNPATH from the asan, tsan, ubsan, cilkrts, gfortran
    and gphobos runtime libraries.
  * Let the gnatgcc symlinks point to the versioned names. Addresses: #839209.
  * Build the BRIG frontend on amd64.
  * Install new intrinsics headers. Closes: #852551.
  * libgo version bumped to 11.
  * Package gccbrig and the libhsail-rt library.

 -- Matthias Klose <doko@debian.org>  Sun, 29 Jan 2017 13:51:35 +0100

gcc-7 (7-20170121-1ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170121.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Jan 2017 21:03:01 +0100

gcc-7 (7-20170121-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170121.
  * Configure --with-gcc-major-version-only, drop the gcc-base-version,
    gccgo-version and gdc-base-version patches.
  * Adjust the g++-multiarch-incdir patch for reverted upstream patch,
    causing bootstrap regression (PR 78880). Closes: #852104.

 -- Matthias Klose <doko@debian.org>  Sat, 21 Jan 2017 20:34:04 +0100

gcc-7 (7-20170118-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170118.
  * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).
  * Enable gccgo on m68k (John Paul Adrian Glaubitz). Addresses: #850749.
  * Install the unprefixed man pages for gcc-ar, -nm and ranlib.
    Closes: #851698.

 -- Matthias Klose <doko@debian.org>  Wed, 18 Jan 2017 22:41:11 +0100

gcc-7 (7-20170105-1ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170105.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 05 Jan 2017 14:41:15 +0100

gcc-7 (7-20170105-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20170105.
  * Update zlib to 1.2.10.
  * Always configure sparc builds --with-cpu-32=ultrasparc (James Clark).

 -- Matthias Klose <doko@debian.org>  Thu, 05 Jan 2017 14:19:02 +0100

gcc-7 (7-20161229-1ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161229.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 29 Dec 2016 07:57:28 +0100

gcc-7 (7-20161229-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161229.
  * Update gdc to trunk 20161229.
  * Build the cilk runtime on armel, armhf, sparc and sparc64.
  * Use --push-state/--pop-state for gold as well when linking libtsan.
  * In GCC ICE dumps, prefix each line with the PID of the driver.
  * Apply proposed patch for PR target/78748.
  * Apply proposed patch for PR libstdc++/64735.
  * Don't mark libphobos multilib packages as M-A: same.
  * Configure libphobos builds with --with-target-system-zlib.
  * Ignore dpkg's pie specs when pie is not enabled. Addresses: #848129.

 -- Matthias Klose <doko@debian.org>  Thu, 29 Dec 2016 07:38:54 +0100

gcc-7 (7-20161217-0ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161217.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 17 Dec 2016 14:09:52 +0100

gcc-7 (7-20161212-0ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161212.
  * Apply proposed patch for PR target/78748.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 12 Dec 2016 17:08:48 +0100

gcc-7 (7-20161208-0ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161208.
    - Revert r243346, breaking bootstrap on AArch64.
  * Build the cilk runtime on armel, armhf, sparc and sparc64.
  * Use --push-state/--pop-state for gold as well when linking libtsan.
  * In GCC ICE dumps, prefix each line with the PID of the driver.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 08 Dec 2016 12:08:40 +0100

gcc-7 (7-20161203-0ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161203.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 03 Dec 2016 12:00:35 +0100

gcc-7 (7-20161201-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161201.

  * Install missing vecintrin.h header on s390x.
  * Install missing avx512 intrinsics headers on x86*. Closes: #846075.

 -- Matthias Klose <doko@debian.org>  Thu, 01 Dec 2016 14:38:26 +0100

gcc-7 (7-20161125-1ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161125.

  [ Matthias Klose ]

  [ Svante Signell ]
  * GNU/Hurd port for gccgo.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 25 Nov 2016 13:30:48 +0100

gcc-7 (7-20161125-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161125.

  [ Matthias Klose ]
  * Update libgphobos symbol files.
  * libphobos: Fix ARM32 multilib detection for system zlib.
  * Update libgphobos symbols files for ARM32 targets.
  * Build the GC enabled libobjc using the system libgc when available
  * Mark libgphobos symbols changing with the file location (sic!) as optional.
  * Add pkg-config to the build dependencies.
  * Drop the work around for PR libstdc++/65913.
  * gdc: Link with the shared libgphobos runtime by default.
  * Fix PR middle-end/78501, proposed patch.
  * Fix dependency generation for libgphobos multilib builds.
  * Drop the ada-revert-pr63225 patch, only needed for libgnatvsn.
  * Always apply the ada patches.

  [ YunQiang Su ]
  * Update gnat patches for GCC 7, stop building libgnatvsn and libgnatprj.
    Addresses: #844367.

 -- Matthias Klose <doko@debian.org>  Fri, 25 Nov 2016 12:41:07 +0100

gcc-7 (7-20161123-0ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161117.
  * Disable x32 multilib builds (broken in libgo).
  * Disable go on powerpc and s390x (broken in libgo).

 -- Matthias Klose <doko@ubuntu.com>  Tue, 22 Nov 2016 16:51:14 +0100

gcc-7 (7-20161117-0ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161117.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 17 Nov 2016 14:18:21 +0100

gcc-7 (7-20161116-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161116.
  * Build shared phobos runtime libraries (not yet enabled by default).
  * Add symbols for libobjc_gc library.

 -- Matthias Klose <doko@debian.org>  Wed, 16 Nov 2016 19:16:39 +0100

gcc-7 (7-20161115-1ubuntu1) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161115.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 15 Nov 2016 15:23:57 +0100

gcc-7 (7-20161115-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161115.
  * More symbol files updates.
  * Update gdc to the trunk 20161113.
  * Update conflicts with GCC 6 packages. Closes: #844296.

 -- Matthias Klose <doko@debian.org>  Tue, 15 Nov 2016 13:02:02 +0100

gcc-7 (7-20161112-1ubuntu2) zesty; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161112.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 12 Nov 2016 13:21:36 +0100

gcc-7 (7-20161112-1) experimental; urgency=medium

  * GCC 7 snapshot build, taken from the trunk 20161112.
  * Remove gij/gcj packages, removed upstream.
  * Don't build gdc and gnat for now.

 -- Matthias Klose <doko@debian.org>  Sat, 12 Nov 2016 11:17:17 +0100

gcc-6 (6.2.0-13ubuntu1) zesty; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 09 Nov 2016 21:04:13 +0100

gcc-6 (6.2.0-13) unstable; urgency=medium

  * Update to SVN 20161109 (r241998, 6.2.1) from the gcc-6-branch.
    - Fix PR c/71115, PR target/78229 (closes: #843379),
      PR tree-optimization/77768, PR c++/78039 (closes: #841316),
      PR libgcc/78064, PR driver/78206.
  * Fix using the gcc-6-source package (Stephen Kitt). Closes: #843476.
  * Fix PR target/77822 (AArch64), taken from the trunk. Closes: #839249.
  * Fix PR target/77822 (s390x), proposed patch.
  * Update libiberty to the trunk 20161108. Addresses security issues:
    CVE-2016-6131, CVE-2016-4493, CVE-2016-4492, CVE-2016-4490,
    CVE-2016-4489, CVE-2016-4488, CVE-2016-4487, CVE-2016-2226.

 -- Matthias Klose <doko@debian.org>  Wed, 09 Nov 2016 20:42:53 +0100

gcc-6 (6.2.0-11ubuntu1) zesty; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 03 Nov 2016 15:27:16 +0100

gcc-6 (6.2.0-11) unstable; urgency=medium

  * Update to SVN 20161103 (r241817, 6.2.1) from the gcc-6-branch.
    - Fix PR debug/77773, PR middle-end/72747, PR tree-optimization/78047,
      PR tree-optimization/77879, PR tree-optimization/77839,
      PR tree-optimization/77745, PR tree-optimization/77648,
      PR target/78166 (PA), PR rtl-optimization/78038, PR middle-end/78128,
      PR middle-end/71002, PR fortran/69544, PR fortran/78178,
      PR fortran/71902, PR fortran/67219, PR fortran/71891, PR lto/78129,
      PR libgfortran/78123.
  * Fix symlinks for gcj manual pages. Closes: #842407.
  * Fix ICE in tree_to_shwi, Linaro issue #2575.

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

gcc-6 (6.2.0-10ubuntu1) zesty; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 27 Oct 2016 22:12:20 +0200

gcc-6 (6.2.0-10) unstable; urgency=medium

  * Update to SVN 20161027 (r241619, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/77288, PR libstdc++/77727, PR libstdc++/78052,
      PR tree-optimization/77550, PR tree-optimization/77916,
      PR fortran/71895, PR fortran/77763, PR fortran/61420, PR fortran/78013,
      PR fortran/78021, PR fortran/72832, PR fortran/78092, PR fortran/78108,
      PR target/78057 (x86), PR target/78037 (x86).
  * Include go-relocation-test-gcc620-sparc64.obj.uue to fix libgo's
    debug/elf TestDWARFRelocations test case (James Clark).
  * Reapply fix for PR c++/71912, apply proposed fix for PR c++/78039.
    Closes: #841292.
  * Don't install alternatives for go and gofmt. The preferred way to do that
    is to install the golang-any package.
  * For Debian builds, don't enable bind now by default when linking with pie
    by default.

 -- Matthias Klose <doko@debian.org>  Thu, 27 Oct 2016 15:27:07 +0200

gcc-6 (6.2.0-9) unstable; urgency=medium

  * Regenerate the control file.

 -- Matthias Klose <doko@debian.org>  Thu, 20 Oct 2016 10:46:44 +0200

gcc-6 (6.2.0-8ubuntu1) zesty; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 19 Oct 2016 18:47:57 +0200

gcc-6 (6.2.0-8) unstable; urgency=medium

  * Update to SVN 20161019 (r241346, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/77990, PR target/77991 (x86).
  * Install arm_fp16.h header on arm* architectures for Linaro builds.
  * Backport upstream revisions from trunk (James Clark). Closes: #840574.
    - r240457 (add getrandom for MIPS/SPARC)
    - r241051 (fix getrandom on sparc64 and clone on sparc*)
    - r241072 (make rawClone no_split_stack)
    - r241084 (don't use pt_regs; unnecessary, and seemingly not defined by
               the included headers on arm64)
    - r241171 (sparc64 relocations, e1fc2925 in go master, now also in
               gofrontend/gccgo)
  * Revert fix for PR c++/71912, causing PR c++/78039. Addresses: #841292.

 -- Matthias Klose <doko@debian.org>  Wed, 19 Oct 2016 08:57:23 +0200

gcc-6 (6.2.0-7ubuntu11) zesty; urgency=medium

  * Build using the Linaro branch on armhf and arm64.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 18 Oct 2016 09:09:47 +0200

gcc-6 (6.2.0-7) unstable; urgency=medium

  * Update to SVN 20161018 (r241301, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/77987, PR libstdc++/77322, PR libstdc++/72820,
      PR libstdc++/77994, PR tree-optimization/77937, PR c++/71912,
      PR tree-optimization/77937, PR tree-optimization/77943,
      PR bootstrap/77995, PR fortran/77978, PR fortran/77915, PR fortran/77942.

  [ Matthias Klose ]
  * Backport Mips go closure support, taken from libffi. Closes: #839132.
  * Configure with --enable-default-pie and pass -z now when pie is enabled;
    on amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x.
    Closes: #835148.
  * Update the Linaro support to the 6-2016.10 snapshot.

  [ Aurelien Jarno ]
  * Enable logwatch on mips64el.

 -- Matthias Klose <doko@debian.org>  Tue, 18 Oct 2016 13:53:00 +0200

gcc-6 (6.2.0-6) unstable; urgency=medium

  * Update to SVN 20161010 (r240906, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/68323, PR libstdc++/77794, PR libstdc++/77795,
      PR libstdc++/77801, PR libgcc/77519, PR target/77756 (x86),
      PR target/77670 (PPC), PR rtl-optimization/71709, PR c++/77804,
      PR fortran/41922, PR fortran/60774, PR fortran/61318, PR fortran/68566,
      PR fortran/69514, PR fortran/69867, PR fortran/69962, PR fortran/70006,
      PR fortran/71067, PR fortran/71730, PR fortran/71799, PR fortran/71859,
      PR fortran/71862, PR fortran/77260, PR fortran/77351, PR fortran/77372,
      PR fortran/77380, PR fortran/77391, PR fortran/77420, PR fortran/77429,
      PR fortran/77460, PR fortran/77506, PR fortran/77507, PR fortran/77612,
      PR fortran/77694, PR libgfortran/77707, PR libstdc++/70101,
      PR libstdc++/77864, PR libstdc++/70564, PR target/77874 (x86),
      PR target/77759 (sparc), PR fortran/77406, PR fortran/58991,
      PR fortran/58992.
  * Really fix gij installation on hppa. Closes: #838111.
  * Install alternatives for go and gofmt. Closes: #840190.

 -- Matthias Klose <doko@debian.org>  Mon, 10 Oct 2016 05:20:07 +0200

gcc-6 (6.2.0-5ubuntu12) yakkety; urgency=medium

  * Update to SVN 20161005 (r240765, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/68323, PR libstdc++/77794, PR libstdc++/77795,
      PR libstdc++/77801, PR libgcc/77519, PR target/77756 (x86),
      PR target/77670 (PPC), PR rtl-optimization/71709, PR c++/77804,
      PR fortran/41922, PR fortran/60774, PR fortran/61318, PR fortran/68566,
      PR fortran/69514, PR fortran/69867, PR fortran/69962, PR fortran/70006,
      PR fortran/71067, PR fortran/71730, PR fortran/71799, PR fortran/71859,
      PR fortran/71862, PR fortran/77260, PR fortran/77351, PR fortran/77372,
      PR fortran/77380, PR fortran/77391, PR fortran/77420, PR fortran/77429,
      PR fortran/77460, PR fortran/77506, PR fortran/77507, PR fortran/77612,
      PR fortran/77694, PR libgfortran/77707.
  * Really fix gij installation on hppa. Closes: #838111.
  * Strip again the compiler binaries.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 05 Oct 2016 09:01:56 +0200

gcc-6 (6.2.0-5ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 28 Sep 2016 15:58:48 +0200

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

  * Update to SVN 20160927 (r240553, 6.2.1) from the gcc-6-branch.
    - Fix PR sanitizer/77396, PR libstdc++/77645, PR libstdc++/77645,
      PR target/77326 (AVR), PR target/77349 (PPC), PR middle-end/77594,
      PR sanitizer/68260, PR fortran/77516, PR target/69255 (x86),
      PR c++/77553, PR c++/77539, PR fortran/77500, PR c/77450,
      PR middle-end/77436, PR tree-optimization/77514, PR middle-end/77544,
      PR tree-optimization/77514, PR middle-end/77605, PR middle-end/77679,
      PR tree-optimization/77621, PR target/77621 (x86), PR c++/71979.
  * Fix gij installation on hppa. Closes: #838111.
  * Fix PR rtl-optimization/71709, taken from the trunk. LP: #1628207.
  * Apply workaround for PR libstdc++/77686. Addresses: #838438.

 -- Matthias Klose <doko@debian.org>  Wed, 28 Sep 2016 15:53:28 +0200

gcc-6 (6.2.0-4) unstable; urgency=medium

  * Update to SVN 20160914 (r240133, 6.2.1) from the gcc-6-branch.
    - Fix PR rtl-optimization/77452, PR c++/77427.
  * gcj: Depend on the ecj1 standalone binary.
  * Configure native builds using --with-program-prefix.
  * Fix ICE in gdc symbol mangling (Iain Buclaw). LP: #1620681.
  * 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@debian.org>  Thu, 15 Sep 2016 19:22:35 +0200

gcc-6 (6.2.0-3ubuntu15) yakkety; urgency=medium

  * Update to SVN 20160914 (r240133, 6.2.1) from the gcc-6-branch.
    - PR c++/77427.
  * Fix updating gcj-6-jdk. LP: #1623337.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 14 Sep 2016 13:33:20 +0200

gcc-6 (6.2.0-3ubuntu14) yakkety; urgency=medium

  * Update to SVN 20160910 (r240069, 6.2.1) from the gcc-6-branch.
    - Fix PR rtl-optimization/77452.
  * gcj: Depend on the ecj1 standalone binary.
  * Configure native builds using --with-program-prefix.
  * Fix ICE in gdc symbol mangling (Iain Buclaw). LP: #1620681.
  * Restore the AArch64 vulcan support for non Linaro builds.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 11 Sep 2016 12:50:59 +0200

gcc-6 (6.2.0-3ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sun, 04 Sep 2016 13:28:31 +0200

gcc-6 (6.2.0-3) unstable; urgency=medium

  * Update to SVN 20160901 (r239944, 6.2.1) from the gcc-6-branch.
    - Fix PR fortran/71014, PR libstdc++/77395, PR tree-optimization/72866,
      PR debug/77363, PR middle-end/77377, PR middle-end/77259,
      PR target/71910 (cygwin), PR target/77281 (ARM),
      PR tree-optimization/71077, PR tree-optimization/68542, PR fortran/77352,
      PR fortran/77374, PR fortran/71014, PR fortran/69281.
  * Fix setting the stage1 C++ compiler.
  * gdc: Always link with -ldl when linking with -lgphobos.
    Closes: #835255, #835757.
  * Fix building D code with external C++ references.

 -- Matthias Klose <doko@debian.org>  Sun, 04 Sep 2016 12:38:47 +0200

gcc-6 (6.2.0-2ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 31 Aug 2016 12:38:54 +0200

gcc-6 (6.2.0-2) unstable; urgency=medium

  * Update to SVN 20160830 (r239868, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/77334, PR tree-optimization/76783,
      PR tree-optimization/72851, PR target/72867 (x86), PR middle-end/71700,
      PR target/77403 (x86), PR target/77270 (x86), PR target/77270 (x86),
      PR lto/70955, PR target/72863 (PPC), PR tree-optimization/76490,
      PR fortran/77358.
  * Call default_file_start from s390_asm_file_start, taken from the trunk.
  * Update multiarch patches for mips* r6 (YunQiang Su).
  * Fix install location of D header files for cross builds (YunQiang Su).
    Closes: #835847.
  * Fix PR c++/77379, taken from the trunk.
  * Update the Linaro support to the 6-2016.08 snapshot.

 -- Matthias Klose <doko@debian.org>  Wed, 31 Aug 2016 12:28:38 +0200

gcc-6 (6.2.0-1ubuntu12) yakkety; urgency=medium

  * Update to SVN 20160824 (r239726, 6.2.1) from the gcc-6-branch.
    - Fix PR libstdc++/77334, PR tree-optimization/76783,
      PR tree-optimization/72851, PR target/72867 (x86), PR middle-end/71700,
  * Call default_file_start from s390_asm_file_start, taken from the trunk.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 24 Aug 2016 08:12:10 +0200

gcc-6 (6.2.0-1ubuntu11) yakkety; urgency=medium

  * GCC 6.2 release.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 22 Aug 2016 15:23:46 +0200

gcc-6 (6.2.0-1) unstable; urgency=medium

  * GCC 6.2 release.
  * Update gdc to the gdc-6 branch 20160822.

 -- Matthias Klose <doko@debian.org>  Mon, 22 Aug 2016 14:15:21 +0200

gcc-6 (6.1.1-12ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 15 Aug 2016 17:56:19 +0200

gcc-6 (6.1.1-12) unstable; urgency=medium

  * GCC 6.2 release candidate 1.
  * Update to SVN 20160815 (r239482, 6.1.1) from the gcc-6-branch.
    Fix PR target/71869 (PPC), PR target/72805 (x86), PR target/70677 (AVR),
    PR c++/72415, PR sanitizer/71042, PR libstdc++/71964, PR libstdc++/70940,
    PR c/67410, PR c/72816, PR driver/72765, PR debug/71906,
    PR tree-optimization/73434, PR tree-optimization/72824, PR target/76342,
    PR target/72843, PR c/71512, PR tree-optimization/71083, PR target/72819,
    PR target/72853, PR tree-optimization/72824, PR ipa/71981, PR ipa/68273,
    PR tree-optimization/71881, PR target/72802, PR target/72802,
    PR rtl-optimization/71976, PR c++/71972, PR c++/72868, PR c++/73456,
    PR c++/72800, PR c++/68724, PR debug/71906, PR fortran/71936,
    PR fortran/72698, PR fortran/70524, PR fortran/71795, PR libgfortran/71123,
    PR libgfortran/73142.

  [ Matthias Klose ]
  * Fix running the libjava testsuite.
  * Revert fix for PR target/55947, causing PR libstdc++/72813. LP: #1610220.
  * Update the Linaro support to the 6-2016.07 snapshot.

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

 -- Matthias Klose <doko@debian.org>  Mon, 15 Aug 2016 17:51:10 +0200

gcc-6 (6.1.1-11ubuntu12) yakkety; urgency=medium

  * Update to SVN 20160805 (r239167, 6.1.1) from the gcc-6-branch.
    Fix PR target/71869 (PPC), PR target/72805 (x86), PR target/70677 (AVR),
    PR c++/72415.

  * Fix running the libjava testsuite.
  * Revert fix for PR target/55947, causing PR libstdc++/72813. LP: #1610220.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 05 Aug 2016 15:09:39 +0200

gcc-6 (6.1.1-11ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Wed, 03 Aug 2016 21:55:46 +0200

gcc-6 (6.1.1-11) unstable; urgency=medium

  * Update to SVN 20160802 (r238981, 6.1.1) from the gcc-6-branch.
    - Fix PR target/72767 (AVR), PR target/71151 (AVR), PR c/7652,
      PR target/71216 (PPC), PR target/72103 (PPC), PR c++/72457, PR c++/71576,
      PR c++/71833, PR fortran/71883.

  [ Nicolas Boulenguez ]
  * debian/ada/confirm_debian_bugs.py: Update for GCC 6. Closes: #832799.

  [ Matthias Klose ]
  * Backport AArch64 Vulcan cost models (Dann Frazier). LP: #1603587.

 -- Matthias Klose <doko@debian.org>  Wed, 03 Aug 2016 21:53:37 +0200

gcc-6 (6.1.1-10ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sun, 24 Jul 2016 20:28:46 +0200

gcc-6 (6.1.1-10) unstable; urgency=medium

  * Update to SVN 20160724 (r238695, 6.1.1) from the gcc-6-branch.
    - Fix PR libstdc++/71856, PR libstdc++/71320, PR c++/71214,
      PR sanitizer/71953, PR fortran/71688, PR rtl-optimization/71916,
      PR debug/71855, PR middle-end/71874, PR target/71493 (PPC),
      PR rtl-optimization/71634, PR target/71733 (PPC), PR ipa/71624,
      PR target/71805 (PPC), PR target/70098 (PPC), PR target/71763 (PPC),
      PR middle-end/71758, PR tree-optimization/71823, PR middle-end/71606,
      PR tree-optimization/71518, PR target/71806 (PPC), PR target/71720 (PPC),
      PR middle-end/64516, PR tree-optimization/71264, PR middle-end/71423,
      PR tree-optimization/71521, PR tree-optimization/71452, PR target/50739,
      PR tree-optimization/71522, PR c++/55922, PR c++/63151, PR c++/70709,
      PR c++/70778, PR c++/71738, PR c++/71350, PR c++/71748, PR c++/52746,
      PR c++/69223, PR c++/71630, PR c++/71913, PR c++/71728, PR c++/71941,
      PR c++/70822, PR c++/70106, PR c++/67565, PR c++/67579, PR c++/71843,
      PR c++/70781, PR c++/71896, PR c++/71092, PR c++/71117, PR c++/71495,
      PR c++/71511, PR c++/71513, PR c++/71604, PR c++/54430, PR c++/71711,
      PR c++/71814, PR c++/71718, PR c++/70824, PR c++/71909, PR c++/71835,
      PR c++/71828, PR c++/71822, PR c++/71871, PR c++/70869, PR c++/71054,
      PR fortran/71807, PR fortran/70842, PR fortran/71764, PR fortran/71623,
      PR fortran/71783.

  [ Matthias Klose ]
  * Build-depend on gnat-6 instead of gnat-5 on development distros.

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

 -- Matthias Klose <doko@debian.org>  Sun, 24 Jul 2016 19:42:10 +0200

gcc-6 (6.1.1-9ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Tue, 05 Jul 2016 15:15:56 +0200

gcc-6 (6.1.1-9) unstable; urgency=medium

  * Update to SVN 20160705 (r237999, 6.1.1) from the gcc-6-branch.
    - Fix PR fortran/71717, PR libstdc++/71313, PR c/71685, PR c++/71739,
      PR target/71670 (PPC), PR middle-end/71626, PR target/71559 (x86),
      PR target/71656 (PPC), PR target/71698 (PPC), PR driver/71651,
      PR fortran/71687, PR fortran/71704, PR fortran/71705.
  * Mark cross compilers as M-A: foreign. Addresses: #827136.
  * On sparc64, configure with --with-cpu-32=ultrasparc, drop the
    sparc-force-cpu patch. Closes: #809509.

 -- Matthias Klose <doko@debian.org>  Tue, 05 Jul 2016 11:19:50 +0200

gcc-6 (6.1.1-8ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 30 Jun 2016 15:41:06 +0200

gcc-6 (6.1.1-8) unstable; urgency=medium

  * Update to SVN 20160630 (r237878, 6.1.1) from the gcc-6-branch.
    - Fix PR tree-optimization/71647, PR target/30417 (AVR),
      PR target/71103 (AVR), PR tree-optimization/71588, PR middle-end/71581,
      PR c++/71528, PR fortran/70673, PR middle-end/71693.

  [ Aurelien Jarno ]
  * Apply proposed patch from Matthew Fortune to fix libjava on mips64el.

  [ Matthias Klose ]
  * Add AArch64 Vulcan cpu support (Dann Frazier). LP: #1594452.
  * gfortran: Suggest libcoarrays-dev. Closes: #827995.
  * cpp: Breaks libmagics++-dev (<< 2.28.0-4). Closes: #825278.
  * Optimize for mips32r2 for o32 (YunQiang Su). Closes: #827801.

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

gcc-6 (6.1.1-7ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Mon, 20 Jun 2016 20:27:58 +0200

gcc-6 (6.1.1-7) unstable; urgency=medium

  * Update to SVN 20160620 (r237590, 6.1.1) from the gcc-6-branch.
    - Fix PR middle-end/71373, PR c/71381, PR libstdc++/71545, PR c/68657,
      PR sanitizer/71498, PR middle-end/71529, PR target/71103 (AVR),
      PR target/71554 (x86), PR middle-end/71494, PR c++/71448,
      PR tree-optimization/71405, PR tree-optimization/71505,
      PR target/71379 (s390), PR target/71186 (PPC), PR target/70915 (PPC),
      PR c++/70572, PR c++/71516, PR c/71381.
  * Fix libgnatprj build to avoid undefined symbols (YunQiang Su).
    Closes: #826503.
  * Add build support for tilegx (Helmut Grohne). Closes: #827578.
  * Drop support for loongson 2f (YunQiang Su). Closes: #827554.

 -- Matthias Klose <doko@debian.org>  Mon, 20 Jun 2016 13:41:44 +0200

gcc-6 (6.1.1-6ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 09 Jun 2016 19:27:27 +0200

gcc-6 (6.1.1-6) unstable; urgency=medium

  * Update to SVN 20160609 (r237267, 6.1.1) from the gcc-6-branch.
    - Fix PR target/71389 (x86), PR tree-optimization/71259,
      PR target/70830 (ARM), PR target/67310 (x86), PR c++/71442,
      PR c++/70847, PR c++/71330, PR c++/71393, PR fortran/69659.
  * gdc: Fix linking the runtime library. Addresses: #826645.
  * Fix building libgnatprj on powerpc, and on PIE enabled builds (YunQiang Su).
    Closes: #826365.

 -- Matthias Klose <doko@debian.org>  Thu, 09 Jun 2016 18:19:42 +0200

gcc-6 (6.1.1-5ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Fri, 03 Jun 2016 19:46:59 +0200

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

  * Update to SVN 20160603 (r237075, 6.1.1) from the gcc-6-branch.
    - Fix PR libstdc++/70762, PR libstdc++/69703, PR libstdc++/69703,
      PR libstdc++/71038, PR libstdc++/71036, PR libstdc++/71037,
      PR libstdc++/71005, PR libstdc++/71004, PR libstdc++/70609, PR c/71171,
      PR middle-end/71279, PR c++/71147, PR c++/71257,
      PR tree-optimization/70884, PR c++/71210, PR tree-optimization/71031,
      PR c++/69872, PR c++/71257, PR c++/70344, PR c++/71184, PR fortran/66461,
      PR fortran/71204, PR libffi/65567, PR c++/71349, PR target/71201,
      PR middle-end/71371, PR debug/71057, PR target/71056 (ARM32),
      PR tree-optimization/69068, PR middle-end/71002, PR bootstrap/71071,
      PR c++/71372, PR c++/70972, PR c++/71166, PR c++/71227, PR c++/60095,
      PR c++/69515, PR c++/69009, PR c++/71173, PR c++/70522, PR c++/70584,
      PR c++/70735, PR c++/71306, PR c++/71349, PR c++/71105, PR c++/71147,
      PR ada/71358, PR ada/71317, PR fortran/71156, PR middle-end/71387.
  * Fix cross building libgnatprj on i386 targeting 64bit archs (YunQiang Su).
    Closes: #823126.
  * Detect hard float for non-linux or non-glibc arm-*-*eabihf builds (Helmut
    Grohne). Closes: #823894.
  * Update embedded timestamp setting patch, backported from the trunk.
  * gccgo: Combine combine gccgo's ld() and ldShared() methods
    in cmd/go (Michael Hudson-Doyle). LP: #1586872.

 -- Matthias Klose <doko@debian.org>  Fri, 03 Jun 2016 18:58:40 +0200

gcc-6 (6.1.1-4ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 19 May 2016 17:24:36 +0200

gcc-6 (6.1.1-4) unstable; urgency=medium

  * Update to SVN 20160519 (r236478, 6.1.1) from the gcc-6-branch.
    - Fix PR sanitizer/71160, PR c++/70498, PR target/71161 (x86),
      PR fortran/70856, PR c++/71100, PR target/71145 (alpha), PR c++/70466,
      PR target/70860 (nvptx), PR target/70809 (AArch64), PR hsa/70857,
      PR driver/68463, PR target/70947 (PPC), PR ipa/70760, PR middle-end/70931,
      PR middle-end/70941, PR tree-optimization/71006, PR target/70830 (ARM),
      PR fortran/69603, PR fortran/71047, PR fortran/56226, PR ipa/70646.
  * libgnat{prj,svn}-dev: Don't recommend gnat when building cross compiler
    packages.

 -- Matthias Klose <doko@debian.org>  Thu, 19 May 2016 18:40:49 +0200

gcc-6 (6.1.1-3ubuntu11) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Thu, 12 May 2016 02:33:19 +0200

gcc-6 (6.1.1-3) unstable; urgency=medium

  * Update to SVN 20160511 (r236071, 6.1.1) from the gcc-6-branch.
    - Fix PR libstdc++/71049, PR middle-end/70877, PR tree-optimization/70876,
      PR target/70963, PR tree-optimization/70916, PR debug/70935.
  * Enable gdc for sh4.

 -- Matthias Klose <doko@debian.org>  Wed, 11 May 2016 22:35:33 +0200

gcc-6 (6.1.1-2ubuntu12) yakkety; urgency=medium

  * Fix package replacements with gccgo-6 packages. LP: #1578247, #1578250.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 10 May 2016 14:31:52 +0200

gcc-6 (6.1.1-2) unstable; urgency=medium

  * Update to SVN 20160510 (r236071, 6.1.1) from the gcc-6-branch.
    - Fix PR tree-optimization/70956, PR sanitizer/70875, PR sanitizer/70342,
      PR ada/70969, PR ada/70900.

  [ Matthias Klose ]
  * 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.
  * Re-enable gnat build on some architectures for snapshot builds.
  * Don't build gnat cross compilers on 32bit archs targeting 64bit targets.
    Addresses: #823126.
  * Avoid empty architecture lists in build dependencies. Closes: #823280.
  * Tighten debhelper build dependency for cross build dependencies.
  * Allow build dependencies for musl configurations (Helmut Grohne).
    Closes: #823769.
  * Fix dependency resolution for libraries not built anymore from
    this source package.

  [ Samuel Thibault ]
  * patches/ada-hurd.diff: Fix Get_Page_Size type.

 -- Matthias Klose <doko@debian.org>  Tue, 10 May 2016 13:34:49 +0200

gcc-6 (6.1.1-1) unstable; urgency=medium

  * GCC 6.1.0 release.
    - Fix PR bootstrap/70704, PR tree-optimization/70780, PR libgfortran/70684,
      PR middle-end/70626, PR java/70839, PR target/70858, PR ada/70759,
      PR ada/70786, PR c++/70540, PR middle-end/70626.
  * Update to SVN 20160430 (r235678, 6.1.1) from the gcc-6-branch.
    - Fix PR middle-end/70680, PR target/70750 (x86), PR ipa/70785,
      PR sanitizer/70712, PR target/70728 (x86).
    - Don't encode the minor version in the gcj abi version.

  [ 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.

  [ Matthias Klose ]
  * Always configure with --enable-targets=powerpcle-linux on ppc64el.
  * Stop building libcc1 and libgccjit0, when not building common libs.
  * Rename libgccjit-5-dbg to libgccjit0-dbg.
  * Fix libjava testsuite with dejagnu 1.6, taken from the trunk.
  * Allow embedded timestamps by C/C++ macros to be set externally (Eduard
    Sanou).
  * Add missing libstdc++ symbol to symbols file.
  * libstdc++-doc: Ignore warnings about formulas and long identifiers in
    man pages.
  * 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).
  * Update gdc to the gdc-6 branch 20160430.

 -- Matthias Klose <doko@debian.org>  Sat, 30 Apr 2016 13:31:12 +0200

gcc-6 (6.1.1-0ubuntu12) yakkety; urgency=medium

  * GCC 6.1.0 release.
    - Fix PR bootstrap/70704, PR tree-optimization/70780, PR libgfortran/70684.
  * Update to SVN 20160428 (r235548, 6.1.1) from the gcc-6-branch.
    - Fix PR middle-end/70680, PR target/70750 (x86), PR ipa/70785,
      PR sanitizer/70712, PR target/70728 (x86).
    - Don't encode the minor version in the gcj abi version.
  * Always configure with --enable-targets=powerpcle-linux on ppc64el.
  * Stop building libcc1 and libgccjit0, when not building common libs.
  * Rename libgccjit-5-dbg to libgccjit0-dbg.
  * Fix libjava testsuite with dejagnu 1.6, taken from the trunk.
  * Re-enable running the tests.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 28 Apr 2016 10:33:38 +0200

gcc-6 (6.0.1-2ubuntu12) yakkety; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Apr 2016 18:24:49 +0200

gcc-6 (6.0.1-2) unstable; urgency=medium

  * GCC 6.1 release candidate 2.
  * Update gdc to the trunk 20160423.

 -- Matthias Klose <doko@debian.org>  Sat, 23 Apr 2016 17:56:52 +0200

gcc-6 (6.0.1-1ubuntu11) xenial; urgency=medium

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

 -- Matthias Klose <doko@ubuntu.com>  Fri, 15 Apr 2016 18:38:06 +0200

gcc-6 (6.0.1-1) experimental; urgency=medium

  * GCC 6 release candidate 1.

  [ Michael Hudson-Doyle ]
  * cmd/go: deduplicate gccgo afiles by package path, not *Package. LP: #1566552.

 -- Matthias Klose <doko@debian.org>  Fri, 15 Apr 2016 18:32:25 +0200

gcc-6 (6-20160405-0ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160405.

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

gcc-6 (6-20160319-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160319.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 19 Mar 2016 12:17:24 +0100

gcc-6 (6-20160313-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160313.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 13 Mar 2016 10:19:12 +0100

gcc-6 (6-20160227-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160227.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 27 Feb 2016 11:02:40 +0100

gcc-6 (6-20160225-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160225.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 25 Feb 2016 02:09:51 +0100

gcc-6 (6-20160225-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160225.
  * Update gdc to the trunk 20160224.
  * Install missing architecture specific plugin header files.
  * Fix PR target/69885, bootstrap error on m68k.

 -- Matthias Klose <doko@debian.org>  Thu, 25 Feb 2016 02:00:57 +0100

gcc-6 (6-20160220-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160220.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 20 Feb 2016 04:38:26 +0100

gcc-6 (6-20160206-0ubuntu11) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160206.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 06 Feb 2016 12:07:51 +0100

gcc-6 (6-20160205-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160205.
    - Fix PR tree-optimization/69320. Closes: #811921.
    - Fix PR c++/68782. Closes: #812287.
    - Fix PR tree-optimization/69328. Closes: #812247.
    - Fix PR target/69421. Closes: #812246.
    - Fix PR c++/69379. Closes: #812068.
    - Fix PR lto/69393. Closes: #812062.
    - Fix PR tree-optimization/69166. Closes: #812061.
  * Update gdc to the trunk 20160205.
    - Fix data corruption bug when passing around longdoubles.
      Closes: #812080.
  * Add more conflicts to GCC 5's debug and doc packages. Closes: #813081.
  * 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 18:08:37 +0100

gcc-6 (6-20160122-1) experimental; urgency=medium

  * Fix gnat build failure on KFreeBSD (Steven Chamberlain). Closes: #811372.
  * Fix dependencies on target libraries which are not built anymore
    from this source.
  * Bump libmpx soname. Closes: #812084.
  * Apply proposed patch for PR target/69129. Closes: #810081.
  * Apply proposed patch for PR go/66904, pass linker flags from
    "#cgo pkg-config:" directives (Michael Hudson).
  * Configure with --enable-fix-cortex-a53-843419 on AArch64.

 -- Matthias Klose <doko@debian.org>  Fri, 22 Jan 2016 13:33:19 +0100

gcc-6 (6-20160117-1ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160117.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 17 Jan 2016 12:34:33 +0100

gcc-6 (6-20160117-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160117.
  * Update gdc to the trunk 20160115.
  * Update libgnatvsn/libgnatprj conflicts. Closes: #810809.
  * Fix gnat build failures on the Hurd and KFreeBSD (Svante Signell).
    Closes: #811063.
  * Build libstdc++-6-doc with a fixed doxygen. Closes: #810717.

 -- Matthias Klose <doko@debian.org>  Sun, 17 Jan 2016 12:14:39 +0100

gcc-6 (6-20160109-1ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160109.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 09 Jan 2016 12:03:28 +0100

gcc-6 (6-20160109-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160109.
  * Install new header file pkuintrin.h. Closes: #809807.
  * Fix libcc1-0 dependency for cross compilers.

 -- Matthias Klose <doko@debian.org>  Sat, 09 Jan 2016 11:49:50 +0100

gcc-6 (6-20160105-0ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160105.
  * Install new header file pkuintrin.h. Closes: #809807.
  * Fix libgcc1-0 dependency for cross compilers.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 02 Jan 2016 15:55:27 +0100

gcc-6 (6-20160103-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160101.

 -- Matthias Klose <doko@debian.org>  Sun, 03 Jan 2016 12:47:13 +0100

gcc-6 (6-20160101-0ubuntu2) xenial; urgency=medium

  * Bump the libgcj version.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 02 Jan 2016 15:55:27 +0100

gcc-6 (6-20160101-0ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20160101.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 01 Jan 2016 21:40:43 +0100

gcc-6 (6-20151221-0ubuntu1) xenial; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20151220.

 -- Matthias Klose <doko@ubuntu.com>  Mon, 21 Dec 2015 15:56:05 +0100

gcc-6 (6-20151220-1ubuntu1) xenial; urgency=medium

  * Test build for xenial.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 20 Dec 2015 14:11:14 +0100

gcc-6 (6-20151220-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20151220.
  * Update libstdc++-dbg conflicts. Closes: #807885.
  * Set target tools and build dependencies for cross builds.
  * Relax gcj-6-{jre,jre-headless,jdk} dependencies on libgcj16.
  * Fix cross build issues.

 -- Matthias Klose <doko@debian.org>  Sun, 20 Dec 2015 13:46:12 +0100

gcc-6 (6-20151219-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20151219.
  * Update libstdc++-dbg conflicts. Closes: #807885.
  * Set target tools and build dependencies for cross builds.

 -- Matthias Klose <doko@debian.org>  Sat, 19 Dec 2015 10:17:25 +0100

gcc-6 (6-20151213-1ubuntu2) xenial; urgency=medium

  * Test build for xenial.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 13 Dec 2015 15:04:49 +0100

gcc-6 (6-20151213-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20151213.
  * Update the ada-kfreebsd and ada-m68k patches.
  * Fix cross-building without having the common cross libraries installed.
  * 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.

 -- Matthias Klose <doko@debian.org>  Sun, 13 Dec 2015 13:24:55 +0100

gcc-6 (6-20151211-1ubuntu3) xenial; urgency=medium

  * Test build for xenial.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 11 Dec 2015 17:42:35 +0100

gcc-6 (6-20151211-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from the trunk 20151211.
  * Update gnat and gdc patches, re-enable gnat and gdc.

 -- Matthias Klose <doko@debian.org>  Fri, 11 Dec 2015 12:35:03 +0100

gcc-6 (6-20151210-1) experimental; urgency=medium

  * GCC 6 snapshot build, taken from 20151210.

 -- Matthias Klose <doko@debian.org>  Thu, 10 Dec 2015 22:09:13 +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'