symbols_test.c (de572d98) symbols_test.c (b599bd93)
1/*
2 * This file and its contents are supplied under the terms of the
3 * Common Development and Distribution License ("CDDL"), version 1.0.
4 * You may only use this file in accordance with the terms of version
5 * 1.0 of the CDDL.
6 *
7 * A full copy of the text of the CDDL should have accompanied this
8 * source. A copy of the CDDL is also available via the Internet at

--- 756 unchanged lines hidden (view full) ---

765 if (extra_debug) {
766 test_debugf(t, "c89flags: %s", c89flags);
767 test_debugf(t, "c99flags: %s", c99flags);
768 }
769 test_passed(t);
770 break;
771 case 52: /* GCC */
772 test_debugf(t, "Found GNU C");
1/*
2 * This file and its contents are supplied under the terms of the
3 * Common Development and Distribution License ("CDDL"), version 1.0.
4 * You may only use this file in accordance with the terms of version
5 * 1.0 of the CDDL.
6 *
7 * A full copy of the text of the CDDL should have accompanied this
8 * source. A copy of the CDDL is also available via the Internet at

--- 756 unchanged lines hidden (view full) ---

765 if (extra_debug) {
766 test_debugf(t, "c89flags: %s", c89flags);
767 test_debugf(t, "c99flags: %s", c99flags);
768 }
769 test_passed(t);
770 break;
771 case 52: /* GCC */
772 test_debugf(t, "Found GNU C");
773 c89flags = "-Wall -Werror -std=c89 " MFLAG;
774 c99flags = "-Wall -Werror -std=c99 " MFLAG;
773 c89flags = "-Wall -Werror -std=c89 -nostdinc "
774 "-isystem /usr/include " MFLAG;
775 c99flags = "-Wall -Werror -std=c99 -nostdinc "
776 "-isystem /usr/include " MFLAG;
775 if (extra_debug) {
776 test_debugf(t, "c89flags: %s", c89flags);
777 test_debugf(t, "c99flags: %s", c99flags);
778 }
779 test_passed(t);
780 break;
781 case 99:
782 test_debugf(t, "Found unknown (unsupported) compiler");

--- 175 unchanged lines hidden ---
777 if (extra_debug) {
778 test_debugf(t, "c89flags: %s", c89flags);
779 test_debugf(t, "c99flags: %s", c99flags);
780 }
781 test_passed(t);
782 break;
783 case 99:
784 test_debugf(t, "Found unknown (unsupported) compiler");

--- 175 unchanged lines hidden ---