[Bug target/32275] [4.3 Regression] : FAIL: gcc.c-torture/execute/va-arg-24.c execution

2007-06-30 Thread aoliva at gcc dot gnu dot org
--- Comment #8 from aoliva at gcc dot gnu dot org 2007-07-01 05:36 --- AFAICT this is fixed in mainline. -- aoliva at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/32570] Compiling GCC 4.3.0 with CIL instead of using GCC 4.2 or 4.3 finds many warnings that GCC does not report

2007-06-30 Thread rob1weld at aol dot com
--- Comment #1 from rob1weld at aol dot com 2007-07-01 05:32 --- Created an attachment (id=13809) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13809&action=view) List of warning found using CIL preprocessor on GCC version 4.3.0 20070629 -- http://gcc.gnu.org/bugzilla/show_bug

[Bug c/32570] New: Compiling GCC 4.3.0 with CIL instead of using GCC 4.2 or 4.3 finds many warnings that GCC does not report

2007-06-30 Thread rob1weld at aol dot com
Here is a partial list of warnings when building GCC the "normal" way (with GCC): /gcc-4_3-trunk/gcc/config/i386/i386.md:18924: warning: operand 1 missing mode? /gcc-4_3-trunk/libiberty/argv.c:313: warning: unused variable 'ret' I decided to try something different to see if I could find more wa

[Bug c++/31164] Problem with GCC 4.1 and Boost signals

2007-06-30 Thread vmpn at hitechman dot com
--- Comment #5 from vmpn at hitechman dot com 2007-07-01 05:28 --- Created an attachment (id=13808) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13808&action=view) Test case without using boost Please find attached a standalone test case without using boost. It based on my analys

[Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290

2007-06-30 Thread trog24 at comcast dot net
--- Comment #2 from trog24 at comcast dot net 2007-07-01 04:55 --- Subject: Re: [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290 Hello, I did the svn this morning (PDT). Do I need to do another svn? Frank On Jun 30, 2007, at 7:49 PM, pinskia at gcc dot

[Bug testsuite/32569] New: Use of different numbers in logfile test output makes diff output baloon

2007-06-30 Thread rob1weld at aol dot com
When running diff on the log files output as a result of running "make -i check" we get a lot of unneccesary output. The tests create files with different trailing numbers on the file they create. This baloons the diff files. I can't see this being helpful to prevent collision since the log files

[Bug tree-optimization/32568] [4.3 Regression] internal compiler error: in vn_lookup, at tree-vn.c:290

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-01 02:49 --- Already fixed by: 2007-06-30 Daniel Berlin <[EMAIL PROTECTED]> * tree-ssa-pre.c (is_exception_related): New function (can_value_number_operation): Use it. -- pinskia at gcc dot gnu dot org chan

[Bug java/32568] New: internal compiler error: in vn_lookup, at tree-vn.c:290

2007-06-30 Thread trog24 at comcast dot net
during the build, I encountered the following error sequence: libtool: compile: /Users/frank/build/./gcc/xgcc -shared-libgcc -B/Users/frank/build/./gcc -nostdinc++ -L/Users/frank/build/powerpc-apple-darwin8.10.0/ppc64/libstdc++-v3/src -L/Users/frank/build/powerpc-apple-darwin8.10.0/ppc64/libstdc+

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread iant at google dot com
--- Comment #15 from iant at google dot com 2007-07-01 01:58 --- Subject: Re: [4.3 Regression] function with asm() does not setup stack frame > Adding the stack pointer for asms is certainly the easiest thing to do. I don't know if that is enough. Maybe it is, maybe it isn't. You c

[Bug tree-optimization/31981] Missed forw prop with indirect ref and addr. due to CCP

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-07-01 01:22 --- > OFFSET + &OBJ. Well pointer plus was merged so it is always &OBJ + OFFSET :). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31981

[Bug tree-optimization/25553] Missed removal of load

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-07-01 01:18 --- Note for the Cell this is even more important so you don't run into the LHS hazzard. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/15017] compare with casts (equal) are not removed in forwprop

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2007-07-01 01:12 --- *** Bug 30966 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15017

[Bug tree-optimization/30966] (long long)(int_var) == (long long)(int_var1) is not simplified down to int_var == int_var1 when "expanded"

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-07-01 01:12 --- It turns out this is the same issue as PR 15017. :) Sometimes I file dups myself :). *** This bug has been marked as a duplicate of 15017 *** -- pinskia at gcc dot gnu dot org changed: What|Remo

[Bug tree-optimization/28868] [4.0/4.1/4.2/4.3 Regression] Not elimintating the PHIs which have the same arguments

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-07-01 01:09 --- We get in .fre now: Value numbers: d_2 = c_1 But we still get the PHIs: # d_2 = PHI # c_1 = PHI -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/23346] [4.1/4.2 Regression] FRE before DCE makes a mess of loads or need to sink loads

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2007-07-01 01:07 --- The new SCCVN fixes this testcase. So this is fixed for 4.3.0. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug tree-optimization/30186] accessing an element via a "pointer" on a vector does not cause vec_extract to be used (non-zero index)

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-01 00:52 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

gcc-bugs@gcc.gnu.org

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-07-01 00:34 --- Related to PR 25530. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25529

[Bug tree-optimization/18892] missed optimization with & and ==

2007-06-30 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-07-01 00:12 --- This was fixed with one of the forwprop patches, I don't know which one though. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug tree-optimization/31966] Miscompiles valid code with -ftree-vectorize and -march=nocona

2007-06-30 Thread lloyd at randombit dot net
--- Comment #2 from lloyd at randombit dot net 2007-06-30 22:11 --- The behavior still exists in the 4.3 20070622 snapshot. It does not occur using -march=core2 (the actual CPU in question). The bad value results when using -ftree-vectorize and -march or -mtune =nocona. -O, -O2, or -O3 i

[Bug c/28706] [4.1 Regression] Compile failure with --combine and explicitly aligned structures

2007-06-30 Thread aoliva at gcc dot gnu dot org
--- Comment #5 from aoliva at gcc dot gnu dot org 2007-06-30 21:29 --- How about posting the backported-and-tested patch to gcc-patches, indicating on which platform you've tested it? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28706

[Bug target/31674] [4.3 Regression] internal consistency failure on ia64 with -O

2007-06-30 Thread aoliva at gcc dot gnu dot org
--- Comment #8 from aoliva at gcc dot gnu dot org 2007-06-30 21:24 --- Sorry about the delay. The patch that introduced this problem was reverted, and the revised version thereof, still awaiting review, does not trigger the problem any more. -- aoliva at gcc dot gnu dot org changed:

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread zadeck at naturalbridge dot com
--- Comment #14 from zadeck at naturalbridge dot com 2007-06-30 20:11 --- Subject: Re: [4.3 Regression] function with asm() does not setup stack frame ian at airs dot com wrote: > --- Comment #13 from ian at airs dot com 2007-06-30 18:08 --- > The problem here is that althou

[Bug fortran/32554] [4.3 regression] Bug in P formatting

2007-06-30 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-06-30 20:00 --- Subject: Bug number PR32554 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02162.html -- http://gcc.gnu.org/bugzilla/sh

[Bug middle-end/32559] [4.3 regression] ICE with vector arithmetic

2007-06-30 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2007-06-30 19:58 --- Patch at http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02161.html -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread ian at airs dot com
--- Comment #13 from ian at airs dot com 2007-06-30 18:08 --- The problem here is that although the stack pointer is not used in the function, adjusting it does reserve space on the stack for the local variables which are used. The local variables are accessed via the frame pointer with

[Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite

2007-06-30 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2007-06-30 18:07 --- Fixed, thanks Tobias -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c

2007-06-30 Thread ian at airs dot com
--- Comment #23 from ian at airs dot com 2007-06-30 17:57 --- The patch in comment #19 of PR 32437 looks clearly correct. That patch should not be reverted, at least not by itself. I'm not clear on whether that was the patch that was reverted, but, if it was, I don't think it should ha

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c

2007-06-30 Thread zadeck at naturalbridge dot com
--- Comment #22 from zadeck at naturalbridge dot com 2007-06-30 17:24 --- Subject: Re: [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c richard at codesourcery dot com wrote: > --- Comment #21 from richard at codesourcery dot com 2007-06-30 12:26 > --- > Subject:

[Bug target/32433] Code for __builtin_ffs does not benefit from compiler optimizations

2007-06-30 Thread uros at gcc dot gnu dot org
--- Comment #3 from uros at gcc dot gnu dot org 2007-06-30 17:06 --- Subject: Bug 32433 Author: uros Date: Sat Jun 30 17:05:49 2007 New Revision: 126154 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126154 Log: PR target/32433 * config/i386/i386.md (ffssi2): Exp

[Bug target/32433] Code for __builtin_ffs does not benefit from compiler optimizations

2007-06-30 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2007-06-30 17:07 --- Fixed. -- ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED

[Bug c++/32111] [4.3 regression] ICE declaring destructor as friend

2007-06-30 Thread simartin at gcc dot gnu dot org
--- Comment #5 from simartin at gcc dot gnu dot org 2007-06-30 17:02 --- Fixed. -- simartin at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONF

[Bug c++/32567] [4.3 regression] ICE on invalid use of parameter pack

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32567

[Bug c++/32567] New: [4.3 regression] ICE on invalid use of parameter pack

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline: template struct A { static T &t; static const int i = sizeof(++t); }; int x[A::i]; bug.cc:3: error: param

[Bug c++/32566] [4.3 regression] ICE with invalid specialization of variadic template

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32566

[Bug c++/32566] New: [4.3 regression] ICE with invalid specialization of variadic template

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline: template struct A; template class... T> struct A {}; bug.cc:3: error: type/value mismatch at argument 1 in tem

[Bug c++/32565] [4.3 regression] ICE with specialization of variadic template

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32565

[Bug c++/32565] New: [4.3 regression] ICE with specialization of variadic template

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE on mainline: template struct A; template class T> struct A > {}; template struct B; A > a; bug.cc:7: internal compiler erro

[Bug fortran/20373] INTRINSIC symbols can be given the wrong type

2007-06-30 Thread dfranke at gcc dot gnu dot org
--- Comment #16 from dfranke at gcc dot gnu dot org 2007-06-30 16:30 --- Fixed in trunk. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/20373] INTRINSIC symbols can be given the wrong type

2007-06-30 Thread dfranke at gcc dot gnu dot org
--- Comment #15 from dfranke at gcc dot gnu dot org 2007-06-30 16:27 --- Subject: Bug 20373 Author: dfranke Date: Sat Jun 30 16:26:55 2007 New Revision: 126153 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126153 Log: gcc/fortran: 2007-06-30 Daniel Franke <[EMAIL PROTECTED]>

[Bug fortran/17711] Wrong operator name in error message

2007-06-30 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-06-30 16:23 --- Subject: Bug number PR17711 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02153.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/31205] aliased operator assignment produces wrong result

2007-06-30 Thread patchapp at dberlin dot org
--- Comment #6 from patchapp at dberlin dot org 2007-06-30 16:19 --- Subject: Bug number PR31205 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02151.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite

2007-06-30 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-06-30 16:01 --- Subject: Bug 32555 Author: burnus Date: Sat Jun 30 16:01:25 2007 New Revision: 126152 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126152 Log: 2007-06-30 Tobias Burnus <[EMAIL PROTECTED]> PR fort

[Bug tree-optimization/32533] [4.1/4.2 regression] miscompilation at -O3 -ffast-math -ftree-vectorize -march=native

2007-06-30 Thread ubizjak at gmail dot com
--- Comment #6 from ubizjak at gmail dot com 2007-06-30 15:39 --- Hm, in the dump (gcc-4.1.3), preceeding ifcvt, we have: :; D.985_28 = iftmp.5_4 + D.964_27; M.2_29 = (int4) D.985_28; if (M.2_29 > 1) goto ; else goto ; :; if (M.2_29 > 20) goto ; else goto ; # M.2_61 = PHI ;

[Bug rtl-optimization/32296] [4.3 Regression] Bootstrap failure in stage1 on hppa*-*-*

2007-06-30 Thread danglin at gcc dot gnu dot org
--- Comment #21 from danglin at gcc dot gnu dot org 2007-06-30 15:20 --- Fixed by http://gcc.gnu.org/ml/gcc-patches/2007-06/msg02152.html -- danglin at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/32504] [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-30 Thread jojelino at gmail dot com
--- Comment #4 from jojelino at gmail dot com 2007-06-30 15:13 --- confirmed. it seems fixed. maybe i need to clean object files instead getting ICE. -- jojelino at gmail dot com changed: What|Removed |Added

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2007-06-30 15:11 --- This, I seem to think is well, fixed on trunk. Thanks for the report, Tibias. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32549] Wrong template instance resolution among multiple object files.

2007-06-30 Thread opichals at seznam dot cz
--- Comment #3 from opichals at seznam dot cz 2007-06-30 15:05 --- I am not sure about the standard wording. But logically typedefs local to a .cpp file should stay local to that file. They in fact are. However the template instances are not. If it should not be that way then the compil

[Bug c/32564] [libcpp] ICE in print_location() when stat() in remove_duplicates() fails

2007-06-30 Thread John dot Tytgat at aaug dot net
--- Comment #1 from John dot Tytgat at aaug dot net 2007-06-30 15:02 --- Created an attachment (id=13807) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13807&action=view) Suggested fix -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32564

[Bug c/32564] New: [libcpp] ICE in print_location() when stat() in remove_duplicates() fails

2007-06-30 Thread John dot Tytgat at aaug dot net
I had gcc 4.1.1 configured in such a way that when the resulting cc1 got invoked, the stat() call in remove_duplicates() failed with an errno different than ENOENT (calling chain at that moment was: remove_duplications() <- merge_include_chains() <- register_include_chains() <- c_common_post_option

[Bug tree-optimization/31651] [4.3 Regression] FRE does not fold intermediate CCP results, FRE does no longer look through loads

2007-06-30 Thread dberlin at gcc dot gnu dot org
--- Comment #6 from dberlin at gcc dot gnu dot org 2007-06-30 14:17 --- Fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/32540] [4.3 Regression] Exponential time behavior in PRE

2007-06-30 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2007-06-30 14:16 --- Fixed -- dberlin at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug tree-optimization/32540] [4.3 Regression] Exponential time behavior in PRE

2007-06-30 Thread dberlin at gcc dot gnu dot org
--- Comment #3 from dberlin at gcc dot gnu dot org 2007-06-30 14:15 --- Subject: Bug 32540 Author: dberlin Date: Sat Jun 30 14:15:26 2007 New Revision: 126149 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126149 Log: 2007-06-30 Daniel Berlin <[EMAIL PROTECTED]> Fix P

[Bug tree-optimization/31651] [4.3 Regression] FRE does not fold intermediate CCP results, FRE does no longer look through loads

2007-06-30 Thread dberlin at gcc dot gnu dot org
--- Comment #5 from dberlin at gcc dot gnu dot org 2007-06-30 14:15 --- Subject: Bug 31651 Author: dberlin Date: Sat Jun 30 14:15:26 2007 New Revision: 126149 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126149 Log: 2007-06-30 Daniel Berlin <[EMAIL PROTECTED]> Fix P

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-06-30 13:09 --- Subject: Bug 32472 Author: pault Date: Sat Jun 30 13:09:14 2007 New Revision: 126148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126148 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/30284] [4.1 only] ICE in gfc_add_modify with internal reads

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2007-06-30 13:09 --- Subject: Bug 30284 Author: pault Date: Sat Jun 30 13:09:14 2007 New Revision: 126148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126148 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/30284] [4.1 only] ICE in gfc_add_modify with internal reads

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-06-30 13:08 --- Subject: Bug 30284 Author: pault Date: Sat Jun 30 13:08:19 2007 New Revision: 126147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126147 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/32472] ICE in trans-const.c:106 for REPEAT initialization expression of non-parameter

2007-06-30 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-30 13:08 --- Subject: Bug 32472 Author: pault Date: Sat Jun 30 13:08:19 2007 New Revision: 126147 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126147 Log: 2007-06-30 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-06-30 Thread manu at gcc dot gnu dot org
--- Comment #55 from manu at gcc dot gnu dot org 2007-06-30 13:06 --- Subject: Bug 25241 Author: manu Date: Sat Jun 30 13:06:45 2007 New Revision: 126146 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126146 Log: 2007-06-30 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR t

[Bug debug/32563] [4.2/4.3 regression] ICE on pointer arithmetic

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32563

[Bug debug/32563] New: [4.2/4.3 regression] ICE on pointer arithmetic

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE since GCC 4.2.0 (when compiled with "g++ -g"): = struct A { char c[1]; } a; const int i = (int)&a.c[0] - 1; = bug.cc:5: internal compiler error: in loc_descr

[Bug testsuite/25241] DejaGNU does not distinguish between errors and warnings

2007-06-30 Thread manu at gcc dot gnu dot org
--- Comment #54 from manu at gcc dot gnu dot org 2007-06-30 13:03 --- Subject: Bug 25241 Author: manu Date: Sat Jun 30 13:02:48 2007 New Revision: 126145 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126145 Log: 2007-06-30 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR t

[Bug c++/32561] [4.3 regression] ICE with duplicate template parameter

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32561

[Bug c++/32562] New: -Wunused doesn't warn about static function only called by itself.

2007-06-30 Thread manu at gcc dot gnu dot org
This bug is solved in the C front-end (bug 4076). The original patch also addressed the C++ front-end http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00171.html However, some issues were raised about functions in anonymous namespaces: http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01103.html --

[Bug c++/32561] New: [4.3 regression] ICE with duplicate template parameter

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline: = template struct A; = bug.cc:1: internal compiler error: tree check: expected var_decl, have const_decl in redeclaration_error_message, at cp/de

[Bug c/4076] -Wunused doesn't warn about static function only called by itself.

2007-06-30 Thread manu at gcc dot gnu dot org
--- Comment #22 from manu at gcc dot gnu dot org 2007-06-30 12:58 --- Fixed for GCC 4.3 -- manu at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread richard at codesourcery dot com
--- Comment #12 from richard at codesourcery dot com 2007-06-30 12:58 --- Subject: Re: [4.3 Regression] function with asm() does not setup stack frame "richard at codesourcery dot com" <[EMAIL PROTECTED]> writes: > "zadeck at naturalbridge dot com" <[EMAIL PROTECTED]> writes: >> Could

[Bug c/4076] -Wunused doesn't warn about static function only called by itself.

2007-06-30 Thread manu at gcc dot gnu dot org
--- Comment #21 from manu at gcc dot gnu dot org 2007-06-30 12:56 --- Subject: Bug 4076 Author: manu Date: Sat Jun 30 12:56:43 2007 New Revision: 126144 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126144 Log: 2007-06-30 Manuel Lopez-Ibanez <[EMAIL PROTECTED]> PR c/

[Bug c++/32560] [4.3 regression] ICE on invalid declaration in template

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32560

[Bug c++/32560] New: [4.3 regression] ICE on invalid declaration in template

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following invalid code snippet triggers an ICE on mainline: = namespace N {} template struct A { int A; }; = bug.cc:5: error: 'X' in namespace 'N' does not name a type bug.cc:5: error: template argument

[Bug middle-end/32559] [4.3 regression] ICE with vector arithmetic

2007-06-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32559

[Bug middle-end/32559] New: [4.3 regression] ICE with vector arithmetic

2007-06-30 Thread reichelt at gcc dot gnu dot org
The following valid code snippet triggers an ICE on mainline: = int __attribute__((vector_size (8))) v; void foo() { v += ~v; } = bug.c: In function 'foo': bug.c:5: internal compiler error: in build_int_cst

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c

2007-06-30 Thread richard at codesourcery dot com
--- Comment #21 from richard at codesourcery dot com 2007-06-30 12:26 --- Subject: Re: [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c Richard Sandiford <[EMAIL PROTECTED]> writes: > Kenneth Zadeck <[EMAIL PROTECTED]> writes: >> 2007-06-23 Kenneth Zadeck <[EMAIL PROTECTED

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread richard at codesourcery dot com
--- Comment #11 from richard at codesourcery dot com 2007-06-30 12:19 --- Subject: Re: [4.3 Regression] function with asm() does not setup stack frame "zadeck at naturalbridge dot com" <[EMAIL PROTECTED]> writes: > Could you check to see if this bug is collateral damage from your > la

[Bug rtl-optimization/32475] [4.3 Regression] function with asm() does not setup stack frame

2007-06-30 Thread zadeck at naturalbridge dot com
--- Comment #10 from zadeck at naturalbridge dot com 2007-06-30 11:47 --- Richard, Could you check to see if this bug is collateral damage from your latest fix to deletable_insn_p. It's appearance has been tied to that function in the past. kenny -- zadeck at naturalbridge dot

[Bug target/32558] New: unrecognizable insn compiling libgcc2 on 64-bit CPU

2007-06-30 Thread rask at sygehus dot dk
Configured with: /n/12/rask/src/all/configure --target v850-unknown-elf --with-newlib --enable-sim --disable-gdb --disable-nls There's an obvious incompatibility with building on a 64-bit system: /n/12/rask/src/all/libgcc/../gcc/libgcc2.c: In function '__divdi3': /n/12/rask/src/all/libgcc/../gcc/

[Bug rtl-optimization/32557] [4.3 Regression] internal compiler error: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:956

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|c |rtl-optimization Keywords||buil

[Bug fortran/32555] [4.3 Regression] Miscompilation of NIST testsuite

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||rejects-valid Target Milestone|--- |4.3.0

[Bug fortran/32554] [4.3 regression] Bug in P formatting

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32554

[Bug rtl-optimization/32504] [4.3 Regression] internal compiler error: in df_refs_verify, at df-scan.c:4058

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/32462] [4.3 regression] Linking libgcj.so fails on Solaris 10/x86

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/32526] [4.3 regression] Spurious error: Name 'x' at (1) is an ambiguous reference to 'x' from module 'y'

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/32130] [4.3 Regression] linking problems: multiple definition of `__DTOR_END__'

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug tree-optimization/31611] [4.3 regression] ICE with -ftree-loop-linear in remove_referenced_var for loc == *0

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/32400] [4.3 Regression] ICE in expand_or_defer_fn, at cp/semantics.c:3220

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32400

[Bug c++/32256] [4.0/4.1/4.2/4.3 regression] pragma system_header doesn't suppress warnings in tree-cfg

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/32276] [4.3 Regression] New libmudflap failures

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32276

[Bug ada/32286] [4.2/4.3 Regression] ICE in dwarf2out with -g: sees Ada f-e unconstrained_array_type node

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32286

[Bug target/32275] [4.3 Regression] : FAIL: gcc.c-torture/execute/va-arg-24.c execution

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug fortran/31197] [4.2/4.4 regression] TRANSPOSE/RESHAPE and strings

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/32245] [4.1/4.2/4.3 Regression] wrong POD type initialization with pointer to member

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/32218] [4.2/4.3 Regression] segfault with -O1 -ftree-vectorize

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug ada/32164] [4.1/4.2/4.3 Regression] Ada ICE when renaming predefined "=" and "/="

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/31897] [4.3 Regression] 30% speed regression with -m32 on Opteron with rnflow

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/32004] [4.1/4.2/4.3 regression] : can't find a register in class 'GENERAL_REGS' while reloading 'asm'

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/31941] [4.1/4.2/4.3 Regression] "confused by earlier errors" message without earlier error message

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug libstdc++/31836] [4.3 Regression] FAIL: 27_io/basic_istream/extractors_arithmetic/char/12.cc execution test

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/30961] [4.1/4.2/4.3 regression] redundant reg/mem stores/moves

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.2/4.3 regression]|[4.1/4.2/4.3 regression] |redundant reg/mem

[Bug rtl-optimization/31849] [4.3 Regression] Code size regression caused by fix to PR 31360

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/31027] [4.1/4.2/4.3 regression] Compiler segfaults in simple virtual inheritance situation

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31027

[Bug objc++/31032] [4.3 Regression] expected tree that contains 'decl with RTL' structure, have 'field_decl' in assemble_external_real, at varasm.c:2225

2007-06-30 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

  1   2   >