comparison gcc/function-tests.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Unit tests for function-handling. 1 /* Unit tests for function-handling.
2 Copyright (C) 2015-2017 Free Software Foundation, Inc. 2 Copyright (C) 2015-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
659 ASSERT_STR_CONTAINS (dump, " (crtl\n"); 659 ASSERT_STR_CONTAINS (dump, " (crtl\n");
660 ASSERT_STR_CONTAINS (dump, " ) ;; crtl\n"); 660 ASSERT_STR_CONTAINS (dump, " ) ;; crtl\n");
661 ASSERT_STR_CONTAINS (dump, ") ;; function \"test_fn\"\n"); 661 ASSERT_STR_CONTAINS (dump, ") ;; function \"test_fn\"\n");
662 662
663 free (dump); 663 free (dump);
664 free_after_compilation (fun);
664 } 665 }
665 666
666 /* Run all of the selftests within this file. */ 667 /* Run all of the selftests within this file. */
667 668
668 void 669 void