[Bug debug/41886] [4.5 Regression] ICE from '-O -ftree-loop-distribution -ftree-vectorize -g'

2009-11-07 Thread aoliva at gcc dot gnu dot org
-- aoliva at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aoliva at gcc dot gnu dot |dot org

[Bug c++/40315] template instantiation fails when using const typename

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-11-08 04:37 --- I think this is a bug; we shouldn't be dropping the const at template parsing time. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40315

[Bug c++/40315] template instantiation fails when using const typename

2009-11-07 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/38638] [4.3 regression] ICE superfluous 'typename'

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2009-11-08 04:18 --- Fixed in 4.4.0, not going to fix in 4.3 branch. -- jason at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/37920] ICE (segv) with typename typeof in local struct

2009-11-07 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

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

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #10 from jason at gcc dot gnu dot org 2009-11-08 04:07 --- The testcase is well-formed under DR 224/409. *** This bug has been marked as a duplicate of 9634 *** -- jason at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/9634] [DR224] Injected class name as qualifier should not make the name dependent

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #24 from jason at gcc dot gnu dot org 2009-11-08 04:07 --- *** Bug 21783 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/15946] Unhelpful error message when "typename" is omitted

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #8 from jason at gcc dot gnu dot org 2009-11-08 04:03 --- Fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIG

[Bug c++/15946] Unhelpful error message when "typename" is omitted

2009-11-07 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/15946] Unhelpful error message when "typename" is omitted

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2009-11-08 04:02 --- *** Bug 15179 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15946

[Bug c++/15179] bad parse error recovery with missing typename

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2009-11-08 04:02 --- *** This bug has been marked as a duplicate of 15946 *** -- jason at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/40738] missing typename error improvement

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #3 from jason at gcc dot gnu dot org 2009-11-08 03:47 --- Subject: Bug 40738 Author: jason Date: Sun Nov 8 03:47:36 2009 New Revision: 154006 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154006 Log: PR c++/18451 PR c++/40738 * cp-tree.h (cp

[Bug c++/18451] C++ error message regression

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-11-08 03:47 --- Subject: Bug 18451 Author: jason Date: Sun Nov 8 03:47:36 2009 New Revision: 154006 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154006 Log: PR c++/18451 PR c++/40738 * cp-tree.h (cp

[Bug c++/15946] Unhelpful error message when "typename" is omitted

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2009-11-08 03:10 --- *** Bug 35228 has been marked as a duplicate of this bug. *** -- jason at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/35228] bad error recovery with missing typename

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #5 from jason at gcc dot gnu dot org 2009-11-08 03:10 --- *** This bug has been marked as a duplicate of 15946 *** -- jason at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec

2009-11-07 Thread paolo dot carlini at oracle dot com
--- Comment #3 from paolo dot carlini at oracle dot com 2009-11-08 00:10 --- >From http://gcc.gnu.org/bugs/ : "the preprocessed file (*.i*) that triggers the bug, generated by adding -save-temps to the complete compilation command" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=419

[Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec

2009-11-07 Thread brunorex at gmail dot com
--- Comment #2 from brunorex at gmail dot com 2009-11-07 23:37 --- Mind explaining how can I do that? (In reply to comment #1) > Please attach preprocessed source. I suspect this is yet another dup of > PR41891. > -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41979

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #12 from nmm1 at cam dot ac dot uk 2009-11-07 23:33 --- Subject: Re: gfortran -fopenp and ACML_MP seem incompatible On Nov 7 2009, burnus at gcc dot gnu dot org wrote: > > --- Comment #11 from burnus at gcc dot gnu dot org 2009-11-07 22:19 > --- Which version of AC

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-07 23:28 --- *** Bug 41944 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/41944] ICE while compiling

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-07 23:28 --- *** This bug has been marked as a duplicate of 41928 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/41903] [4.5 Regression] Segmentation fault in bitmap_clear

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-11-07 23:27 --- *** This bug has been marked as a duplicate of 41928 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-11-07 23:27 --- *** Bug 41903 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/41891] [4.5 Regression] ICE in move_loop_invariants

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-11-07 23:27 --- *** This bug has been marked as a duplicate of 41928 *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-11-07 23:27 --- *** Bug 41891 has been marked as a duplicate of this bug. *** -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-11-07 23:15 --- I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|

[Bug c++/41983] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-11-07 22:54 --- *** This bug has been marked as a duplicate of 41984 *** -- b3timmons at speedymail dot org changed: What|Removed |Added ---

[Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #5 from b3timmons at speedymail dot org 2009-11-07 22:54 --- *** Bug 41983 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41984

[Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #4 from b3timmons at speedymail dot org 2009-11-07 22:54 --- *** Bug 41982 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41984

[Bug c++/41982] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-11-07 22:54 --- *** This bug has been marked as a duplicate of 41984 *** -- b3timmons at speedymail dot org changed: What|Removed |Added ---

[Bug rtl-optimization/41891] [4.5 Regression] ICE in move_loop_invariants

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-11-07 22:54 --- PR41928 has the smallest testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41891

[Bug c++/41981] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-11-07 22:53 --- *** This bug has been marked as a duplicate of 41984 *** -- b3timmons at speedymail dot org changed: What|Removed |Added ---

[Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #3 from b3timmons at speedymail dot org 2009-11-07 22:53 --- *** Bug 41981 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41984

[Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #2 from b3timmons at speedymail dot org 2009-11-07 22:52 --- *** Bug 41980 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41984

[Bug c++/41980] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-11-07 22:52 --- *** This bug has been marked as a duplicate of 41984 *** -- b3timmons at speedymail dot org changed: What|Removed |Added ---

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-07 22:36 --- Confirmed with -O1 -fbounds-check. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41984] ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-11-07 22:31 --- Created an attachment (id=18991) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18991&action=view) bzip2ed preprocessed source triggering failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41984

[Bug c/41979] GCC fails to compile MPC-HC's ffmpeg/libavcodec

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-11-07 22:29 --- Please attach preprocessed source. I suspect this is yet another dup of PR41891. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/41984] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O -fprofile-arcs -fgraphite-identity Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure

[Bug c++/41983] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O -fprofile-arcs -fgraphite-identity Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure

[Bug c++/41982] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O -fprofile-arcs -fgraphite-identity Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure

[Bug c++/41981] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O -fprofile-arcs -fgraphite-identity Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure

[Bug c++/41980] New: ICE from '-fno-exceptions -O -fprofile-arcs -fgraphite-identity'

2009-11-07 Thread b3timmons at speedymail dot org
g++ -v -B. -r -nostdlib graphite-identity-bug.ii -Wall -fno-exceptions -O -fprofile-arcs -fgraphite-identity Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc/configure

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread burnus at gcc dot gnu dot org
--- Comment #11 from burnus at gcc dot gnu dot org 2009-11-07 22:19 --- Which version of ACML are you using? I get a bit confused with all those 4-dot-something version numbers as both GCC and ACML have them. Do you use ACML 4.3.0? strings /opt/acml4.3.0/gfortran64/lib/libacml.a |grep

[Bug c/41979] New: GCC fails to compile MPC-HC's ffmpeg/libavcodec

2009-11-07 Thread brunorex at gmail dot com
GCC version: gcc version 4.5.0 20091105 (experimental) (GCC) System type: i386-pc-mingw32 Options given when GCC was configured/built: ../gcc-4.5-20091105-mingw/configure --host=i386-pc-mingw32 --build=x86_64-unknown-linux-gnu --target=i386-pc-mingw32 --prefix=/home/gfortran/gcc-home/binary/mingw

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread paolo dot carlini at oracle dot com
--- Comment #12 from paolo dot carlini at oracle dot com 2009-11-07 20:53 --- Fixed in r154001. -- paolo dot carlini at oracle dot com changed: What|Removed |Added

[Bug c++/9381] attribute on member function pointer have no effect

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2009-11-07 20:24 --- Fixed for 4.4.3. The patch for 4.4 applied fine to 4.3, but didn't fix the bug there for some reason. -- jason at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/9381] attribute on member function pointer have no effect

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2009-11-07 19:46 --- Subject: Bug 9381 Author: jason Date: Sat Nov 7 19:45:56 2009 New Revision: 153998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153998 Log: PR c++/9381 * decl2.c (build_memfn_type): Preserv

[Bug fortran/41177] Wrong base-object checks for type-bound procedures

2009-11-07 Thread domob at gcc dot gnu dot org
--- Comment #4 from domob at gcc dot gnu dot org 2009-11-07 19:45 --- See here for some discussion about this issue: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/8cef6676b6fa3750# -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41177

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #10 from nmm1 at cam dot ac dot uk 2009-11-07 19:15 --- Subject: Re: gfortran -fopenp and ACML_MP seem incompatible On Nov 7 2009, kargl at gcc dot gnu dot org wrote: > >OpenMP clearly helps the 'Coded Cholesky time', but it >causes a factor of 10 degradation in the 'Coded

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread kargl at gcc dot gnu dot org
--- Comment #9 from kargl at gcc dot gnu dot org 2009-11-07 19:00 --- Even without acml, there appears to be an issue. gfortran44 -o one -O2 -pipe -march=native one.f90 -L/usr/local/lib \ -llapack -lblas -fopenmp ./one fred_f_1000 LAPACK Cholesky time = .27 seconds, CPU = .27

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #8 from nmm1 at cam dot ac dot uk 2009-11-07 18:56 --- Subject: Re: gfortran -fopenp and ACML_MP seem incompatible On Nov 7 2009, rguenth at gcc dot gnu dot org wrote: > > --- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-07 18:40 > --- I suspect acml_mp i

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-07 18:40 --- I suspect acml_mp is built using a different GCC version and they link libgomp statically. Can you check what the acml_mp library links against? Just use ldd for this. Then check that this is consistent with what y

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #6 from nmm1 at cam dot ac dot uk 2009-11-07 18:29 --- Subject: Re: gfortran -fopenp and ACML_MP seem incompatible No, but I will try to find it. It is definitely a closed source library, and was written by NAG for AMD under contract. I quite agree that the bug could be a

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2009-11-07 18:24 --- Nick, Have you also reported this issue to the ACML forum? AFAICT, acml is a closed source library (at least I couldn't find the source code), and the problem may in fact be within acml. -- http://gcc.gnu.org/bu

[Bug fortran/41978] New: ICE in gfc_conv_expr_descriptor for array PPC assignment

2009-11-07 Thread domob at gcc dot gnu dot org
The following code ICEs: MODULE m IMPLICIT NONE TYPE t PROCEDURE(myproc), POINTER, PASS :: myproc END TYPE t CONTAINS INTEGER FUNCTION myproc (me) CLASS(t), INTENT(IN) :: me myproc = 42 END FUNCTION myproc END MODULE m PROGRAM main USE m IMPLICIT NONE TYPE(t) :: a

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #4 from nmm1 at cam dot ac dot uk 2009-11-07 17:48 --- Sorry - there's no need to send you the data file - I can send the programs I use to generate it, which are very short. I have done so. To run these, compile them into binaries of the same name with almost any options,

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #3 from nmm1 at cam dot ac dot uk 2009-11-07 17:46 --- Created an attachment (id=18990) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18990&action=view) The second half of the generation code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41977

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #2 from nmm1 at cam dot ac dot uk 2009-11-07 17:46 --- Created an attachment (id=18989) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18989&action=view) The first half of the data generation code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41977

[Bug fortran/41977] gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
--- Comment #1 from nmm1 at cam dot ac dot uk 2009-11-07 17:44 --- Created an attachment (id=18988) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18988&action=view) The source of the failing program -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41977

[Bug tree-optimization/41643] [4.4 Regression] ICE (segmentation fault) for SPEC CPU2000's 176.gcc when using -fno-tree-dce

2009-11-07 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2009-11-07 17:41 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/41643] [4.4 Regression] ICE (segmentation fault) for SPEC CPU2000's 176.gcc when using -fno-tree-dce

2009-11-07 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2009-11-07 17:41 --- Subject: Bug 41643 Author: jakub Date: Sat Nov 7 17:41:07 2009 New Revision: 153997 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153997 Log: PR tree-optimization/41643 * gcc.dg/pr41643.c: Ne

[Bug tree-optimization/41643] [4.4 Regression] ICE (segmentation fault) for SPEC CPU2000's 176.gcc when using -fno-tree-dce

2009-11-07 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2009-11-07 17:40 --- Subject: Bug 41643 Author: jakub Date: Sat Nov 7 17:39:48 2009 New Revision: 153996 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153996 Log: PR tree-optimization/41643 Backport from mainline

[Bug fortran/41977] New: gfortran -fopenp and ACML_MP seem incompatible

2009-11-07 Thread nmm1 at cam dot ac dot uk
gfortran -fopenmp is incompatible with -lacml_mp under at least some circumstances. The program is LAPACK Cholesky and its solver, converted to Fortran 90 and instrumented for a course. It fails with 4.4.1 in ACML (i.e. the LAPACK call returns an erroneous error value), and in 4.3.2 the solver (w

[Bug tree-optimization/41643] [4.4 Regression] ICE (segmentation fault) for SPEC CPU2000's 176.gcc when using -fno-tree-dce

2009-11-07 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-11-07 15:00 --- Fixed by r145494, testing a backport. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/32593] Missed optimization of 'y = constant - x' operation

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-11-07 14:44 --- Oh, there's no loop. Then it's the not implemented strength-reduction on scalar code that is the issue. In theory strength-reduction can be integrated into our global value-numbering / PRE code, but nobody has done

[Bug target/32593] Missed optimization of 'y = constant - x' operation

2009-11-07 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-11-07 14:35 --- On the tree level we see (after FRE): D.1996_50 = pix_1 + 1; D.1997_51 = 1 - stride_11(D); D.1998_52 = (unsigned int) D.1997_51; D.1999_53 = pix_1 + D.1998_52; D.2000_54 = *D.1999_53; D.2003_57 = block_2

[Bug testsuite/41976] New: Error testing gcc 4.4.2

2009-11-07 Thread pierre42d at 9online dot fr
[...] make[2]: Entering directory `/tmp/gcc-build/libiberty' make[3]: Entering directory `/tmp/gcc-build/libiberty/testsuite' gcc -DHAVE_CONFIG_H -s -O3 -march=i686 -I.. -I../../../gcc-4.4.2/libiberty/testsuite/../../include -o test-demangle \ ../../../gcc-4.4.2/libiberty/testsuite

[Bug java/21206] gcj seems not to pass the option to ld correctly

2009-11-07 Thread pierre42d at 9online dot fr
--- Comment #20 from pierre42d at 9online dot fr 2009-11-07 12:24 --- I have the same problem with 4.4.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21206

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread dcb314 at hotmail dot com
--- Comment #11 from dcb314 at hotmail dot com 2009-11-07 12:22 --- (In reply to comment #10) > I've added an improved patch file. There are more fixes > in builtins.c and I've added some changes for calls.c I've posted something to gcc-patches. I'll wait & see what happens with that be

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread paolo dot carlini at oracle dot com
-- paolo dot carlini at oracle dot com changed: What|Removed |Added AssignedTo|paolo dot carlini at oracle |unassigned at gcc dot gnu |dot com

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread dcb314 at hotmail dot com
--- Comment #10 from dcb314 at hotmail dot com 2009-11-07 11:45 --- I've added an improved patch file. There are more fixes in builtins.c and I've added some changes for calls.c I count eight variables removed and the patch seemed to build ok. I haven't regression tested it, however.

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread dcb314 at hotmail dot com
--- Comment #9 from dcb314 at hotmail dot com 2009-11-07 11:42 --- Created an attachment (id=18987) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18987&action=view) patch file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41974

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread paolo dot carlini at oracle dot com
--- Comment #8 from paolo dot carlini at oracle dot com 2009-11-07 11:07 --- About testing, the idea is comparing the results before and after the patch (at any given moment in the development process you may see an handful of pre-existing regressions, which will be fixed in time for th

[Bug preprocessor/41943] include search path composition is bogus

2009-11-07 Thread rainer at emrich-ebersheim dot de
--- Comment #3 from rainer at emrich-ebersheim dot de 2009-11-07 11:04 --- (In reply to comment #2) > (In reply to comment #1) > > That is because the way you configured GCC with > > --with-sysroot=/mingw/test/sysroot > > > > Since that is true, it adds the sysroot to C:/MinGW/test/pre

[Bug middle-end/20548] [4.3/4.4/4.5 regression] ACATS c52103x c52104x c52104y segfault

2009-11-07 Thread ebotcazou at gcc dot gnu dot org
--- Comment #42 from ebotcazou at gcc dot gnu dot org 2009-11-07 10:05 --- > As I understand it, there is still a patch pending for i386? Yes, the current stack checking method is not bullet-proof and can fail to detect stack overflows; a warning should be issued in that case though.

[Bug c/41974] gcc/genautomata.c, gcc/builtins.c: 4 * set but not used

2009-11-07 Thread dcb314 at hotmail dot com
--- Comment #7 from dcb314 at hotmail dot com 2009-11-07 10:00 --- (In reply to comment #6) > Ok, I take this. Thanks. I did a bit more digging and I think there are a few more for file builtins.c - would you like these new ones now as well as the two I've already mentioned, or would y

[Bug middle-end/20548] [4.3/4.4/4.5 regression] ACATS c52103x c52104x c52104y segfault

2009-11-07 Thread ludovic at ludovic-brenta dot org
--- Comment #41 from ludovic at ludovic-brenta dot org 2009-11-07 09:45 --- As I understand it, there is still a patch pending for i386? Does anyone plan to backport this patch into gcc-4_4-branch? I am considering applying this patch (up to r153918) in Debian's gnat-4.4. Before I do

[Bug target/32593] Missed optimization of 'y = constant - x' operation

2009-11-07 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2009-11-07 09:35 --- Confirmed, the code for -O2 -funroll-loops includes things such as movzwl 2(%eax), %esi movl$1, -44(%ebp) subl%ecx, -44(%ebp) movl-44(%ebp), %edi movzbl (%edx,%edi), %eb

[Bug target/36503] x86 can use x >> -y for x >> 32-y

2009-11-07 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2009-11-07 09:21 --- bt with a memory object and a register index will _not_ truncate the argument: static int btm(int *a, int b) { asm ("btl %2, %1; movl $0, %0; setc %b0" : "=r" (b) : "m" (*a), "0" (b)); return b; } static int btr(int a,

[Bug tree-optimization/36646] [4.3/4.4/4.5 Regression] Unnecessary moves generated on loop boundaries

2009-11-07 Thread astrange at ithinksw dot com
--- Comment #8 from astrange at ithinksw dot com 2009-11-07 09:03 --- Closing. -- astrange at ithinksw dot com changed: What|Removed |Added Status|NEW