Skip to content

Instantly share code, notes, and snippets.

@SirVer
Created January 26, 2011 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirVer/796703 to your computer and use it in GitHub Desktop.
Save SirVer/796703 to your computer and use it in GitHub Desktop.
Making check in libasn1parser
make[1]: Entering directory `/tmp/asn1c_vlm/libasn1parser'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/tmp/asn1c_vlm/libasn1parser'
Making check in libasn1fix
make[1]: Entering directory `/tmp/asn1c_vlm/libasn1fix'
make check_fixer
make[2]: Entering directory `/tmp/asn1c_vlm/libasn1fix'
gcc -DHAVE_CONFIG_H -I. -I.. -I../libasn1parser -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check_fixer.o -MD -MP -MF .deps/check_fixer.Tpo -c -o check_fixer.o check_fixer.c
mv -f .deps/check_fixer.Tpo .deps/check_fixer.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check_fixer check_fixer.o libasn1fix.la ../libasn1parser/libasn1parser.la
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check_fixer check_fixer.o ./.libs/libasn1fix.a ../libasn1parser/.libs/libasn1parser.a
../libasn1parser/.libs/libasn1parser.a(asn1p_param.o): In function `memset':
/usr/include/bits/string3.h:82: warning: memset used with constant zero length parameter; this could be due to transposed parameters
make[2]: Leaving directory `/tmp/asn1c_vlm/libasn1fix'
make check-TESTS
make[2]: Entering directory `/tmp/asn1c_vlm/libasn1fix'
[=> ./../tests/00-empty-OK.asn1]
PASS: ../tests/00-empty-OK.asn1
[=> ./../tests/01-empty-OK.asn1]
PASS: ../tests/01-empty-OK.asn1
[=> ./../tests/02-garbage-NP.asn1]
Expecting error...
ASN.1 grammar parse error near line 15 (token "garbage"): parse error, unexpected TOK_identifier
Previous error is EXPECTED, no worry
PASS: ../tests/02-garbage-NP.asn1
[=> ./../tests/03-enum-OK.asn1]
PASS: ../tests/03-enum-OK.asn1
[=> ./../tests/04-enum-SE.asn1]
Expecting some problems...
FATAL: Enumeration Enum1 at line 17: Explicit value "blue(1)" collides with previous values in ./../tests/04-enum-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/04-enum-SE.asn1
[=> ./../tests/05-enum-SE.asn1]
Expecting some problems...
FATAL: Enumeration Enum1 at line 18: Second extension marker is not allowed in ./../tests/05-enum-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/05-enum-SE.asn1
[=> ./../tests/06-enum-SE.asn1]
Expecting some problems...
FATAL: Enumeration Enum1 at line 17: Explicit value "blue(6)" is not greater than previous values (max 7) in ./../tests/06-enum-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/06-enum-SE.asn1
[=> ./../tests/07-int-OK.asn1]
PASS: ../tests/07-int-OK.asn1
[=> ./../tests/08-int-SE.asn1]
Expecting some problems...
FATAL: Clash detected: "value1" at line 15 has similar identifier with "value1" at line 16 in ./../tests/08-int-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/08-int-SE.asn1
[=> ./../tests/09-int-SE.asn1]
Expecting some problems...
FATAL: Clash detected: "value1" at line 15 has similar value with "value2-1" at line 17 in ./../tests/09-int-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/09-int-SE.asn1
[=> ./../tests/100-class-ref-OK.asn1]
PASS: ../tests/100-class-ref-OK.asn1
[=> ./../tests/101-class-ref-SE.asn1]
Expecting some problems...
FATAL: Class field REF-ID.&id lookup at line 19 in something that is not a class: NOTCLASS at line 14 in ./../tests/101-class-ref-SE.asn1
FATAL: Unknown type "REF-ID.&id" referenced by "field" at line 19 in ./../tests/101-class-ref-SE.asn1
FATAL: Unknown type "REF-ID.&Type" referenced by "params" at line 21 in ./../tests/101-class-ref-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/101-class-ref-SE.asn1
[=> ./../tests/102-class-ref-SE.asn1]
Expecting some problems...
FATAL: Unknown type "REF-ID2" referenced by "REF-ID" at line 15 in ./../tests/102-class-ref-SE.asn1
FATAL: Unknown type "REF-ID" referenced by "REF-ID2" at line 17 in ./../tests/102-class-ref-SE.asn1
FATAL: Class field REF-ID.&id lookup at line 18 in something that is not a class: REF-ID2 at line 17 in ./../tests/102-class-ref-SE.asn1
FATAL: Unknown type "REF-ID.&id" referenced by "field" at line 18 in ./../tests/102-class-ref-SE.asn1
FATAL: Unknown type "REF-ID.&Type" referenced by "params" at line 20 in ./../tests/102-class-ref-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/102-class-ref-SE.asn1
[=> ./../tests/103-reference-SE.asn1]
Expecting some problems...
FATAL: Excessive circular referencing detected in module ModuleReference for Type at line 16 in ./../tests/103-reference-SE.asn1
FATAL: Module ModuleReference referred in IMPORTS section for Type of module ModuleReference does not contain the requested symbol in ./../tests/103-reference-SE.asn1
FATAL: Unknown type "Type" referenced by "T" at line 16 in ./../tests/103-reference-SE.asn1
FATAL: Excessive circular referencing detected in module ModuleReference for Type at line 16 in ./../tests/103-reference-SE.asn1
FATAL: Excessive circular referencing detected in module ModuleReference for Type at line 16 in ./../tests/103-reference-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/103-reference-SE.asn1
[=> ./../tests/104-param-1-OK.asn1]
PASS: ../tests/104-param-1-OK.asn1
[=> ./../tests/105-param-2-OK.asn1]
PASS: ../tests/105-param-2-OK.asn1
[=> ./../tests/106-param-constr-OK.asn1]
PASS: ../tests/106-param-constr-OK.asn1
[=> ./../tests/107-param-constr-2-OK.asn1]
PASS: ../tests/107-param-constr-2-OK.asn1
[=> ./../tests/108-param-constr-3-OK.asn1]
PASS: ../tests/108-param-constr-3-OK.asn1
[=> ./../tests/109-bit-string-SE.asn1]
Expecting some problems...
FATAL: Extension marker (...) is not allowed as a BIT STRING NamedBit at line 14 in ./../tests/109-bit-string-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/109-bit-string-SE.asn1
[=> ./../tests/10-int-OK.asn1]
PASS: ../tests/10-int-OK.asn1
[=> ./../tests/110-param-3-OK.asn1]
PASS: ../tests/110-param-3-OK.asn1
[=> ./../tests/111-param-4-SE.asn1]
Expecting some problems...
FATAL: Terminal value for field->cyan not found in ./../tests/111-param-4-SE.asn1
FATAL: Terminal value for field->cyan not found in ./../tests/111-param-4-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/111-param-4-SE.asn1
[=> ./../tests/112-param-class-OK.asn1]
PASS: ../tests/112-param-class-OK.asn1
[=> ./../tests/113-bit-string-SE.asn1]
Expecting some problems...
FATAL: Clash detected: "one" at line 14 has similar identifier with "one" at line 14 in ./../tests/113-bit-string-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/113-bit-string-SE.asn1
[=> ./../tests/114-bit-string-SE.asn1]
Expecting some problems...
FATAL: BIT STRING NamedBit value at line 14: non-negative integer value expected in ./../tests/114-bit-string-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/114-bit-string-SE.asn1
[=> ./../tests/115-bit-string-OK.asn1]
PASS: ../tests/115-bit-string-OK.asn1
[=> ./../tests/116-bit-string-SE.asn1]
Expecting some problems...
FATAL: Clash detected: "one" at line 14 has similar value with "another" at line 14 in ./../tests/116-bit-string-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/116-bit-string-SE.asn1
[=> ./../tests/117-real-constraint-OK.asn1]
PASS: ../tests/117-real-constraint-OK.asn1
[=> ./../tests/118-per-constraint-OK.asn1]
PASS: ../tests/118-per-constraint-OK.asn1
[=> ./../tests/119-per-strings-OK.asn1]
PASS: ../tests/119-per-strings-OK.asn1
[=> ./../tests/11-int-SE.asn1]
Expecting some problems...
FATAL: Terminal value for alpha->beta not found in ./../tests/11-int-SE.asn1
FATAL: Terminal value for beta->alpha not found in ./../tests/11-int-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/11-int-SE.asn1
[=> ./../tests/121-empty-imports-OK.asn1]
PASS: ../tests/121-empty-imports-OK.asn1
[=> ./../tests/122-pattern-OK.asn1]
PASS: ../tests/122-pattern-OK.asn1
[=> ./../tests/123-valueassignment-OK.asn1]
PASS: ../tests/123-valueassignment-OK.asn1
[=> ./../tests/124-multiconstraint-OK.asn1]
PASS: ../tests/124-multiconstraint-OK.asn1
[=> ./../tests/125-bitstring-constraint-OK.asn1]
PASS: ../tests/125-bitstring-constraint-OK.asn1
[=> ./../tests/126-per-extensions-OK.asn1]
PASS: ../tests/126-per-extensions-OK.asn1
[=> ./../tests/127-per-long-OK.asn1]
PASS: ../tests/127-per-long-OK.asn1
[=> ./../tests/128-enum-SE.asn1]
Expecting some problems...
FATAL: Enumeration A at line 14: Explicit value "d(2)" is not greater than previous values (max 2) in ./../tests/128-enum-SE.asn1
FATAL: Enumeration A at line 14: Explicit value "d(2)" collides with previous values in ./../tests/128-enum-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/128-enum-SE.asn1
[=> ./../tests/129-enum-OK.asn1]
PASS: ../tests/129-enum-OK.asn1
[=> ./../tests/129-enum-SE.asn1]
Expecting some problems...
FATAL: Enumeration A at line 14: Explicit value "d(2)" is not greater than previous values (max 2) in ./../tests/129-enum-SE.asn1
FATAL: Enumeration A at line 14: Explicit value "d(2)" collides with previous values in ./../tests/129-enum-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/129-enum-SE.asn1
[=> ./../tests/12-int-SE.asn1]
Expecting some problems...
FATAL: Terminal value for alpha->beta not found in ./../tests/12-int-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/12-int-SE.asn1
[=> ./../tests/130-enum-OK.asn1]
PASS: ../tests/130-enum-OK.asn1
[=> ./../tests/131-per-empty-OK.asn1]
PASS: ../tests/131-per-empty-OK.asn1
[=> ./../tests/13-resolver-OK.asn1]
PASS: ../tests/13-resolver-OK.asn1
[=> ./../tests/14-resolver-OK.asn1]
PASS: ../tests/14-resolver-OK.asn1
[=> ./../tests/15-resolver-SE.asn1]
Expecting some problems...
FATAL: EXPORTS section of module ModuleTestResolver5 in ./../tests/15-resolver-SE.asn1 does not mention Enumeration at line 20 in ./../tests/15-resolver-SE.asn1
FATAL: Terminal type for alpha at line 20 not found in ./../tests/15-resolver-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/15-resolver-SE.asn1
[=> ./../tests/16-constraint-OK.asn1]
PASS: ../tests/16-constraint-OK.asn1
[=> ./../tests/17-tags-OK.asn1]
PASS: ../tests/17-tags-OK.asn1
[=> ./../tests/18-class-OK.asn1]
PASS: ../tests/18-class-OK.asn1
[=> ./../tests/19-param-OK.asn1]
PASS: ../tests/19-param-OK.asn1
[=> ./../tests/20-constr-OK.asn1]
PASS: ../tests/20-constr-OK.asn1
[=> ./../tests/21-tags-OK.asn1]
PASS: ../tests/21-tags-OK.asn1
[=> ./../tests/22-tags-OK.asn1]
PASS: ../tests/22-tags-OK.asn1
[=> ./../tests/23-bits-OK.asn1]
PASS: ../tests/23-bits-OK.asn1
[=> ./../tests/24-sequence-OK.asn1]
PASS: ../tests/24-sequence-OK.asn1
[=> ./../tests/25-misc-OK.asn1]
PASS: ../tests/25-misc-OK.asn1
[=> ./../tests/26-sequence-SE.asn1]
Expecting some problems...
FATAL: Processing T at line 15: component "b" at line 16 has the same tag as component "c" at line 18 in ./../tests/26-sequence-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestSequenceTagsDistinct DEFINITIONS, or manually tag components in ./../tests/26-sequence-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/26-sequence-SE.asn1
[=> ./../tests/27-set-SE.asn1]
Expecting some problems...
FATAL: Processing T at line 15: component "c" at line 18 has the same tag as component "a" at line 15 in ./../tests/27-set-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestSetTagsDistinct DEFINITIONS, or manually tag components in ./../tests/27-set-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/27-set-SE.asn1
[=> ./../tests/28-tags-SE.asn1]
Expecting some problems...
FATAL: Processing S at line 15: component "..." at line 23 potentially has the same tag as component "..." at line 19 in ./../tests/28-tags-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestTagsDistinct DEFINITIONS, or manually tag components in ./../tests/28-tags-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/28-tags-SE.asn1
[=> ./../tests/29-tags-OK.asn1]
PASS: ../tests/29-tags-OK.asn1
[=> ./../tests/30-set-OK.asn1]
PASS: ../tests/30-set-OK.asn1
[=> ./../tests/31-set-of-OK.asn1]
PASS: ../tests/31-set-of-OK.asn1
[=> ./../tests/32-sequence-of-OK.asn1]
PASS: ../tests/32-sequence-of-OK.asn1
[=> ./../tests/33-misc-OK.asn1]
PASS: ../tests/33-misc-OK.asn1
[=> ./../tests/34-class-OK.asn1]
PASS: ../tests/34-class-OK.asn1
[=> ./../tests/35-set-choice-OK.asn1]
PASS: ../tests/35-set-choice-OK.asn1
[=> ./../tests/36-indirect-choice-SE.asn1]
Expecting some problems...
FATAL: Processing T at line 15: component "c-b" at line 23 has the same tag as component "t-a" at line 15 in ./../tests/36-indirect-choice-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestIndirectChoiceError DEFINITIONS, or manually tag components in ./../tests/36-indirect-choice-SE.asn1
FATAL: Processing T at line 15: component "c-a" at line 21 has the same tag as component "t-b" at line 16 in ./../tests/36-indirect-choice-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestIndirectChoiceError DEFINITIONS, or manually tag components in ./../tests/36-indirect-choice-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/36-indirect-choice-SE.asn1
[=> ./../tests/37-indirect-choice-OK.asn1]
PASS: ../tests/37-indirect-choice-OK.asn1
[=> ./../tests/38-comments-OK.asn1]
PASS: ../tests/38-comments-OK.asn1
[=> ./../tests/39-sequence-of-OK.asn1]
PASS: ../tests/39-sequence-of-OK.asn1
[=> ./../tests/40-int-optional-SE.asn1]
Expecting some problems...
FATAL: Processing seq at line 16: component "alpha" at line 17 has the same tag as component "beta" at line 18 in ./../tests/40-int-optional-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestIntOptional DEFINITIONS, or manually tag components in ./../tests/40-int-optional-SE.asn1
FATAL: Processing set at line 21: component "alpha" at line 22 has the same tag as component "beta" at line 23 in ./../tests/40-int-optional-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestIntOptional DEFINITIONS, or manually tag components in ./../tests/40-int-optional-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/40-int-optional-SE.asn1
[=> ./../tests/41-int-optional-OK.asn1]
PASS: ../tests/41-int-optional-OK.asn1
[=> ./../tests/42-real-life-OK.asn1]
PASS: ../tests/42-real-life-OK.asn1
[=> ./../tests/43-recursion-OK.asn1]
PASS: ../tests/43-recursion-OK.asn1
[=> ./../tests/44-choice-in-sequence-OK.asn1]
PASS: ../tests/44-choice-in-sequence-OK.asn1
[=> ./../tests/45-undefined-type-SE.asn1]
Expecting some problems...
FATAL: Unknown type "KnownExt" referenced by "Type" at line 16 in ./../tests/45-undefined-type-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/45-undefined-type-SE.asn1
[=> ./../tests/46-redefine-OK.asn1]
PASS: ../tests/46-redefine-OK.asn1
[=> ./../tests/47-set-ext-OK.asn1]
PASS: ../tests/47-set-ext-OK.asn1
[=> ./../tests/48-real-life-OK.asn1]
PASS: ../tests/48-real-life-OK.asn1
[=> ./../tests/49-real-life-OK.asn1]
PASS: ../tests/49-real-life-OK.asn1
[=> ./../tests/50-constraint-OK.asn1]
PASS: ../tests/50-constraint-OK.asn1
[=> ./../tests/51-constraint-SE.asn1]
Expecting some problems...
FATAL: Int at line 14: Constraint type PermittedAlphabet is not applicable to INTEGER in ./../tests/51-constraint-SE.asn1
FATAL: Int at line 14: Constraint type PermittedAlphabet is not applicable to INTEGER in ./../tests/51-constraint-SE.asn1
FATAL: Int at line 14: Constraint type PermittedAlphabet is not applicable to INTEGER in ./../tests/51-constraint-SE.asn1
FATAL: Int at line 14: Constraint type PermittedAlphabet is not applicable to INTEGER in ./../tests/51-constraint-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/51-constraint-SE.asn1
[=> ./../tests/52-constraint-SE.asn1]
Expecting some problems...
FATAL: Int at line 14: Constraint type SizeConstraint is not applicable to INTEGER in ./../tests/52-constraint-SE.asn1
FATAL: Int at line 14: Constraint type SizeConstraint is not applicable to INTEGER in ./../tests/52-constraint-SE.asn1
FATAL: Int at line 14: Constraint type SizeConstraint is not applicable to INTEGER in ./../tests/52-constraint-SE.asn1
FATAL: Int at line 14: Constraint type SizeConstraint is not applicable to INTEGER in ./../tests/52-constraint-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/52-constraint-SE.asn1
[=> ./../tests/53-constraint-SE.asn1]
Expecting some problems...
FATAL: Constraint value 63 at line 14 is not within a parent constraint range
FATAL: This error happened for "Int" (meta 1) at line 14 in ./../tests/53-constraint-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/53-constraint-SE.asn1
[=> ./../tests/54-constraint-SE.asn1]
Expecting some problems...
FATAL: Constraint value 35 at line 15 is not within a parent constraint range
FATAL: This error happened for "StrBad" (meta 1) at line 15 in ./../tests/54-constraint-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/54-constraint-SE.asn1
[=> ./../tests/55-components-of-OK.asn1]
PASS: ../tests/55-components-of-OK.asn1
[=> ./../tests/56-components-of-SE.asn1]
Expecting some problems...
FATAL: COMPONENTS OF at line 16 must reference a SEQUENCE type in ./../tests/56-components-of-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/56-components-of-SE.asn1
[=> ./../tests/57-components-of-OK.asn1]
PASS: ../tests/57-components-of-OK.asn1
[=> ./../tests/58-param-OK.asn1]
PASS: ../tests/58-param-OK.asn1
[=> ./../tests/59-choice-extended-OK.asn1]
PASS: ../tests/59-choice-extended-OK.asn1
[=> ./../tests/60-any-OK.asn1]
PASS: ../tests/60-any-OK.asn1
[=> ./../tests/61-any-1-SE.asn1]
Expecting some problems...
FATAL: Processing T at line 15: component "i1" at line 15 has the same tag as component "any" at line 17 in ./../tests/61-any-1-SE.asn1
FATAL: Consider adding AUTOMATIC TAGS after module ModuleTestBadANY1 DEFINITIONS, or manually tag components in ./../tests/61-any-1-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/61-any-1-SE.asn1
[=> ./../tests/62-any-OK.asn1]
PASS: ../tests/62-any-OK.asn1
[=> ./../tests/63-any-2-SE.asn1]
Expecting some problems...
FATAL: any tagged in IMPLICIT mode but must be EXPLICIT at line 16 in ./../tests/63-any-2-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/63-any-2-SE.asn1
[=> ./../tests/64-oid-constr-OK.asn1]
PASS: ../tests/64-oid-constr-OK.asn1
[=> ./../tests/65-multi-tag-OK.asn1]
PASS: ../tests/65-multi-tag-OK.asn1
[=> ./../tests/66-ref-simple-OK.asn1]
PASS: ../tests/66-ref-simple-OK.asn1
[=> ./../tests/67-embedded-choice-OK.asn1]
PASS: ../tests/67-embedded-choice-OK.asn1
[=> ./../tests/68-enum-default-OK.asn1]
PASS: ../tests/68-enum-default-OK.asn1
[=> ./../tests/69-reserved-words-OK.asn1]
PASS: ../tests/69-reserved-words-OK.asn1
[=> ./../tests/70-xer-test-OK.asn1]
PASS: ../tests/70-xer-test-OK.asn1
[=> ./../tests/71-duplicate-types-SE.asn1]
Expecting some problems...
FATAL: ASN.1 expression "Type" at line 27 of module ModuleDuplicateTypes2
clashes with expression "Type" at line 17 of module ModuleDuplicateTypes1.
Rename or remove either instance to resolve the conflict in ./../tests/71-duplicate-types-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/71-duplicate-types-SE.asn1
[=> ./../tests/72-same-names-OK.asn1]
PASS: ../tests/72-same-names-OK.asn1
[=> ./../tests/73-circular-OK.asn1]
PASS: ../tests/73-circular-OK.asn1
[=> ./../tests/74-int-enum-constraints-OK.asn1]
PASS: ../tests/74-int-enum-constraints-OK.asn1
[=> ./../tests/75-duplicate-modules-SE.asn1]
Expecting some problems...
FATAL: ASN.1 module ModuleDuplicateModuleName in ./../tests/75-duplicate-modules-SE.asn1 has the same OBJECT IDENTIFIER as module ModuleDuplicateModuleName in ./../tests/75-duplicate-modules-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/75-duplicate-modules-SE.asn1
[=> ./../tests/76-duplicate-modules-SW.asn1]
Expecting some problems...
WARNING: ASN.1 module ModuleDuplicateModuleName is defined more than once, with different OIDs in ./../tests/76-duplicate-modules-SW.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/76-duplicate-modules-SW.asn1
[=> ./../tests/77-str-default-OK.asn1]
PASS: ../tests/77-str-default-OK.asn1
[=> ./../tests/78-str-default-SE.asn1]
WARNING: GeneralString is not fully supported
Expecting some problems...
FATAL: Incompatible type of "country" (UTF8String) at line 15 with "country1" (GeneralString) at line 19 in ./../tests/78-str-default-SE.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/78-str-default-SE.asn1
[=> ./../tests/79-constrained-by-OK.asn1]
PASS: ../tests/79-constrained-by-OK.asn1
[=> ./../tests/80-chardefs-OK.asn1]
PASS: ../tests/80-chardefs-OK.asn1
[=> ./../tests/81-type-default-OK.asn1]
PASS: ../tests/81-type-default-OK.asn1
[=> ./../tests/82-with-comps-OK.asn1]
PASS: ../tests/82-with-comps-OK.asn1
[=> ./../tests/83-with-comps-OK.asn1]
PASS: ../tests/83-with-comps-OK.asn1
[=> ./../tests/84-param-tags-OK.asn1]
PASS: ../tests/84-param-tags-OK.asn1
[=> ./../tests/85-comments-OK.asn1]
PASS: ../tests/85-comments-OK.asn1
[=> ./../tests/86-atags-OK.asn1]
PASS: ../tests/86-atags-OK.asn1
[=> ./../tests/87-old-syntax-OK.asn1]
WARNING: Line 15: expected lower-case member identifier, found an unnamed INTEGER.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "integer". Name clash may occur later.
WARNING: Line 17: expected lower-case member identifier, found an unnamed BOOLEAN.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "boolean". Name clash may occur later.
WARNING: Line 20: expected lower-case member identifier, found an unnamed INTEGER.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "integer". Name clash may occur later.
WARNING: Line 21: expected lower-case member identifier, found an unnamed BOOLEAN.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "boolean". Name clash may occur later.
WARNING: Line 23: expected lower-case member identifier, found an unnamed OBJECT IDENTIFIER.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "object_identifier". Name clash may occur later.
WARNING: Line 24: expected lower-case member identifier, found an unnamed RELATIVE-OID.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "relative_oid". Name clash may occur later.
WARNING: Line 26: expected lower-case member identifier, found an unnamed Tc.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "tc". Name clash may occur later.
WARNING: Line 27: expected lower-case member identifier, found an unnamed SEQUENCE.
WARNING: Obsolete X.208 syntax detected, please give the member a name.
NOTE: Assigning temporary identifier "sequence". Name clash may occur later.
PASS: ../tests/87-old-syntax-OK.asn1
[=> ./../tests/88-integer-enum-OK.asn1]
PASS: ../tests/88-integer-enum-OK.asn1
[=> ./../tests/89-bit-string-enum-OK.asn1]
PASS: ../tests/89-bit-string-enum-OK.asn1
[=> ./../tests/90-cond-int-type-OK.asn1]
PASS: ../tests/90-cond-int-type-OK.asn1
[=> ./../tests/91-cond-int-blessSize-OK.asn1]
PASS: ../tests/91-cond-int-blessSize-OK.asn1
[=> ./../tests/92-circular-loops-OK.asn1]
PASS: ../tests/92-circular-loops-OK.asn1
[=> ./../tests/93-asn1c-controls-OK.asn1]
INFO: Directive <ASN1C:RepresentAsPointer> applied to INTEGER at line 18
INFO: Directive <ASN1C:RepresentAsPointer> applied to member at line 24
INFO: Directive <ASN1C:RepresentAsPointer> applied to SET OF at line 28
INFO: Directive <ASN1C:RepresentAsPointer> applied to member at line 30
PASS: ../tests/93-asn1c-controls-OK.asn1
[=> ./../tests/94-set-optionals-OK.asn1]
PASS: ../tests/94-set-optionals-OK.asn1
[=> ./../tests/95-choice-per-order-OK.asn1]
PASS: ../tests/95-choice-per-order-OK.asn1
[=> ./../tests/96-type-identifier-OK.asn1]
PASS: ../tests/96-type-identifier-OK.asn1
[=> ./../tests/97-type-identifier-SW.asn1]
Expecting some problems...
WARNING: ASN.1 expression "TYPE-IDENTIFIER" at line 17 of module ASN1C-UsefulInformationObjectClasses
clashes with expression "TYPE-IDENTIFIER" at line 23 of module ModuleTypeIdentifier1 (./../tests/97-type-identifier-SW.asn1).
Rename or remove either instance to resolve the conflict in ../skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1
Previous error is EXPECTED, no worry
PASS: ../tests/97-type-identifier-SW.asn1
[=> ./../tests/98-attribute-class-OK.asn1]
PASS: ../tests/98-attribute-class-OK.asn1
[=> ./../tests/99-class-sample-OK.asn1]
PASS: ../tests/99-class-sample-OK.asn1
====================
All 132 tests passed
====================
make[2]: Leaving directory `/tmp/asn1c_vlm/libasn1fix'
make[1]: Leaving directory `/tmp/asn1c_vlm/libasn1fix'
Making check in libasn1print
make[1]: Entering directory `/tmp/asn1c_vlm/libasn1print'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/tmp/asn1c_vlm/libasn1print'
Making check in libasn1compiler
make[1]: Entering directory `/tmp/asn1c_vlm/libasn1compiler'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/tmp/asn1c_vlm/libasn1compiler'
Making check in skeletons
make[1]: Entering directory `/tmp/asn1c_vlm/skeletons'
Making check in .
make[2]: Entering directory `/tmp/asn1c_vlm/skeletons'
make libasn1cskeletons.la
make[3]: Entering directory `/tmp/asn1c_vlm/skeletons'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ANY.lo -MD -MP -MF .deps/ANY.Tpo -c -o ANY.lo ANY.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ANY.lo -MD -MP -MF .deps/ANY.Tpo -c ANY.c -fPIC -DPIC -o .libs/ANY.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ANY.lo -MD -MP -MF .deps/ANY.Tpo -c ANY.c -o ANY.o >/dev/null 2>&1
mv -f .deps/ANY.Tpo .deps/ANY.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BIT_STRING.lo -MD -MP -MF .deps/BIT_STRING.Tpo -c -o BIT_STRING.lo BIT_STRING.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BIT_STRING.lo -MD -MP -MF .deps/BIT_STRING.Tpo -c BIT_STRING.c -fPIC -DPIC -o .libs/BIT_STRING.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BIT_STRING.lo -MD -MP -MF .deps/BIT_STRING.Tpo -c BIT_STRING.c -o BIT_STRING.o >/dev/null 2>&1
mv -f .deps/BIT_STRING.Tpo .deps/BIT_STRING.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BMPString.lo -MD -MP -MF .deps/BMPString.Tpo -c -o BMPString.lo BMPString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BMPString.lo -MD -MP -MF .deps/BMPString.Tpo -c BMPString.c -fPIC -DPIC -o .libs/BMPString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BMPString.lo -MD -MP -MF .deps/BMPString.Tpo -c BMPString.c -o BMPString.o >/dev/null 2>&1
mv -f .deps/BMPString.Tpo .deps/BMPString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BOOLEAN.lo -MD -MP -MF .deps/BOOLEAN.Tpo -c -o BOOLEAN.lo BOOLEAN.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BOOLEAN.lo -MD -MP -MF .deps/BOOLEAN.Tpo -c BOOLEAN.c -fPIC -DPIC -o .libs/BOOLEAN.o
BOOLEAN.c: In function ‘BOOLEAN_encode_uper’:
BOOLEAN.c:283: warning: ‘er.encoded’ may be used uninitialized in this function
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT BOOLEAN.lo -MD -MP -MF .deps/BOOLEAN.Tpo -c BOOLEAN.c -o BOOLEAN.o >/dev/null 2>&1
mv -f .deps/BOOLEAN.Tpo .deps/BOOLEAN.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ENUMERATED.lo -MD -MP -MF .deps/ENUMERATED.Tpo -c -o ENUMERATED.lo ENUMERATED.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ENUMERATED.lo -MD -MP -MF .deps/ENUMERATED.Tpo -c ENUMERATED.c -fPIC -DPIC -o .libs/ENUMERATED.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ENUMERATED.lo -MD -MP -MF .deps/ENUMERATED.Tpo -c ENUMERATED.c -o ENUMERATED.o >/dev/null 2>&1
mv -f .deps/ENUMERATED.Tpo .deps/ENUMERATED.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralString.lo -MD -MP -MF .deps/GeneralString.Tpo -c -o GeneralString.lo GeneralString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralString.lo -MD -MP -MF .deps/GeneralString.Tpo -c GeneralString.c -fPIC -DPIC -o .libs/GeneralString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralString.lo -MD -MP -MF .deps/GeneralString.Tpo -c GeneralString.c -o GeneralString.o >/dev/null 2>&1
mv -f .deps/GeneralString.Tpo .deps/GeneralString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralizedTime.lo -MD -MP -MF .deps/GeneralizedTime.Tpo -c -o GeneralizedTime.lo GeneralizedTime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralizedTime.lo -MD -MP -MF .deps/GeneralizedTime.Tpo -c GeneralizedTime.c -fPIC -DPIC -o .libs/GeneralizedTime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GeneralizedTime.lo -MD -MP -MF .deps/GeneralizedTime.Tpo -c GeneralizedTime.c -o GeneralizedTime.o >/dev/null 2>&1
mv -f .deps/GeneralizedTime.Tpo .deps/GeneralizedTime.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GraphicString.lo -MD -MP -MF .deps/GraphicString.Tpo -c -o GraphicString.lo GraphicString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GraphicString.lo -MD -MP -MF .deps/GraphicString.Tpo -c GraphicString.c -fPIC -DPIC -o .libs/GraphicString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT GraphicString.lo -MD -MP -MF .deps/GraphicString.Tpo -c GraphicString.c -o GraphicString.o >/dev/null 2>&1
mv -f .deps/GraphicString.Tpo .deps/GraphicString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT IA5String.lo -MD -MP -MF .deps/IA5String.Tpo -c -o IA5String.lo IA5String.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT IA5String.lo -MD -MP -MF .deps/IA5String.Tpo -c IA5String.c -fPIC -DPIC -o .libs/IA5String.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT IA5String.lo -MD -MP -MF .deps/IA5String.Tpo -c IA5String.c -o IA5String.o >/dev/null 2>&1
mv -f .deps/IA5String.Tpo .deps/IA5String.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT INTEGER.lo -MD -MP -MF .deps/INTEGER.Tpo -c -o INTEGER.lo INTEGER.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT INTEGER.lo -MD -MP -MF .deps/INTEGER.Tpo -c INTEGER.c -fPIC -DPIC -o .libs/INTEGER.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT INTEGER.lo -MD -MP -MF .deps/INTEGER.Tpo -c INTEGER.c -o INTEGER.o >/dev/null 2>&1
mv -f .deps/INTEGER.Tpo .deps/INTEGER.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ISO646String.lo -MD -MP -MF .deps/ISO646String.Tpo -c -o ISO646String.lo ISO646String.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ISO646String.lo -MD -MP -MF .deps/ISO646String.Tpo -c ISO646String.c -fPIC -DPIC -o .libs/ISO646String.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ISO646String.lo -MD -MP -MF .deps/ISO646String.Tpo -c ISO646String.c -o ISO646String.o >/dev/null 2>&1
mv -f .deps/ISO646String.Tpo .deps/ISO646String.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NULL.lo -MD -MP -MF .deps/NULL.Tpo -c -o NULL.lo NULL.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NULL.lo -MD -MP -MF .deps/NULL.Tpo -c NULL.c -fPIC -DPIC -o .libs/NULL.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NULL.lo -MD -MP -MF .deps/NULL.Tpo -c NULL.c -o NULL.o >/dev/null 2>&1
mv -f .deps/NULL.Tpo .deps/NULL.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeEnumerated.lo -MD -MP -MF .deps/NativeEnumerated.Tpo -c -o NativeEnumerated.lo NativeEnumerated.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeEnumerated.lo -MD -MP -MF .deps/NativeEnumerated.Tpo -c NativeEnumerated.c -fPIC -DPIC -o .libs/NativeEnumerated.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeEnumerated.lo -MD -MP -MF .deps/NativeEnumerated.Tpo -c NativeEnumerated.c -o NativeEnumerated.o >/dev/null 2>&1
mv -f .deps/NativeEnumerated.Tpo .deps/NativeEnumerated.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeInteger.lo -MD -MP -MF .deps/NativeInteger.Tpo -c -o NativeInteger.lo NativeInteger.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeInteger.lo -MD -MP -MF .deps/NativeInteger.Tpo -c NativeInteger.c -fPIC -DPIC -o .libs/NativeInteger.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeInteger.lo -MD -MP -MF .deps/NativeInteger.Tpo -c NativeInteger.c -o NativeInteger.o >/dev/null 2>&1
mv -f .deps/NativeInteger.Tpo .deps/NativeInteger.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeReal.lo -MD -MP -MF .deps/NativeReal.Tpo -c -o NativeReal.lo NativeReal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeReal.lo -MD -MP -MF .deps/NativeReal.Tpo -c NativeReal.c -fPIC -DPIC -o .libs/NativeReal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NativeReal.lo -MD -MP -MF .deps/NativeReal.Tpo -c NativeReal.c -o NativeReal.o >/dev/null 2>&1
mv -f .deps/NativeReal.Tpo .deps/NativeReal.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NumericString.lo -MD -MP -MF .deps/NumericString.Tpo -c -o NumericString.lo NumericString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NumericString.lo -MD -MP -MF .deps/NumericString.Tpo -c NumericString.c -fPIC -DPIC -o .libs/NumericString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT NumericString.lo -MD -MP -MF .deps/NumericString.Tpo -c NumericString.c -o NumericString.o >/dev/null 2>&1
mv -f .deps/NumericString.Tpo .deps/NumericString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OBJECT_IDENTIFIER.lo -MD -MP -MF .deps/OBJECT_IDENTIFIER.Tpo -c -o OBJECT_IDENTIFIER.lo OBJECT_IDENTIFIER.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OBJECT_IDENTIFIER.lo -MD -MP -MF .deps/OBJECT_IDENTIFIER.Tpo -c OBJECT_IDENTIFIER.c -fPIC -DPIC -o .libs/OBJECT_IDENTIFIER.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OBJECT_IDENTIFIER.lo -MD -MP -MF .deps/OBJECT_IDENTIFIER.Tpo -c OBJECT_IDENTIFIER.c -o OBJECT_IDENTIFIER.o >/dev/null 2>&1
mv -f .deps/OBJECT_IDENTIFIER.Tpo .deps/OBJECT_IDENTIFIER.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OCTET_STRING.lo -MD -MP -MF .deps/OCTET_STRING.Tpo -c -o OCTET_STRING.lo OCTET_STRING.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OCTET_STRING.lo -MD -MP -MF .deps/OCTET_STRING.Tpo -c OCTET_STRING.c -fPIC -DPIC -o .libs/OCTET_STRING.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT OCTET_STRING.lo -MD -MP -MF .deps/OCTET_STRING.Tpo -c OCTET_STRING.c -o OCTET_STRING.o >/dev/null 2>&1
mv -f .deps/OCTET_STRING.Tpo .deps/OCTET_STRING.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ObjectDescriptor.lo -MD -MP -MF .deps/ObjectDescriptor.Tpo -c -o ObjectDescriptor.lo ObjectDescriptor.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ObjectDescriptor.lo -MD -MP -MF .deps/ObjectDescriptor.Tpo -c ObjectDescriptor.c -fPIC -DPIC -o .libs/ObjectDescriptor.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ObjectDescriptor.lo -MD -MP -MF .deps/ObjectDescriptor.Tpo -c ObjectDescriptor.c -o ObjectDescriptor.o >/dev/null 2>&1
mv -f .deps/ObjectDescriptor.Tpo .deps/ObjectDescriptor.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT PrintableString.lo -MD -MP -MF .deps/PrintableString.Tpo -c -o PrintableString.lo PrintableString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT PrintableString.lo -MD -MP -MF .deps/PrintableString.Tpo -c PrintableString.c -fPIC -DPIC -o .libs/PrintableString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT PrintableString.lo -MD -MP -MF .deps/PrintableString.Tpo -c PrintableString.c -o PrintableString.o >/dev/null 2>&1
mv -f .deps/PrintableString.Tpo .deps/PrintableString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT REAL.lo -MD -MP -MF .deps/REAL.Tpo -c -o REAL.lo REAL.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT REAL.lo -MD -MP -MF .deps/REAL.Tpo -c REAL.c -fPIC -DPIC -o .libs/REAL.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT REAL.lo -MD -MP -MF .deps/REAL.Tpo -c REAL.c -o REAL.o >/dev/null 2>&1
mv -f .deps/REAL.Tpo .deps/REAL.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT RELATIVE-OID.lo -MD -MP -MF .deps/RELATIVE-OID.Tpo -c -o RELATIVE-OID.lo RELATIVE-OID.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT RELATIVE-OID.lo -MD -MP -MF .deps/RELATIVE-OID.Tpo -c RELATIVE-OID.c -fPIC -DPIC -o .libs/RELATIVE-OID.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT RELATIVE-OID.lo -MD -MP -MF .deps/RELATIVE-OID.Tpo -c RELATIVE-OID.c -o RELATIVE-OID.o >/dev/null 2>&1
mv -f .deps/RELATIVE-OID.Tpo .deps/RELATIVE-OID.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT T61String.lo -MD -MP -MF .deps/T61String.Tpo -c -o T61String.lo T61String.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT T61String.lo -MD -MP -MF .deps/T61String.Tpo -c T61String.c -fPIC -DPIC -o .libs/T61String.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT T61String.lo -MD -MP -MF .deps/T61String.Tpo -c T61String.c -o T61String.o >/dev/null 2>&1
mv -f .deps/T61String.Tpo .deps/T61String.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT TeletexString.lo -MD -MP -MF .deps/TeletexString.Tpo -c -o TeletexString.lo TeletexString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT TeletexString.lo -MD -MP -MF .deps/TeletexString.Tpo -c TeletexString.c -fPIC -DPIC -o .libs/TeletexString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT TeletexString.lo -MD -MP -MF .deps/TeletexString.Tpo -c TeletexString.c -o TeletexString.o >/dev/null 2>&1
mv -f .deps/TeletexString.Tpo .deps/TeletexString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTCTime.lo -MD -MP -MF .deps/UTCTime.Tpo -c -o UTCTime.lo UTCTime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTCTime.lo -MD -MP -MF .deps/UTCTime.Tpo -c UTCTime.c -fPIC -DPIC -o .libs/UTCTime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTCTime.lo -MD -MP -MF .deps/UTCTime.Tpo -c UTCTime.c -o UTCTime.o >/dev/null 2>&1
mv -f .deps/UTCTime.Tpo .deps/UTCTime.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTF8String.lo -MD -MP -MF .deps/UTF8String.Tpo -c -o UTF8String.lo UTF8String.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTF8String.lo -MD -MP -MF .deps/UTF8String.Tpo -c UTF8String.c -fPIC -DPIC -o .libs/UTF8String.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UTF8String.lo -MD -MP -MF .deps/UTF8String.Tpo -c UTF8String.c -o UTF8String.o >/dev/null 2>&1
mv -f .deps/UTF8String.Tpo .deps/UTF8String.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UniversalString.lo -MD -MP -MF .deps/UniversalString.Tpo -c -o UniversalString.lo UniversalString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UniversalString.lo -MD -MP -MF .deps/UniversalString.Tpo -c UniversalString.c -fPIC -DPIC -o .libs/UniversalString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT UniversalString.lo -MD -MP -MF .deps/UniversalString.Tpo -c UniversalString.c -o UniversalString.o >/dev/null 2>&1
mv -f .deps/UniversalString.Tpo .deps/UniversalString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VideotexString.lo -MD -MP -MF .deps/VideotexString.Tpo -c -o VideotexString.lo VideotexString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VideotexString.lo -MD -MP -MF .deps/VideotexString.Tpo -c VideotexString.c -fPIC -DPIC -o .libs/VideotexString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VideotexString.lo -MD -MP -MF .deps/VideotexString.Tpo -c VideotexString.c -o VideotexString.o >/dev/null 2>&1
mv -f .deps/VideotexString.Tpo .deps/VideotexString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VisibleString.lo -MD -MP -MF .deps/VisibleString.Tpo -c -o VisibleString.lo VisibleString.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VisibleString.lo -MD -MP -MF .deps/VisibleString.Tpo -c VisibleString.c -fPIC -DPIC -o .libs/VisibleString.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT VisibleString.lo -MD -MP -MF .deps/VisibleString.Tpo -c VisibleString.c -o VisibleString.o >/dev/null 2>&1
mv -f .deps/VisibleString.Tpo .deps/VisibleString.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SEQUENCE_OF.lo -MD -MP -MF .deps/asn_SEQUENCE_OF.Tpo -c -o asn_SEQUENCE_OF.lo asn_SEQUENCE_OF.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SEQUENCE_OF.lo -MD -MP -MF .deps/asn_SEQUENCE_OF.Tpo -c asn_SEQUENCE_OF.c -fPIC -DPIC -o .libs/asn_SEQUENCE_OF.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SEQUENCE_OF.lo -MD -MP -MF .deps/asn_SEQUENCE_OF.Tpo -c asn_SEQUENCE_OF.c -o asn_SEQUENCE_OF.o >/dev/null 2>&1
mv -f .deps/asn_SEQUENCE_OF.Tpo .deps/asn_SEQUENCE_OF.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SET_OF.lo -MD -MP -MF .deps/asn_SET_OF.Tpo -c -o asn_SET_OF.lo asn_SET_OF.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SET_OF.lo -MD -MP -MF .deps/asn_SET_OF.Tpo -c asn_SET_OF.c -fPIC -DPIC -o .libs/asn_SET_OF.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_SET_OF.lo -MD -MP -MF .deps/asn_SET_OF.Tpo -c asn_SET_OF.c -o asn_SET_OF.o >/dev/null 2>&1
mv -f .deps/asn_SET_OF.Tpo .deps/asn_SET_OF.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_codecs_prim.lo -MD -MP -MF .deps/asn_codecs_prim.Tpo -c -o asn_codecs_prim.lo asn_codecs_prim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_codecs_prim.lo -MD -MP -MF .deps/asn_codecs_prim.Tpo -c asn_codecs_prim.c -fPIC -DPIC -o .libs/asn_codecs_prim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT asn_codecs_prim.lo -MD -MP -MF .deps/asn_codecs_prim.Tpo -c asn_codecs_prim.c -o asn_codecs_prim.o >/dev/null 2>&1
mv -f .deps/asn_codecs_prim.Tpo .deps/asn_codecs_prim.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_decoder.lo -MD -MP -MF .deps/ber_decoder.Tpo -c -o ber_decoder.lo ber_decoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_decoder.lo -MD -MP -MF .deps/ber_decoder.Tpo -c ber_decoder.c -fPIC -DPIC -o .libs/ber_decoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_decoder.lo -MD -MP -MF .deps/ber_decoder.Tpo -c ber_decoder.c -o ber_decoder.o >/dev/null 2>&1
mv -f .deps/ber_decoder.Tpo .deps/ber_decoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_length.lo -MD -MP -MF .deps/ber_tlv_length.Tpo -c -o ber_tlv_length.lo ber_tlv_length.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_length.lo -MD -MP -MF .deps/ber_tlv_length.Tpo -c ber_tlv_length.c -fPIC -DPIC -o .libs/ber_tlv_length.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_length.lo -MD -MP -MF .deps/ber_tlv_length.Tpo -c ber_tlv_length.c -o ber_tlv_length.o >/dev/null 2>&1
mv -f .deps/ber_tlv_length.Tpo .deps/ber_tlv_length.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_tag.lo -MD -MP -MF .deps/ber_tlv_tag.Tpo -c -o ber_tlv_tag.lo ber_tlv_tag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_tag.lo -MD -MP -MF .deps/ber_tlv_tag.Tpo -c ber_tlv_tag.c -fPIC -DPIC -o .libs/ber_tlv_tag.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT ber_tlv_tag.lo -MD -MP -MF .deps/ber_tlv_tag.Tpo -c ber_tlv_tag.c -o ber_tlv_tag.o >/dev/null 2>&1
mv -f .deps/ber_tlv_tag.Tpo .deps/ber_tlv_tag.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_CHOICE.lo -MD -MP -MF .deps/constr_CHOICE.Tpo -c -o constr_CHOICE.lo constr_CHOICE.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_CHOICE.lo -MD -MP -MF .deps/constr_CHOICE.Tpo -c constr_CHOICE.c -fPIC -DPIC -o .libs/constr_CHOICE.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_CHOICE.lo -MD -MP -MF .deps/constr_CHOICE.Tpo -c constr_CHOICE.c -o constr_CHOICE.o >/dev/null 2>&1
mv -f .deps/constr_CHOICE.Tpo .deps/constr_CHOICE.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE.lo -MD -MP -MF .deps/constr_SEQUENCE.Tpo -c -o constr_SEQUENCE.lo constr_SEQUENCE.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE.lo -MD -MP -MF .deps/constr_SEQUENCE.Tpo -c constr_SEQUENCE.c -fPIC -DPIC -o .libs/constr_SEQUENCE.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE.lo -MD -MP -MF .deps/constr_SEQUENCE.Tpo -c constr_SEQUENCE.c -o constr_SEQUENCE.o >/dev/null 2>&1
mv -f .deps/constr_SEQUENCE.Tpo .deps/constr_SEQUENCE.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE_OF.lo -MD -MP -MF .deps/constr_SEQUENCE_OF.Tpo -c -o constr_SEQUENCE_OF.lo constr_SEQUENCE_OF.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE_OF.lo -MD -MP -MF .deps/constr_SEQUENCE_OF.Tpo -c constr_SEQUENCE_OF.c -fPIC -DPIC -o .libs/constr_SEQUENCE_OF.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SEQUENCE_OF.lo -MD -MP -MF .deps/constr_SEQUENCE_OF.Tpo -c constr_SEQUENCE_OF.c -o constr_SEQUENCE_OF.o >/dev/null 2>&1
mv -f .deps/constr_SEQUENCE_OF.Tpo .deps/constr_SEQUENCE_OF.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET.lo -MD -MP -MF .deps/constr_SET.Tpo -c -o constr_SET.lo constr_SET.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET.lo -MD -MP -MF .deps/constr_SET.Tpo -c constr_SET.c -fPIC -DPIC -o .libs/constr_SET.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET.lo -MD -MP -MF .deps/constr_SET.Tpo -c constr_SET.c -o constr_SET.o >/dev/null 2>&1
mv -f .deps/constr_SET.Tpo .deps/constr_SET.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET_OF.lo -MD -MP -MF .deps/constr_SET_OF.Tpo -c -o constr_SET_OF.lo constr_SET_OF.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET_OF.lo -MD -MP -MF .deps/constr_SET_OF.Tpo -c constr_SET_OF.c -fPIC -DPIC -o .libs/constr_SET_OF.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_SET_OF.lo -MD -MP -MF .deps/constr_SET_OF.Tpo -c constr_SET_OF.c -o constr_SET_OF.o >/dev/null 2>&1
mv -f .deps/constr_SET_OF.Tpo .deps/constr_SET_OF.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_TYPE.lo -MD -MP -MF .deps/constr_TYPE.Tpo -c -o constr_TYPE.lo constr_TYPE.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_TYPE.lo -MD -MP -MF .deps/constr_TYPE.Tpo -c constr_TYPE.c -fPIC -DPIC -o .libs/constr_TYPE.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constr_TYPE.lo -MD -MP -MF .deps/constr_TYPE.Tpo -c constr_TYPE.c -o constr_TYPE.o >/dev/null 2>&1
mv -f .deps/constr_TYPE.Tpo .deps/constr_TYPE.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constraints.lo -MD -MP -MF .deps/constraints.Tpo -c -o constraints.lo constraints.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constraints.lo -MD -MP -MF .deps/constraints.Tpo -c constraints.c -fPIC -DPIC -o .libs/constraints.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT constraints.lo -MD -MP -MF .deps/constraints.Tpo -c constraints.c -o constraints.o >/dev/null 2>&1
mv -f .deps/constraints.Tpo .deps/constraints.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT der_encoder.lo -MD -MP -MF .deps/der_encoder.Tpo -c -o der_encoder.lo der_encoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT der_encoder.lo -MD -MP -MF .deps/der_encoder.Tpo -c der_encoder.c -fPIC -DPIC -o .libs/der_encoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT der_encoder.lo -MD -MP -MF .deps/der_encoder.Tpo -c der_encoder.c -o der_encoder.o >/dev/null 2>&1
mv -f .deps/der_encoder.Tpo .deps/der_encoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_decoder.lo -MD -MP -MF .deps/per_decoder.Tpo -c -o per_decoder.lo per_decoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_decoder.lo -MD -MP -MF .deps/per_decoder.Tpo -c per_decoder.c -fPIC -DPIC -o .libs/per_decoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_decoder.lo -MD -MP -MF .deps/per_decoder.Tpo -c per_decoder.c -o per_decoder.o >/dev/null 2>&1
mv -f .deps/per_decoder.Tpo .deps/per_decoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_encoder.lo -MD -MP -MF .deps/per_encoder.Tpo -c -o per_encoder.lo per_encoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_encoder.lo -MD -MP -MF .deps/per_encoder.Tpo -c per_encoder.c -fPIC -DPIC -o .libs/per_encoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_encoder.lo -MD -MP -MF .deps/per_encoder.Tpo -c per_encoder.c -o per_encoder.o >/dev/null 2>&1
mv -f .deps/per_encoder.Tpo .deps/per_encoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_opentype.lo -MD -MP -MF .deps/per_opentype.Tpo -c -o per_opentype.lo per_opentype.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_opentype.lo -MD -MP -MF .deps/per_opentype.Tpo -c per_opentype.c -fPIC -DPIC -o .libs/per_opentype.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_opentype.lo -MD -MP -MF .deps/per_opentype.Tpo -c per_opentype.c -o per_opentype.o >/dev/null 2>&1
mv -f .deps/per_opentype.Tpo .deps/per_opentype.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_support.lo -MD -MP -MF .deps/per_support.Tpo -c -o per_support.lo per_support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_support.lo -MD -MP -MF .deps/per_support.Tpo -c per_support.c -fPIC -DPIC -o .libs/per_support.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT per_support.lo -MD -MP -MF .deps/per_support.Tpo -c per_support.c -o per_support.o >/dev/null 2>&1
mv -f .deps/per_support.Tpo .deps/per_support.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_decoder.lo -MD -MP -MF .deps/xer_decoder.Tpo -c -o xer_decoder.lo xer_decoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_decoder.lo -MD -MP -MF .deps/xer_decoder.Tpo -c xer_decoder.c -fPIC -DPIC -o .libs/xer_decoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_decoder.lo -MD -MP -MF .deps/xer_decoder.Tpo -c xer_decoder.c -o xer_decoder.o >/dev/null 2>&1
mv -f .deps/xer_decoder.Tpo .deps/xer_decoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_encoder.lo -MD -MP -MF .deps/xer_encoder.Tpo -c -o xer_encoder.lo xer_encoder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_encoder.lo -MD -MP -MF .deps/xer_encoder.Tpo -c xer_encoder.c -fPIC -DPIC -o .libs/xer_encoder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_encoder.lo -MD -MP -MF .deps/xer_encoder.Tpo -c xer_encoder.c -o xer_encoder.o >/dev/null 2>&1
mv -f .deps/xer_encoder.Tpo .deps/xer_encoder.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_support.lo -MD -MP -MF .deps/xer_support.Tpo -c -o xer_support.lo xer_support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_support.lo -MD -MP -MF .deps/xer_support.Tpo -c xer_support.c -fPIC -DPIC -o .libs/xer_support.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT xer_support.lo -MD -MP -MF .deps/xer_support.Tpo -c xer_support.c -o xer_support.o >/dev/null 2>&1
mv -f .deps/xer_support.Tpo .deps/xer_support.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o libasn1cskeletons.la ANY.lo BIT_STRING.lo BMPString.lo BOOLEAN.lo ENUMERATED.lo GeneralString.lo GeneralizedTime.lo GraphicString.lo IA5String.lo INTEGER.lo ISO646String.lo NULL.lo NativeEnumerated.lo NativeInteger.lo NativeReal.lo NumericString.lo OBJECT_IDENTIFIER.lo OCTET_STRING.lo ObjectDescriptor.lo PrintableString.lo REAL.lo RELATIVE-OID.lo T61String.lo TeletexString.lo UTCTime.lo UTF8String.lo UniversalString.lo VideotexString.lo VisibleString.lo asn_SEQUENCE_OF.lo asn_SET_OF.lo asn_codecs_prim.lo ber_decoder.lo ber_tlv_length.lo ber_tlv_tag.lo constr_CHOICE.lo constr_SEQUENCE.lo constr_SEQUENCE_OF.lo constr_SET.lo constr_SET_OF.lo constr_TYPE.lo constraints.lo der_encoder.lo per_decoder.lo per_encoder.lo per_opentype.lo per_support.lo xer_decoder.lo xer_encoder.lo xer_support.lo
libtool: link: /usr/bin/ar cru .libs/libasn1cskeletons.a .libs/ANY.o .libs/BIT_STRING.o .libs/BMPString.o .libs/BOOLEAN.o .libs/ENUMERATED.o .libs/GeneralString.o .libs/GeneralizedTime.o .libs/GraphicString.o .libs/IA5String.o .libs/INTEGER.o .libs/ISO646String.o .libs/NULL.o .libs/NativeEnumerated.o .libs/NativeInteger.o .libs/NativeReal.o .libs/NumericString.o .libs/OBJECT_IDENTIFIER.o .libs/OCTET_STRING.o .libs/ObjectDescriptor.o .libs/PrintableString.o .libs/REAL.o .libs/RELATIVE-OID.o .libs/T61String.o .libs/TeletexString.o .libs/UTCTime.o .libs/UTF8String.o .libs/UniversalString.o .libs/VideotexString.o .libs/VisibleString.o .libs/asn_SEQUENCE_OF.o .libs/asn_SET_OF.o .libs/asn_codecs_prim.o .libs/ber_decoder.o .libs/ber_tlv_length.o .libs/ber_tlv_tag.o .libs/constr_CHOICE.o .libs/constr_SEQUENCE.o .libs/constr_SEQUENCE_OF.o .libs/constr_SET.o .libs/constr_SET_OF.o .libs/constr_TYPE.o .libs/constraints.o .libs/der_encoder.o .libs/per_decoder.o .libs/per_encoder.o .libs/per_opentype.o .libs/per_support.o .libs/xer_decoder.o .libs/xer_encoder.o .libs/xer_support.o
libtool: link: ranlib .libs/libasn1cskeletons.a
libtool: link: ( cd ".libs" && rm -f "libasn1cskeletons.la" && ln -s "../libasn1cskeletons.la" "libasn1cskeletons.la" )
make[3]: Leaving directory `/tmp/asn1c_vlm/skeletons'
make[2]: Leaving directory `/tmp/asn1c_vlm/skeletons'
Making check in standard-modules
make[2]: Entering directory `/tmp/asn1c_vlm/skeletons/standard-modules'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/tmp/asn1c_vlm/skeletons/standard-modules'
Making check in tests
make[2]: Entering directory `/tmp/asn1c_vlm/skeletons/tests'
make check-ber_tlv_tag check-length check-OIDs check-GeneralizedTime check-OCTET_STRING check-UTF8String check-UTCTime check-INTEGER check-REAL check-XER check-PER
make[3]: Entering directory `/tmp/asn1c_vlm/skeletons/tests'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-ber_tlv_tag.o -MD -MP -MF .deps/check-ber_tlv_tag.Tpo -c -o check-ber_tlv_tag.o check-ber_tlv_tag.c
mv -f .deps/check-ber_tlv_tag.Tpo .deps/check-ber_tlv_tag.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-ber_tlv_tag check-ber_tlv_tag.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-ber_tlv_tag check-ber_tlv_tag.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-length.o -MD -MP -MF .deps/check-length.Tpo -c -o check-length.o check-length.c
mv -f .deps/check-length.Tpo .deps/check-length.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-length check-length.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-length check-length.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-OIDs.o -MD -MP -MF .deps/check-OIDs.Tpo -c -o check-OIDs.o check-OIDs.c
mv -f .deps/check-OIDs.Tpo .deps/check-OIDs.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-OIDs check-OIDs.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-OIDs check-OIDs.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-GeneralizedTime.o -MD -MP -MF .deps/check-GeneralizedTime.Tpo -c -o check-GeneralizedTime.o check-GeneralizedTime.c
mv -f .deps/check-GeneralizedTime.Tpo .deps/check-GeneralizedTime.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-GeneralizedTime check-GeneralizedTime.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-GeneralizedTime check-GeneralizedTime.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-OCTET_STRING.o -MD -MP -MF .deps/check-OCTET_STRING.Tpo -c -o check-OCTET_STRING.o check-OCTET_STRING.c
mv -f .deps/check-OCTET_STRING.Tpo .deps/check-OCTET_STRING.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-OCTET_STRING check-OCTET_STRING.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-OCTET_STRING check-OCTET_STRING.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-UTF8String.o -MD -MP -MF .deps/check-UTF8String.Tpo -c -o check-UTF8String.o check-UTF8String.c
mv -f .deps/check-UTF8String.Tpo .deps/check-UTF8String.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-UTF8String check-UTF8String.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-UTF8String check-UTF8String.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-UTCTime.o -MD -MP -MF .deps/check-UTCTime.Tpo -c -o check-UTCTime.o check-UTCTime.c
mv -f .deps/check-UTCTime.Tpo .deps/check-UTCTime.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-UTCTime check-UTCTime.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-UTCTime check-UTCTime.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-INTEGER.o -MD -MP -MF .deps/check-INTEGER.Tpo -c -o check-INTEGER.o check-INTEGER.c
check-INTEGER.c: In function ‘check_unsigned’:
check-INTEGER.c:125: warning: ‘return’ with a value, in function returning void
mv -f .deps/check-INTEGER.Tpo .deps/check-INTEGER.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-INTEGER check-INTEGER.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-INTEGER check-INTEGER.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-REAL.o -MD -MP -MF .deps/check-REAL.Tpo -c -o check-REAL.o check-REAL.c
check-REAL.c: In function ‘main’:
check-REAL.c:254: warning: floating constant truncated to zero
mv -f .deps/check-REAL.Tpo .deps/check-REAL.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-REAL check-REAL.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-REAL check-REAL.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-XER.o -MD -MP -MF .deps/check-XER.Tpo -c -o check-XER.o check-XER.c
mv -f .deps/check-XER.Tpo .deps/check-XER.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-XER check-XER.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-XER check-XER.o ../../skeletons/.libs/libasn1cskeletons.a -lm
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../skeletons -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -MT check-PER.o -MD -MP -MF .deps/check-PER.Tpo -c -o check-PER.o check-PER.c
mv -f .deps/check-PER.Tpo .deps/check-PER.Po
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations ../../skeletons/libasn1cskeletons.la -o check-PER check-PER.o -lm
libtool: link: gcc -g -O2 -Wall -Wshadow -Wcast-qual -Wcast-align -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -o check-PER check-PER.o ../../skeletons/.libs/libasn1cskeletons.a -lm
make[3]: Leaving directory `/tmp/asn1c_vlm/skeletons/tests'
make check-TESTS
make[3]: Entering directory `/tmp/asn1c_vlm/skeletons/tests'
Expecting [0], got [0]
[0]: 80
Expecting [1], got [1]
[1]: a1
Expecting [PRIVATE 30], got [PRIVATE 30]
[PRIVATE 30]: de
Expecting [UNIVERSAL 29], got [UNIVERSAL 29]
[UNIVERSAL 29]: 1d
[31]: bf 1f
Expecting [31], got [31]
[31]: bf 1f
Expecting [83], got [83]
[83]: bf 53
Expecting [127], got [127]
[127]: bf 7f
[127]: bf 7f
Expecting [128], got [128]
[128]: bf 81 00
Expecting [129], got [129]
[129]: bf 81 01
Expecting [256], got [256]
[256]: bf 82 00
Expecting [257], got [257]
[257]: bf 82 01
[UNIVERSAL 0]: 00
Expecting [32898], got [32898]
[32898]: bf 82 81 02
[32898]: bf 82 81 02
Expecting [UNIVERSAL 4210945], got [UNIVERSAL 4210945]
[UNIVERSAL 4210945]: 1f 82 81 82 01
Expecting [UNIVERSAL 4210946], got [UNIVERSAL 4210946]
[UNIVERSAL 4210946]: 1f 82 81 82 02
Expecting [UNIVERSAL 266354946], got [UNIVERSAL 266354946]
[UNIVERSAL 266354946]: 1f ff 81 82 02
[UNIVERSAL 266354946]: 1f ff 81 82 02
[UNIVERSAL 778774528]: 1f 82 f3 ac d0 00
PASS: check-ber_tlv_tag
ret=6, len=16909060
ret=6, len=2147418884
sizeof(tlv_len) = 4
ret=-1
len=0x7fff0304
ret=-1
PASS: check-length
check-OIDs: check-OIDs.c:235: check_parse: Assertion `ret == retval' failed.
Checking {06 03 82 36 03} against {2 230 3}
OBJECT_IDENTIFIER_print() => { 2.230.3 }
OBJECT_IDENTIFIER_get_arcs() => { 2 230 3 }
Checking {0d 04 c2 7b 03 02} against {8571 3 2}
RELATIVE_OID_print() => { 8571.3.2 }
RELATIVE_OID_get_arcs() => { 8571 3 2 }
Checking {06 01 7a} against {2 42}
OBJECT_IDENTIFIER_print() => { 2.42 }
OBJECT_IDENTIFIER_get_arcs() => { 2 42 }
Checking {06 03 81 cb 35} against {2 25957}
OBJECT_IDENTIFIER_print() => { 2.25957 }
OBJECT_IDENTIFIER_get_arcs() => { 2 25957 }
Checking {06 03 52 01 01} against {2 2 1 1}
OBJECT_IDENTIFIER_print() => { 2.2.1.1 }
OBJECT_IDENTIFIER_get_arcs() => { 2 2 1 1 }
Checking {06 04 52 01 00 01} against {2 2 1 0 1}
OBJECT_IDENTIFIER_print() => { 2.2.1.0.1 }
OBJECT_IDENTIFIER_get_arcs() => { 2 2 1 0 1 }
[] => 0 == 0
[ ] => 0 == 0
[ ] => 0 == 0
[.] => -1 == -1
[ .] => -1 == -1
[ 1] => 1 == 1
[ 1.2] => 2 == 2
[ 1.] => -1 == -1
[ 1. ] => -1 == -1
[1. ] => -1 == -1
[1.2] => 2 == 2
[10.30.234.234] => 4 == 4
[10.30.234.234 ] => 4 == 4
[10.30.234. 234 ] => -1 == -1
[10.30.234.234.] => -1 == -1
[1.2000000000.3] => 3 == 3
[1.2147483647.3] => 3 == 3
[1.2147483648.3] => 3 == -1
/bin/bash: line 4: 28625 Aborted ${dir}$tst
FAIL: check-OIDs
TZ = []
[19700101000000Z]
[19700101000000Z]
[19700101000000Z]
[19700101000000Z]
[19700101000000Z]
[19700101000000.55Z]
[19700101000000.05Z]
[19700101000000Z]
[19700101000000.9Z]
ofs: [200401250] -> -1 == -1
GMT: [200401250] -> -1 == -1
ofs: [2004012509300] -> -1 == -1
GMT: [2004012509300] -> -1 == -1
ofs: [20040125093000-] -> -1 == -1
GMT: [20040125093000-] -> -1 == -1
ofs: [20040125093007-0] -> -1 == -1
GMT: [20040125093007-0] -> -1 == -1
ofs: [20040125093007-080] -> -1 == -1
GMT: [20040125093007-080] -> -1 == -1
ofs: [200401250930.01Z] -> -1 == -1
GMT: [200401250930.01Z] -> -1 == -1
ofs: [19920520240000Z] -> -1 == -1
GMT: [19920520240000Z] -> -1 == -1
ofs: [19920622123421.0Z] -> 709216461 == 709216461
1992-06-22T14:34:21.0.000000(0/1)+0200
GMT: [19920622123421.0Z] -> 709216461 == 709216461
1992-06-22T12:34:21.0.000000(0/1)+0000
ofs: [19920722132100.30Z] -> 711811260 == 711811260
1992-07-22T15:21:00.0.300000(30/2)+0200
GMT: [19920722132100.30Z] -> 711811260 == 711811260
1992-07-22T13:21:00.0.300000(30/2)+0000
ofs: [19920521000000Z] -> 706406400 == 706406400
1992-05-21T02:00:00.0.000000(0/0)+0200
GMT: [19920521000000Z] -> 706406400 == 706406400
1992-05-21T00:00:00.0.000000(0/0)+0000
ofs: [19920622123421Z] -> 709216461 == 709216461
1992-06-22T14:34:21.0.000000(0/0)+0200
GMT: [19920622123421Z] -> 709216461 == 709216461
1992-06-22T12:34:21.0.000000(0/0)+0000
ofs: [19920722132100.3Z] -> 711811260 == 711811260
1992-07-22T15:21:00.0.300000(3/1)+0200
GMT: [19920722132100.3Z] -> 711811260 == 711811260
1992-07-22T13:21:00.0.300000(3/1)+0000
ofs: [20040125093007Z] -> 1075023007 == 1075023007
2004-01-25T10:30:07.0.000000(0/0)+0100
GMT: [20040125093007Z] -> 1075023007 == 1075023007
2004-01-25T09:30:07.0.000000(0/0)+0000
ofs: [20040125093007+00] -> 1075023007 == 1075023007
2004-01-25T10:30:07.0.000000(0/0)+0100
GMT: [20040125093007+00] -> 1075023007 == 1075023007
2004-01-25T09:30:07.0.000000(0/0)+0000
ofs: [20040125093007.01+0000] -> 1075023007 == 1075023007
2004-01-25T10:30:07.0.010000(1/2)+0100
GMT: [20040125093007.01+0000] -> 1075023007 == 1075023007
2004-01-25T09:30:07.0.010000(1/2)+0000
ofs: [20040125093007,1+0000] -> 1075023007 == 1075023007
2004-01-25T10:30:07.0.100000(1/1)+0100
GMT: [20040125093007,1+0000] -> 1075023007 == 1075023007
2004-01-25T09:30:07.0.100000(1/1)+0000
ofs: [20040125093007-0800] -> 1075051807 == 1075051807
2004-01-25T18:30:07.0.000000(0/0)+0100
GMT: [20040125093007-0800] -> 1075051807 == 1075051807
2004-01-25T17:30:07.0.000000(0/0)+0000
ofs: [19920722132100.123000123Z] -> 711811260 == 711811260
1992-07-22T15:21:00.0.123000(123000123/9)+0200
GMT: [19920722132100.123000123Z] -> 711811260 == 711811260
1992-07-22T13:21:00.0.123000(123000123/9)+0000
ofs: [19920722132100.1230000123Z] -> 711811260 == 711811260
1992-07-22T15:21:00.0.123000(1230000123/10)+0200
GMT: [19920722132100.1230000123Z] -> 711811260 == 711811260
1992-07-22T13:21:00.0.123000(1230000123/10)+0000
ofs: [19920722132100.12300000123Z] -> 711811260 == 711811260
1992-07-22T15:21:00.0.123000(1230000012/10)+0200
GMT: [19920722132100.12300000123Z] -> 711811260 == 711811260
1992-07-22T13:21:00.0.123000(1230000012/10)+0000
[20040125093007Z] vs [20040125093007Z] (1)
241: [20050702123312Z] (1120307592) => [20050702123312Z] == [20050702123312Z] (0, 0) (TZ=)
242: [20050702123312+01] (1120303992) => [20050702113312Z] == [20050702113312Z] (0, 0) (TZ=)
243: [20050702123312,0+01] (1120303992) => [20050702113312Z] == [20050702113312Z] (0, 1) (TZ=)
244: [20050702123312,1+01] (1120303992) => [20050702113312.1Z] == [20050702113312.1Z] (1, 1) (TZ=)
245: [20050702123312.01+01] (1120303992) => [20050702113312.01Z] == [20050702113312.01Z] (1, 2) (TZ=)
246: [20050702123312.00+01] (1120303992) => [20050702113312Z] == [20050702113312Z] (0, 2) (TZ=)
247: [20050702123312.30+01] (1120303992) => [20050702113312.3Z] == [20050702113312.3Z] (30, 2) (TZ=)
248: [20050702123312,30000+01] (1120303992) => [20050702113312.3Z] == [20050702113312.3Z] (30000, 5) (TZ=)
249: [20050702123312,300000000+01] (1120303992) => [20050702113312.3Z] == [20050702113312.3Z] (300000000, 9) (TZ=)
250: [20050702123312.123456+01] (1120303992) => [20050702113312.123456Z] == [20050702113312.123456Z] (123456, 6) (TZ=)
251: [20050702123312.1234567+01] (1120303992) => [20050702113312.123456Z] == [20050702113312.123456Z] (1234567, 7) (TZ=)
252: [20050702123312.12345678+01] (1120303992) => [20050702113312.123456Z] == [20050702113312.123456Z] (12345678, 8) (TZ=)
253: [20050702123312.123456789+01] (1120303992) => [20050702113312.123456Z] == [20050702113312.123456Z] (123456789, 9) (TZ=)
254: [20050702123312.2000000000+01] (1120303992) => [20050702113312.2Z] == [20050702113312.2Z] (2000000000, 10) (TZ=)
255: [20050702123312.3000000000+01] (1120303992) => [20050702113312.3Z] == [20050702113312.3Z] (300000000, 9) (TZ=)
256: [20050702123312.4000000000+01] (1120303992) => [20050702113312.4Z] == [20050702113312.4Z] (400000000, 9) (TZ=)
257: [20050702123312.5000000000+01] (1120303992) => [20050702113312.5Z] == [20050702113312.5Z] (500000000, 9) (TZ=)
258: [20050702123312.5000000001+01] (1120303992) => [20050702113312.5Z] == [20050702113312.5Z] (500000000, 9) (TZ=)
259: [20050702123312.5000010001+01] (1120303992) => [20050702113312.500001Z] == [20050702113312.500001Z] (500001000, 9) (TZ=)
260: [20050702123312.5000001001+01] (1120303992) => [20050702113312.5Z] == [20050702113312.5Z] (500000100, 9) (TZ=)
261: [20050702123312.000001+01] (1120303992) => [20050702113312.000001Z] == [20050702113312.000001Z] (1, 6) (TZ=)
262: [20050702123312.0000001Z] (1120307592) => [20050702123312Z] == [20050702123312Z] (1, 7) (TZ=)
263: [20050702123312.0080010+1056] (1120268232) => [20050702013712.008001Z] == [20050702013712.008001Z] (80010, 7) (TZ=)
PASS: check-GeneralizedTime
[<OCTET_STRING>41424</OCTET_STRING>] => [AB@]:3 vs [AB@]:3, code 0
[<!--comment--><OCTET_STRING>
<!--comment-->41424</OCTET_STRING>] => [AB@]:3 vs [AB@]:3, code 0
[<OCTET_STRING blah blah> 4 1 4 2 4 5 44 </OCTET_STRING>] => [ABED]:4 vs [ABED]:4, code 0
[<z><!-- < -->40</z>] => [@]:1 vs [@]:1, code 0
[<z><!-- <-->40</z>] => [@]:1 vs [@]:1, code 0
[<z><!-- -->>40</z>] => []:0 vs []:0, code 2
[<z><!-- <some <sometag>-->40</z>] => [@]:1 vs [@]:1, code 0
[<z><!-- <some <sometag-->>40</z>] => []:0 vs []:0, code 2
[ignored<z>40</z>stuff] => [@]:1 vs [@]:1, code 0
[<tag>4</tag>] => [@]:1 vs [@]:1, code 0
[<a-z>7 375 73 6c6 9<!--/-->6 b</a-z>] => [suslik]:6 vs [suslik]:6, code 0
[<tag/>] => []:0 vs []:0, code 0
[<tag>blah</tag>] => []:0 vs []:0, code 2
[<tag>01000001</tag>] => [A]:1 vs [A]:1, code 0
[<tag>01000<!--blah--> 00 101 00001</tag>] => [AB]:2 vs [AB]:2, code 0
[<OCTET_STRING>one, two, three</OCTET_STRING>] => [one, two, three]:15 vs [one, two, three]:15, code 0
[<z></z>] => []:0 vs []:0, code 0
[<z z z>&lt;&amp;&gt;</z z z>] => [<&>]:3 vs [<&>]:3, code 0
[<z z z>a&lt;b&amp;c&gt;d</z z z>] => [a<b&c>d]:7 vs [a<b&c>d]:7, code 0
[<z z z>a&lt</z z z>] => [a&lt]:4 vs [a&lt]:4, code 0
[<z z z>a&sdfsdfsdf;b</z z z>] => [a&sdfsdfsdf;b]:13 vs [a&sdfsdfsdf;b]:13, code 0
[<z z z>a&#x20;b</z z z>] => [a b]:3 vs [a b]:3, code 0
[<z z z>a&#32;b</z z z>] => [a b]:3 vs [a b]:3, code 0
[<z>a&#32323;b</z>] => [a繃b]:5 vs [a繃b]:5, code 0
[<z>a&#3000000000;b</z>] => [a&#3000000000;b]:15 vs [a&#3000000000;b]:15, code 0
[<z>a&#5000000000;b</z>] => [a&#5000000000;b]:15 vs [a&#5000000000;b]:15, code 0
[<z>a&#300</z>] => [a&#300]:6 vs [a&#300]:6, code 0
[<z>a&#-300;</z>] => [a&#-300;]:8 vs [a&#-300;]:8, code 0
[<z>a<ff/>b</z>] => [a b]:3 vs [a b]:3, code 0
[<z>a<soh/>b</z>] => [ab]:3 vs [ab]:3, code 0
[<z>a<bel/></z>] => [a]:2 vs [a]:2, code 0
Orig: [], encoded: [], check []
Orig: [a], encoded: [a], check [a]
Orig: [a
b], encoded: [a
b], check [a
b]
Orig: [ac], encoded: [a<bs/>c], check [a<bs/>c]
Orig: [abc
def
], encoded: [ab<soh/>c
def
], check [ab<soh/>c
def
]
PASS: check-OCTET_STRING
[]: size=0, expect=0, got=0
[
]: size=1, expect=1, got=1
[a]: size=1, expect=1, got=1
[ab]: size=2, expect=2, got=2
[abc]: size=3, expect=3, got=3
[aßcd]: size=5, expect=4, got=4
[aø‰€¯c]: size=7, expect=3, got=3
[лев]: size=6, expect=3, got=3
[aÃ]: size=2, expect=-1, got=-1
[ÿ]: size=1, expect=-2, got=-2
[€]: size=1, expect=-2, got=-2
[лµÐ²]: size=5, expect=-2, got=-2
[Ðc]: size=2, expect=-3, got=-3
[aø€€€c]: size=6, expect=-3, got=-3
[aø€€€¯c]: size=7, expect=-4, got=-4
[Ð»Ðµà€²]: size=7, expect=-4, got=-4
[]: size=0, expect=-5, got=-5
Now wait a bit...
1000000 cycles in 0.414ms
PASS: check-UTF8String
[0401250] -> -1 == -1
[0401250930] -> -1 == -1
[04012509300] -> -1 == -1
[040125093000-] -> -1 == -1
[040125093007-0] -> -1 == -1
[040125093007-080] -> -1 == -1
[0401250930.01Z] -> -1 == -1
[040125093007Z] -> 1075023007 == 1075023007
2004-1-25T10:30:07 3600
[040125093007+00] -> 1075023007 == 1075023007
2004-1-25T10:30:07 3600
[040125093007-0800] -> 1075051807 == 1075051807
2004-1-25T18:30:07 3600
PASS: check-UTCTime
check-INTEGER: check-INTEGER.c:161: check_xer: Assertion `!tofail' failed.
Testing: [01]: (1, 0) vs (1, 0)
1 1
[1] vs [1]: 0
Testing: [ff]: (-1, 0) vs (-1, 0)
-1 -1
[-1] vs [-1]: 0
Testing: [ff:ff:ff:ff:ff:ff]: (-1, 0) vs (-1, 0)
-1 -1
[-1] vs [-1]: 0
Testing: [ff:ff:ff:ff:ff:f0]: (-16, 0) vs (-16, 0)
-16 -16
[-16] vs [-16]: 0
Testing: [00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:01:01]: (257, 0) vs (257, 0)
257 257
[257] vs [257]: 0
Testing: [00:01:01:01:01:01:01:01:01:01:01:01:01:01:01]: (123, -1) vs (123, -1)
123 123
[01:01:01:01:01:01:01:01:01:01:01:01:01:01] vs [123]: -1 (expected to fail)
Testing: [ff:01:01:01:01:01:01:01:01:01:01:01:01:01:01]: (123, -1) vs (123, -1)
123 123
[FF:01:01:01:01:01:01:01:01:01:01:01:01:01:01] vs [123]: 1 (expected to fail)
Testing: [7f:7e:7d:7c]: (2138996092, 0) vs (2138996092, 0)
2138996092 2138996092
[2138996092] vs [2138996092]: 0
Testing: [00:7f:7e:7d:7c]: (2138996092, 0) vs (2138996092, 0)
2138996092 2138996092
[2138996092] vs [2138996092]: 0
Testing: [00:00:00:00:00:00:7f:7e:7d:7c]: (2138996092, 0) vs (2138996092, 0)
2138996092 2138996092
[2138996092] vs [2138996092]: 0
Testing: [00:00:00:00:00:00:7f:7e:7d:7c]: (2138996092, 0) vs (2138996092, 0)
2138996092 2138996092
Testing: [80:00:00:00]: (-2147483648, 0) vs (-2147483648, 0)
-2147483648 -2147483648
[-2147483648] vs [-2147483648]: 0
Testing: [80:00]: (-32768, 0) vs (-32768, 0)
-32768 -32768
[-32768] vs [-32768]: 0
Testing: [80]: (-128, 0) vs (-128, 0)
-128 -128
[-128] vs [-128]: 0
Testing: [00:80:00:00]: (8388608, 0) vs (8388608, 0)
8388608 8388608
Testing: [00:80:00:00:00]: (2147483648, 0) vs (2147483648, 0)
2147483648 2147483648
Testing: [00:ff:ff:00:00]: (4294901760, 0) vs (4294901760, 0)
4294901760 4294901760
[] vs 0: failed, as expected
[<INTEGER></INTEGER>] vs 0: failed, as expected
[<INTEGER> </INTEGER>] vs 0: failed, as expected
[<INTEGER>-</INTEGER>] vs 0: failed, as expected
[<INTEGER>+</INTEGER>] vs 0: failed, as expected
[<INTEGER>+-</INTEGER>] vs 0: failed, as expected
[<INTEGER>+0</INTEGER>] vs 0: 0
[<INTEGER>-0</INTEGER>] vs 0: 0
[<INTEGER>+1</INTEGER>] vs 1: 1
[<INTEGER>-1</INTEGER>] vs -1: -1
[<INTEGER>1</INTEGER>] vs 1: 1
[<INTEGER>-15</INTEGER>] vs -15: -15
[<INTEGER>+15</INTEGER>] vs 15: 15
[<INTEGER>15</INTEGER>] vs 15: 15
[<INTEGER> 15</INTEGER>] vs 15: 15
[<INTEGER> 15 </INTEGER>] vs 15: 15
[<INTEGER>15 </INTEGER>] vs 15: 15
[<INTEGER> +15 </INTEGER>] vs 15: 15
[<INTEGER> +15 -</INTEGER>] vs 0: failed, as expected
[<INTEGER> +15 1</INTEGER>] vs 0: failed, as expected
[<INTEGER>+ 15</INTEGER>] vs 0: failed, as expected
[<INTEGER>12<z>34</INTEGER>] vs 0: failed, as expected
[<INTEGER>1234</INTEGER>] vs 1234: 1234
[<INTEGER>1234 5678</INTEGER>] vs 0: failed, as expected
[<INTEGER>-2147483647</INTEGER>] vs -2147483647: -2147483647
[<INTEGER>-2147483648</INTEGER>] vs -2147483648: -2147483648
[<INTEGER>+2147483647</INTEGER>] vs 2147483647: 2147483647
[<INTEGER>2147483647</INTEGER>] vs 2147483647: 2147483647
[<INTEGER>2147483648</INTEGER>] vs 0: failed, as expected
[<INTEGER>2147483649</INTEGER>] vs 0: failed, as expected
[<INTEGER>3147483649</INTEGER>] vs 0: failed, as expected
[<INTEGER>4147483649</INTEGER>] vs 0: failed, as expected
[<INTEGER>5147483649</INTEGER>] vs 0: /bin/bash: line 4: 28642 Aborted ${dir}$tst
FAIL: check-INTEGER
Line 213: double value 0.000000000000 [0000000000000000] (ilogb -2147483648)
frexp(0.000000, 0): [0000000000000000]
converted into []: 0
and back to double: [0000000000000000] (ilogb -2147483648)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0] against [0] (canonical follows...)
Checking 0.000000->[0] against [0] (canonical)
Line 214: double value -0.000000000000 [0000000000000080] (ilogb -2147483648)
frexp(-0.000000, 0): [0000000000000080]
converted into [c000]: 2
and back to double: [0000000000000080] (ilogb -2147483648)
-0.000000000000 vs -0.000000000000
OK
Checking -0.000000->[-0] against [-0] (canonical follows...)
Checking -0.000000->[-0] against [-0] (canonical)
Line 215: double value nan [000000000000f8ff] (ilogb -2147483648)
frexp(nan, 0): [000000000000f8ff]
converted into [42]: 1
and back to double: [000000000000f87f] (ilogb -2147483648)
nan vs nan
OK
Checking nan->[<NOT-A-NUMBER/>] against [<NOT-A-NUMBER/>] (canonical follows...)
Checking nan->[<NOT-A-NUMBER/>] against [<NOT-A-NUMBER/>] (canonical)
Line 216: double value inf [000000000000f07f] (ilogb 2147483647)
frexp(inf, 0): [000000000000f07f]
converted into [40]: 1
and back to double: [000000000000f07f] (ilogb 2147483647)
inf vs inf
OK
Checking inf->[<PLUS-INFINITY/>] against [<PLUS-INFINITY/>] (canonical follows...)
Checking inf->[<PLUS-INFINITY/>] against [<PLUS-INFINITY/>] (canonical)
Line 217: double value -inf [000000000000f0ff] (ilogb 2147483647)
frexp(-inf, 0): [000000000000f0ff]
converted into [41]: 1
and back to double: [000000000000f0ff] (ilogb 2147483647)
-inf vs -inf
OK
Checking -inf->[<MINUS-INFINITY/>] against [<MINUS-INFINITY/>] (canonical follows...)
Checking -inf->[<MINUS-INFINITY/>] against [<MINUS-INFINITY/>] (canonical)
Line 218: double value 1.000000000000 [000000000000f03f] (ilogb 0)
frexp(0.500000, 1): [000000000000e03f]
converted into [800001]: 3
and back to double: [000000000000f03f] (ilogb 0)
1.000000000000 vs 1.000000000000
OK
Checking 1.000000->[1.0] against [1.0] (canonical follows...)
Checking 1.000000->[1.0E0] against [1.0E0] (canonical)
Line 219: double value -1.000000000000 [000000000000f0bf] (ilogb 0)
frexp(-0.500000, 1): [000000000000e0bf]
converted into [c00001]: 3
and back to double: [000000000000f0bf] (ilogb 0)
-1.000000000000 vs -1.000000000000
OK
Checking -1.000000->[-1.0] against [-1.0] (canonical follows...)
Checking -1.000000->[-1.0E0] against [-1.0E0] (canonical)
Line 220: double value 0.100000000000 [9a9999999999b93f] (ilogb -4)
frexp(0.800000, -3): [9a9999999999e93f]
converted into [80c90ccccccccccccd]: 9
and back to double: [9a9999999999b93f] (ilogb -4)
0.100000000000 vs 0.100000000000
OK
Checking 0.100000->[0.1] against [0.1] (canonical follows...)
Checking 0.100000->[1.0E-1] against [1.0E-1] (canonical)
Line 221: double value 0.010000000000 [7b14ae47e17a843f] (ilogb -7)
frexp(0.640000, -6): [7b14ae47e17ae43f]
converted into [80c5147ae147ae147b]: 9
and back to double: [7b14ae47e17a843f] (ilogb -7)
0.010000000000 vs 0.010000000000
OK
Checking 0.010000->[0.01] against [0.01] (canonical follows...)
Checking 0.010000->[1.0E-2] against [1.0E-2] (canonical)
Line 222: double value 0.020000000000 [7b14ae47e17a943f] (ilogb -6)
frexp(0.640000, -5): [7b14ae47e17ae43f]
converted into [80c6147ae147ae147b]: 9
and back to double: [7b14ae47e17a943f] (ilogb -6)
0.020000000000 vs 0.020000000000
OK
Checking 0.020000->[0.02] against [0.02] (canonical follows...)
Checking 0.020000->[2.0E-2] against [2.0E-2] (canonical)
Line 223: double value 0.090000000000 [0ad7a3703d0ab73f] (ilogb -4)
frexp(0.720000, -3): [0ad7a3703d0ae73f]
converted into [80c90b851eb851eb85]: 9
and back to double: [0ad7a3703d0ab73f] (ilogb -4)
0.090000000000 vs 0.090000000000
OK
Checking 0.090000->[0.09] against [0.09] (canonical follows...)
Checking 0.090000->[9.0E-2] against [9.0E-2] (canonical)
Line 224: double value 1.500000000000 [000000000000f83f] (ilogb 0)
frexp(0.750000, 1): [000000000000e83f]
converted into [80ff03]: 3
and back to double: [000000000000f83f] (ilogb 0)
1.500000000000 vs 1.500000000000
OK
Checking 1.500000->[1.5] against [1.5] (canonical follows...)
Checking 1.500000->[1.5E0] against [1.5E0] (canonical)
Line 225: double value 0.333330000000 [bea4315a4755d53f] (ilogb -2)
frexp(0.666660, -1): [bea4315a4755e53f]
converted into [80cb0aaaa3ad18d25f]: 9
and back to double: [bea4315a4755d53f] (ilogb -2)
0.333330000000 vs 0.333330000000
OK
Checking 0.333330->[0.33333] against [0.33333] (canonical follows...)
Checking 0.333330->[3.3333E-1] against [3.3333E-1] (canonical)
Line 226: double value 2.000000000000 [0000000000000040] (ilogb 1)
frexp(0.500000, 2): [000000000000e03f]
converted into [800101]: 3
and back to double: [0000000000000040] (ilogb 1)
2.000000000000 vs 2.000000000000
OK
Checking 2.000000->[2.0] against [2.0] (canonical follows...)
Checking 2.000000->[2.0E0] against [2.0E0] (canonical)
Line 227: double value 2.100000000000 [cdcccccccccc0040] (ilogb 1)
frexp(0.525000, 2): [cdcccccccccce03f]
converted into [80cd10cccccccccccd]: 9
and back to double: [cdcccccccccc0040] (ilogb 1)
2.100000000000 vs 2.100000000000
OK
Checking 2.100000->[2.1] against [2.1] (canonical follows...)
Checking 2.100000->[2.1E0] against [2.1E0] (canonical)
Line 228: double value 3.000000000000 [0000000000000840] (ilogb 1)
frexp(0.750000, 2): [000000000000e83f]
converted into [800003]: 3
and back to double: [0000000000000840] (ilogb 1)
3.000000000000 vs 3.000000000000
OK
Checking 3.000000->[3.0] against [3.0] (canonical follows...)
Checking 3.000000->[3.0E0] against [3.0E0] (canonical)
Line 229: double value 3.100000000000 [cdcccccccccc0840] (ilogb 1)
frexp(0.775000, 2): [cdcccccccccce83f]
converted into [80cd18cccccccccccd]: 9
and back to double: [cdcccccccccc0840] (ilogb 1)
3.100000000000 vs 3.100000000000
OK
Checking 3.100000->[3.1] against [3.1] (canonical follows...)
Checking 3.100000->[3.1E0] against [3.1E0] (canonical)
Line 230: double value 3.140000000000 [1f85eb51b81e0940] (ilogb 1)
frexp(0.785000, 2): [1f85eb51b81ee93f]
converted into [80cd191eb851eb851f]: 9
and back to double: [1f85eb51b81e0940] (ilogb 1)
3.140000000000 vs 3.140000000000
OK
Checking 3.140000->[3.14] against [3.14] (canonical follows...)
Checking 3.140000->[3.14E0] against [3.14E0] (canonical)
Line 231: double value 3.141500000000 [6f1283c0ca210940] (ilogb 1)
frexp(0.785375, 2): [6f1283c0ca21e93f]
converted into [80cd1921cac083126f]: 9
and back to double: [6f1283c0ca210940] (ilogb 1)
3.141500000000 vs 3.141500000000
OK
Checking 3.141500->[3.1415] against [3.1415] (canonical follows...)
Checking 3.141500->[3.1415E0] against [3.1415E0] (canonical)
Line 232: double value 3.141592000000 [7a008bfcfa210940] (ilogb 1)
frexp(0.785398, 2): [7a008bfcfa21e93f]
converted into [80ce0c90fd7e45803d]: 9
and back to double: [7a008bfcfa210940] (ilogb 1)
3.141592000000 vs 3.141592000000
OK
Checking 3.141592->[3.141592] against [3.141592] (canonical follows...)
Checking 3.141592->[3.141592E0] against [3.141592E0] (canonical)
Line 233: double value 3.141592650000 [f1d4c853fb210940] (ilogb 1)
frexp(0.785398, 2): [f1d4c853fb21e93f]
converted into [80cd1921fb53c8d4f1]: 9
and back to double: [f1d4c853fb210940] (ilogb 1)
3.141592650000 vs 3.141592650000
OK
Checking 3.141593->[3.14159265] against [3.14159265] (canonical follows...)
Checking 3.141593->[3.14159265E0] against [3.14159265E0] (canonical)
Line 234: double value -3.141592650000 [f1d4c853fb2109c0] (ilogb 1)
frexp(-0.785398, 2): [f1d4c853fb21e9bf]
converted into [c0cd1921fb53c8d4f1]: 9
and back to double: [f1d4c853fb2109c0] (ilogb 1)
-3.141592650000 vs -3.141592650000
OK
Checking -3.141593->[-3.14159265] against [-3.14159265] (canonical follows...)
Checking -3.141593->[-3.14159265E0] against [-3.14159265E0] (canonical)
Line 235: double value 14159265.000000000000 [00000020b4016b41] (ilogb 23)
frexp(0.843958, 24): [00000020b401eb3f]
converted into [800000d80da1]: 6
and back to double: [00000020b4016b41] (ilogb 23)
14159265.000000000000 vs 14159265.000000000000
OK
Checking 14159265.000000->[14159265.0] against [14159265.0] (canonical follows...)
Checking 14159265.000000->[1.4159265E7] against [1.4159265E7] (canonical)
Line 236: double value -123456789123456784.000000000000 [f105cdbab4697bc3] (ilogb 56)
frexp(-0.856654, 57): [f105cdbab469ebbf]
converted into [c0041b69b4bacd05f1]: 9
and back to double: [f105cdbab4697bc3] (ilogb 56)
-123456789123456784.000000000000 vs -123456789123456784.000000000000
OK
Checking -123456789123456784.000000->[-123456789123456784.0] against [-123456789123456784.0] (canonical follows...)
Checking -123456789123456784.000000->[-1.234567891234568E17] against [-1.234567891234568E17] (canonical)
Line 237: double value 0.000000000010 [956479e17ffda53d] (ilogb -37)
frexp(0.687195, -36): [956479e17ffde53f]
converted into [80a715fd7fe1796495]: 9
and back to double: [956479e17ffda53d] (ilogb -37)
0.000000000010 vs 0.000000000010
OK
Checking 0.000000->[0.00000000001] against [0.00000000001] (canonical follows...)
Checking 0.000000->[9.999999999999999E-12] against [9.999999999999999E-12] (canonical)
Line 238: double value 0.000000000020 [956479e17ffdb53d] (ilogb -36)
frexp(0.687195, -35): [956479e17ffde53f]
converted into [80a815fd7fe1796495]: 9
and back to double: [956479e17ffdb53d] (ilogb -36)
0.000000000020 vs 0.000000000020
OK
Checking 0.000000->[0.00000000002] against [0.00000000002] (canonical follows...)
Checking 0.000000->[2.0E-11] against [2.0E-11] (canonical)
Line 239: double value 0.000000000090 [2891a8dd2fbdd83d] (ilogb -34)
frexp(0.773094, -33): [2891a8dd2fbde83f]
converted into [80ad0317a5fbb51225]: 9
and back to double: [2891a8dd2fbdd83d] (ilogb -34)
0.000000000090 vs 0.000000000090
OK
Checking 0.000000->[0.00000000009] against [0.00000000009] (canonical follows...)
Checking 0.000000->[9.0E-11] against [9.0E-11] (canonical)
Line 240: double value 0.000000000002 [11ea2d819997813d] (ilogb -39)
frexp(0.549756, -38): [11ea2d819997e13f]
converted into [80a5119799812dea11]: 9
and back to double: [11ea2d819997813d] (ilogb -39)
0.000000000002 vs 0.000000000002
OK
Checking 0.000000->[0.000000000002] against [0.000000000002] (canonical follows...)
Checking 0.000000->[2.0E-12] against [2.0E-12] (canonical)
Line 241: double value 0.000000000000 [82764968c2254c3d] (ilogb -43)
frexp(0.879609, -42): [82764968c225ec3f]
converted into [80a20e12e13424bb41]: 9
and back to double: [82764968c2254c3d] (ilogb -43)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.0000000000002] against [0.0000000000002] (canonical follows...)
Checking 0.000000->[2.0E-13] against [2.0E-13] (canonical)
Line 242: double value 0.000000000000 [9b2ba1869b84163d] (ilogb -46)
frexp(0.703687, -45): [9b2ba1869b84e63f]
converted into [809e16849b86a12b9b]: 9
and back to double: [9b2ba1869b84163d] (ilogb -46)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.00000000000002] against [0.00000000000002] (canonical follows...)
Checking 0.000000->[2.0E-14] against [2.0E-14] (canonical)
Line 243: double value 0.000000000000 [1656e79eaf03e23c] (ilogb -49)
frexp(0.562950, -48): [1656e79eaf03e23f]
converted into [809c0901d7cf73ab0b]: 9
and back to double: [1656e79eaf03e23c] (ilogb -49)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.000000000000002] against [0.000000000000002] (canonical follows...)
Checking 0.000000->[2.0E-15] against [2.0E-15] (canonical)
Line 244: double value 0.000000000000 [bc89d897b2d2ac3c] (ilogb -53)
frexp(0.900720, -52): [bc89d897b2d2ec3f]
converted into [80990734aca5f6226f]: 9
and back to double: [bc89d897b2d2ac3c] (ilogb -53)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.0] against [0.0] (canonical follows...)
Checking 0.000000->[2.0E-16] against [2.0E-16] (canonical)
Line 245: double value 0.000000000000 [e65e171020395e3b] (ilogb -74)
frexp(0.944473, -73): [e65e17102039ee3f]
converted into [80830f1c90080baf73]: 9
and back to double: [e65e171020395e3b] (ilogb -74)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.0] against [0.0] (canonical follows...)
Checking 0.000000->[1.0E-22] against [1.0E-22] (canonical)
Line 246: double value 0.000000000000 [a0c2ebfe4b48b439] (ilogb -100)
frexp(0.633825, -99): [a0c2ebfe4b48e43f]
converted into [81ff6d00a2425ff75e15]: 10
and back to double: [a0c2ebfe4b48b439] (ilogb -100)
0.000000000000 vs 0.000000000000
OK
Checking 0.000000->[0.0] against [0.0] (canonical follows...)
Checking 0.000000->[1.0E-30] against [1.0E-30] (canonical)
Line 247: double value -0.000000000000 [a0c2ebfe4b48b4b9] (ilogb -100)
frexp(-0.633825, -99): [a0c2ebfe4b48e4bf]
converted into [c1ff6d00a2425ff75e15]: 10
and back to double: [a0c2ebfe4b48b4b9] (ilogb -100)
-0.000000000000 vs -0.000000000000
OK
Checking -0.000000->[-0.0] against [-0.0] (canonical follows...)
Checking -0.000000->[-1.0E-30] against [-1.0E-30] (canonical)
Line 248: double value 0.000000000001 [597835819997713d] (ilogb -40)
frexp(0.549756, -39): [597835819997e13f]
converted into [80a411979981357859]: 9
and back to double: [597835819997713d] (ilogb -40)
0.000000000001 vs 0.000000000001
OK
Line 249: double value 0.000000000000 [b71cf7b3f7dbd42c] (ilogb -306)
frexp(0.651852, -305): [b71cf7b3f7dbe43f]
converted into [81fe9a14dbf7b3f71cb7]: 10
and back to double: [b71cf7b3f7dbd42c] (ilogb -306)
0.000000000000 vs 0.000000000000
OK
Line 250: double value 0.000000000000 [c98a8631a808c304] (ilogb -947)
frexp(0.594807, -946): [c98a8631a808e33f]
converted into [81fc191308a831868ac9]: 10
and back to double: [c98a8631a808c304] (ilogb -947)
0.000000000000 vs 0.000000000000
OK
Line 251: double value -0.000000000000 [c98a8631a808c384] (ilogb -947)
frexp(-0.594807, -946): [c98a8631a808e3bf]
converted into [c1fc191308a831868ac9]: 10
and back to double: [c98a8631a808c384] (ilogb -947)
-0.000000000000 vs -0.000000000000
OK
Line 252: double value -3.333333333333 [abaaaaaaaaaa0ac0] (ilogb 1)
frexp(-0.833333, 2): [abaaaaaaaaaaeabf]
converted into [c0cd1aaaaaaaaaaaab]: 9
and back to double: [abaaaaaaaaaa0ac0] (ilogb 1)
-3.333333333333 vs -3.333333333333
OK
Line 253: double value 0.000000000000 [118ea8d1fedcdd2a] (ilogb -338)
frexp(0.933227, -337): [118ea8d1fedced3f]
converted into [81fe7a1ddcfed1a88e11]: 10
and back to double: [118ea8d1fedcdd2a] (ilogb -338)
0.000000000000 vs 0.000000000000
OK
Line 254: double value -0.000000000000 [0000000000000080] (ilogb -2147483648)
frexp(-0.000000, 0): [0000000000000080]
converted into [c000]: 2
and back to double: [0000000000000080] (ilogb -2147483648)
-0.000000000000 vs -0.000000000000
OK
verify double value 1.000000000000 [000000000000f03f] (ilogb 0)
canonical DER: [800001]
received as: [80cc10000000000000]
1.000000000000 vs 1.000000000000
Checking 1.000000->[1.0] against [1.0] (canonical follows...)
Checking 1.000000->[1.0E0] against [1.0E0] (canonical)
verify double value 1.100000000000 [9a9999999999f13f] (ilogb 0)
canonical DER: [80cd08cccccccccccd]
received as: [80cc1199999999999a]
1.100000000000 vs 1.100000000000
Checking 1.100000->[1.1] against [1.1] (canonical follows...)
Checking 1.100000->[1.1E0] against [1.1E0] (canonical)
verify double value 3.140000000000 [1f85eb51b81e0940] (ilogb 1)
canonical DER: [80cd191eb851eb851f]
received as: [80cd191eb851eb851f]
3.140000000000 vs 3.140000000000
Checking 3.140000->[3.14] against [3.14] (canonical follows...)
Checking 3.140000->[3.14E0] against [3.14E0] (canonical)
verify double value -3.140000000000 [1f85eb51b81e09c0] (ilogb 1)
canonical DER: [c0cd191eb851eb851f]
received as: [c0c5191eb851eb851f03]
-3.140000000000 vs -3.140000000000
Checking -3.140000->[-3.14] against [-3.14] (canonical follows...)
Checking -3.140000->[-3.14E0] against [-3.14E0] (canonical)
verify double value 3.140000000000 [1f85eb51b81e0940] (ilogb 1)
canonical DER: [80cd191eb851eb851f]
received as: [80bd191eb851eb851f0302]
3.140000000000 vs 3.140000000000
Checking 3.140000->[3.14] against [3.14] (canonical follows...)
Checking 3.140000->[3.14E0] against [3.14E0] (canonical)
nan vs (28)[<REAL><NOT-A-NUMBER/></REAL>] & (29)<REAL><NOT-A-NUMBER/></REAL>
inf vs (29)[<REAL><PLUS-INFINITY/></REAL>] & (30)<REAL><PLUS-INFINITY/></REAL>
-inf vs (30)[<REAL><MINUS-INFINITY/></REAL>] & (31)<REAL><MINUS-INFINITY/></REAL>
1.000000 vs (18)[<REAL>1.0E0</REAL>] & (17)<REAL>1.0</REAL>
-1.000000 vs (19)[<REAL>-1.0E0</REAL>] & (18)<REAL>-1.0</REAL>
1.500000 vs (18)[<REAL>1.5E0</REAL>] & (17)<REAL>1.5</REAL>
123.000000 vs (19)[<REAL>1.23E2</REAL>] & (19)<REAL>123.0</REAL>
0.000000 vs (20)[<REAL>1.0E-22</REAL>] & (17)<REAL>0.0</REAL>
-0.000000 vs (21)[<REAL>-1.0E-22</REAL>] & (18)<REAL>-0.0</REAL>
PASS: check-REAL
[] vs []: 0 == 0
[<] vs []: 0 == 0
[>] vs []: 0 == 0
[</] vs []: 0 == 0
[/>] vs []: 0 == 0
[<>] vs []: 5 == 5
[</>] vs []: 6 == 6
[] vs [a]: 0 == 0
[<>] vs [a]: 5 == 5
[</>] vs [a]: 6 == 6
[a] vs [a]: 0 == 0
[<a>] vs [a]: 1 == 1
[</a>] vs [a]: 2 == 2
[</a/>] vs [a]: 0 == 0
[<a/>] vs [a]: 3 == 3
[<a>] vs [a]: 1 == 1
[</a>] vs [a]: 2 == 2
[</a/>] vs [a]: 0 == 0
[<a/>] vs [a]: 3 == 3
[<tag>] vs [a]: 5 == 5
[<tag>] vs [tag]: 1 == 1
[</tag>] vs [tag]: 2 == 2
[</tag/>] vs [tag]: 0 == 0
[<tag/>] vs [tag]: 3 == 3
[<tag>] vs [ta]: 5 == 5
[</tag>] vs [ta]: 6 == 6
[</tag/>] vs [ta]: 0 == 0
[<tag/>] vs [ta]: 7 == 7
[<tag attribute="value"/>] vs [tag]: 3 == 3
[<tag/>]:6
chunk sizes: 6 vs 6, chunk types: 0 vs 0
[<tag]:4
chunk sizes: 0 vs 4, chunk types: 0 vs -1
[tag]:3
chunk sizes: 3 vs 3, chunk types: 1 vs 1
[tag<s]:5
chunk sizes: 3 vs 3, chunk types: 1 vs 1
[</a/>la]:7
chunk sizes: 5 vs 5, chunk types: 0 vs 0
[<!--blah]:8
chunk sizes: 8 vs 8, chunk types: 2 vs 2
[<!--blah-]:9
chunk sizes: 0 vs 9, chunk types: 2 vs -1
[<!--blah--]:10
chunk sizes: 0 vs 10, chunk types: 2 vs -1
[<!--blah-->]:11
chunk sizes: 11 vs 11, chunk types: 2 vs 2
PASS: check-XER
PASS: check-PER
================================
2 of 11 tests failed
Please report to vlm@lionet.info
================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/tmp/asn1c_vlm/skeletons/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/tmp/asn1c_vlm/skeletons/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/asn1c_vlm/skeletons'
make: *** [check-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment