[Bug c++/20710] g++ should warn when hiding non-virtual method in base class

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:00 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug ada/22270] Assert_Failure sinfo.adb:2479 instead of meaningful error message

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:06 --- Fixed in 4.0.1 and above: test.adb:26:16: no selector "Destroy_Stuff" for type "Safe_Object" defined at test.ads:14 -- What|Removed |Added -

[Bug bootstrap/16241] bootstrap of gcc-3.3.4 fails on irix6.5 using gcc-3.3

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:13 --- You are having some kind of hardware problem if you could build 3.4 with only C and then cannot with C++ enabled and it is failing in libgcc. -- What|Removed |Added ---

[Bug c++/16386] [ABI] attribute aligned,packed shifting [3.2/3.3/3.4]

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:21 --- This is only reproducible with the C++ front-end, the C front-end produces: sizealign ua 16 16 ua.a4 16 ub 16 16 ub.b4 16 Always. I think this should be

[Bug c++/16386] [ABI] attribute aligned,packed shifting [3.2/3.3/3.4]

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:21 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug debug/16442] Crossbuilding the Ada RTS fails

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC target triplet|arm-unknown-linux-gnu |arm-linux-gnu Keywords||ice-on-valid-code http://gcc.gnu.org/bugzilla/s

[Bug target/16665] [3.4.1] SH: wrong thunk

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|sh4-unknown-linux-gnu | GCC host triplet|sh4-unknown-linux-gnu | GCC target triplet|sh4-unknown-linux-gnu |sh4-linux-gn

[Bug target/16331] x86-64 inline asm register constraints insufficient WRT ABI

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:27 --- (In reply to comment #4) > __asm__ __volatile__("call pokus" This is wrong, you don't want to use call in an asm at all. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16331

[Bug target/16634] arm-elf-gcc problems when generating code for __attribute__ ((interrupt ("IRQ")))

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC host triplet|i686-pc-cygwin | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16634

[Bug target/14202] [arm] Thumb __builtin_setjmp not interworking safe

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug libstdc++/18174] documentation example for std::priority_queue usage

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:34 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug bootstrap/18252] if the last fn in lib2funcs is implemented in lib1asmfuncs, configuration can fail

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||build http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18252

[Bug c++/16387] [ABI] POD double alignment shifting [3.2/3.3/3.4]

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:40 --- This looks more like a C++ front-end bug as the C produces: sizealign sa 8 4 sa.a8 4 sb 12 4 sb.b8 4 -- What|Removed

[Bug c++/16389] [ABI] POD array layout and alignment shifting [3.2/3.3/3.4]

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:42 --- The C front-end gets this right: align offset sa.a2 4 0 sa.a3 4 8 sa2.a2 4 4 sa2.a3 4 12 sb.b2 4 0 sb.b3 4 12 sb2.b2 4 4 sb2.b3 4 16 sa

[Bug target/18671] Structure with bit-field offset is wrong.

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | GCC target triplet|sh-unknown-elf/sh-unknown- |sh-elf/sh-co

[Bug target/18743] _init/_fini lacking unwind-info

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:45 --- _init/_finit is not generated by GCC so this is not a GCC bug. -- What|Removed |Added

[Bug target/17471] glibc-2.3.3 build failled with gcc-3.4.[012] for parisc-linux

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:47 --- Does this work with later version of 3.4.x? Can you try it with 4.0.1? -- What|Removed |Added ---

[Bug other/19089] Environment variable TMP may yield gcc: abort with internal error

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:48 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug c++/19134] Class visibility of templated classes can't be overridden for function specializations

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:51 --- Confirmed, related to PR 17470. -- What|Removed |Added Status|UNCONFIRMED

[Bug c/19588] Documentation: Help on no-show of warning is missing

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 01:59 --- Confirmed, -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug objc/20444] [3.4/4.0 Regression] Misleading error message on missing ';'

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 02:03 --- The testcase is: @interface -g @end 4.1.0 (with the new parser) gives: t.m:3: error: expected ';' before 'end' which is correct. so this is only a 3.4/4.0 regression. -- What|Remov

[Bug objc++/16826] cannot create instance variable of same type as class

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 02:13 --- This has been fixed already. -- What|Removed |Added Status|NEW

[Bug objc++/21525] objc++ cannot handle methods with null terminated array of values

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 02:13 --- This has been fixed already. -- What|Removed |Added Status|UNCONFIRMED

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 02:14 --- This still fails on the mainline. -- What|Removed |Added Last reconfirmed|2005-05-15 01:05

[Bug bootstrap/22259] [4.1 Regression] spawnv cannot execute gcc/as

2005-07-01 Thread dannysmith at users dot sourceforge dot net
--- Additional Comments From dannysmith at users dot sourceforge dot net 2005-07-02 02:49 --- A workaround is to specify the full path to as in configure script, eg --with-as=/mingw/bin/as.exe --with-ld=/mingw.bin/ld.exe -- with /nm=/mingw/bin/ld.exe Danny -- http://gcc.gnu.org/bug

[Bug target/21723] [4.0/4.1 Regression] ICE while building libgfortran

2005-07-01 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-07-02 02:52 --- Do you have a real need to run PA 1.0 code? As far as I know, linux only runs on PA 1.1 machines and later. Very few PA 1.0 machines are still running, and we have no way to test changes other than to run

[Bug objc++/16816] obj-c++ parser error with multi-colon selectors

2005-07-01 Thread zlaski at apple dot com
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |zlaski at apple dot com |dot org | Status|NEW

[Bug target/21723] [4.0/4.1 Regression] ICE while building libgfortran

2005-07-01 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-07-02 02:58 --- The patch isn't correct. It will return the wrong number for DCmode. It looks like a couple of other macros also need updates. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21723

[Bug objc/22274] New: [4.1 Regression] string[12].m fails with the gnu runtime

2005-07-01 Thread pinskia at gcc dot gnu dot org
These tests fail with the GNU runtime. The following is a reduced testcase: @interface NXConstantString { Class isa; char *c_string; unsigned int len; } @end void g(void) { @""; } -- Summary: [4.1 Regression] string[12].m fails with the gnu runtime Product: gcc

[Bug objc/22274] [4.1 Regression] string[12].m fails with the gnu runtime

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 04:05 --- The ICE I get is: string1.m:13: internal compiler error: tree check: expected identifier_node, have type_decl in generate_strings, at objc/objc-act.c:2410 Please submit a full bug report, with preprocessed

[Bug objc/22274] [4.1 Regression] string[12].m fails with the gnu runtime

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 04:06 --- This was caused by: 2005-06-29 Ziemowit Laski <[EMAIL PROTECTED]> * objc-act.c (objc_build_internal_const_str_type): New function. (check_string_class_template): Use objc_get_class_ivars()

<    1   2