[Bug testsuite/45361] gcc.target/i386/volatile-2.c failed

2010-09-13 Thread ubizjak at gmail dot com
--- Comment #14 from ubizjak at gmail dot com 2010-09-13 07:08 --- (In reply to comment #13) The patch in comment #3 broke the (previously passing) test for all ix86 targets. It seems strange to try and remedy that by disabling the test for nonpic targets (as the change at r163685

[Bug fortran/43829] Scalarization of reductions

2010-09-13 Thread dominiq at lps dot ens dot fr
--- Comment #29 from dominiq at lps dot ens dot fr 2010-09-13 09:09 --- But it can still be updated and committed before the end of stage 1. :-) I hope so!-) I also think this pr is related to pr43829. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829

[Bug middle-end/45567] [4.5/4.6 Regression] __builtin_popcountl ICEs with -ftree-ter

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2010-09-13 09:17 --- Created an attachment (id=21783) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21783action=view) gcc46-pr45567.patch Untested fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45567

[Bug bootstrap/45611] [4.6 regression] SIGBUS in generate_option_input_file on Solaris 2/SPARC

2010-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2010-09-13 09:35 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36841] Eliminate gfortran_sum_r8 call for calculation involving multidimensional array multiplication followed by a sum along first dimension

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2010-09-13 10:18 --- I believe just gfc_conv_intrinsic_arith needs to be adjusted so that it also handles se-ss case, at least for optimize !optimize_size. Currently it just handles the case where those intrinsics return a scalar. --

[Bug bootstrap/45611] [4.6 regression] SIGBUS in generate_option_input_file on Solaris 2/SPARC

2010-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2010-09-13 10:47 --- Subject: Bug 45611 Author: rguenth Date: Mon Sep 13 10:47:28 2010 New Revision: 164244 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164244 Log: 2010-09-13 Richard Guenther rguent...@suse.de PR

[Bug bootstrap/45611] [4.6 regression] SIGBUS in generate_option_input_file on Solaris 2/SPARC

2010-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2010-09-13 10:48 --- Should be fixed now. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/45421] [4.6 regression] Ada bootstrap failure on IRIX 6.5: SIGBUS in sem_aggr.sort_case_table

2010-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #10 from ebotcazou at gcc dot gnu dot org 2010-09-13 10:55 --- Presumably re-fixed by Richard now. :-) Reopen if not. *** This bug has been marked as a duplicate of 45611 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed

[Bug bootstrap/45611] [4.6 regression] SIGBUS in generate_option_input_file on Solaris 2/SPARC

2010-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2010-09-13 10:55 --- *** Bug 45421 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45611

[Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243

2010-09-13 Thread ibolton at gcc dot gnu dot org
--- Comment #5 from ibolton at gcc dot gnu dot org 2010-09-13 11:04 --- Reporter needs to try again with different configure options. (We may still want a more user-friendly way of catching the original problem though.) -- ibolton at gcc dot gnu dot org changed: What

[Bug tree-optimization/34737] Scheduling of post-modified function arguments is not good

2010-09-13 Thread abnikant dot singh at atmel dot com
--- Comment #6 from abnikant dot singh at atmel dot com 2010-09-13 11:38 --- we get better code in the head. Both the cases [test1 and test2] produce the same piece of code: i.e for the following test case: void foo(char *p); void test1(char * p) { foo(p++); foo(p++);

[Bug middle-end/33970] Missed optimization using unsigned char loop variable

2010-09-13 Thread abnikant dot singh at atmel dot com
--- Comment #12 from abnikant dot singh at atmel dot com 2010-09-13 12:09 --- I have verified the attached test case and test case with other comments and found the code generated is correct i.e. the variable is not promoted to integer in gcc-4.3.3, gcc-4.4.3, gcc-4.5.0 and also the

[Bug fortran/45654] New: -fwhole-file doesn't warn about INTERFACE vs. definition mismatches

2010-09-13 Thread jakub at gcc dot gnu dot org
Sorry if this is a dup. Is there any reason why with -fwhole-file we don't warn about: subroutine foo(ptr, ptr2, f) integer, pointer :: ptr(:), ptr2(:) logical :: f if (f) then allocate (ptr(6)) else nullify(ptr) end if end subroutine subroutine bar() real, pointer :: ptr(:),

[Bug web/45655] New: GCC WIki Needs Text Colorizing Capability

2010-09-13 Thread tom dot browder at gmail dot com
The GCC Wiki does not have the text colorizing macro installed (or else it doesn't seem to work as it's supposed to). See http://moinmo.in/MacroMarket/Color2 for more details on it. -- Summary: GCC WIki Needs Text Colorizing Capability Product: gcc Version:

[Bug tree-optimization/45656] New: [4.5 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-09-13 Thread hp at gcc dot gnu dot org
With revision r163997 this test passed. From revision r163998 and on, including at least r164242 this test has failed as follows: Running /tmp/reg_a4_998/gcc/gcc/testsuite/gfortran.dg/dg.exp ... ... (non-regressions elided) FAIL: gfortran.dg/forall_4.f90 -O3 -g execution test With the message

[Bug tree-optimization/45656] [4.5 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-09-13 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2010-09-13 14:00 --- Created an attachment (id=21784) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21784action=view) shortened gfortran.dg/forall_4.f90 -O3 -g -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45656

[Bug tree-optimization/45656] [4.5 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-09-13 Thread matz at gcc dot gnu dot org
--- Comment #2 from matz at gcc dot gnu dot org 2010-09-13 14:21 --- Uh, I just disabled tree-sinking in some cases. This can't be directly the reason for the problem, rather it must have uncovered a latent problem. Will try to investigate. --

[Bug tree-optimization/45656] [4.5 Regression]: gfortran.dg/forall_4.f90 -O3, wrong code with -g

2010-09-13 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2010-09-13 14:37 --- (In reply to comment #1) -O3 -g I forgot to mention, also: -fno-delayed-branch (reorg is always the usual suspect when latent bugs are exposed, but not so this time.) I guess it's fair to include Alexandre what with

[Bug testsuite/45361] gcc.target/i386/volatile-2.c failed

2010-09-13 Thread davek at gcc dot gnu dot org
--- Comment #15 from davek at gcc dot gnu dot org 2010-09-13 14:41 --- (In reply to comment #14) Well, scans definitely pass on x86_64 AND i686 linux without -fpic. Why it fails for the -fpic targets should be clear from the assembly dumps. The fix you are referring to added

[Bug c++/19816] C++ front-end produces a cast instead of just a.b (empty base class)

2010-09-13 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2010-09-13 14:57 --- This isn't a bug. We produce a cast here because no field is generated for an empty base class. From class.c: /* We do not create a FIELD_DECL for empty base classes because it might overlap some other field. We

[Bug c++/42033] libstdc++ seems to miss std::basic_stringchar, std::char_traitschar, std::allocatorchar ::basic_stringchar*(char*, char*, std::allocatorchar const)

2010-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #9 from paolo dot carlini at oracle dot com 2010-09-13 15:22 --- What's going on with this? Is there something I can do to help resolving it for good? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42033

[Bug c++/45657] New: Wrongly computed exception specification for destructor

2010-09-13 Thread schaub-johannes at web dot de
This code is invalid, but is accepted by GCC: // snip struct Viral { struct Dose { }; protected: ~Viral() throw (Dose) { } }; struct Base : virtual Viral { virtual ~Base() throw() { } }; struct Derived : Base { }; // snap ~Derived calls ~Viral, which adds Dose to its exception spec. This

[Bug fortran/45596] Implement simple static points-to analysis in Fortran FE

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2010-09-13 15:36 --- Created an attachment (id=21785) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21785action=view) gcc46-pr45596.patch Updated patch. This one should handle the case where pointer assigment just points into some

[Bug bootstrap/45658] New: [4.6 regression] Comparison failure in gcc/ada/ali.o on Solaris 2/SPARC

2010-09-13 Thread ro at gcc dot gnu dot org
Even with PR bootstrap/45611 fixed, I get a comparison failure on sparc-sun-solaris2.10: Comparing stages 2 and 3 Bootstrap comparison failure! gcc/ada/ali.o differs make[2]: *** [compare] Error 1 Comparing the stage 2 and 3 assembler output, I find: --- prev-gcc/ali.s 2010-09-13

[Bug bootstrap/45658] [4.6 regression] Comparison failure in gcc/ada/ali.o on Solaris 2/SPARC

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45658

[Bug rtl-optimization/45354] [4.5/4.6 Regression] ICE: verify_flow_info failed: fallthru edge crosses section boundary (bb 6) with gcc.dg/tree-prof/update-cunroll-2.c

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45354

[Bug target/45363] [4.5 Regression] libgcc fails to configure: cc1: internal compiler error: Illegal instruction: 4

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45363

[Bug middle-end/45566] [4.5/4.6 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45566

[Bug middle-end/45567] [4.5/4.6 Regression] __builtin_popcountl ICEs with -ftree-ter

2010-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2010-09-13 15:53 --- Looks kindof obvious. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/45569] [4.5 Regression] ICE: verify_stmts failed: statement marked for throw in middle of block with -fnon-call-exceptions

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45569

[Bug fortran/45659] New: LTO / function pointers with iso_c_binding

2010-09-13 Thread Joost dot VandeVondele at pci dot uzh dot ch
Not quite sure if this CP2K derived testcase is really a bug, but for the testcase below, I get the following warning and later an error (this might be different issues?) : gfortran -flto test_c.c test.f90 test_c.c:3:8: warning: type of ‘build_eri’ does not match original declaration [enabled by

[Bug rtl-optimization/45593] [4.5/4.6 regression] segfault with -Os

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45593

[Bug c++/45606] [4.5/4.6 Regression] match a method prototyped a typedef alias with the original type (using stdlib)

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45606

[Bug target/45650] [4.3/4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45650

[Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344

2010-09-13 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45651

[Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344

2010-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2010-09-13 16:01 --- Seems a rather annoying regression, let's ask H.J. a binary search... -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug fortran/45659] LTO / function pointers with iso_c_binding

2010-09-13 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-09-13 16:12 --- It works for me. I suppose you have older gold with known bugs? I have GNU gold (GNU Binutils; SUSE:openSUSE 11.1 2.20.51.20091013-0.1) 1.9 Copyright 2008 Free Software Foundation, Inc. This program is free

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread ro at gcc dot gnu dot org
--- Comment #2 from ro at gcc dot gnu dot org 2010-09-13 16:43 --- Same on *-*-solaris2* (probably on all non-Linux targets). -- ro at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/45652] [4.6 Regression] gcc.dg/compat/scalar-by-value-3 FAILs with -O2 -fselective-scheduling2

2010-09-13 Thread amonakov at gcc dot gnu dot org
--- Comment #2 from amonakov at gcc dot gnu dot org 2010-09-13 16:53 --- Confirmed. Not related to PR43949 since selective scheduling does not use cselib. The miscompilation seems to come from RTL aliasing: sel-sched lifts a load that references stack via a general-purpose register

[Bug c++/45657] Wrongly computed exception specification for destructor

2010-09-13 Thread redi at gcc dot gnu dot org
--- Comment #1 from redi at gcc dot gnu dot org 2010-09-13 16:55 --- Not a regression, and G++ 4.6 correctly rejects it: pr.cc:12:8: error: looser throw specifier for 'virtual Derived::~Derived() throw (Viral::Dose)' pr.cc:9:11: error: overriding 'virtual Base::~Base() throw ()' EDG

[Bug c++/45657] Wrongly computed exception specification for destructor

2010-09-13 Thread schaub-johannes at web dot de
--- Comment #2 from schaub-johannes at web dot de 2010-09-13 17:02 --- Great(In reply to comment #1) Not a regression, and G++ 4.6 correctly rejects it: pr.cc:12:8: error: looser throw specifier for 'virtual Derived::~Derived() throw (Viral::Dose)' pr.cc:9:11: error: overriding

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread redi at gcc dot gnu dot org
--- Comment #3 from redi at gcc dot gnu dot org 2010-09-13 17:04 --- the test already includes cassert so presumably the fix is simply to replace line 77 with T const* operator-() const { assert(this-is_initialized()) ; return this-get_ptr_impl() ; } --

[Bug c++/45657] Wrongly computed exception specification for destructor

2010-09-13 Thread redi at gcc dot gnu dot org
--- Comment #3 from redi at gcc dot gnu dot org 2010-09-13 17:06 --- Jason, do you know if this was fixed as part of your noexcept work, or is it still latent in trunk? -- redi at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/43829] Scalarization of reductions

2010-09-13 Thread mikael at gcc dot gnu dot org
--- Comment #30 from mikael at gcc dot gnu dot org 2010-09-13 17:09 --- (In reply to comment #29) I also think this pr is related to pr43829. It couldn't be more ;-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43829

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #4 from paolo dot carlini at oracle dot com 2010-09-13 17:12 --- I agree with Jon: the expansion of assert to __assert_fail, etc, isn't portable, the testcase should simply use assert. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45645

[Bug fortran/45659] LTO / function pointers with iso_c_binding

2010-09-13 Thread Joost dot VandeVondele at pci dot uzh dot ch
--- Comment #2 from Joost dot VandeVondele at pci dot uzh dot ch 2010-09-13 17:13 --- (In reply to comment #1) It works for me. I suppose you have older gold with known bugs? I have GNU gold (GNU Binutils; SUSE:openSUSE 11.1 2.20.51.20091013-0.1) 1.9 my date is more recent

[Bug fortran/36841] Eliminate gfortran_sum_r8 call for calculation involving multidimensional array multiplication followed by a sum along first dimension

2010-09-13 Thread mikael at gcc dot gnu dot org
--- Comment #7 from mikael at gcc dot gnu dot org 2010-09-13 17:14 --- (In reply to comment #4) (see pr43829) I think it is a duplicate of (or close to) pr43829. Marked as depending on it so that I don't forget it. -- mikael at gcc dot gnu dot org changed: What

[Bug middle-end/45312] [4.4 Regression] GCC 4.4.4 miscompiles the Linux kernel

2010-09-13 Thread belyshev at depni dot sinp dot msu dot ru
--- Comment #22 from belyshev at depni dot sinp dot msu dot ru 2010-09-13 17:54 --- Fixed everywhere but on 4.3 branch. Maybe commit the patch there too? -- belyshev at depni dot sinp dot msu dot ru changed: What|Removed |Added

[Bug debug/45660] New: [4.5/4.6 Regression] ICE in dwarf2out_finish

2010-09-13 Thread jakub at gcc dot gnu dot org
// { dg-do compile } // { dg-options -g -fno-inline } void test () { struct S { typedef void (**T) (void); static T i (void) { return 0; } }; S s; if (s.i ()) *s.i () = 0; } ICEs with rh632847.C:15:1: internal compiler error: in dwarf2out_finish, at dwarf2out.c:22387 Please

[Bug fortran/45659] LTO / function pointers with iso_c_binding

2010-09-13 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2010-09-13 17:58 --- void (*build_eri)(); In C means something different from: void (*build_eri)(void); Please try with the void. --- CUT -- void (*build_eri)(); In C means that the build_eri takes a variable arguments. --

[Bug debug/45660] [4.5/4.6 Regression] ICE in dwarf2out_finish

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2010-09-13 18:28 --- Created an attachment (id=21786) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21786action=view) gcc46-pr45660.patch Untested fix. -- jakub at gcc dot gnu dot org changed: What|Removed

[Bug c++/45657] Wrongly computed exception specification for destructor

2010-09-13 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2010-09-13 18:35 --- I'm sure this was fixed by my work on implicitly deleted functions, which involved rewriting the calculation of exception specifications for implicitly declared functions. -- jason at gcc dot gnu dot org changed:

[Bug tree-optimization/45661] New: sincos opportunity missed

2010-09-13 Thread tkoenig at gcc dot gnu dot org
i...@linux-fd1f:/tmp cat tst.f90 subroutine foo(a,c,d,n) real, dimension(n),intent(in) :: a real, dimension(n),intent(out) :: c,d c = sin(a) d = cos(a) end subroutine foo i...@linux-fd1f:/tmp gfortran -O3 -S tst.f90 i...@linux-fd1f:/tmp grep sin tst.s callsinf

[Bug fortran/36841] Eliminate gfortran_sum_r8 call for calculation involving multidimensional array multiplication followed by a sum along first dimension

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2010-09-13 18:50 --- So, are you goint to take care of this? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36841

[Bug c++/45651] [4.3/4.4/4.5/4.6 Regression] ICE in import_export_decl, at cp/decl2.c:2344

2010-09-13 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-09-13 18:53 --- It is caused by revision 115086: http://gcc.gnu.org/ml/gcc-cvs/2006-06/msg00805.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45651

[Bug fortran/29550] Optimize -fexternal-blas calls for conjg()

2010-09-13 Thread tkoenig at gcc dot gnu dot org
--- Comment #6 from tkoenig at gcc dot gnu dot org 2010-09-13 18:53 --- Sounds like something for front end optimization. Should we maybe generate the BLAS calls directly, instead of jumping through the library functions? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29550

[Bug fortran/42831] Unnecessary array temporary produced

2010-09-13 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2010-09-13 18:59 --- This doesn't seem to happen any more. Can we close this? -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/42831] Unnecessary array temporary produced

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-09-13 19:04 --- Perhaps a testcase should be added (either with -Warray-temporaries or scanning dumps) to make sure we don't regress here? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42831

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2010-09-13 19:13 --- I can confirm that the change... Index: gcc/testsuite/g++.dg/torture/pr44972.C === --- gcc/testsuite/g++.dg/torture/pr44972.C (revision

[Bug middle-end/45662] New: [4.6 regression] New x86 test failures

2010-09-13 Thread hjl dot tools at gmail dot com
On Linux/x86, revision 164250: http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00544.html caused FAIL: gcc.target/i386/funcspec-1.c scan-assembler addps[ \t] FAIL: gcc.target/i386/funcspec-1.c scan-assembler fsubs[ \t] FAIL: gfortran.dg/vect/fast-math-pr38968.f90 scan-tree-dump vect vectorized 1 loops

[Bug middle-end/45662] [4.6 regression] New x86 test failures

2010-09-13 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45662

[Bug middle-end/45663] New: [4.6 regression] New test failures

2010-09-13 Thread hjl dot tools at gmail dot com
On Linux/x86, revision 164252: http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00546.html caused: FAIL: gcc.dg/guality/sra-1.c -O2 line 42 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O2 -flto line 42 a.j == 14 FAIL: gcc.dg/guality/sra-1.c -O2 -fwhopr line 42 a.j == 14 FAIL: gcc.dg/guality/sra-1.c

[Bug testsuite/45664] New: All ifunc tests fail on Solaris 2

2010-09-13 Thread ro at gcc dot gnu dot org
-- Summary: All ifunc tests fail on Solaris 2 Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy:

[Bug testsuite/45664] All ifunc tests fail on Solaris 2

2010-09-13 Thread ro at gcc dot gnu dot org
--- Comment #1 from ro at gcc dot gnu dot org 2010-09-13 20:18 --- All the new ifunc tests fail on Solaris 2 (at least Solaris 10/x86): FAIL: g++.dg/ext/attr-ifunc-1.C execution test FAIL: g++.dg/ext/attr-ifunc-2.C execution test FAIL: g++.dg/ext/attr-ifunc-3.C execution test FAIL:

[Bug rtl-optimization/45617] optimize bit shift+compare at RTL level

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2010-09-13 21:00 --- Subject: Bug 45617 Author: jakub Date: Mon Sep 13 21:00:03 2010 New Revision: 164257 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164257 Log: PR rtl-optimization/45617 * combine.c

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread paolo dot carlini at oracle dot com
--- Comment #6 from paolo dot carlini at oracle dot com 2010-09-13 21:01 --- Please properly post the patch to the mailing list and let's resolve this rather straightforward issue. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45645

[Bug debug/43937] [4.6 regression] FAIL: gcc.dg/guality/inline-params.c

2010-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2010-09-13 21:08 --- Subject: Bug 43937 Author: ebotcazou Date: Mon Sep 13 21:08:13 2010 New Revision: 164258 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164258 Log: PR debug/43937 * varasm.c

[Bug debug/43937] [4.6 regression] FAIL: gcc.dg/guality/inline-params.c

2010-09-13 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2010-09-13 21:10 --- At long last. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/45617] optimize bit shift+compare at RTL level

2010-09-13 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2010-09-13 21:10 --- Committed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36841] Eliminate gfortran_sum_r8 call for calculation involving multidimensional array multiplication followed by a sum along first dimension

2010-09-13 Thread mikael at gcc dot gnu dot org
--- Comment #9 from mikael at gcc dot gnu dot org 2010-09-13 21:35 --- (In reply to comment #8) So, are you goint to take care of this? Sure. -- mikael at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/44749] mep-elf fails to build

2010-09-13 Thread jsm28 at gcc dot gnu dot org
--- Comment #1 from jsm28 at gcc dot gnu dot org 2010-09-13 22:25 --- Subject: Bug 44749 Author: jsm28 Date: Mon Sep 13 22:25:09 2010 New Revision: 164260 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164260 Log: PR target/44749 * config/mep/t-mep (GTM_H): Add

[Bug target/44749] mep-elf fails to build

2010-09-13 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2010-09-13 22:27 --- Note that while my commit fixes two causes of build failure for this target, a third cause of failure is still present. As I noted in my patch submission http://gcc.gnu.org/ml/gcc-patches/2010-09/msg00664.html *

[Bug c++/45645] pr44972.C fails with error: �__assert_fail� was not declared in this scope

2010-09-13 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2010-09-13 22:33 --- Patch posted at http://gcc.gnu.org/ml/gcc-patches/2010-09/msg01144.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45645

[Bug c++/45665] New: [4.4/4.5/4.6 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in grokdeclarator, at cp/decl.c:8797 on invalid code

2010-09-13 Thread zsojka at seznam dot cz
Compiler output: $ gcc testcase.C testcase.C:2:11: error: type/value mismatch at argument 1 in template parameter list for 'templateclass struct S' testcase.C:2:11: error: expected a type, got '0' testcase.C:2:21: internal compiler error: tree check: expected class 'type', have 'exceptional'

[Bug bootstrap/45666] New: ICE: /mingw/include/winnt.h:3350:5: Segmentation fault

2010-09-13 Thread t66667 at gmail dot com
../../gcc/xgcc -B../../gcc/ -isystem /mingw/include -c -I. -I../../../gcc-trunk/include -DHAVE_CONFIG_H -g -O1 -Wwrite-strings -Wc++-compat ../../../gcc-trunk/libiberty/make-temp-file.c -o make-temp-file.o In file included from /mingw/include/windef.h:137:0, from

[Bug fortran/45532] gfortran namelist read error

2010-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2010-09-14 04:37 --- Subject: Bug 45532 Author: jvdelisle Date: Tue Sep 14 04:37:02 2010 New Revision: 164266 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164266 Log: 2010-09-14 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug fortran/45532] gfortran namelist read error

2010-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2010-09-14 04:39 --- Subject: Bug 45532 Author: jvdelisle Date: Tue Sep 14 04:39:13 2010 New Revision: 164267 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=164267 Log: 2010-09-14 Jerry DeLisle jvdeli...@gcc.gnu.org

[Bug fortran/45532] gfortran namelist read error

2010-09-13 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2010-09-14 04:40 --- Fixed on trunk, will backport to 4.4 and 4.5 in a few days. -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/45666] ICE: /mingw/include/winnt.h:3350:5: Segmentation fault

2010-09-13 Thread ktietz at gcc dot gnu dot org
--- Comment #1 from ktietz at gcc dot gnu dot org 2010-09-14 05:46 --- *** This bug has been marked as a duplicate of 45362 *** -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/45362] Dangling reference about saved cpp_macro for push/pop macro

2010-09-13 Thread ktietz at gcc dot gnu dot org
--- Comment #1 from ktietz at gcc dot gnu dot org 2010-09-14 05:46 --- *** Bug 45666 has been marked as a duplicate of this bug. *** -- ktietz at gcc dot gnu dot org changed: What|Removed |Added