[Bug target/22262] stack_protector use creates broken assembler

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 08:25 --- Subject: Bug 22262 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 08:25:09 Modified files: gcc: ChangeLog gcc/config/i386:

[Bug libstdc++/17441] symbols not in the standard introduced into std::

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 08:25 --- Subject: Bug 17441 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 08:25:12 Modified files: libstdc++-v3 : ChangeLog

[Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot

2005-07-01 Thread sieb at sscd dot de
--- Additional Comments From sieb at sscd dot de 2005-07-01 08:42 --- Compiling qt-embedded-free-3.3.4 yields a similar ICE: sh4-linux-g++ -v -save-temps -c -pipe -DQWS -fno-exceptions -fno-rtti -Wall -W -O2 -D_REENTRANT -fPIC -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT

[Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot

2005-07-01 Thread sieb at sscd dot de
--- Additional Comments From sieb at sscd dot de 2005-07-01 08:44 --- Created an attachment (id=9185) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9185action=view) Preprocessed source for qt--embedded-3.3.4 ICE -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22250

[Bug bootstrap/22073] build a 32bit gcc-3.4.4 on AMD64/Opteron Linux

2005-07-01 Thread marek dot rouchal at infineon dot com
--- Additional Comments From marek dot rouchal at infineon dot com 2005-07-01 09:04 --- (In reply to comment #1) Can you try the following: CFLAGS=-m32 -O2 -g BOOT_CFLAGS=-m32 -O2 -g STAGE1_CFLAGS=-m32 -g I spent some more thoughts on this: My desired result could be achieved by

[Bug libstdc++/22265] Non -native type entry is getting added to an STL Map incorrectly

2005-07-01 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-07-01 09:12 --- on 4.0.0, ppc-darwin I don't see this problem. On x86-cygwin 3.4.4 I do, but I don't think it has anything to do with map, or net, or anything. Consider the following program below. It prints: bat:bat on

[Bug libstdc++/22265] Non -native type entry is getting added to an STL Map incorrectly

2005-07-01 Thread chris at bubblescope dot net
-- What|Removed |Added CC||chris at bubblescope dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22265

[Bug libstdc++/22265] Non -native type entry is getting added to an STL Map incorrectly

2005-07-01 Thread chris at bubblescope dot net
--- Additional Comments From chris at bubblescope dot net 2005-07-01 09:47 --- After a little thought (sorry, should have done it before), this bug all comes down to the order of execution of function parameters, which I believe is undefined? BTW, in case I wasn't clear enough in

[Bug fortran/22146] ICE when calling ELEMENTAL subroutines

2005-07-01 Thread erik dot edelmann at iki dot fi
--- Additional Comments From erik dot edelmann at iki dot fi 2005-07-01 09:49 --- A discussion on the mailing list on this bug here: http://gcc.gnu.org/ml/fortran/2005-06/msg00485.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22146

[Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot

2005-07-01 Thread sieb at sscd dot de
--- Additional Comments From sieb at sscd dot de 2005-07-01 10:23 --- Cross compiler built with --enable-checking gives kernel/qdnd_qws.cpp: In member function `void QDropEvent::_ZThn12_N10QDropEventD1Ev()': kernel/qdnd_qws.cpp:157: internal compiler error: in pool_alloc, at

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

2005-07-01 Thread A dot Salwa at osmosys dot tv
The attached code is compiled OK at -O0 level, but at -O1 it produces bad results. The bug occurs somewhere in expression: ((a)==INT_MIN (b)==-1)?(INT_MIN):((a)/(b)) where a and b are ints. a is not INT_MIN and b is not -1, so division shall be performed. But at -O1 INT_MIN is returned

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

2005-07-01 Thread A dot Salwa at osmosys dot tv
--- Additional Comments From A dot Salwa at osmosys dot tv 2005-07-01 10:31 --- Created an attachment (id=9186) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9186action=view) full preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22266

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

2005-07-01 Thread A dot Salwa at osmosys dot tv
--- Additional Comments From A dot Salwa at osmosys dot tv 2005-07-01 10:32 --- Created an attachment (id=9187) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9187action=view) a simple shell script that runs test with various compilation flags --

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

2005-07-01 Thread A dot Salwa at osmosys dot tv
--- Additional Comments From A dot Salwa at osmosys dot tv 2005-07-01 10:44 --- It looks like a 3.4/4.0 regression - it works fine on gcc 3.4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22266

[Bug libstdc++/22265] Non -native type entry is getting added to an STL Map incorrectly

2005-07-01 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-07-01 11:17 --- Yes, this is not a bug. For further information, grep for sequence point in the standard, in particular under section 1.9. -- What|Removed |Added

[Bug c++/20746] Incorrect return value for covariant return function returning null ptr

2005-07-01 Thread nathan at gcc dot gnu dot org
--- Additional Comments From nathan at gcc dot gnu dot org 2005-07-01 11:39 --- (In reply to comment #8) This fix has not made it to the gcc_4_0 branch, and the problem still exists in gcc4.0.0. It is trivially recreated using the same test code: the bug is not a regression, so it

[Bug target/22250] [sh4] ICE compiling qt-4.0.0-embedded snapshot

2005-07-01 Thread sieb at sscd dot de
--- Additional Comments From sieb at sscd dot de 2005-07-01 11:50 --- For the qt-embedded-3.3.4 case: Cross compiler built with --enable-checking gives: dialogs/qcolordialog.cpp: In member function `void QWellArray::_ZThn8_N10QWellArrayD1Ev()': dialogs/qcolordialog.cpp:221: internal

[Bug c++/22248] Incorrect work with multiple assigment.

2005-07-01 Thread algorithmus at gmail dot com
--- Additional Comments From algorithmus at gmail dot com 2005-07-01 12:42 --- | But it will not warn about this testcase as we have array[index] but that is filed as PR 16202. I don't think you're explaining that we cannot warn. Are you? I can't understand what Andrew means. I

[Bug c/22267] New: C optimization error with string.h

2005-07-01 Thread kminola at eng dot umd dot edu
/* C optimization error with string.h on ia64-unknown-linux-gnu (also occurs on alphaev56-unknown-linux-gnu, but not on other architectures that I have tried) % gcc -v Using built-in specs. Target: ia64-unknown-linux-gnu Configured with: /usr/local/gcc-4.0.0/src/gcc-4.0.0/configure

[Bug c/22267] C optimization error with string.h

2005-07-01 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2005-07-01 12:58 --- This has nothing to do with gcc. This is invalid C. -- What|Removed |Added

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

2005-07-01 Thread sb at biallas dot net
I use the libiberty c++ name demangler for unmangling symbols. Since I don't know whether the symbols are really mangled, the demangler will sometimes see names which are either mangled with a completely different mangler or even not mangled at all. This is quite a good stress test for the

[Bug other/22264] [4.1 Regression] bootstrap broken

2005-07-01 Thread amylaar at gcc dot gnu dot org
--- Additional Comments From amylaar at gcc dot gnu dot org 2005-07-01 14:00 --- (In reply to comment #4) For cris-elf too, likely most/all (cross-)targets. i686-pc-linux-gnu native bootstrap is also affected: (SHLIB_LINK=' ./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem

[Bug other/22264] [4.1 Regression] bootstrap broken

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 14:26 --- Subject: Bug 22264 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-01 14:26:19 Modified files: gcc: ChangeLog diagnostic.c Log

[Bug other/22264] [4.1 Regression] bootstrap broken

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

[Bug c++/22248] Incorrect work with multiple assigment.

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 14:29 --- (In reply to comment #14) | But it will not warn about this testcase as we have array[index] but that is filed as PR 16202. I don't think you're explaining that we cannot warn. Are you? I am

[Bug c/11751] wrong evaluation order of an expression

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

[Bug target/22262] stack_protector use creates broken assembler

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 14:33 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug target/21571] ICE in rs6000.c with -msdata=default.

2005-07-01 Thread osv at javad dot ru
--- Additional Comments From osv at javad dot ru 2005-07-01 14:46 --- Created an attachment (id=9188) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9188action=view) Fixes symmetric case as well Though previous patch fixes this particular PR, I've encountered similar ICE in

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

2005-07-01 Thread sb at biallas dot net
--- Additional Comments From sb at biallas dot net 2005-07-01 15:11 --- Created an attachment (id=9189) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9189action=view) proposed patch Patch against my local copy of cp-demangle.c Should apply cleanly to the CVS version of libiberty.

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

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

Re: regression in 4.0.0, with code using templates and multiple inheritance

2005-07-01 Thread Andrew Pinski
On Jul 1, 2005, at 11:22 AM, Neil Peterson wrote: Dear sir/madam, I'm having a runtime problem with the executable generated by GCC 4.0.0. This problem has been tested on Mac OS/X 10.4 running GCC 4.0.0, and Linux (Redhat 9) also running GCC 4.0.0 (and confirmed on Linux using 4.0.1

[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

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

[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

[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 present

[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

[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: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 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 reason

[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

[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 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.

[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=9190action=view) Support for more builtin defines. Adds support for the following builting defines: _CALL_EABI, _SDATA_NONE,

[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

[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

[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 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 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 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++/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 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

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

[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

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

[Bug c/20187] [3.4 Regression] wrong code for ((unsigned char)(unsigned long long)((a?a:1)(a*b)))?0:1)

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

[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

[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

[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 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++/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

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

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

[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 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 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 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 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 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 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 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 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 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 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 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 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 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 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:

[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 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 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++/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

[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

  1   2   >