[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-08 Thread thenlich at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #4 from Thomas Henlich thenlich at users dot sourceforge.net 2011-08-08 06:07:33 UTC --- It is not safe to omit the warning for integers: the constant could have been truncated to an integer, as in: real(8) :: r8 r8 =

[Bug c/50021] New: -Wsuggest-attribute=pure makes obviously-incorrect suggestion

2011-08-08 Thread eggert at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021 Summary: -Wsuggest-attribute=pure makes obviously-incorrect suggestion Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 --- Comment #2 from Zdenek Sojka zsojka at seznam dot cz 2011-08-08 07:53:54 UTC --- (In reply to comment #1) That may be true on your platform, but I don't think it is guaranteed to be true in general. I don't know if that explains the

[Bug tree-optimization/49963] [4.7 Regression] ICE: in abs_hwi, at hwint.c:108

2011-08-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49963 --- Comment #6 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-08-08 08:28:46 UTC --- (In reply to comment #5) Created attachment 24909 [details] Draft patch I'm attaching a patch which tries to implement what Joseph suggests (thanks!).

[Bug c++/50020] [C++0x] internal compiler error range for in templated class

2011-08-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50020 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libstdc++/47762] FAIL: ext/mt_allocator/deallocate_global_thread-1.cc execution test

2011-08-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47762 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Target|i686-apple-darwin9

[Bug tree-optimization/50005] [4.7 Regression] ipa-inline-analysis.c:1876:41: error: comparison between signed an d unsigned integer expressions

2011-08-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50005 --- Comment #3 from Mikael Pettersson mikpe at it dot uu.se 2011-08-08 09:29:05 UTC --- Patch posted: http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00749.html

[Bug c++/49996] Internal error in verify_gimple_stmt: initializing struct in new-initializer

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49996 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/49997] [4.7 Regression] ICE in inline_small_functions with -fnon-call-exceptions

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49997 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/49991] gimple check: expected gimple_phi(error_mark), have gimple_assign(max_expr) in gimple_phi_arg

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49991 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/49998] [4.7 Regression] crtstuff.c:64:28: fatal error: unwind-dw2-fde.h: No such file

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49998 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug tree-optimization/49999] [4.5/graphite] ICE in graphite_loop_normal_form, at graphite-sese-to-poly.c:2850

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/50004] [4.7 Regression] ICE in c_ptr_tests_16.f90

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50004 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug java/50007] org.eclipse.jdt.internal.compiler.batch.GCCMain not found

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50007 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug lto/50008] [4.7 Regression] type mismatch in array reference, verify_gimple failed

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50008 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug target/50009] [4.7 Regression] Segmentation fault in tree_nop_conversion

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50009 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/50005] [4.7 Regression] ipa-inline-analysis.c:1876:41: error: comparison between signed an d unsigned integer expressions

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50005 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/50005] [4.7 Regression] ipa-inline-analysis.c:1876:41: error: comparison between signed an d unsigned integer expressions

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50005 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-08-08 09:59:05 UTC --- Author: rguenth Date: Mon Aug 8 09:59:02 2011 New Revision: 177557 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177557 Log: 2011-08-08 Mikael

[Bug tree-optimization/50014] [4.7 Regression] Assertion failed in vect_get_vec_def_for_stmt_copy

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50014 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug bootstrap/50018] [4.7 regression] fixup_args_size_notes ICE breaks m68k-linux bootstrap

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50018 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug bootstrap/49242] Bootstrap comparison failure

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49242 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug bootstrap/49246] bootstrap comparison failure with 174455 on OpenBSD

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49246 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/50012] [4.5/4.6/4.7 Regression] C++ front end misses -Wsign-compare warnings when extraneous parentheses are present

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50012 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug target/49987] [4.7 Regression] gcc.c-torture/compile/pr34856.c fails on powerpc-darwin9 from r176228

2011-08-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49987 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 --- Comment #4 from Marc Glisse marc.glisse at normalesup dot org 2011-08-08 10:12:58 UTC --- (In reply to comment #2) Yes, I should have mentioned the target is x86_64-unknown-linux-gnu. Generally, the code added in r177215: + if

[Bug tree-optimization/50021] -Wsuggest-attribute=pure makes obviously-incorrect suggestion

2011-08-08 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/50022] New: [4.7 regression] incorrect condition in IT block when building mozilla code base for ARM

2011-08-08 Thread mh+gcc at glandium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 Summary: [4.7 regression] incorrect condition in IT block when building mozilla code base for ARM Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/49993] arrays declared as parameter are not allocated in read-only memory

2011-08-08 Thread arnaud02 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49993 --- Comment #1 from Arnaud Desitter arnaud02 at users dot sourceforge.net 2011-08-08 10:28:27 UTC --- The equivalent C program results in the expected segmentation fault. void a1(int *ia) { *ia = 1; } void a2(void) { static const int ia[] =

[Bug target/50022] [4.7 regression] incorrect condition in IT block when building mozilla code base for ARM

2011-08-08 Thread mh+gcc at glandium dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50022 --- Comment #1 from Mike Hommey mh+gcc at glandium dot org 2011-08-08 10:44:27 UTC --- Created attachment 24949 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24949 nsCookieService.i.xz

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 --- Comment #5 from Zdenek Sojka zsojka at seznam dot cz 2011-08-08 11:03:29 UTC --- (In reply to comment #3) + if ((TYPE_PRECISION (type) TYPE_PRECISION (ftype) + || TYPE_UNSIGNED (type) != TYPE_UNSIGNED (ftype)) looks wrong. I

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 --- Comment #6 from Marc Glisse marc.glisse at normalesup dot org 2011-08-08 11:14:06 UTC --- (In reply to comment #5) It gives a warning probably because of a mistake in the gcc sources. Or not. In your example, remove short and replace int

[Bug tree-optimization/48648] internal compiler error: in translate_clast, at graphite-clast-to-gimple.c:1123

2011-08-08 Thread kilo at stierand dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 kiloalphaindia kilo at stierand dot com changed: What|Removed |Added CC||kilo at stierand

[Bug middle-end/49946] Thread jumps confuse loop unrolling

2011-08-08 Thread izamyatin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49946 --- Comment #2 from Igor Zamyatin izamyatin at gmail dot com 2011-08-08 11:35:32 UTC --- cunrolli does not handle the loop in the testcase because of the condition ul == UL_NO_GROWTH unr_insns ninsns in try_unroll_loop_completely. Meanwhile

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-08 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added CC||jb at gcc dot

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-08 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 --- Comment #7 from PcX xunxun1982 at gmail dot com 2011-08-08 12:05:47 UTC --- (In reply to comment #6) Maybe this is MingW specific? I haven't tested this, but here goes my guess: Since in the write loop we're jumping back and forth

[Bug tree-optimization/50014] [4.7 Regression] Assertion failed in vect_get_vec_def_for_stmt_copy

2011-08-08 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50014 Ira Rosen irar at il dot ibm.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-08 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 --- Comment #8 from PcX xunxun1982 at gmail dot com 2011-08-08 12:35:12 UTC --- (In reply to comment #7) (In reply to comment #6) Maybe this is MingW specific? I haven't tested this, but here goes my guess: Since in the write loop

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-08 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 --- Comment #9 from PcX xunxun1982 at gmail dot com 2011-08-08 12:38:11 UTC --- CC list add Kai.

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 --- Comment #1 from John David Anglin danglin at gcc dot gnu.org 2011-08-08 13:01:14 UTC --- (gdb) ignor 1 79 Will ignore next 79 crossings of breakpoint 1. (gdb) r Starting program: /home/gnu/gcc/objdir/gcc/gnat1 -gnatwa -quiet -dumpbase

[Bug libfortran/50016] The fortran program 's io is very slow

2011-08-08 Thread xunxun1982 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 PcX xunxun1982 at gmail dot com changed: What|Removed |Added Known to fail||4.7.0 --- Comment #10

[Bug testsuite/50023] New: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)

2011-08-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50023 Summary: FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors) Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 --- Comment #2 from John David Anglin danglin at gcc dot gnu.org 2011-08-08 13:25:41 UTC --- (gdb) p debug_tree (fndecl) function_decl 7a543700 system__os_lib__create_temp_file_internal.isra.0 type function_type 7a33a9c0 type

[Bug other/48007] [x32] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-08-08 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 --- Comment #5 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-08-08 13:26:10 UTC --- Author: hjl Date: Mon Aug 8 13:26:06 2011 New Revision: 177563 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177563 Log: Fix Dwarf unwind

[Bug other/48007] [x32] Unwind library doesn't work with UNITS_PER_WORD sizeof (void *)

2011-08-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48007 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #33 from H.J. Lu hjl.tools at gmail dot com 2011-08-08 13:34:47 UTC --- (In reply to comment #32) (In reply to comment #31) (In reply to comment #29) Created attachment 24938 [details] WIP patch that exploits addr32.

[Bug tree-optimization/49948] ICE with -ftree-parallelize-loops: address taken, but ADDRESSABLE bit not set

2011-08-08 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49948 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added CC||gjl at gcc dot

[Bug c++/50015] [C++0x] std::initializer_liststd::string members are not properly initialized

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50015 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/48370] G++ fails to extend reference temporary lifetime in some situations

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48370 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 --- Comment #7 from Jason Merrill jason at gcc dot gnu.org 2011-08-08 14:36:27 UTC --- Author: jason Date: Mon Aug 8 14:36:22 2011 New Revision: 177565 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177565 Log: PR c++/50011 *

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-08 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-08-08 14:50:33 UTC --- On Mon, Aug 08, 2011 at 06:07:36AM +, thenlich at users dot sourceforge.net wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 ---

[Bug c++/50020] [C++0x] internal compiler error range for in templated class

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50020 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-08 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #34 from uros at gcc dot gnu.org 2011-08-08 14:59:22 UTC --- Author: uros Date: Mon Aug 8 14:59:19 2011 New Revision: 177566 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177566 Log: PR target/49781 * config/i386/i386.c

[Bug fortran/49993] arrays declared as parameter are not allocated in read-only memory

2011-08-08 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49993 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug c++/50020] [C++0x] internal compiler error range for in templated class

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50020 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org 2011-08-08 15:32:27 UTC --- Author: jason Date: Mon Aug 8 15:32:21 2011 New Revision: 177567 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177567 Log: PR c++/50020 *

[Bug middle-end/47727] [x32] Many passes can't handle const symbol when Pmode != ptr_mode

2011-08-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47727 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/48529] [x32] Testsuite failures

2011-08-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48529 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/49999] [4.5/graphite] ICE in graphite_loop_normal_form, at graphite-sese-to-poly.c:2850

2011-08-08 Thread dirtyepic at gentoo dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 --- Comment #2 from Ryan Hill dirtyepic at gentoo dot org 2011-08-08 15:58:33 UTC --- ie. no backports for graphite work?

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-08 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #35 from H.J. Lu hjl.tools at gmail dot com 2011-08-08 16:28:58 UTC --- It works much better now. But gcc.dg/torture/pr47744-2.c compiled with -mx32 -O3 -std=gnu99 -ftree-vectorize -funroll-loops still generates those leal:

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-08 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #36 from hjl at gcc dot gnu.org hjl at gcc dot gnu.org 2011-08-08 16:33:10 UTC --- Author: hjl Date: Mon Aug 8 16:33:06 2011 New Revision: 177569 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177569 Log: Add a testcase for PR

[Bug bootstrap/50018] [4.7 regression] fixup_args_size_notes ICE breaks m68k-linux bootstrap

2011-08-08 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50018 --- Comment #3 from Mikael Pettersson mikpe at it dot uu.se 2011-08-08 16:57:17 UTC --- Created attachment 24950 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24950 reduced test case The test case is simply that a function takes the address

[Bug target/49781] [x32] Unnecessary lea in x32 mode

2011-08-08 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #37 from Uros Bizjak ubizjak at gmail dot com 2011-08-08 17:16:44 UTC --- (In reply to comment #35) It works much better now. But gcc.dg/torture/pr47744-2.c compiled with -mx32 -O3 -std=gnu99 -ftree-vectorize -funroll-loops

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #5 from Jack Howarth howarth at nitro dot med.uc.edu 2011-08-08 17:45:03 UTC --- We seem to have... /* Given a partial pathname as input, return another pathname that shares no directory elements with the pathname of __FILE__.

[Bug middle-end/49923] __attribute__((packed)) on ARM is sometimes dropped

2011-08-08 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49923 --- Comment #9 from Martin Jambor jamborm at gcc dot gnu.org 2011-08-08 17:53:57 UTC --- Author: jamborm Date: Mon Aug 8 17:53:55 2011 New Revision: 177572 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177572 Log: 2011-08-08 Martin

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #6 from Iain Sandoe iains at gcc dot gnu.org 2011-08-08 17:57:06 UTC --- Created attachment 24951 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24951 make errors.c match core-diagnostic.c in the shared interfaces OK. So Darwin's

[Bug c++/50020] [C++0x] internal compiler error range for in templated class

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50020 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/50011] [C++0x] warning: narrowing conversion of 'i' from 'short unsigned int' to 'int' inside { } [-Wnarrowing]

2011-08-08 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50011 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #7 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-08-08 18:12:34 UTC --- Apparently the key is --enable-checking=something. It is even more subtle (x86_64-apple-darwin10): ../work/configure --prefix=/opt/gcc/gcc4.7w

[Bug middle-end/49990] Regression: Bootstrap failure for x86_64-*-mingw32 in libfortran

2011-08-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49990 --- Comment #3 from Kai Tietz ktietz at gcc dot gnu.org 2011-08-08 18:19:20 UTC --- Author: ktietz Date: Mon Aug 8 18:19:17 2011 New Revision: 177573 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177573 Log: 2011-08-08 Richard Henderson

[Bug middle-end/49990] Regression: Bootstrap failure for x86_64-*-mingw32 in libfortran

2011-08-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49990 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #8 from Iain Sandoe iains at gcc dot gnu.org 2011-08-08 18:22:38 UTC --- (In reply to comment #7) Apparently the key is --enable-checking=something. It is even more subtle (x86_64-apple-darwin10): ../work/configure

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #9 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-08-08 18:31:02 UTC --- It doesn't seem to me to have much to do with lto - it seems a build issue. I.E. one should not be including two different implementations of the

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #10 from Jack Howarth howarth at nitro dot med.uc.edu 2011-08-08 19:27:58 UTC --- This is radar://6320843 duplicate symbols from static libraries not properly ignored revisiting us... 26-Oct-2008 10:43 AM Jack Howarth: Xcode 3.2

[Bug spam/50000] 50k get!!! GCC is great!

2011-08-08 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 David Fang fang at csl dot cornell.edu changed: What|Removed |Added CC||fang at csl dot

[Bug c++/50024] New: gcc crashes when using braced initialization in member function of template

2011-08-08 Thread stiffy2 at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50024 Summary: gcc crashes when using braced initialization in member function of template Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/50021] -Wsuggest-attribute=pure makes obviously-incorrect suggestion

2011-08-08 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50021 --- Comment #2 from Jan Hubicka hubicka at gcc dot gnu.org 2011-08-08 20:48:51 UTC --- Yep, we need to mark partial clones and supress warnings there. Do we have way to work out from DECL if it is a clone? (from callgraph it is bit tricky in this

[Bug c++/50025] New: C++0x initialization syntax doesn't work for class members of reference type

2011-08-08 Thread akrzemi1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 Summary: C++0x initialization syntax doesn't work for class members of reference type Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug bootstrap/50018] [4.7 regression] fixup_args_size_notes ICE breaks m68k-linux bootstrap

2011-08-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50018 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug rtl-optimization/49994] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with -fsched2-use-superblocks

2011-08-08 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49994 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 --- Comment #4 from dave.anglin at bell dot net 2011-08-08 22:13:29 UTC --- Attached bug box sources. These are from hppa2.0w-hp-hpux11.00. Dave -- John David Anglindave.ang...@bell.net

[Bug c++/50025] C++0x initialization syntax doesn't work for class members of reference type

2011-08-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org 2011-08-08 22:29:08 UTC --- G++ is actually correct according to wording in the C++11 FDIS (see 8.5.4 paragraphs 5 and 6), but we've reported it as an issue that needs to be fixed.

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #11 from Iain Sandoe iains at gcc dot gnu.org 2011-08-08 22:39:31 UTC --- (In reply to comment #9) It doesn't seem to me to have much to do with lto - it seems a build issue. I.E. one should not be including two different

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #12 from Iain Sandoe iains at gcc dot gnu.org 2011-08-08 22:41:32 UTC --- (In reply to comment #10) This is radar://6320843 duplicate symbols from static libraries not properly ignored revisiting us... hm I doubt it. Check the

[Bug c++/50025] C++0x initialization syntax doesn't work for class members of reference type

2011-08-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2011-08-08 22:46:31 UTC --- It's not just class members, it applies to list-initialization of any reference type: int i; int ir{ i }; The FDIS requires a temporary to be created,

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #13 from Jack Howarth howarth at nitro dot med.uc.edu 2011-08-08 22:59:56 UTC --- (In reply to comment #12) (In reply to comment #10) This is radar://6320843 duplicate symbols from static libraries not properly ignored

[Bug debug/50006] [4.7 Regression] ICE in in connect_traces, at dwarf2cfi.c:2677

2011-08-08 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50006 --- Comment #5 from dave.anglin at bell dot net 2011-08-08 23:06:08 UTC --- On 8-Aug-11, at 6:37 PM, danglin at gcc dot gnu.org wrote: Let's try this again. -- John David Anglindave.ang...@bell.net

[Bug middle-end/49990] Regression: Bootstrap failure for x86_64-*-mingw32 in libfortran

2011-08-08 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49990 --- Comment #5 from Vladimir Makarov vmakarov at gcc dot gnu.org 2011-08-08 23:18:25 UTC --- Author: vmakarov Date: Mon Aug 8 23:18:23 2011 New Revision: 177575 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=177575 Log: 2011-08-08

[Bug c++/50025] C++0x initialization syntax doesn't work for class members of reference type

2011-08-08 Thread akrzemi1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 --- Comment #3 from Andrzej Krzemienski akrzemi1 at gmail dot com 2011-08-08 23:31:37 UTC --- (In reply to comment #1) G++ is actually correct according to wording in the C++11 FDIS (see 8.5.4 paragraphs 5 and 6), but we've reported it as an

[Bug middle-end/49937] [4.7 Regression] g++.dg/tree-ssa/fwprop-align.C

2011-08-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49937 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added CC||rguenth at gcc

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11

2011-08-08 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992 --- Comment #14 from Jack Howarth howarth at nitro dot med.uc.edu 2011-08-09 00:09:08 UTC --- Iain, I would also add that when I was trying avoid having to resort to http://gcc.gnu.org/ml/gcc-patches/2009-08/msg01583.html, I found that the

[Bug bootstrap/49246] bootstrap comparison failure with 174455 on OpenBSD

2011-08-08 Thread jsg at openbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49246 --- Comment #2 from Jonathan Gray jsg at openbsd dot org 2011-08-09 00:16:20 UTC --- I was still seeing it about a week or so ago. At the moment I can't even get past stage1 however. Something seems to go into an infinite loop around stage 1

[Bug middle-end/49500] [4.7 Regression]: gcc.dg/tls/alias-1.c

2011-08-08 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49500 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/50024] [C++0x] [4.7 Regression] crash when using braced initialization in member function of template

2011-08-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50024 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug web/49935] Upgrade GCC Bugzilla to 4.0.2

2011-08-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49935 --- Comment #2 from Frédéric Buclin LpSolit at netscape dot net 2011-08-09 01:47:15 UTC --- Created attachment 24954 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24954 GCC 4.0.2 patch, v1 Here is the patch which must be applied to the core

[Bug web/49935] Upgrade GCC Bugzilla to 4.0.2

2011-08-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49935 --- Comment #3 from Frédéric Buclin LpSolit at netscape dot net 2011-08-09 01:48:45 UTC --- Created attachment 24955 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=24955 GCC extension for 4.0.2, v1 And here is the GCC extension updated to

[Bug web/49935] Upgrade GCC Bugzilla to 4.0.2

2011-08-08 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49935 Frédéric Buclin LpSolit at netscape dot net changed: What|Removed |Added Attachment #24954|0 |1 is

[Bug rtl-optimization/38644] [4.4/4.5/4.6/4.7 Regression] Optimization flag -O1 -fschedule-insns2 causes wrong code

2011-08-08 Thread jiangning.liu at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644 --- Comment #41 from Jiangning Liu jiangning.liu at arm dot com 2011-08-09 02:04:52 UTC --- Yes, this is from the libstdc++ sources (4.6.1 20110627, libstdc++-v3/libsupc++/new_opnt.cc). You need a non-EABI ARM variant of GCC since this bug

[Bug fortran/45170] [F2003] allocatable character lengths

2011-08-08 Thread damian at rouson dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45170 Damian Rouson damian at rouson dot net changed: What|Removed |Added CC||damian at rouson

  1   2   >