[Bug middle-end/21957] IA-64 register stack is not preserved after getcontext call

2005-06-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|c |middle-end Keywords||wrong-code http://gcc.gnu.org/bugzilla/show_bug.cg

[Bug c/21957] IA-64 register stack is not preserved after getcontext call

2005-06-07 Thread akr at m17n dot org
0/bin/gcc -v -g -O1 tst.i Using built-in specs. Target: ia64-unknown-linux-gnu Configured with: ../gcc/configure --prefix=/home/src/gcc/4.0 --enable-languages=c Thread model: posix gcc version 4.0.1 20050607 (prerelease) /home/src/gcc/4.0/libexec/gcc/ia64-unknown-linux-gnu/4.0.1/cc1 -fpreprocess

[Bug c/21957] New: IA-64 register stack is not preserved after getcontext call

2005-06-07 Thread akr at m17n dot org
ome/src/gcc/4.0 --enable-languages=c Thread model: posix gcc version 4.0.1 20050607 (prerelease) /home/src/gcc/4.0/libexec/gcc/ia64-unknown-linux-gnu/4.0.1/cc1 -fpreprocessed tst.i -quiet -dumpbase tst.i -auxbase tst -g -O1 -version -o /tmp/ccGs6ixv.s GNU C version 4.0.1 20050607 (prerelease

[Bug fortran/5900] [g77 & gfortran] Lapack regressions since g77 2.95.2

2005-06-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-06-08 06:04 --- This is looking much better now. Compiled with -O2 -march=pentium4 gcc version 4.1.0 20050607 (experimental) CGV drivers: 64 out of 1092 tests failed to pass the threshold DXV drivers:200 out

[Bug fortran/21915] Would like atanh etc. as intrinsics

2005-06-07 Thread jvdelisle at verizon dot net
--- Additional Comments From jvdelisle at verizon dot net 2005-06-08 05:26 --- We have sinh, cosh, tanh. I will work on the asinh, acosh, and atanh. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21915

[Bug rtl-optimization/21956] New: useless symbols in object files

2005-06-07 Thread rth at gcc dot gnu dot org
Compile with -freorder-blocks-and-partition and you'll find 006b4a73 t .COLDE999 004026a0 t .HOTB0 These symbols are not removed by the assembler because they are not named properly. The partitioning code should be using either ASM_GENERATE_INTERNAL_LABEL or targetm.asm_out.inter

[Bug debug/21889] Bad assembler output for Solaris TLS debug symbols

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-08 05:06 --- Subject: Bug 21889 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-08 05:05:48 Modified files: gcc: ChangeLog config.gcc dwarf2out.c syst

[Bug rtl-optimization/19097] [3.4/4.0/4.1 regression] Quadratic behavior with many sets for the same register in gcse CPROP

2005-06-07 Thread phython at gcc dot gnu dot org
--- Additional Comments From phython at gcc dot gnu dot org 2005-06-08 03:32 --- The problem with the hash table seems to be fixed in gcc 4.1, but not gcc 3.4 or 4.0. In gcc 4.1 hash_rtx is used for the implicit sets instead of the really dumb hash_set. -- http://gcc.gnu.org/bugzil

[Bug target/18655] Incorrect data in .debug_frame section for PowerPC

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-08 02:45 --- Subject: Bug 18655 CVSROOT:/cvs/gcc Module name:gcc Branch: csl-3_4_3-linux-branch Changes by: [EMAIL PROTECTED] 2005-06-08 02:44:59 Modified files: .

[Bug testsuite/21094] libmudflap C++ tests run even when C++ not configured

2005-06-07 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-08 01:52 --- Confirmed. -- What|Removed |Added CC||janis at gc

[Bug target/20928] [4.0/4.1 regression] ICE: unrecognizable insns

2005-06-07 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-08 00:08 --- This patch trivially "fixes" the problem because the argument to legitimate_pic_address_disp_p is incorrect, and it will always return false. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20928

[Bug rtl-optimization/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3

2005-06-07 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-07 23:49 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug rtl-optimization/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 23:48 --- Subject: Bug 21528 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-07 23:48:31 Modified files: gcc: Change

[Bug fortran/21902] ICE in build_array_type, at tree.c:4581

2005-06-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-07 23:46 --- This seems to be a duplicate of our famous bug PR 15966. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21902

[Bug rtl-optimization/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 23:45 --- Subject: Bug 21528 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 23:45:09 Modified files: gcc: ChangeLog rtlanal.c Log message:

[Bug libstdc++/21951] [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2005-06-07 23:28 --- I concur with the last post -- a dummy return at the end would solve the problem and seems like an acceptable solution for a release branch. W. -- What|Removed |Added -

[Bug middle-end/21939] [3.4 Regression] corrupted memory with deque of >63 items

2005-06-07 Thread fuzzypoint at yahoo dot com
--- Additional Comments From fuzzypoint at yahoo dot com 2005-06-07 22:19 --- (In reply to comment #5) > Yup, segfaults for 64 on x86-64 too with 3.4.5pre: > > Program received signal SIGSEGV, Segmentation fault. > main (argc=-1781549440, argv=0x0) at stl_deque.h:134 > 134 { r

[Bug libstdc++/21955] std::stringbuf vs. in_avail

2005-06-07 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-07 21:54 --- Hi Benjamin. I see: basically, we forgot to implement the stringbug::showmanyc virtual. Strictly speaking the current behavior is correct wrt the standard but indeed providing the natural one (as you are doing) imp

[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
/testsuite : ChangeLog Added files: gcc/testsuite/gcc.c-torture/execute: 20050607-1.c Log message: PR middle-end/21850 * tree.c (get_unwidened): Stop at NOP_EXPR/CONVERT_EXPR that convert from vector types. * gcc.c-torture/execute/20050607-1.c: New test

[Bug libstdc++/21955] std::stringbuf vs. in_avail

2005-06-07 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-06-07 21:36 --- Yo P, can you comment on this at some point? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21955

[Bug libstdc++/21955] std::stringbuf vs. in_avail

2005-06-07 Thread bkoz at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |bkoz at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug libstdc++/21955] std::stringbuf vs. in_avail

2005-06-07 Thread bkoz at gcc dot gnu dot org
--- Additional Comments From bkoz at gcc dot gnu dot org 2005-06-07 21:28 --- Created an attachment (id=9045) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9045&action=view) patch Patch, testsuite reorg and additions -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21955

[Bug libstdc++/21955] New: std::stringbuf vs. in_avail

2005-06-07 Thread bkoz at gcc dot gnu dot org
Basically, in_avail for stringbufs is missing key bits. #include #include #include double test_stringstream() { double result; char* source = "1918"; std::stringstream s; s << source; std::string tmp = s.str(); std::streambuf* sb = s.rdbuf(); int i = sb->in_avail(); if (i)

[Bug libfortran/21926] [4.0 only] matmul does not deal with non-packed result

2005-06-07 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-06-07 20:53 --- Fixed in 4.1, waiting for 4.0 to reopen. -- What|Removed |Added Summary|matmul do

[Bug libfortran/21926] matmul does not deal with non-packed result

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 20:46 --- Subject: Bug 21926 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 20:46:17 Modified files: libgfortran: ChangeLog libgfortran/m4 : m

[Bug testsuite/21954] gcc.dg/compat/struct-layout-1 fails to link on Tru64 UNIX V4.0F

2005-06-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |testsuite http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21954

[Bug other/21954] New: gcc.dg/compat/struct-layout-1 fails to link on Tru64 UNIX V4.0F

2005-06-07 Thread gcc-bugzilla at gcc dot gnu dot org
On Tru64 UNIX V4.0F, gcc.dg-struct-layout-1_generate fails to link since the platform lacks snprintf: Executing on host: gcc -g -O2 -o /vol/gcc/obj/gcc-4.1.0-20050525/4.0f-gcc/gcc/testsuite/gcc.dg-struct-layout-1_generate /vol/gnu/src/gcc/gcc-dist/gcc/testsuite/gcc.dg/compat/struct-layout-1_ge

[Bug middle-end/21953] [4.1 Regression] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 20:35 --- Most likely related to PR 21885. -- What|Removed |Added BugsThisDependsOn|

[Bug middle-end/21885] [4.1 Regression] compat testsuite failures

2005-06-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||21953 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21885

[Bug target/21953] Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-06-07 Thread ro at gcc dot gnu dot org
-- What|Removed |Added Component|pending |target http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21953

[Bug pending/21953] New: Many tmpdir-gcc.dg-struct-layout-1 tests fail on Tru64 UNIX V5.1B

2005-06-07 Thread gcc-bugzilla at gcc dot gnu dot org
NOTE: Defaulting component because reported component no longer exists Many tmpdir-gcc.dg-struct-layout-1 tests fail on mainline on Tru64 UNIX V5.1B: FAIL: tmpdir-gcc.dg-struct-layout-1/t001 c_compat_x_tst.o-c_compat_y_tst.o execute FAIL: tmpdir-gcc.dg-struct-layout-1/t002 c_compat_x_tst.o-c_com

[Bug ada/21952] New: Many attribute directive ignored warnings during Tru64 UNIX Ada bootstrap

2005-06-07 Thread gcc-bugzilla at gcc dot gnu dot org
During a mainline bootstrap with Ada included (and the patch from PR tree-optimization/21029 to avoid an infinite loop in stage3) on Tru64 UNIX, there occur many warnings like this: % stage1/xgcc -Bstage1/ -B/vol/gcc/share/alpha-dec-osf5.1b/bin/ -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I/vol

[Bug middle-end/21728] [4.0/4.1 Regression] Nonlocal goto from an unused nested function

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 20:11 --- Reduced testcase: int main (void) { __label__ l1; void q(void) { goto l1; } l1:; } -- What|Removed |Added -

[Bug fastjar/21826] fastjar does not look to see if mkdir takes one or two arguments

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 20:02 --- (In reply to comment #3) > Same thing happens when compiling libgcov (this is indeed a regression, since > we > can't build GCC anymore on i386-mingw32). That is PR 21597. -- What|Removed

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-07 Thread sebastian dot pop at cri dot ensmp dot fr
--- Additional Comments From sebastian dot pop at cri dot ensmp dot fr 2005-06-07 20:02 --- fixed. -- What|Removed |Added Status|NEW |RES

[Bug fastjar/21826] fastjar does not look to see if mkdir takes one or two arguments

2005-06-07 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-07 20:01 --- Same thing happens when compiling libgcov (this is indeed a regression, since we can't build GCC anymore on i386-mingw32). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21826

[Bug tree-optimization/20742] [4.0 Regression] Hang in tree_ssa_iv_optimize_loop

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 19:54 --- Subject: Bug 20742 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 19:54:23 Added files: gcc/testsuite/gcc.c-torture/compile: 20050423-1.c Log m

[Bug tree-optimization/18403] FAILs to vectorize testcases on ppc64-linux

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 19:51 --- Subject: Bug 18403 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 19:51:26 Modified files: gcc: ChangeLog Makefile.in tree-chrec.c tr

[Bug tree-optimization/21861] [meta-bug] scalar evolution type conversion

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 19:51 --- Subject: Bug 21861 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 19:51:26 Modified files: gcc: ChangeLog Makefile.in tree-chrec.c tr

[Bug tree-optimization/21831] [4.1 Regression] gcc.dg/vect/vect-97.c fails

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 19:49 --- > When were you seeing it on those platforms? My monitoring has never shown > this as an i686-pc-linux-gnu failure, but it still fails on ia64-hpux, > both -milp32 and -mlp64, as of today's mainline. you're

[Bug middle-end/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3

2005-06-07 Thread dnovillo at gcc dot gnu dot org
--- Additional Comments From dnovillo at gcc dot gnu dot org 2005-06-07 19:48 --- This seems to be an RTL bug in 4.0. None of the tree optimizers seem to be doing anything wrong with this code. However, applying this patch to the test case: --- sp_test.ii 2005-06-06 12:02:57.00

[Bug c++/21951] [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread veksler at il dot ibm dot com
--- Additional Comments From veksler at il dot ibm dot com 2005-06-07 19:46 --- (In reply to comment #3) > Paolo I copied the quote fully when I really should not have. RTH did not know we could not fix the > if(0) part in libstdc++ at the time he wrote that comment, if you read the n

[Bug c++/19894] pointer-to-void member not rejected in template

2005-06-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-07 19:39 --- No, it's really a bug. In 3.9.2 [basic.compound] we have: Compound types can be constructed in the following ways: [...] - pointers to void or objects or functions (...) of a given type, [...] -

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-06-07 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-06-07 19:15 --- gfortran patches are not being backported as originally promised. -- What|Removed |Added

[Bug c++/21783] [DR 409] Typename for required for qualified name?

2005-06-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-07 19:07 --- > There is a DR and surely another bug report about this. It's uncertain > whether > typename is needed to disambiguate a qualified name where the scope is the > injected class name (which always refers

[Bug ada/21937] [4.0 Regression] Member record alignment triggers an ICE

2005-06-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-07 18:56 --- > Well, you may have noticed I'm already aware of this -- otherwise I wouldn't > have filed the report in the first place. But the problem is the i386 is > probably the architecture most code is primaril

[Bug c++/21783] No typename required when type use in a function

2005-06-07 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-06-07 18:45 --- There is a DR and surely another bug report about this. It's uncertain whether typename is needed to disambiguate a qualified name where the scope is the injected class name (which always refers to the curr

[Bug c++/21951] [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 18:16 --- (In reply to comment #2) > > You may retartget this pr to fixing the silliness in libstdc++, if you want. Paolo I copied the quote fully when I really should not have. RTH did not know we could not fix t

[Bug ada/21937] [4.0 Regression] Member record alignment triggers an ICE

2005-06-07 Thread macro at linux-mips dot org
--- Additional Comments From macro at linux-mips dot org 2005-06-07 18:16 --- > > Of course it changes the ABI -- if any member of a record (which is an > > equivalent to a C structure) gets its alignment increased, then the > > alignment > > of the containing record (structure) gets a

[Bug c++/21951] [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread pcarlini at suse dot de
--- Additional Comments From pcarlini at suse dot de 2005-06-07 18:12 --- > You may retartget this pr to fixing the silliness in libstdc++, if you want. And the "silliness" would be? Personally, I'm finding quite a bit of silliness in this remark, to tell you the truth and indeed, mainl

[Bug middle-end/19699] [4.0/4.1 Regression] warning about not returning from end of a non-void function because of dead code

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 18:00 --- *** Bug 21951 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug c++/21951] [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 18:00 --- And I already filed this way back, see PR 19699 which I am closing this bug as a dup. See comment #2 in that PR from RTH: There is zero chance that this will be fixed for 4.0. That's exactly why Ian implem

[Bug c++/21951] New: [gcc-4.0 regression, rejects-valid] std::vector.reserve() unusable with -Werror -Wall -O -fno-exceptions

2005-06-07 Thread dank at kegel dot com
Compiling the following code: #include std::vector *factory() { std::vector *p = new std::vector; p->reserve(10); return p; } with -Wall -O -fno-exceptions yields the following error in gcc-4.0.0 and gcc-4.0-20050602: .../include/c++/4.0.0/bits/vector.tcc: In member func

[Bug testsuite/21094] libmudflap C++ tests run even when C++ not configured

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 17:11 --- *** Bug 21947 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug testsuite/21947] libmudflap C++ testsuite executed even if c++ is not enabled

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 17:11 --- Yes it is, I knew that there was one somewhere but I forgot where. *** This bug has been marked as a duplicate of 21094 *** -- What|Removed |Added --

[Bug tree-optimization/21831] [4.1 Regression] gcc.dg/vect/vect-97.c fails

2005-06-07 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-07 17:10 --- Subject: Re: [4.1 Regression] gcc.dg/vect/vect-97.c fails On Tue, 7 Jun 2005, dorit at il dot ibm dot com wrote: > > --- Additional Comments From dorit at il dot ibm dot com 2005-06-07 > 07:42 ---

[Bug c++/21783] No typename required when type use in a function

2005-06-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-07 17:07 --- Confirmed. It's in the standard from 1998: [14.6]/6 -- What|Removed |Added

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 16:55 --- Should be fixed now. Thanks all for testing/reviewing so quickly. -- What|Removed |Added

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 16:54 --- Subject: Bug 21847 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 16:54:16 Modified files: gcc: ChangeLog tree-ssa-dce.c Log messag

[Bug testsuite/21947] libmudflap C++ testsuite executed even if c++ is not enabled

2005-06-07 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-06-07 16:50 --- Subject: Re: New: libmudflap C++ testsuite executed even if c++ is not enabled On Tue, 7 Jun 2005, giovannibajo at libero dot it wrote: > I don't think libmudflap.c++ should be run if C++ was not built.

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 16:49 --- Subject: Bug 21847 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-07 16:48:53 Modified files: gcc: Change

[Bug libfortran/21950] All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 16:23 --- Another C99 math function missing. -- What|Removed |Added BugsThisDependsOn|

[Bug fortran/21950] New: All gfortran execution tests fail on Tru64 UNIX V4.0F: scalbn unresolved

2005-06-07 Thread gcc-bugzilla at gcc dot gnu dot org
Even with the patch to fix PR libfortran/15234 http://gcc.gnu.org/ml/fortran/2005-06/msg00118.html (and already mentioned there), all gfortran execution tests fail on alpha-dec-osf4.0f like this: % LD_LIBRARY_PATH=../../alpha-dec-osf4.0f/libgfortran/.libs:.. ./PR19754_2.exe 4552:./PR197

[Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public

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

[Bug libgcj/21949] java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public

2005-06-07 Thread gbenson at redhat dot com
--- Additional Comments From gbenson at redhat dot com 2005-06-07 15:45 --- Created an attachment (id=9044) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9044&action=view) Fix -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21949

[Bug libgcj/21949] New: java.rmi.server.RMIClassLoader.getClassLoader() is private, should be public

2005-06-07 Thread gbenson at redhat dot com
The getClassLoader method of java.rmi.server.RMIClassLoader is private, but it should be public according to the spec. The attached patch fixes. http://java.sun.com/j2se/1.4.2/docs/api/java/rmi/server/RMIClassLoader.html#getClassLoader(java.lang.String) -- Summary: java.rmi.server.RM

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread mark at codesourcery dot com
--- Additional Comments From mark at codesourcery dot com 2005-06-07 15:45 --- Subject: Re: [4.0/4.1 Regression] misscompiling of the following java code steven at gcc dot gnu dot org wrote: > --- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 > 07:48 ---

[Bug middle-end/21897] [4.1 Regression] Segementation fault in fold_ternary

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

[Bug debug/21946] [4.0 Regression] Invalid DWARF2 debug info emitted

2005-06-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||wrong-debug Known to work||4.1.0 Last reconfirmed|2005-06-07 08:41:52

[Bug c++/16617] Fail to do access checking correctly for non-dependent qualified-id

2005-06-07 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-06-07 14:58 --- Patch withdrawn due to overlooking default function argument and default template argument. No nice solution is found yet. -- What|Removed |Added ---

[Bug c++/18681] [3.4/4.0/4.1 Regression] template friend declaration not recognized

2005-06-07 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-06-07 14:57 --- Patch withdrawn due to overlooking default function argument and default template argument. No nice solution is found yet. -- What|Removed |Added ---

[Bug c++/21312] [3.4/4.0/4.1 Regression] Access violation diagnostic given twice

2005-06-07 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-06-07 14:57 --- Patch withdrawn due to overlooking default function argument and default template argument. No nice solution is found yet. -- What|Removed |Added ---

[Bug c/21948] [diagnostic] enable errors on `cast from/to pointer to/from integer of different size`

2005-06-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Component|other |c Keywords||diagnostic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2194

[Bug other/21948] New: [diagnostic] enable errors on `cast from/to pointer to/from integer of different size`

2005-06-07 Thread pluto at agmk dot net
It would be nice to see a -Werror-cast-size option on 64-bits archs. -Werror-cast-size could help develop portable (32/64-bits) software. -- Summary: [diagnostic] enable errors on `cast from/to pointer to/from integer of different size` Product: gcc

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-07 12:26 --- > It's hard to argue for me as Ada is not a language I'm familiar with, but > the problematic assignment is: > > return Ch.Attr; > > in Get_Character_Attribute() and both Ch.Attr and the return value of

[Bug middle-end/21850] misscompiling comparision from vector to integer

2005-06-07 Thread jakub at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-07 12:16 --- This worked in 3.4.x because we added a conversion operator: tree_transform : expand_return (build_binary_op (MODIFY_EXPR, NULL_TREE, DECL_RESULT (curr

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread macro at linux-mips dot org
--- Additional Comments From macro at linux-mips dot org 2005-06-07 12:14 --- > That's not quite true, the type is not the same. It's hard to argue for me as Ada is not a language I'm familiar with, but the problematic assignment is: return Ch.Attr; in Get_Character_Attribute() and b

[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-07 11:42 --- (In reply to comment #8) > So is this fixed now? On the mainline yes but not on the 4.0 branch. -- What|Removed |Added --

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-07 11:31 --- Investigating. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |ebo

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-06-07 11:30 --- > This problem happens for platforms that set STRICT_ALIGNMENT. For them it is > possible for a given record type to be expressed using an integer mode if used > as a member record, and the BLK mode if us

[Bug ada/21937] Member record alignment triggering an ICE

2005-06-07 Thread macro at linux-mips dot org
--- Additional Comments From macro at linux-mips dot org 2005-06-07 10:28 --- Here are details missing from the original report (sorry about that). This is output from the compiler when the ICE happens: 4.0.0 (alpha-unknown-linux-gnu) GCC error: in simplify_subreg, at simplify-rtx.c:

[Bug fortran/21912] Wrong implied do-loop

2005-06-07 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-07 10:18 --- I thought I had already ... -- What|Removed |Added Status|ASSIGNED

[Bug debug/21946] Invalid DWARF2 debug info emitted

2005-06-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-07 10:17 --- Subject: Bug 21946 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-06-07 10:17:36 Modified files: gcc: ChangeLog dwarf2out.c var-tracking.c

[Bug tree-optimization/21933] [4.1 regression] ICE with -ftree-vectorize

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 10:13 --- I also see this on powerpc-apple-darwin: g++ -O -ftree-vectorize -maltivec pr21933.cc pr21933.cc: In function 'void baz()': pr21933.cc:23: internal compiler error: tree check: expected ssa_name, have var_decl

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 09:58 --- > I tried on powerpc-apple-darwin and on i686-pc-linux-gnu - couldn't reproduce > the failure correction - can't reproduce the failure on powerpc, but I do see the ICE on i686-pc-linux-gnu with both testcases

[Bug c++/20563] [3.4/4.0/4.1 Regression] Infinite loop in diagnostic (and ice after error message)

2005-06-07 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-07 09:33 --- Testing a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |re

[Bug testsuite/21947] New: libmudflap C++ testsuite executed even if c++ is not enabled

2005-06-07 Thread giovannibajo at libero dot it
I configured GCC HEAD (of 10 days ago) with "--enable-languages=c", then I bootstrapped it and ran "make -k check". In the test summary, I see failing mudflap C++ tests: FAIL: libmudflap.c++/fail24-frag.cxx (test for excess errors) WARNING: libmudflap.c++/fail24-frag.cxx compilation failed to pr

[Bug debug/21946] Invalid DWARF2 debug info emitted

2005-06-07 Thread jakub at gcc dot gnu dot org
-- What|Removed |Added URL||http://gcc.gnu.org/ml/gcc- ||patches/2005- |

[Bug debug/21946] New: Invalid DWARF2 debug info emitted

2005-06-07 Thread jakub at gcc dot gnu dot org
On ppc32: /* { dg-options "-m32 -O2 -g" } */ extern int m; struct A { unsigned char a; }; struct B { void *b; }; extern struct B *fn (int x); struct C { struct C *c; }; static unsigned char *d; typedef int (*T) (struct C *, void *); struct C *foo (struct C *, T, void *); int fx (struct C *, void *)

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-07 Thread stefaan dot deroeck at gmail dot com
--- Additional Comments From stefaan dot deroeck at gmail dot com 2005-06-07 07:54 --- Another testcase possibly, that triggers the fault on 20050605 with parameters -march=pentium4 -O3 -ftree-vectorize, but not with -O2 or -O1. Bug 21933 seems related but doesn't trigger with -O3 or -

[Bug middle-end/21728] [4.0/4.1 Regression] Nonlocal gotos between nested functions cause undefined labels in assembler output

2005-06-07 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 07:53 --- I didn't even know we support multiple nesting like this... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21728

[Bug tree-optimization/21562] [4.0 Regression] Quiet bad codegen (unrolling + tail call interaction)

2005-06-07 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 07:51 --- So is this fixed now? -- What|Removed |Added Status|ASSIGNED|

[Bug tree-optimization/21859] ICE with -ftree-vectorize and -O2 or higher

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 07:50 --- This testcase doesn't get vectorized anymore, after my patch from http://gcc.gnu.org/ml/gcc-patches/2005-05/msg02817.html: "pr21859.f90:6: note: not vectorized: redundant loop. no profit to vectorize. pr21859

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 07:49 --- You, like many DCE bugs before you, are now MINE! -- What|Removed |Added AssignedTo|u

[Bug tree-optimization/21847] [4.0/4.1 Regression] misscompiling of the following java code

2005-06-07 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-06-07 07:48 --- Re. comments #13 and #13, I _already_ said it should be "true" in comment #8 ;-) I'll commit the patch tonight. Mark, is this approval also for the 4.0 branch? -- What|Removed

[Bug tree-optimization/21831] [4.1 Regression] gcc.dg/vect/vect-97.c fails

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 07:42 --- > I tried vect-97.c on power-pc and couldn't reproduce the problem. > I don't know if this means that the problem goes away with recent > patches or that it only occurs when vectorizing on ia64. I don't > have

[Bug tree-optimization/21884] [4.1 regression] ICE with -ftree-vectorize

2005-06-07 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-07 07:35 --- > I tried compiling x.ii on power-pc and couldn't reproduce the problem. > I don't know if this means that the problem goes away with recent > patches or that it only occurs when vectorizing on pentium. I curr