[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread matthew dot whitney at gmail dot com
--- Additional Comments From matthew dot whitney at gmail dot com 2005-03-10 02:25 --- Could someone take another look at this? I don't mean to waste your time, but I don't understand the explanation given. I know of another compiler that handles the example code without any problems. I

[Bug inline-asm/20382] internal compiler error with bogus asm output constraint

2005-03-09 Thread sailors3 at comcast dot net
--- Additional Comments From sailors3 at comcast dot net 2005-03-10 02:42 --- Subject: RE: internal compiler error with bogus asm output constraint Thanks, I'll give that a try. Regards, Dave -Original Message- From: falk at debian dot org [mailto:[EMAIL PROTECTED] Sent: W

[Bug middle-end/20217] Switching off the optimization triggers undefined reference at link time when building Linux kernel.

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 02:48 --- The linux kernel requires optimization to be correctly compiled. This is a deliberate design decision by the linux kernel developers. Part of the reason is the kernel's use of extern inline as already menti

[Bug regression/20399] New: No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
In the old gcc-2.95.2 days we could create a solaris cross compiler which worked well with our use of STL's "class queue" defined as . In the much newer gcc-3.4.2, release our solaris cross compiler has a problem differentiating between the system header's definition of "struct queue", and our

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:29 --- And this is a gcc bug, why? -- What|Removed |Added Component|regression

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
--- Additional Comments From dkavedku at yahoo dot com 2005-03-10 03:31 --- I forgot to include the configure command used for creating the compilers: ../src/configure --host=sparc-sun-solaris2.7 --target=sparc-sun-solaris2.8 -- prefix=/usr/tools/upgrade/gnu/gcc/3.4.2 --with-local- pref

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:33 --- Huh? unused paramaters are still need to be able to compile and be accessible. If that compiler handles this code, well that compiler has a bug in it. ICC gives the following warning though (but note it s

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-10 03:36 --- Again why don't you report this to Sun who has control over this header. This is not a gcc bug. -- What|Removed |Added --

[Bug target/20399] No fixinclude for sys/stream.h

2005-03-09 Thread dkavedku at yahoo dot com
--- Additional Comments From dkavedku at yahoo dot com 2005-03-10 03:43 --- If you would like to know read source distribution file: gcc/fixinc/README Its pretty clear that while we might be able to create a compiler that works OK, it doesn't allow Solaris C++ developers to compile

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread drow at false dot org
--- Additional Comments From drow at false dot org 2005-03-10 03:45 --- Subject: Re: g++ rejects valid code with 'is inaccessible' error On Thu, Mar 10, 2005 at 02:25:03AM -, matthew dot whitney at gmail dot com wrote: > Now it compiles fine. Before this is closed again I'd like to

[Bug rtl-optimization/20331] [3.4/4.0/4.1 Regression] Wrong code generation for the argument of the pure function in PIC

2005-03-09 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-03-10 04:24 --- (In reply to comment #3) > I'm taking a look at the uses of MEM_READONLY_P, though I'm not > sure which one has the similar issue. It looks that modified_in_p > has the same problem with modified_between_p.

[Bug preprocessor/20281] [3.4 Regression] cpp segfaults on directory input

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 04:47 --- The segfault is the same problem as PR 20364, which I fixed on the gcc-3.4 branch two days ago. The error message problem is now PR 20285. So closing as a duplicate. *** This bug has been marked as a dupli

[Bug middle-end/20364] [3.4 Regression] Segfault with -Xpreprocessor argument

2005-03-09 Thread wilson at gcc dot gnu dot org
--- Additional Comments From wilson at gcc dot gnu dot org 2005-03-10 04:47 --- *** Bug 20281 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/20400] New: C++ std::queue conflicts with C header 'struct queue'

2005-03-09 Thread dkavedku at yahoo dot com
The following lines of code used to compile well using gcc-2.95.x: #include #include using namespace std; int main() { queue q; q.push(0); } When this is compiled using gcc-3.4.2 the following error is reported: *machine_202>g++ test.cpp -v Reading specs from /usr/tools/upgrade/gnu/gcc/3

[Bug c++/20397] g++ rejects valid code with 'is inaccessible' error

2005-03-09 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-10 06:56 --- Just ask on comp.lang.c++.moderated for more information. We help with C++ issues a little, but we cannot explaint things in detail to every C++ developer in the world. Ah, and when Andrew said "interjecte

[Bug target/20400] C++ std::queue conflicts with C header 'struct queue'

2005-03-09 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added CC||ebotcazou at gcc dot gnu dot ||org Component|c++

<    1   2