Bug#492817: g++-4.3: can't include cstddef - wrong include file order

2008-07-29 Thread Bastian Blank
On Tue, Jul 29, 2008 at 11:44:55PM +0200, Marc Lehmann wrote: > On Tue, Jul 29, 2008 at 10:49:58PM +0200, Bastian Blank <[EMAIL PROTECTED]> > wrote: > > > when trying to compile the following file: > > >#include > > > > | $ cat test.cpp > > | #include > > | $ g++-4.3 -o test.o -c test.cpp

Bug#492817: g++-4.3: can't include cstddef - wrong include file order

2008-07-29 Thread Bastian Blank
On Tue, Jul 29, 2008 at 03:55:16AM +0200, Marc Lehmann wrote: > when trying to compile the following file: >#include | $ cat test.cpp | #include | $ g++-4.3 -o test.o -c test.cpp -Wall -W | $ Please provide a complete example. Bastian -- You! What PLANET is this! -- Mc

Bug#492817: g++-4.3: can't include cstddef - wrong include file order

2008-07-28 Thread Marc Lehmann
Package: g++-4.3 Version: 4.3.1-8 Severity: important when trying to compile the following file: #include with g++-4.3 (4.2 works fine), I get: In file included from x.C:1: /localvol/usr/bin/../lib/gcc/../../include/c++/4.3/cstddef:48:25: error: stddef.h: No such file or directory