[Bug rtl-optimization/53908] [4.6/4.7 Regression] csa removes needed memory load

2012-07-10 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/53922] New: VRP: semantic conflict between range_includes_zero_p and value_inside_range

2012-07-10 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53922 Bug #: 53922 Summary: VRP: semantic conflict between range_includes_zero_p and value_inside_range Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNC

[Bug bootstrap/50888] Bootstrap failure in libjava against latest git glibc

2012-07-10 Thread xguo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50888 --- Comment #15 from xuepeng guo 2012-07-11 06:02:17 UTC --- Author: xguo Date: Wed Jul 11 06:02:10 2012 New Revision: 189421 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189421 Log: 2012-07-11 Terry Guo Backport r181685 fro

[Bug c++/53921] New: [C++0x] ICE on lambda inside method of class template

2012-07-10 Thread philip.pronin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53921 Bug #: 53921 Summary: [C++0x] ICE on lambda inside method of class template Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug target/53859] ICE when calculate insn latency for armv7e-m arch in O2 level

2012-07-10 Thread zhuolin.liu at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53859 zhuolin liu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/53908] [4.6/4.7 Regression] csa removes needed memory load

2012-07-10 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 --- Comment #5 from Mikael Pettersson 2012-07-10 22:50:24 UTC --- On x86_64-linux the SEGV went away on trunk with r186159: http://gcc.gnu.org/ml/gcc-cvs/2012-04/msg00108.html http://gcc.gnu.org/ml/gcc-patches/2012-04/msg00202.html The patch des

[Bug target/53886] Seg fault in sh_insn_length_adjustment

2012-07-10 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53886 Oleg Endo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53886] Seg fault in sh_insn_length_adjustment

2012-07-10 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53886 --- Comment #9 from Oleg Endo 2012-07-10 22:07:36 UTC --- Author: olegendo Date: Tue Jul 10 22:07:29 2012 New Revision: 189417 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189417 Log: PR target/53886 * gcc.c-torture/compile/pr53

[Bug target/53911] [SH] Improve displacement addressing

2012-07-10 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53911 --- Comment #1 from Oleg Endo 2012-07-10 22:01:53 UTC --- Author: olegendo Date: Tue Jul 10 22:01:44 2012 New Revision: 189416 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189416 Log: PR target/53911 * config/sh/sh.md: Remove di

[Bug rtl-optimization/53908] [4.7 Regression] csa removes needed memory load

2012-07-10 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 --- Comment #4 from Mikael Pettersson 2012-07-10 19:55:25 UTC --- My mistake, I can now reproduce the runtime SEGV on x86_64-linux with vanilla gcc-4.7-20120707.

[Bug preprocessor/53920] "gcc -E" does not honor #pragma GCC diagnostic ignored "-Wunused-macro"

2012-07-10 Thread naesten at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53920 --- Comment #1 from Samuel Bronson 2012-07-10 19:07:26 UTC --- Oh, I suppose I should mention that I ran into this because I was using ccache to compile Emacs with --enable-gcc-warnings, and by default ccache runs the preprocessor and the compile

[Bug web/53919] Version-specific install instructions not available

2012-07-10 Thread schnetter at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 --- Comment #5 from Erik Schnetter 2012-07-10 19:05:01 UTC --- Yes, the isl changes are part of what I mean. Since the version-specific install instructions are already there, they may as well be available on the web, and/or the web could warn ab

[Bug web/53919] Version-specific install instructions not available

2012-07-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 --- Comment #4 from Jonathan Wakely 2012-07-10 18:45:54 UTC --- ... and I was using gmp 5.0.1 with gcc 4.6 over a year ago: http://advogato.org/person/redi/diary/240.html If it doesn't work with 4.7 you did something wrong, it's not a problem wi

[Bug web/53919] Version-specific install instructions not available

2012-07-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 --- Comment #3 from Jonathan Wakely 2012-07-10 18:36:34 UTC --- (In reply to comment #2) > between manuals for different versions, and doesn't even seem to offer an > online manual for the trunk. Yes it does, at the bottom of the page: http://gc

[Bug web/53919] Version-specific install instructions not available

2012-07-10 Thread schnetter at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 --- Comment #2 from Erik Schnetter 2012-07-10 18:26:53 UTC --- I am currently installing gcc 4.7.1, and and dealing with the prerequisites. gmp 5.x was not recognised as valid version; I had to install gmp 4.x instead. Finding a valid combination

[Bug preprocessor/50387] Doesn't process "_Pragma" when expanding a token sequence for #include

2012-07-10 Thread naesten at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50387 Samuel Bronson changed: What|Removed |Added CC||naesten at gmail dot com --- Comment #1

[Bug target/53853] FAIL: g++.dg/other/pr53811.C -std=gnu++* (internal compiler error)

2012-07-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53853 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/53811] ICE: in insn_default_length, at config/i386/i386.md:529 (unrecognizable insn) with -mcmodel=large

2012-07-10 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53811 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/53853] FAIL: g++.dg/other/pr53811.C -std=gnu++* (internal compiler error)

2012-07-10 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53853 --- Comment #7 from uros at gcc dot gnu.org 2012-07-10 17:53:56 UTC --- Author: uros Date: Tue Jul 10 17:53:48 2012 New Revision: 189412 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189412 Log: Backport from mainline 2012-07-03 U

[Bug target/53811] ICE: in insn_default_length, at config/i386/i386.md:529 (unrecognizable insn) with -mcmodel=large

2012-07-10 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53811 --- Comment #9 from uros at gcc dot gnu.org 2012-07-10 17:53:53 UTC --- Author: uros Date: Tue Jul 10 17:53:48 2012 New Revision: 189412 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189412 Log: Backport from mainline 2012-07-03 U

[Bug preprocessor/53920] New: "gcc -E" does not honor #pragma GCC diagnostic ignored "-Wunused-macro"

2012-07-10 Thread naesten at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53920 Bug #: 53920 Summary: "gcc -E" does not honor #pragma GCC diagnostic ignored "-Wunused-macro" Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFI

[Bug web/53919] Version-specific install instructions not available

2012-07-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 --- Comment #1 from Jonathan Wakely 2012-07-10 17:41:19 UTC --- (In reply to comment #0) > The online install instructions should prominently mention that they are not > valid for any released version They generally are valid.

[Bug web/53919] New: Version-specific install instructions not available

2012-07-10 Thread schnetter at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53919 Bug #: 53919 Summary: Version-specific install instructions not available Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/53908] [4.7 Regression] csa removes needed memory load

2012-07-10 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 --- Comment #3 from Hans-Peter Nilsson 2012-07-10 17:03:14 UTC --- (In reply to comment #2) > I can't reproduce on x86_64-linux, Odd. What does valgrind say / did you check the generated code? > HP: are you sure it fails on x86_64? Yes, as w

[Bug middle-end/53917] Warning message line about variable points to place where variable doesn't occur

2012-07-10 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53917 --- Comment #2 from Paulo J. Matos 2012-07-10 16:38:22 UTC --- Created attachment 27772 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27772 Another testcase (inlining issue)

[Bug other/53918] New: Incorrect version for cloog-ppl listed in prerequisites.html

2012-07-10 Thread schnetter at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53918 Bug #: 53918 Summary: Incorrect version for cloog-ppl listed in prerequisites.html Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED

[Bug middle-end/53917] Warning message line about variable points to place where variable doesn't occur

2012-07-10 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53917 --- Comment #1 from Paulo J. Matos 2012-07-10 16:37:20 UTC --- Here's another example: void fn1 (); typedef struct { int hdr[0]; } foo; typedef enum { READ_WRITE } bar; typedef struct { struct { foo t1; } mp; } foobar;

[Bug middle-end/53917] New: Warning message line about variable points to place where variable doesn't occur

2012-07-10 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53917 Bug #: 53917 Summary: Warning message line about variable points to place where variable doesn't occur Classification: Unclassified Product: gcc Version: 4.6.3 Status

[Bug rtl-optimization/53916] New: [mips16] divide operation compiled result incorrect with GCC-4.6.3 '-O2' option

2012-07-10 Thread anmin_deng at yahoo dot com.tw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53916 Bug #: 53916 Summary: [mips16] divide operation compiled result incorrect with GCC-4.6.3 '-O2' option Classification: Unclassified Product: gcc Version: 4.6.3 Status:

[Bug lto/53831] [4.7/4.8 Regression] Virtuals missing in LTO symtab

2012-07-10 Thread tetra2005 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53831 --- Comment #23 from Yuri Gribov 2012-07-10 15:34:02 UTC --- The C++ Standard says that "an inline function shall be defined in every translation unit in which it is used" (n1905, 7.1.2). The test in question violates this rule: definition for C:

[Bug gcov-profile/53915] gcov can call format_gcov with top > bottom, which is unexpected

2012-07-10 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 Vincent Lefèvre changed: What|Removed |Added Summary|gcov -f rounding problem|gcov can call format_gcov

[Bug gcov-profile/53915] gcov -f rounding problem

2012-07-10 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 --- Comment #2 from Vincent Lefèvre 2012-07-10 14:46:28 UTC --- Actually this should not be the problem, because if top = bottom = 9, then the division is done exactly anyway; moreover "percent = limit - 1;" won't be executed in this case due to

[Bug gcov-profile/53915] gcov -f rounding problem

2012-07-10 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 --- Comment #1 from Vincent Lefèvre 2012-07-10 14:27:28 UTC --- The problem is probably in gcc/gcov.c, function format_gcov, which has: float ratio = bottom ? (float)top / bottom : 0; int ix; unsigned limit = 100; unsigne

[Bug target/43047] internal compiler error: in extract_insn, at recog.c:2048

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43047 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53914] poor code generated for offset addressing on ppc32

2012-07-10 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53914 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/53914] poor code generated for offset addressing on ppc32

2012-07-10 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53914 Alan Modra changed: What|Removed |Added Target||powerpc-linux --- Comment #1 from Alan Modra

[Bug gcov-profile/53915] New: gcov -f rounding problem

2012-07-10 Thread vincent-gcc at vinc17 dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53915 Bug #: 53915 Summary: gcov -f rounding problem Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: minor Priority: P3 Comp

[Bug target/43703] Unexpected floating point precision loss due to ARM NEON autovectorization

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43703 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/53914] New: poor code generated for offset addressing on ppc32

2012-07-10 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53914 Bug #: 53914 Summary: poor code generated for offset addressing on ppc32 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/53531] <,,,,> accepted as template arguments for variadic template

2012-07-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53531 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/53531] <,,,,> accepted as template arguments for variadic template

2012-07-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53531 --- Comment #3 from Jason Merrill 2012-07-10 12:58:25 UTC --- (In reply to comment #2) > Jason, any idea which patch fixed these cases and if we need anything in the > testsuite to prevent regressions before closing it? Nothing springs to mind.

[Bug target/47088] arm-freebsd6 fails to build

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47088 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53859] ICE when calculate insn latency for armv7e-m arch in O2 level

2012-07-10 Thread gretay at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53859 gretay at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/47091] non-elf arm targets fail to build

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47091 Richard Earnshaw changed: What|Removed |Added Target|arm-netbsd, arm-pe, |arm-netbsd |arm-winc

[Bug target/47066] HOST=i386-unknown-freebsd6.2, TARGET=arm--elf, cpu=arm7tdmi

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47066 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug gcov-profile/53547] Changing the source file between -fprofile-generate and -fprofile-use can lead to performance degradation

2012-07-10 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53547 --- Comment #3 from asharif at gcc dot gnu.org 2012-07-10 12:00:21 UTC --- +cc: Jan Hubicka The use case here represents what happened as we were deploying for Chrome (the browser). Chrome is a moving source base and they did not want to integrate

[Bug bootstrap/53913] [4.8 regression] resource.c:1179:5: error: 'current_function_decl' undeclared broke m68k bootstrap

2012-07-10 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53913 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/53913] [4.8 regression] resource.c:1179:5: error: 'current_function_decl' undeclared broke m68k bootstrap

2012-07-10 Thread schwab at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53913 --- Comment #1 from Andreas Schwab 2012-07-10 11:48:07 UTC --- Author: schwab Date: Tue Jul 10 11:48:00 2012 New Revision: 189410 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189410 Log: PR bootstrap/53913 * config/m68k/m68k.c (m68k_epi

[Bug gcov-profile/53546] gcc ICEs when using -fripa at varpool.c:45

2012-07-10 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53546 --- Comment #2 from asharif at gcc dot gnu.org 2012-07-10 11:43:31 UTC --- -fripa is the IPA optimizer in the google/* branches of gcc. It does lightweight IPO based on PGO/FDO.

[Bug c++/53900] [regression] Too optimistic on a alignment assert

2012-07-10 Thread gael.guennebaud at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53900 --- Comment #4 from Gael Guennebaud 2012-07-10 11:09:16 UTC --- Created attachment 27770 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27770 Another demonstration of the issue using std::vector Note that when we declare: __attribute__((al

[Bug c++/53531] <,,,,> accepted as template arguments for variadic template

2012-07-10 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53531 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug rtl-optimization/3507] appalling optimisation with sub/cmp on multiple targets

2012-07-10 Thread owner at bugs dot debian.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3507 --- Comment #14 from owner at bugs dot debian.org 2012-07-10 10:54:26 UTC --- Thank you for the additional information you have supplied regarding this Bug report. This is an automatically generated reply to let you know your message has been recei

[Bug c++/53531] <,,,,> accepted as template arguments for variadic template

2012-07-10 Thread niels at penneman dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53531 Niels Penneman changed: What|Removed |Added CC||niels at penneman dot org --- Comment #1

[Bug rtl-optimization/3507] appalling optimisation with sub/cmp on multiple targets

2012-07-10 Thread daniel.santos at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3507 Daniel Santos changed: What|Removed |Added CC||daniel.santos at pobox dot

[Bug rtl-optimization/53908] [4.7 Regression] csa removes needed memory load

2012-07-10 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 --- Comment #2 from Mikael Pettersson 2012-07-10 10:11:15 UTC --- I can't reproduce on x86_64-linux, nor with a cross to sparc64-linux (only natively on sparc64-linux so far). HP: are you sure it fails on x86_64? I'll try to bisect natively on

[Bug target/53907] gcc uses unaligned load when aligned load was requested

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53907 --- Comment #2 from Richard Guenther 2012-07-10 09:16:29 UTC --- s.0_2 = (sizetype) s_1(D); D.4303_3 = s.0_2 & 15; D.4304_4 = -D.4303_3; s_5 = s_1(D) + D.4304_4; sz_6 = MEM[(const __m128i * {ref-all})s_5]; return sz_6; it's hard to s

[Bug target/16314] EP9312 gcc: undefined reference to __divdf3

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16314 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/53913] [4.8 regression] resource.c:1179:5: error: 'current_function_decl' undeclared broke m68k bootstrap

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53913 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug bootstrap/53912] [4.7 Regression] bootstrap fails at stage 2 with error: cast from 'void*' to 'long int' loses precision in ggc-common.c

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53912 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.2

[Bug rtl-optimization/53908] [4.7 Regression] csa removes needed memory load

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.2

[Bug target/14352] New FP code not compiled for non-arm-elf targets

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14352 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53907] gcc uses unaligned load when aligned load was requested

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53907 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/53904] trunk has valgrind errors for c-c++-common/torture/complex-sign-mul.c on x86-64.

2012-07-10 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53904 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug rtl-optimization/53908] [4.7 Regression] csa removes needed memory load

2012-07-10 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53908 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #1

[Bug target/38692] ep9312/maverick code generation is broken

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38692 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/53882] [4.7/4.8 Regression] ICE in type_contains_placeholder_1, at tree.c:3015

2012-07-10 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53882 Jason Merrill changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug java/16132] Invalid double calculations on ARM (FPA)

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16132 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53283] [4.8 Regression] Many failures on x86_64-apple-darwin10 after revision 186789

2012-07-10 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53283 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/53659] ARM: Using -mcpu=cortex-a9 option results in bad performance for Cortex-A9 processor in C-Ray phoronix benchmark

2012-07-10 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53659 Richard Earnshaw changed: What|Removed |Added Target||arm --- Comment #1 from Richard Earnsh

[Bug bootstrap/53913] New: [4.8 regression] resource.c:1179:5: error: 'current_function_decl' undeclared broke m68k bootstrap

2012-07-10 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53913 Bug #: 53913 Summary: [4.8 regression] resource.c:1179:5: error: 'current_function_decl' undeclared broke m68k bootstrap Classification: Unclassified Product: gcc

[Bug target/53854] ICE in find_constant_pool_ref

2012-07-10 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53854 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|jakub at gcc dot g

[Bug bootstrap/53912] New: bootstrap fails at stage 2 with error: cast from 'void*' to 'long int' loses precision in ggc-common.c

2012-07-10 Thread rai...@emrich-ebersheim.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53912 Bug #: 53912 Summary: bootstrap fails at stage 2 with error: cast from 'void*' to 'long int' loses precision in ggc-common.c Classification: Unclassified Product: gcc Version: 4.

[Bug c/53871] Please warn about endless loops if they are obvious

2012-07-10 Thread tim.ruehsen at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53871 --- Comment #4 from Tim Ruehsen 2012-07-10 07:58:26 UTC --- (In reply to comment #3) > I have thought a lot how to attract more and new developers to GCC who will be > willing to develop things that are not a priority for current developers, but

[Bug target/53911] New: [SH] Improve displacement addressing

2012-07-10 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53911 Bug #: 53911 Summary: [SH] Improve displacement addressing Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: enhancement Priority

[Bug c++/53549] [4.7/4.8 Regression] g++ and armadillo 3.2.0, operator() is inaccessible

2012-07-10 Thread conradsand.arma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53549 --- Comment #10 from Conrad 2012-07-10 07:22:00 UTC --- Created attachment 27769 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27769 arma323.ii.gz Retested with gcc 4.7.1 and Armadillo 3.2.3 (latest upstream version). This time a related