Messages by Thread
-
-
support of __restrict and __constructor__
Yura Pakhuchiy
-
[RFC] bloody mess with __attribute__() syntax
Al Viro
-
[RFC] explicitly signed and friends
Al Viro
-
[PATCH] make size_t better approximate the reality
Al Viro
-
[PATCH] first pass at null pointer constants
Al Viro
-
[PATCH] fix the comma handling in integer constant expressions
Al Viro
-
[PATCH 1/6] Bitfield without explicit sign should be a warning, not an error
Pavel Roskin
-
[PATCH 2/6] Hardcode actual type sizes, add -m32 support
Pavel Roskin
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Al Viro
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Josh Triplett
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Al Viro
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Jeff Garzik
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Josh Triplett
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Jeff Garzik
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Pavel Roskin
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Jeff Garzik
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Josh Triplett
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Josh Triplett
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Jeff Garzik
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Josh Triplett
-
Re: [PATCH 2/6] Hardcode actual type sizes, add -m32 support
Pavel Roskin
-
[PATCH 3/6] cgcc: preserve sparse exit code if -no-compile is used
Pavel Roskin
-
Re: [PATCH 3/6] cgcc: preserve sparse exit code if -no-compile is used
Josh Triplett
-
[PATCH 4/6] Avoid use of libc headers in the validation suite
Pavel Roskin
-
Re: [PATCH 4/6] Avoid use of libc headers in the validation suite
Josh Triplett
-
[PATCH 5/6] Fix warnings about undeclared globals, they are irrelevant to the test
Pavel Roskin
-
Re: [PATCH 5/6] Fix warnings about undeclared globals, they are irrelevant to the test
Josh Triplett
-
[PATCH 6/6] Add a simple test script, embed expected results into test files
Pavel Roskin
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Damien Lespiau
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Pavel Roskin
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Damien Lespiau
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Damien Lespiau
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Josh Triplett
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Damien Lespiau
-
Re: [PATCH 6/6] Add a simple test script, embed expected results into test files
Anderson Lizardo
-
Re: [PATCH 1/6] Bitfield without explicit sign should be a warning, not an error
Josh Triplett
-
[PATCH] c2xml
Rob Taylor
-
declaration specifiers wooziness
Alexey Dobriyan
-
sparse ctags
Aneesh Kumar
-
support for C++ ?
Mathieu Bouchard
-
problems with qualifiers on arrays
Al Viro
-
[PATCH 16/16] fix handling of integer constant expressions
Al Viro
-
[PATCH 15/16] deal with enum members without excessive PITA
Al Viro
-
[PATCH 14/16] warn on return <void expression>;
Al Viro
-
[PATCH 13/16] in case of compound literal we want to delay examining type
Al Viro
-
[PATCH 12/16] move degenerate() down into compatible_assignment_types()
Al Viro
-
[PATCH 11/16] fix default argument promotion
Al Viro
-
[PATCH 10/16] fix index conversions in evaluate_ptr_add()
Al Viro
-
[PATCH 9/16] clean up usual_conversions(), kill evaluate_shift()
Al Viro
-
[PATCH 8/16] clean up the typechecking in arithmetics
Al Viro
-
[PATCH 7/16] cleanup of evaluate_assign_op()
Al Viro
-
[PATCH 6/16] remove useless argument in evaluate_ptr_sub()
Al Viro
-
[PATCH 5/16] remove long-dead variable in evaluate_ptr_add()
Al Viro
-
[PATCH 4/16] null pointer constants have no special meaning for pointer subtraction
Al Viro
-
[PATCH 3/16] mechanically split compatible_assignment_types()
Al Viro
-
[PATCH 2/16] take cast_to() out of usual_conversions(), do it in callers
Al Viro
-
[PATCH 1/16] missing NULL checks in initializer handling
Al Viro
-
[patchset] rewrite of initializer handling
Al Viro
-
[PATCH] Fix -E handling
Alexey Dobriyan
-
Messing typedefs?
Thomas Schmid