代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3275344
c synth1.c
// Build don't link:
// Special g++ Options: -pedantic-errors -g -Wall
// GROUPS passed synthetics
// excess errors test - XFAIL sparc64-*-elf
// Check to make sure that g++ doesn't get freaked out a
www.eeworm.com/read/340665/3276128
c 00324_02-.c
// Another simple one. GCC corerctly gives errors for this code when the
// - -pedantic-errors options is used. g++ doesn't.
// Build don't link:
void f (int i) { }
void (*fp)(void);
int i;
www.eeworm.com/read/306879/3731644
ref convcode.ref
Now simulating point 1 out of 5
Breaking on point 1 with 3297 errors.
Now simulating point 2 out of 5
Breaking on point 2 with 781 errors.
Now simulating point 3 out of 5
Breaking on point 3 with 112
www.eeworm.com/read/283602/4077694
ref convcode.ref
Now simulating point 1 out of 5
Breaking on point 1 with 3297 errors.
Now simulating point 2 out of 5
Breaking on point 2 with 781 errors.
Now simulating point 3 out of 5
Breaking on point 3 with 112
www.eeworm.com/read/440906/1776976
c synth1.c
// Build don't link:
// Special g++ Options: -pedantic-errors -g -Wall
// GROUPS passed synthetics
// excess errors test - XFAIL sparc64-*-elf
// Check to make sure that g++ doesn't get freaked out a
www.eeworm.com/read/440906/1777760
c 00324_02-.c
// Another simple one. GCC corerctly gives errors for this code when the
// - -pedantic-errors options is used. g++ doesn't.
// Build don't link:
void f (int i) { }
void (*fp)(void);
int i;
www.eeworm.com/read/398634/2373158
compile-netware-start
#! /bin/sh
# debug
#set -x
# stop on errors
set -e
if test ! -r ./sql/mysqld.cc
then
echo "you must start from the top source directory"
exit 1
fi
path=`dirname $0`
# stop on errors
set -e
b
www.eeworm.com/read/366702/2871731
c 00324_02-.c
// { dg-do assemble }
// Another simple one. GCC corerctly gives errors for this code when the
// - -pedantic-errors options is used. g++ doesn't.
void f (int i) { }
void (*fp)(void);
int i;
www.eeworm.com/read/366702/2883857
c inline-9.c
/* Test inline main, gnu99 mode, hosted, -pedantic-errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -fhosted -pedantic-errors" } */
in
www.eeworm.com/read/358128/3004081
result wait_timeout.result
select 0;
0
0
flush status;
select 1;
1
1
select 2;
Got one of the listed errors
select 3;
3
3
select 1;
1
1
select 2;
Got one of the listed errors
select 3;
3
3