Searched refs:LOG (Results 1 - 25 of 169) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-test-ice-on-invalid-code25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'internal compiler error' ${LOG}
47 grep -q 'error' ${LOG}
H A Dgcc-test-bogus-warning25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
H A Dgcc-test-missing-warning25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'warning' ${LOG}
H A Dgcc-test-wrong-code25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 ./a.out >> ${LOG} 2>&1
H A Dgcc-test-accepts-invalid25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
H A Dgcc-test-ice-on-valid-code25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'nternal.* error' ${LOG}
H A Dgcc-test-rejects-valid25 LOG=${BUGID}.${LOGID}.out
28 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
35 grep -q 'No such file or directory' ${LOG}
41 grep -q 'error' ${LOG}
H A Dgcc-test-segfault-on-valid-code26 LOG=${BUGID}.${LOGID}.out
29 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
36 grep -q 'No such file or directory' ${LOG}
42 grep -q 'egmentation fault' ${LOG}
H A Dgcc-svn-update53 echo svn update --non-interactive --revision ${REV} >> $LOG
54 svn update --non-interactive --revision ${REV} >> $LOG
64 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG
66 ${REG_SVN_REPO}/${BRANCHPATH} gcc >> $LOG
77 contrib/gcc_update --touch >> $LOG
97 LOG=${REG_SRCDIR}/logs/${BUGID}/${REV}.log
99 rm -f $LOG
100 touch $LOG
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Dbootstrap56 LOG=/tmp/amu-$$.log
57 rm -f ${LOG}
58 autoconf configure.in > configure.new 2> ${LOG}
61 egrep -v "${CUTWARNMSG1}" ${LOG} > ${LOG}.new
62 mv ${LOG}.new ${LOG}
63 if test -s ${LOG}; then
65 cat ${LOG}
66 rm -f ${LOG}
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29106.test6 LOG=${BUGID}.${LOGID}.out
9 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
16 ./a.out >> ${LOG} 2>&1
22 grep -q 'size of thingy is 4' $LOG
H A D30643.test6 LOG=${BUGID}.${LOGID}.out
10 $REG_TEST_COMPILER $REG_OPTS $REG_TESTCASE > ${LOG} 2>&1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A Dreg_test_template17 LOG="${PR}.${LOG_DATE}.out"
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/reghunt/
H A Dreg_test_template17 LOG="${PR}.${LOG_DATE}.out"
25 <compiler_to_run> <options> ${PR}.<x> > ${LOG} 2>&1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dgas.h54 file formats that argument is LOG, and for all other file formats the
55 argument is 1<<LOG.
63 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
64 if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1<<(LOG))
68 command to advance the location counter to a multiple of 1<<LOG
74 # define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
75 if ((LOG) != 0) {\
76 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
77 else fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKI
[all...]
H A Dx86-64.h69 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
71 if ((LOG) != 0) { \
72 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
74 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
77 if ((LOG) > 3 \
78 && (1 << (LOG)) > ((MAX_SKIP) + 1) \
85 #define ASM_OUTPUT_MAX_SKIP_PAD(FILE, LOG, MAX_SKIP) \
86 if ((LOG) != 0) \
89 fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
91 fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKI
[all...]
H A Dfreebsd.h116 command to advance the location counter to a multiple of 1<<LOG
123 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE, LOG, MAX_SKIP) \
124 if ((LOG) != 0) { \
125 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
126 else fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
H A Dlynx.h58 command to advance the location counter to a multiple of 1<<LOG
64 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
66 if ((LOG) != 0) { \
67 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
68 else fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
H A Dopenbsdelf.h99 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
100 if ((LOG) != 0) {\
101 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
102 else fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKIP)); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dgas.h55 file formats that argument is LOG, and for all other file formats the
56 argument is 1<<LOG.
64 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
65 if ((LOG)!=0) fprintf ((FILE), "\t.balign %d\n", 1<<(LOG))
69 command to advance the location counter to a multiple of 1<<LOG
75 # define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE,LOG,MAX_SKIP) \
76 if ((LOG) != 0) {\
77 if ((MAX_SKIP) == 0) fprintf ((FILE), "\t.p2align %d\n", (LOG)); \
78 else fprintf ((FILE), "\t.p2align %d,,%d\n", (LOG), (MAX_SKI
[all...]
H A Di386-coff.h67 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
68 if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", 1<<(LOG))
H A Dbsd.h74 to a multiple of 2**LOG bytes. */
76 #define ASM_OUTPUT_ALIGN(FILE,LOG) \
77 if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", (LOG))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-explog-1.c41 #define LOG_1(LOG) \
42 extern void link_failure_##LOG##_1(void); \
43 if (LOG(1.0) != 0.0 || LOG##f(1.0F) != 0.0F || LOG##l(1.0L) != 0.0L) \
44 link_failure_##LOG##_1()
51 #define LOG_N(LOG, BASE) \
52 extern void link_failure_##LOG##_N(void); \
53 if (LOG(BASE) != 1.0 || LOG##
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-explog-1.c41 #define LOG_1(LOG) \
42 extern void link_failure_##LOG##_1(void); \
43 if (LOG(1.0) != 0.0 || LOG##f(1.0F) != 0.0F || LOG##l(1.0L) != 0.0L) \
44 link_failure_##LOG##_1()
51 #define LOG_N(LOG, BASE) \
52 extern void link_failure_##LOG##_N(void); \
53 if (LOG(BASE) != 1.0 || LOG##
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/m4/
H A DGNUmakefile24 LOG=/tmp/amu-${USER}.log macro
50 -(cd ${TOPDIR} && ${AUTOCONF} > configure.new 2> ${LOG})
51 -@egrep -v ${CUTWARNMSG} ${LOG} > ${LOG}.new ; mv ${LOG}.new ${LOG}
56 -@egrep ${CUTWARNMSG2} ${LOG}
57 -@egrep -v ${CUTWARNMSG2} ${LOG} > ${LOG}.new ; mv ${LOG}
[all...]

Completed in 111 milliseconds

1234567