[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()

[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] 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 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++/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: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 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 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 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++/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/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 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 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 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 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 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/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 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 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 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 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 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 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/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/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 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 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 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 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 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 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 c/20689] strict aliasing with temporary variable never gives warnings

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 00:58 --- *** Bug 20709 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20689

[Bug c/20709] strict aliasing warning with float pointer pointing to int pointer

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-02 00:57 --- *** This bug has been marked as a duplicate of 20689 *** -- What|Removed |Added

[Bug libgcj/21637] URL.openStream doesn't throw a FileNotFoundException with some urls

2005-07-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-02 00:10 --- Not yet. I think my plan was to fix it by using the classpath version of this class. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

[Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3

2005-07-01 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-01 22:57 --- This is a bug in the AIX assembler. The host/target-specific installation notes for AIX specify the level of assembler PTF that must be installed to build GCC: http://gcc.gnu.org/install/specific.html#x-ibm-ai

[Bug rtl-optimization/20367] alias analysis doesn't take into account that variables that haven't their address taken can't alias arbitrary MEMs

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20367

[Bug libfortran/16991] [meta-bug] libgfortran does not build every where

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16991

[Bug fortran/13257] [4.0 only] Error instead of warning for missing comma in format string

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13257

[Bug fortran/18990] ICE in gfc_get_derived_type, at fortran/trans-types.c

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18990

[Bug preprocessor/20285] [3.4/4.0/4.1 Regression] gcc -E - < . gives a misleading error message

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20285

[Bug libgcj/21637] URL.openStream doesn't throw a FileNotFoundException with some urls

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 22:14 --- Was this ever fixed on the mainline? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

[Bug java/21036] [4.0 only] gcj ICE compiling Azureus 2.2.0.2 to native code

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21036

[Bug SWING/21064] [4.0 only] StyleContext.addStyle causes NullPointerException

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21064

[Bug ada/4945] Rewriting '-gant' as '-gnat' is failing

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4945

[Bug rtl-optimization/951] Documentation of compiler passes and sources very out of date

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=951

[Bug fortran/19292] [meta-bug] g77 features lacking in gfortran

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- Bug 19292 depends on bug 18879, which changed state. Bug 18879 Summary: [4.0 only] ? not supported in namelist input http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18879 What|Old Value |New Value -

[Bug libfortran/18879] [4.0 only] ? not supported in namelist input

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 22:11 --- Fixed in 4.0.1 and above. -- What|Removed |Added Status|NEW

[Bug libfortran/18879] [4.0 only] ? not supported in namelist input

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18879

[Bug tree-optimization/22269] [4.1 Regression] ICE in tree-ssa-reassoc with uninitialized variables

2005-07-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-01 22:01 --- Subject: Bug 22269 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 22:01:17 Modified files: gcc: ChangeLog tree-ssa-reassoc.c

[Bug tree-optimization/22269] [4.1 Regression] ICE in tree-ssa-reassoc with uninitialized variables

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 21:58 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/20957] Error while compiling kernel

2005-07-01 Thread jp dot pozzi at izzop dot net
--- Additional Comments From jp dot pozzi at izzop dot net 2005-07-01 21:53 --- My 68K machine is out of order, I have to have the powersupply repaired and I get into problems to find a new supply I think I will get it next week or so ... I hope ... so I can't give any new elements.

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

2005-07-01 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-07-01 21:44 --- One option: have gcc/Makefile stamp-as target test "build" and output appropriate script to MS Windows BATCH file as.bat. *) case "$build" in \ *mingw32*) echo 'XXX' > as.bat \ ... ;; *) echo '#!

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

2005-07-01 Thread ian at airs dot com
-- What|Removed |Added CC||ian at airs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22259

[Bug tree-optimization/22269] [4.1 Regression] ICE in tree-ssa-reassoc with uninitialized variables

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:54 --- I think I have a fix, waiting for word from "Daniel Berlin" to double check the intent of the code. -- What|Removed |Added --

[Bug fortran/22273] problem to declare a character variable link to an intent(out) object

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:51 --- Confirmed, reduced testcase: subroutine lecligne (ligne) character(len=*), dimension(:),intent(out) :: ligne character(len=len(ligne)) :: comment end subroutine lecligne -- What|

[Bug fortran/22273] New: problem to declare a character variable link to an intent(out) object

2005-07-01 Thread gruel at astro dot ufl dot edu
I think that this error message is a bug in gfortran. I don't see anythink forbidden in fortran 95 to explain it. gfortran -c mod_lecfich.f90 In file mod_lecfich.f90:32 character(len=len(ligne)) :: comment 1 Error: Dummy argument 'ligne' at (1) cannot be INTENT(OUT) ma

[Bug other/22096] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2509

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- Bug 22096 depends on bug 22071, which changed state. Bug 22071 Summary: [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071 What|Old Value |New Value -

[Bug tree-optimization/22071] [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:15 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/22173] [3.4/4.0/4.1 regression] Bogus template keyword accepted

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:05 --- : Search converges between 2002-12-14-trunk (#159) and 2002-12-29-trunk (#160). Looks like the new parser caused this. -- What|Removed |Added --

[Bug tree-optimization/22100] [4.1 regression] internal compiler error: in tree_verify_flow_info

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:02 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/21291] [4.0/4.1 Regression] can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:02 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21291

[Bug c++/20817] [4.0/4.1 Regression] ICE for tree check in build_offset_type

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 20:01 --- I was passing with "4.0.0 20041211". -- What|Removed |Added Last reconfirmed|2005-06-14 0

[Bug c++/22008] [4.0/4.1 Regression] ICE on valid code

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:59 --- : Search converges between 2004-05-11-trunk (#454) and 2004-05-14-trunk (#455).\ : Search converges between 2003-06-25-ssa (#14) and 2003-06-26-ssa (#15). -- What|Removed

[Bug c/21659] [3.4/4.0/4.1 Regression] [unit-at-a-time] "weak declaration must precede definition" error missing at >= O1

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:50 --- : Search converges between 2003-09-04-trunk (#342) and 2003-09-05-trunk (#343). That is at -O2, -O3 we always accepted the code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21659

[Bug tree-optimization/22071] [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-07-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-01 19:45 --- Subject: Bug 22071 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 19:45:24 Modified files: gcc: ChangeLog tree-ssa-structalias.c Add

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-07-01 Thread dank at kegel dot com
--- Additional Comments From dank at kegel dot com 2005-07-01 19:42 --- That's certainly prettier than my header changes. I'll give it a shot. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21951

gcc-bugs@gcc.gnu.org

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:39 --- Confirmed, only a regression on the 3.4 branch. -- What|Removed |Added Status|UN

[Bug tree-optimization/21791] ccp and copy-prop print out too much garbage with -fdump-tree-ccp/copy-details

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

[Bug rtl-optimization/21795] reordering/aliasing effect on ppc64

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:36 --- This is still invalid as you are going passed the bounds which is undefined. -- What|Removed |Added --

[Bug libgcj/21890] SecurityManager is incomplete

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

[Bug libgcj/21891] must audit libgcj for required SecurityManager calls

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

[Bug libgcj/21935] All libjava execution tests fail on IRIX 6

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21935

[Bug target/20957] Error while compiling kernel

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:30 --- No feedback in 3 months (T-10 days). -- What|Removed |Added Status|WAITING

[Bug ada/19381] ACATS c954a03 raises storage error at runtime on s390-linux

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:30 --- Ulrich, do you know if this still fails on s390-linux-gnu? -- What|Removed |Added

[Bug middle-end/10003] gcc -g mis-places low_pc of inlined functions

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:24 --- This was fixed on the mainline and 4.0.0. -- What|Removed |Added Status|WAITING

[Bug middle-end/10003] gcc -g mis-places low_pc of inlined functions

2005-07-01 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-07-01 19:17 --- Is anyone still looking at this? Do things work as they are supposed to on mainline now? -- What|Removed |Added --

[Bug tree-optimization/22071] [4.1 regression] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2506

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:16 --- *** Bug 22096 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22071

[Bug other/22096] ICE in first_vi_for_offset, at tree-ssa-structalias.c:2509

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:16 --- *** This bug has been marked as a duplicate of 22071 *** -- What|Removed |Added

[Bug c++/22132] [4.0/4.1 Regression] Wrong code: upcasting a const class pointer to struct the class derives from (C/old-style cast)

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||mmitchel at gcc dot gnu dot ||org Keywords|

[Bug java/22166] 0x80000000/-1 is wrong in java

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|0x8000/-1 is wrong |0x8000/-1 is wrong in ||java http://gcc.gnu.org/bugzilla/sh

[Bug c++/21687] [4.0/4.1 Regression] ICE on valid code

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 19:10 --- Still happen as of "4.1.0 20050622". -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21687

[Bug libstdc++/21951] [4.0 only] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-07-01 Thread geoffk at gcc dot gnu dot org
--- Additional Comments From geoffk at gcc dot gnu dot org 2005-07-01 19:10 --- I have a patch for the compiler here: http://gcc.gnu.org/ml/gcc-patches/2005-07/msg00049.html which will fix this problem. -- What|Removed |Added ---

[Bug c++/22263] [4.0/4.1 Regression] explicit instantiation fails to emit symbols defined later

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||mmitchel at gcc dot gnu dot ||org Keywords|

[Bug tree-optimization/22051] [4.0/4.1 regression] Wrong code for function pointer comparision during optimization

2005-07-01 Thread law at redhat dot com
--- Additional Comments From law at redhat dot com 2005-07-01 19:04 --- Fixed by this patch: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg02278.html -- What|Removed |Added

[Bug libstdc++/22272] endless loop during compile of all-target-libstdc++-v3

2005-07-01 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c++ |libstdc++ GCC build triplet|3.3.4/5 |powerpc-ibm-aix4.3.3.0 GCC host triplet|AIX 4.3.3

[Bug target/22271] No builtin preprocessing defines to tell SDATA mode.

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

[Bug c++/22272] New: endless loop during compile of all-target-libstdc++-v3

2005-07-01 Thread lehmann at ans-netz dot de
Hi, I encounter an endless loop during the compile of all-target-libstdc++-v3 It goes like Adding multilib support to Makefile in . multidirs=pthread power powerpc pthread/power pthread/powerpc with_multisubdir= Running configure in multilib subdirs pthread power powerpc pthread/power pthread/po

[Bug target/22271] No builtin defines to tell SDATA mode.

2005-07-01 Thread osv at javad dot ru
--- Additional Comments From osv at javad dot ru 2005-07-01 17:39 --- Created an attachment (id=9190) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9190&action=view) Support for more builtin defines. Adds support for the following builting defines: _CALL_EABI, _SDATA_NONE, _SDATA_D

[Bug target/22271] New: No builtin defines to tell SDATA mode.

2005-07-01 Thread osv at javad dot ru
There are no builtin defines that tell what sdata mode is active. For calling convention only _CALL_SYSV is defined even when EABI is in fact active. I'm going to provide a patch that adds more builtin defines. -- Summary: No builtin defines to tell SDATA mode. Product:

[Bug tree-optimization/22037] [4.1 Regression] internal compiler error: verify_ssa failed

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 17:08 --- The bug is really in cleanup_tree_cfg which is doing the merge of the two BBs. This patch fixes the problem but I have not yet bootstrapped it yet: Index: tree-cfg.c =

[Bug other/22268] libiberty demanger crashes on (invalid) mangled name

2005-07-01 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2005-07-01 16:42 --- Thanks for the test case and the patch. I have committed a slightly different patch, which should also fix the problem. -- What|Removed |Added --

[Bug other/22268] libiberty demanger crashes on (invalid) mangled name

2005-07-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-01 16:39 --- Subject: Bug 22268 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 16:39:36 Modified files: libiberty : ChangeLog cp-demangle.c libi

[Bug tree-optimization/22037] [4.1 Regression] internal compiler error: verify_ssa failed

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 16:36 --- (In reply to comment #8) > (In reply to comment #7) > in reply to this. On powerpc-darwin we get the right answer but on > i686-pc-linux-gnu, we don't, I > have no idea why. Ignore all this talk, the rea

[Bug tree-optimization/22037] [4.1 Regression] internal compiler error: verify_ssa failed

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 16:30 --- (In reply to comment #7) in reply to this. On powerpc-darwin we get the right answer but on i686-pc-linux-gnu, we don't, I have no idea why. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22037

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

2005-07-01 Thread gcc-bugzilla at gcc dot gnu dot org
A missing procedure declaration in test.ads causes test.adb to generate an ice. Compiler output is: +===GNAT BUG DETECTED==+ | 3.4.2 20040901 (prerelease) (i686-pc-linux-gnu) Assert_Failure sinfo.adb:2479| | Error detected at test.adb:27:16

[Bug tree-optimization/22037] [4.1 Regression] internal compiler error: verify_ssa failed

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 16:27 --- Actually I think this is worse than any can think. The problem is that we have a VUSE on the sqrt which is wrong, we should have a V_MAY_DEF. With an optimized (non bootstrapped) compiler, we get the cor

[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la

2005-07-01 Thread peb at mppmu dot mpg dot de
--- Additional Comments From peb at mppmu dot mpg dot de 2005-07-01 16:24 --- (In reply to comment #7) > > This is a known libtool bug. There's nothing the library > > can do about it. I'm not closing this PR now because it > > does continue to still be a problem. This bug is still pr

[Bug tree-optimization/22269] [4.1 Regression] ICE in tree-ssa-reassoc with uninitialized variables

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 16:04 --- The ICE is: t2.c: In function ‘main’: t2.c:2: internal compiler error: tree check: expected ssa_name, have integer_cst in should_transpose, at tree-ssa-reassoc.c:411 Please submit a full bug report, with p

[Bug tree-optimization/22269] New: [4.1 Regression] ICE in tree-ssa-reassoc with uninitialized variables

2005-07-01 Thread pinskia at gcc dot gnu dot org
This is reduced from PR 22266. int printf(const char*, ...); int main(int argv, char*argc) { int d1; int d2; int s1, s2; int b; ((d1)&=(int)0xL, (d1)|=((int)(short)(0x344))<<16); ((d1)&=(int)0xUL, (d1)|=(int)(unsigned short)(0x4567)); ((d2)&=(int)0xf

[Bug tree-optimization/22266] bad code generation at -O1 (conditional expression and constants)

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 15:52 --- You are using an unitialized variable and putting it together piece wise, This is undefined hence the warning with -Wall. -- What|Removed |Added --

  1   2   >