Searched refs:error (Results 1 - 25 of 4498) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dif-shift.c8 #error /* { dg-bogus "error" "<< +ve shift" } */
12 #error /* { dg-bogus "error" ">> +ve shift" } */
16 #error /* { dg-bogus "error" "<< -ve shift" } */
20 #error /* { dg-bogus "error" ">> -ve shift" } */
H A Dif-sc.c8 #error /* { dg-bogus "error" "|| short circuit" } */
12 #error /* { dg-bogus "error" "&& short circuit" } */
16 #error /* { dg-bogus "error" "? : right short circuit" } */
21 #error /* { dg-bogus "error" "? : left short circuit" } */
25 #error /* { dg-bogus "error" "neste
[all...]
H A Dif-paren.c7 #error /* { dg-bogus "error" "with paren" } */
11 #error /* { dg-bogus "error" "without paren" } */
14 #if () /* { dg-error "expression between" "empty paren" } */
18 #error /* { dg-error "error" "simple parens no. 1" } */
22 #error /* { dg-error "erro
[all...]
H A Dif-unary.c11 #error /* { dg-bogus "error" "unary +" } */
15 #error /* { dg-bogus "error" "unary -" } */
19 #error /* { dg-bogus "error" "unary ~" } */
23 #error /* { dg-bogus "error" "unary !" } */
27 #error /* { dg-bogus "error" "doubl
[all...]
H A Darith-1.c14 # error /* { dg-bogus "error" } */
19 # error /* { dg-bogus "error" } */
24 # error /* { dg-bogus "error" } */
29 # error /* { dg-bogus "error" } */
34 # error /* { dg-bogus "error" } */
[all...]
H A Dexpr.c12 #error /* { dg-bogus "error" } */
16 #error /* { dg-bogus "error" } */
H A Dif-cexp.c6 #error OK /* { dg-error "OK" "nested ? :" } */
10 #error OK /* { dg-error "OK" "nested ? : with parens" } */
13 #if 2: /* { dg-error "':' without" "immediate :" } */
H A D20000207-1.c6 #error Error /* { dg-bogus "Error" "case !(-1)" } */
10 #error Error /* { dg-bogus "Error" "case !-1" } */
15 #error Error /* { dg-bogus "Error" "case -1" } */
H A D20000207-2.c6 #error Error /* { dg-bogus "Error" "case !(+1)" } */
10 #error Error /* { dg-bogus "Error" "case !+1" } */
15 #error Error /* { dg-bogus "Error" "case +1" } */
H A Dpragma-1.c9 error;
10 /* { dg-error "undeclared" "undeclared-variable message" { target *-*-* } { 9 } } */
11 /* { dg-error "function it appears in" "reminder message" { target *-*-* } { 9 } } */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-float-1.c12 #error "FLT_ROUNDS undefined"
16 #error "FLT_RADIX undefined"
20 #error "FLT_MANT_DIG undefined"
24 #error "FLT_DIG undefined"
28 #error "FLT_MIN_EXP undefined"
32 #error "FLT_MIN_10_EXP undefined"
36 #error "FLT_MAX_EXP undefined"
40 #error "FLT_MAX_10_EXP undefined"
44 #error "FLT_MAX undefined"
48 #error "FLT_EPSILO
[all...]
H A Dc99-float-1.c12 #error "FLT_ROUNDS undefined"
16 #error "FLT_RADIX undefined"
20 #error "FLT_MANT_DIG undefined"
24 #error "FLT_DIG undefined"
28 #error "FLT_MIN_EXP undefined"
32 #error "FLT_MIN_10_EXP undefined"
36 #error "FLT_MAX_EXP undefined"
40 #error "FLT_MAX_10_EXP undefined"
44 #error "FLT_MAX undefined"
48 #error "FLT_EPSILO
[all...]
/openbsd-current/gnu/gcc/gcc/ginclude/
H A Dvarargs.h4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
/openbsd-current/gnu/usr.bin/gcc/gcc/ginclude/
H A Dvarargs.h4 #error "GCC no longer implements <varargs.h>."
5 #error "Revise your code to use <stdarg.h>."
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dnull-drctv.c6 #error OK /* { dg-error "OK" } */
H A Dnum-sign.c11 # error 0xffffffffffffffff /* { dg-bogus "0xffffffffffffffff" "0xffffffffffffffff positive" } */
15 # error 0xffffffffffffffffU /* { dg-bogus "0xffffffffffffffffU" "0xffffffffffffffffU negative" } */
H A D__STDC__.c6 # error __STDC__ defined /* { dg-bogus "__STDC__" "__STDC__ defined" } */
H A Duchar.c7 # error __CHAR_UNSIGNED__ defined
/openbsd-current/gnu/usr.bin/perl/
H A Dperlsdio.h15 # error "stdio is no longer supported as the default base layer -- use perlio."
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinit4.C3 class error { class
5 error(int) {} function in class:error
9 const error x = 1; // ERROR - initialization of non-static data member
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dstdbool-if.C13 #error true is false /* { dg-bogus "true" "true is false" } */
17 #error false is true /* { dg-bogus "false" "false is true" } */
28 #error true is false /* { dg-bogus "true" "true is false" } */
32 #error false is true /* { dg-bogus "false" "false is true" } */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dcpp-1.c7 # error "foo not properly defined"
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvarargs.h11 #error "Please use <stdarg.h> instead of <varargs.h>"
/openbsd-current/gnu/gcc/fixincludes/tests/base/sunwindow/
H A Dwin_lock.h14 #error bogus
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sunwindow/
H A Dwin_lock.h14 #error bogus

Completed in 126 milliseconds

1234567891011>>