[Bug c/50521] -fstrict-volatile-bitfields is not strict

2011-10-29 Thread kikairoya at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50521 --- Comment #13 from Tomohiro Kashiwada kikairoya at gmail dot com 2011-10-29 06:50:11 UTC --- (In reply to comment #12) Regarding the double load. In a statement like a = b, both a be should be individually accessed even if they refer to the

[Bug libgcj/35367] Linux x86 build (with --enable-targets=all, so also building with cross-to-x64 multilib configuration) fails in libjava (prims.cc)

2011-10-29 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35367 --- Comment #3 from Serge Belyshev belyshev at depni dot sinp.msu.ru 2011-10-29 06:55:58 UTC --- Created attachment 25657 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25657 taken from debian's config-ml.diff Similar bug in libffi

[Bug middle-end/50907] [4.7 Regression] EDGE_CROSSING incorrectly set across same section with -freorder-blocks-and-partition -fPIC -fprofile-use

2011-10-29 Thread belyshev at depni dot sinp.msu.ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50907 Serge Belyshev belyshev at depni dot sinp.msu.ru changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c/50521] -fstrict-volatile-bitfields is not strict

2011-10-29 Thread henrik at henriknordstrom dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50521 --- Comment #14 from Henrik Nordström henrik at henriknordstrom dot net 2011-10-29 10:45:53 UTC --- (In reply to comment #13) See 7.1.7.5 second and third paragraph and the note just after. Is that means a statement a = b; always should

[Bug tree-optimization/50644] ICE in set_is_used added today

2011-10-29 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50644 --- Comment #14 from Andi Kleen andi-gcc at firstfloor dot org 2011-10-29 11:31:31 UTC --- Created attachment 25658 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25658 3 files I managed to reduce a test case to 3 LTO files now unpack the

[Bug tree-optimization/50602] ICE in tree_nrv, at tree-nrv.c:155 during large LTO build

2011-10-29 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50602 --- Comment #7 from Andi Kleen andi-gcc at firstfloor dot org 2011-10-29 12:12:09 UTC --- Created attachment 25659 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25659 reproducer Managed to minimize now Unpack the tar file and on x86-64 %

[Bug target/50910] New: [avr] inefficient division by 2

2011-10-29 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50910 Bug #: 50910 Summary: [avr] inefficient division by 2 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug target/50910] [avr] inefficient division by 2

2011-10-29 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50910 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug rtl-optimization/50764] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2243 with -O2 -fsched2-use-superblocks -ftree-tail-merge

2011-10-29 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50764 vries at gcc dot gnu.org changed: What|Removed |Added Component|tree-optimization |rtl-optimization --- Comment

[Bug rtl-optimization/50764] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2243 with -O2 -fsched2-use-superblocks -ftree-tail-merge

2011-10-29 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50764 --- Comment #8 from vries at gcc dot gnu.org 2011-10-29 12:32:37 UTC --- Using this patch, the dead label introduced by cfg_layout_finalize is removed: To be more precise: Using this patch, the dead label introduced by cfg_layout_finalize is

[Bug tree-optimization/50644] ICE in set_is_used added today

2011-10-29 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50644 Markus Trippelsdorf markus at trippelsdorf dot de changed: What|Removed |Added CC||markus

[Bug target/47997] gcc on macosx: ld: warning: -fwritable-strings not compatible with literal CF/NSString

2011-10-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997 --- Comment #26 from Iain Sandoe iains at gcc dot gnu.org 2011-10-29 12:59:33 UTC --- Author: iains Date: Sat Oct 29 12:59:30 2011 New Revision: 180653 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180653 Log: gcc/objc: PR

[Bug target/47997] gcc on macosx: ld: warning: -fwritable-strings not compatible with literal CF/NSString

2011-10-29 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47997 --- Comment #27 from Iain Sandoe iains at gcc dot gnu.org 2011-10-29 13:03:27 UTC --- let's give it a few weeks on trunk - and then back-port to 4.6 if all is OK (since we just missed the 4.6.2 release).

[Bug tree-optimization/50644] ICE in set_is_used added today

2011-10-29 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50644 --- Comment #16 from Markus Trippelsdorf markus at trippelsdorf dot de 2011-10-29 13:08:13 UTC --- Or as one file: % cat test.i struct _ddebug { const char *modname; const char *function; const char *filename; const char

[Bug middle-end/50708] Infinite loop between rshift_double and lshift_double if count is LONG_MIN

2011-10-29 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50708 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug bootstrap/50903] configure:14607: error: GNU Fortran is not working;

2011-10-29 Thread chadjidakis at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50903 Cynthia chadjidakis at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/49951] [4.5/4.6/4.7 Regression] Debug stepping behavior regarding g++ Class destructor has changed for the worse starting at gcc 4.5.0

2011-10-29 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49951 --- Comment #5 from asmwarrior asmwarrior at gmail dot com 2011-10-29 14:06:53 UTC --- Hi, all, I think this bug happened about more than one years, I have test in both gcc 4.5 and gcc 4.6.x under Windows. I have both post an issue in GDB

[Bug middle-end/50708] Infinite loop between rshift_double and lshift_double if count is LONG_MIN

2011-10-29 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50708 --- Comment #4 from Ryan Mansfield rmansfield at qnx dot com 2011-10-29 14:28:57 UTC --- (In reply to comment #3) I haven't been able to reproduce the loop on armv5tel-linux-gnueabi with any of 4.4/4.5/4.6/4.7. arm eabi targets force 64bit

[Bug target/50887] [avr] Support ACCUMULATE_OUTGOING_ARGS

2011-10-29 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50887 --- Comment #2 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-10-29 14:36:05 UTC --- Author: gjl Date: Sat Oct 29 14:35:59 2011 New Revision: 180654 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180654 Log: PR target/50887 *

[Bug c/50521] -fstrict-volatile-bitfields is not strict

2011-10-29 Thread kikairoya at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50521 --- Comment #15 from Tomohiro Kashiwada kikairoya at gmail dot com 2011-10-29 14:37:15 UTC --- I see. Thanks detail exposition. I think the behavior of my patch seems correct and it should be merged.

[Bug fortran/50556] cannot save namelist group name

2011-10-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50556 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||accepts-invalid

[Bug fortran/50892] Internal compiler error: in gimplify_expr, at gimplify.c:7477

2011-10-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50892 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/50911] New: [4.7 regression] assertion failure in expand_vec_perm_interleave2 with -msse

2011-10-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50911 Bug #: 50911 Summary: [4.7 regression] assertion failure in expand_vec_perm_interleave2 with -msse Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug fortran/50556] cannot save namelist group name

2011-10-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50556 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-10-29 15:17:19 UTC --- (In reply to comment #2) Well, I see in the standard: [Fortran 2008] C553 An entity with the SAVE attribute shall be a common block, variable, or

[Bug fortran/50753] dshiftl/dshiftr: Rejects valid BOZ, accepts double BOZ

2011-10-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50753 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org 2011-10-29 15:18:28 UTC --- Submitted patch: http://gcc.gnu.org/ml/fortran/2011-10/msg00203.html

[Bug tree-optimization/50912] New: [4.7 regression] gimple assertion failure at gimple.h:1940 with -msse2

2011-10-29 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50912 Bug #: 50912 Summary: [4.7 regression] gimple assertion failure at gimple.h:1940 with -msse2 Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug c/50913] New: ICE: compiling libgfortran for i686-w64-mingw32

2011-10-29 Thread vanboxem.ruben at gmail dot com
-fully-dynamic-string --disable-nls --disable-werror --enable-checking=release CFLAGS='-O2 -mtune=core2 -fomit-frame-pointer -momit-leaf-frame-pointer -fgraphite-identity -floop-interchange -floop-block -floop-parallelize-all' LDFLAGS= Thread model: posix gcc version 4.7.0 20111029 (experimental

[Bug target/50691] Incorrect argument evaluation in call with __thread argument

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691 --- Comment #6 from John David Anglin danglin at gcc dot gnu.org 2011-10-29 15:57:04 UTC --- Author: danglin Date: Sat Oct 29 15:57:00 2011 New Revision: 180655 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180655 Log: PR target/50691

[Bug fortran/50556] cannot save namelist group name

2011-10-29 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50556 --- Comment #4 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-10-29 16:49:38 UTC --- On Sat, Oct 29, 2011 at 02:47:52PM +, burnus at gcc dot gnu.org wrote: One might argue that a SAVE namelist-group-name should mean that all

[Bug fortran/50556] cannot save namelist group name

2011-10-29 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50556 --- Comment #5 from Steve Kargl sgk at troutmask dot apl.washington.edu 2011-10-29 16:51:10 UTC --- On Sat, Oct 29, 2011 at 03:17:19PM +, burnus at gcc dot gnu.org wrote: From c.l.f: Unfortunately, I also found that gfortran has

[Bug rtl-optimization/50764] [4.7 Regression] ICE: in maybe_record_trace_start, at dwarf2cfi.c:2243 with -O2 -fsched2-use-superblocks -ftree-tail-merge

2011-10-29 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50764 --- Comment #9 from vries at gcc dot gnu.org 2011-10-29 17:16:11 UTC --- Using the bb-reorder patch, the assert is introduced/triggered by r177209: ... r177209 | rth | 2011-08-02 21:56:29 +0200 (Tue, 02 Aug 2011) | 5 lines h8300: Generate correct

[Bug middle-end/50902] intVar/dinternal.cc ICEs at -O2 -ftree-vectorize

2011-10-29 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50902 --- Comment #6 from Jack Howarth howarth at nitro dot med.uc.edu 2011-10-29 17:39:43 UTC --- Confirmed that both the dinternal.ii and MarvinNOEPotential.ii test cases reproduce this ICE using current gcc trunk under x86_64 Fedora 15.

[Bug c/50908] building emacs-23.3; gives msg: indent.c:1140:1: internal compiler error: in verify_dominators, at dominance.c:1041

2011-10-29 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/50617] [4.5/4.6/4.7 Regression] ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50617 --- Comment #4 from John David Anglin danglin at gcc dot gnu.org 2011-10-29 18:58:52 UTC --- Author: danglin Date: Sat Oct 29 18:58:48 2011 New Revision: 180660 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180660 Log: PR target/50617

[Bug fortran/50914] New: Error while installing gcc-4.3.0

2011-10-29 Thread jdasu86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50914 Bug #: 50914 Summary: Error while installing gcc-4.3.0 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/50914] Error while installing gcc-4.3.0

2011-10-29 Thread jdasu86 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50914 --- Comment #1 from jdasu86 at gmail dot com 2011-10-29 19:08:39 UTC --- I want to install ns-2.34 which requires gcc-4.3.0 but I am having gcc-4.6.0 in fedora 15. So I tried to install gcc-4.3.0, taht reported me above mentioned bug.

[Bug fortran/50914] Error while installing gcc-4.3.0

2011-10-29 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50914 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug libstdc++/50915] New: gcc fails at run time due to undefined libintl_textdomain

2011-10-29 Thread titu_senapati at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50915 Bug #: 50915 Summary: gcc fails at run time due to undefined libintl_textdomain Classification: Unclassified Product: gcc Version: 3.4.3 Status: UNCONFIRMED

[Bug target/50691] Incorrect argument evaluation in call with __thread argument

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691 --- Comment #7 from John David Anglin danglin at gcc dot gnu.org 2011-10-29 20:19:46 UTC --- Author: danglin Date: Sat Oct 29 20:19:38 2011 New Revision: 180662 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180662 Log: PR target/50691

[Bug target/50617] [4.5/4.6/4.7 Regression] ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50617 --- Comment #5 from John David Anglin danglin at gcc dot gnu.org 2011-10-29 20:23:04 UTC --- Author: danglin Date: Sat Oct 29 20:23:00 2011 New Revision: 180663 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180663 Log: PR target/50617

[Bug fortran/50914] Error while installing gcc-4.3.0

2011-10-29 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50914 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug target/50691] Incorrect argument evaluation in call with __thread argument

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691 --- Comment #8 from John David Anglin danglin at gcc dot gnu.org 2011-10-29 21:29:00 UTC --- Author: danglin Date: Sat Oct 29 21:28:57 2011 New Revision: 180664 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180664 Log: PR target/50691

[Bug target/50617] [4.5/4.6/4.7 Regression] ICE: RTL flag check: INSN_ANNULLED_BRANCH_P used with unexpected rtx code 'simplify_immed_subreg' in output_bb, at config/pa/pa.c:6631

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50617 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/50913] ICE: compiling libgfortran for i686-w64-mingw32

2011-10-29 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50913 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|c |middle-end ---

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

2011-10-29 Thread davem at devkitpro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644 --- Comment #55 from Dave Murphy davem at devkitpro dot org 2011-10-29 23:27:02 UTC --- (In reply to comment #54) I tested with GCC 4.6.2 and the patch provided by Mikael Pettersson. It works for -march=armv4t and -march=armv5t, but not for

[Bug other/50916] New: -Os, -D_FORTIFY_SOURCE breaks strcpy others if inlined

2011-10-29 Thread dezgeg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50916 Bug #: 50916 Summary: -Os, -D_FORTIFY_SOURCE breaks strcpy others if inlined Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug libstdc++/50915] gcc fails at run time due to undefined libintl_textdomain

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

[Bug c++/50901] [4.6/4.7 Regression] ICE: in build_new_op, at cp/call.c:5016

2011-10-29 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50901 --- Comment #2 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-30 00:22:59 UTC --- Author: paolo Date: Sun Oct 30 00:22:53 2011 New Revision: 180670 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180670 Log: /cp 2011-10-29

[Bug c++/50901] [4.6/4.7 Regression] ICE: in build_new_op, at cp/call.c:5016

2011-10-29 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50901 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-30 00:24:54 UTC --- Author: paolo Date: Sun Oct 30 00:24:51 2011 New Revision: 180671 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180671 Log: /cp 2011-10-29

[Bug c++/50901] [4.6/4.7 Regression] ICE: in build_new_op, at cp/call.c:5016

2011-10-29 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50901 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/45631] devirtualization with profile feedback does not work for function pointers

2011-10-29 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45631 --- Comment #3 from Andi Kleen andi-gcc at firstfloor dot org 2011-10-30 02:33:29 UTC --- Honza, any further ideas how to proceed? Should the threshold just be lowered?

[Bug target/50691] Incorrect argument evaluation in call with __thread argument

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691 --- Comment #9 from John David Anglin danglin at gcc dot gnu.org 2011-10-30 03:21:49 UTC --- Author: danglin Date: Sun Oct 30 03:21:45 2011 New Revision: 180672 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=180672 Log: PR target/50691

[Bug target/50691] Incorrect argument evaluation in call with __thread argument

2011-10-29 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50691 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED