[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #14 from Eric Botcazou 2011-07-15 06:26:17 UTC --- > Instruction 2 and 24 refer to the same location, but have different offset > relative to FP because the call to y changes FP. DSE doesn't (and can not, if > it is intra-procedural)

[Bug c/49754] New: Let gcc warn about all uninitialized variables

2011-07-14 Thread giecrilj at stegny dot 2a.pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49754 Summary: Let gcc warn about all uninitialized variables Product: gcc Version: 4.5.1 URL: https://bugzilla.novell.com/show_bug.cgi?id=705160#c1 Status: UNCONFIRMED Severity: enhan

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 --- Comment #14 from Eric Botcazou 2011-07-15 05:53:20 UTC --- Author: ebotcazou Date: Fri Jul 15 05:53:13 2011 New Revision: 176306 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176306 Log: PR ada/48711 * g-socthi-mingw.adb (Fil

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 --- Comment #13 from Eric Botcazou 2011-07-15 05:52:08 UTC --- Author: ebotcazou Date: Fri Jul 15 05:52:04 2011 New Revision: 176305 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176305 Log: PR ada/48711 * g-socthi-mingw.adb (Fil

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #5 from Jack Howarth 2011-07-15 05:31:40 UTC --- (In reply to comment #4) > Created attachment 24772 [details] > Patch to use --zadditional_options instead of --tool_opts > > Does this work better? Yes. This eliminates the failures

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #3 from Jason Merrill 2011-07-15 03:44:30 UTC --- Hmm, it seems that --tool_opts confuses the multilib support. In g++.exp we have if [info exists TOOL_OPTIONS] { lappend ALWAYS_CXXFLAGS "additional_flags=[g++_in

[Bug c/43772] Errant -Wlogical-op warning when testing limits

2011-07-14 Thread eggert at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43772 --- Comment #8 from eggert at gnu dot org 2011-07-15 03:01:42 UTC --- The problem persists in GCC 4.6.1 (x86-64): $ cat >t.c long long emacs_lseek (int fd, long long offset, int whence) { return -1-9223372036854775807LL <= offset && offset <= 92

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread howarth at nitro dot med.uc.edu
res, I see... Using /sw/src/fink.build/gcc47-4.7.0-1000/gcc-4.7-20110714/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /sw/src/fink.build/gcc47-4.7.0-1000/gcc-4.7-20110714/gcc/testsuite/g++.dg/bprob/bprob.exp ... set_ld_library_path_env_vars: ld_library_path=.

[Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"

2011-07-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46350 John David Anglin changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"

2011-07-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46350 --- Comment #8 from John David Anglin 2011-07-15 02:37:27 UTC --- Author: danglin Date: Fri Jul 15 02:37:23 2011 New Revision: 176304 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176304 Log: PR ada/46350 * s-taprop-hpux-dce.adb

[Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"

2011-07-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46350 --- Comment #7 from John David Anglin 2011-07-15 02:35:08 UTC --- Author: danglin Date: Fri Jul 15 02:35:05 2011 New Revision: 176303 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176303 Log: PR ada/46350 * s-taprop-hpux-dce.adb

[Bug target/49742] [4.7 Regression] ICE for gcc.dg/vect/O3-pr39675-2.c on ARM

2011-07-14 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49742 Ramana Radhakrishnan changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org --- Co

[Bug target/49742] [4.7 Regression] ICE for gcc.dg/vect/O3-pr39675-2.c on ARM

2011-07-14 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49742 Ramana Radhakrishnan changed: What|Removed |Added Keywords||ice-on-valid-code Stat

[Bug lto/48065] LTO: assertion failed in optimize_inline_calls, at tree-inline.c:4246

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065 --- Comment #4 from Dmitry Gorbachev 2011-07-15 00:01:49 UTC --- Still in GCC 4.6 (when checking is turned on).

[Bug lto/46798] [4.6/4.7 Regression] invalid conversion in gimple call; verify_stmts failed

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46798 --- Comment #6 from Dmitry Gorbachev 2011-07-15 00:01:39 UTC --- > I can't reproduce it with recent GCC 4.6 / 4.7. Ahh, still fails in 4.6, when checking is turned on.

[Bug target/49742] [4.7 Regression] ICE for gcc.dg/vect/O3-pr39675-2.c on ARM

2011-07-14 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49742 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug lto/46798] [4.6/4.7 Regression] invalid conversion in gimple call; verify_stmts failed

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46798 --- Comment #5 from Dmitry Gorbachev 2011-07-14 23:25:26 UTC --- I can't reproduce it with recent GCC 4.6 / 4.7.

[Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"

2011-07-14 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46350 --- Comment #6 from John David Anglin 2011-07-14 23:22:20 UTC --- Author: danglin Date: Thu Jul 14 23:22:17 2011 New Revision: 176296 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176296 Log: PR ada/46350 * s-taprop-hpux-dce.adb

[Bug lto/47936] [4.6/4.7 Regression] Missed optimization with LTO due to strict aliasing issues

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47936 Dmitry Gorbachev changed: What|Removed |Added Known to work||4.7.0 --- Comment #6 from Dmitry Gorba

[Bug lto/48065] LTO: assertion failed in optimize_inline_calls, at tree-inline.c:4246

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065 --- Comment #3 from Dmitry Gorbachev 2011-07-14 23:14:33 UTC --- I can't reproduce it now.

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

2011-07-14 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47727 --- Comment #10 from hjl at gcc dot gnu.org 2011-07-14 22:50:29 UTC --- Author: hjl Date: Thu Jul 14 22:50:26 2011 New Revision: 176289 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176289 Log: Permute the conversion and addition for zer

[Bug testsuite/49753] New: FAIL: g++.dg/torture/pr49309.C

2011-07-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49753 Summary: FAIL: g++.dg/torture/pr49309.C Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassig...@gcc.

[Bug other/49752] New: Non-existing struct `tree_type' in fold_checksum_tree in fold-const.c, can't build with `--enable-checking=fold'

2011-07-14 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49752 Summary: Non-existing struct `tree_type' in fold_checksum_tree in fold-const.c, can't build with `--enable-checking=fold' Product: gcc Version: 4.7.0 Status: UNCON

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread rai...@emrich-ebersheim.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 --- Comment #12 from Rainer Emrich 2011-07-14 22:16:13 UTC --- (In reply to comment #11) > (In reply to comment #10) > > (In reply to comment #9) > > > (In reply to comment #8) > > > > Thanks for reporting the problem and tracking down the fix. >

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-07-14 Thread eraman at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #13 from Easwaran Raman 2011-07-14 22:10:16 UTC --- I looked at the dumps for 920501-7.c and second invocation of DSE removes a necessary store. The relevant dump for function x from 920501-7.c.198r.pro_and_epilogue is below: (insn 2

[Bug tree-optimization/49140] [4.6 regression] wrong code with -O2 and -O3, not with -O3 -no-inline

2011-07-14 Thread grokbrsm at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140 Sébastien Kunz-Jacques changed: What|Removed |Added CC||grokbrsm at free dot fr --- Comm

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread rai...@emrich-ebersheim.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 --- Comment #11 from Rainer Emrich 2011-07-14 22:08:24 UTC --- (In reply to comment #10) > (In reply to comment #9) > > (In reply to comment #8) > > > Thanks for reporting the problem and tracking down the fix. > > > > Now I get: > > > > g-soct

[Bug target/49746] Generated PA-RISC2.0w code cannot be assembled by GNU as-2.21.1

2011-07-14 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746 --- Comment #3 from dave.anglin at bell dot net 2011-07-14 22:06:49 UTC --- On 7/14/2011 4:35 PM, sje at cup dot hp.com wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746 > > --- Comment #2 from Steve Ellcey 2011-07-14 20:34:28 > UTC ---

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread rai...@emrich-ebersheim.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 --- Comment #10 from Rainer Emrich 2011-07-14 22:02:51 UTC --- (In reply to comment #9) > (In reply to comment #8) > > Thanks for reporting the problem and tracking down the fix. > > Now I get: > > g-socthi.adb:280:01: (style) horizontal tab no

[Bug libstdc++/49745] error: ‘int truncate’ redeclared as different kind of symbol

2011-07-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49745 --- Comment #14 from Paolo Carlini 2011-07-14 21:58:55 UTC --- Sure Jakub. I was only wondering if maybe, after all these years, turns out that libobjc doesn't really need that include anymore. We could simplify the macros a bit...

[Bug ada/48711] [4.6/4.7 regression] failure to bootstrap or build ada for mingw (value not in range of type "Interfaces.C.unsigned" in g-socthi.adb)

2011-07-14 Thread rai...@emrich-ebersheim.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48711 Rainer Emrich changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug libstdc++/49745] error: ‘int truncate’ redeclared as different kind of symbol

2011-07-14 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49745 --- Comment #13 from Jakub Jelinek 2011-07-14 21:54:36 UTC --- I think only libstdc++ installs the gthr* headers, all other uses inside of gcc just include it in library *.c files rather than headers, so for _LIBOBJC it IMHO shouldn't be harmful

[Bug libstdc++/49745] error: ‘int truncate’ redeclared as different kind of symbol

2011-07-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49745 Paolo Carlini changed: What|Removed |Added CC|rguenth at gcc dot gnu.org |nicola.pero@meta-innovation

[Bug debug/48220] DW_OP_GNU_entry_value/DW_TAG_GNU_call_site_parameter vs register window

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48220 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|ebotcazou at gcc d

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #14 from Richard Henderson 2011-07-14 21:34:16 UTC --- Well, .cfi handling in gas isn't totally untested because there's plenty of glibc asm files that use it. But I have to concede that there might be a bug. We'll have to examine

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #13 from Uros Bizjak 2011-07-14 21:27:52 UTC --- (In reply to comment #12) > Just guessing now, but you might also want to try a different version of > binutils - maybe there's a problem with .cfi directive handling? Due to some othe

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #12 from Bernd Schmidt 2011-07-14 21:21:15 UTC --- Just guessing now, but you might also want to try a different version of binutils - maybe there's a problem with .cfi directive handling? Or maybe this has just never been tested wit

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #11 from Uros Bizjak 2011-07-14 21:12:13 UTC --- Created attachment 24771 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24771 asm source at r176020 Indeed, reverting the patch from Comment 10 fixed cleanup-10.c execution failur

[Bug target/36966] arm iwmmxt builtin problem

2011-07-14 Thread mattst88 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36966 Matt Turner changed: What|Removed |Added CC||mattst88 at gmail dot com --- Comment #3 fr

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1 f

[Bug middle-end/49629] [4.7 Regression] ICE: in df_refs_verify, at df-scan.c

2011-07-14 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49629 Pat Haugen changed: What|Removed |Added CC||bergner at gcc dot gnu.org,

[Bug middle-end/49629] [4.7 Regression] ICE: in df_refs_verify, at df-scan.c

2011-07-14 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49629 --- Comment #2 from Pat Haugen 2011-07-14 21:08:53 UTC --- Created attachment 24770 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24770 reduced testcase

[Bug tree-optimization/49309] [4.6 Regression] ICE with -fmudflap: verify_stmts failed: type mismatch in pointer plus expression

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49309 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/49309] [4.6 Regression] ICE with -fmudflap: verify_stmts failed: type mismatch in pointer plus expression

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49309 --- Comment #6 from Andrew Pinski 2011-07-14 20:55:42 UTC --- Author: pinskia Date: Thu Jul 14 20:55:38 2011 New Revision: 176282 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176282 Log: 2011-07-14 Andrew Pinski PR tree-opt/4930

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #10 from Bernd Schmidt 2011-07-14 20:40:40 UTC --- Well, the new use of .cfi directives probably comes from this bit that was committed in between the two revisions: Index: gcc/config/alpha/elf.h =

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #9 from Richard Henderson 2011-07-14 20:37:12 UTC --- (In reply to comment #6) > Are you sure these were configured the same way? One of the output files is > using .cfi directives while the other isn't. Lack of .cfi was caused by th

[Bug target/49746] Generated PA-RISC2.0w code cannot be assembled by GNU as-2.21.1

2011-07-14 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49746 Steve Ellcey changed: What|Removed |Added CC||dave.anglin at bell dot

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #8 from Uros Bizjak 2011-07-14 20:34:03 UTC --- (In reply to comment #6) > Are you sure these were configured the same way? One of the output files is > using .cfi directives while the other isn't. Yes, compiler is configured and bui

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #7 from Uros Bizjak 2011-07-14 20:32:01 UTC --- Created attachment 24769 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24769 Preprocessed source. Gzipped cleanup-10.i preprocessed source.

[Bug tree-optimization/49309] [4.6/4.7 Regression] ICE with -fmudflap: verify_stmts failed: type mismatch in pointer plus expression

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49309 --- Comment #5 from Andrew Pinski 2011-07-14 20:26:46 UTC --- Fixed on the trunk will apply to the 4.6 branch soon.

[Bug tree-optimization/49309] [4.6/4.7 Regression] ICE with -fmudflap: verify_stmts failed: type mismatch in pointer plus expression

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49309 --- Comment #4 from Andrew Pinski 2011-07-14 20:23:39 UTC --- Author: pinskia Date: Thu Jul 14 20:23:36 2011 New Revision: 176281 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176281 Log: 2011-07-14 Andrew Pinski PR tree-opt/4930

[Bug middle-end/49629] [4.7 Regression] ICE: in df_refs_verify, at df-scan.c

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49629 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/49751] Incorrect optimization related to smallest int64_t value.

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49751 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #6 from Bernd Schmidt 2011-07-14 20:16:38 UTC --- Are you sure these were configured the same way? One of the output files is using .cfi directives while the other isn't. Could you post a .i file? cleanup-10.c needs headers...

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #5 from Uros Bizjak 2011-07-14 19:57:21 UTC --- Created attachment 24768 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24768 good executable, contents of the .eh_frame section good: file format elf64-alpha Contents of the

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #4 from Uros Bizjak 2011-07-14 19:56:17 UTC --- Created attachment 24767 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24767 bad executable, contents of the .eh_frame section bad: file format elf64-alpha Contents of the .e

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #2 from Uros Bizjak 2011-07-14 19:39:17 UTC --- Created attachment 24766 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24766 asm source that compiles to good executable

[Bug target/49688] [alpha]: Many execution test failures

2011-07-14 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49688 --- Comment #1 from Uros Bizjak 2011-07-14 19:37:30 UTC --- Created attachment 24765 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24765 asm source that compiles to good executable This asm was produced by compiling gcc.dg/cleanup-10.c wit

[Bug tree-optimization/49749] Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 --- Comment #3 from William J. Schmidt 2011-07-14 19:24:19 UTC --- Created attachment 24762 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24762 Gimple following reassoc2 with MEM_REFs

[Bug tree-optimization/49749] Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 --- Comment #4 from William J. Schmidt 2011-07-14 19:25:18 UTC --- Created attachment 24763 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24763 Gimple prior to expand, r161839

[Bug tree-optimization/49749] Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 --- Comment #5 from William J. Schmidt 2011-07-14 19:25:51 UTC --- Created attachment 24764 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24764 Gimple prior to expand, r161840

[Bug tree-optimization/49749] Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 --- Comment #2 from William J. Schmidt 2011-07-14 19:23:29 UTC --- Created attachment 24761 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24761 Gimple following reassoc2 with TARGET_MEM_REFs

[Bug tree-optimization/49749] Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 --- Comment #1 from William J. Schmidt 2011-07-14 19:22:08 UTC --- Created attachment 24760 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24760 Gimple prior to reassoc2

[Bug c++/49751] Incorrect optimization related to smallest int64_t value.

2011-07-14 Thread blaise at suitabletech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49751 --- Comment #1 from Blaies Gassend 2011-07-14 18:49:59 UTC --- Created attachment 24759 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24759 The sample program that fails.

[Bug c++/49751] New: Incorrect optimization related to smallest int64_t value.

2011-07-14 Thread blaise at suitabletech dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49751 Summary: Incorrect optimization related to smallest int64_t value. Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/49687] [4.6 Regression][avr] Missed optimization for widening MUL

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49687 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug debug/49750] New: -gdwarf-4 bug

2011-07-14 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49750 Summary: -gdwarf-4 bug Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug AssignedTo: unassig...@gcc.gnu.org Rep

[Bug target/49687] AVR: Missed optimization for widening MUL

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49687 --- Comment #2 from Eric Weddington 2011-07-14 18:41:56 UTC --- Created attachment 24758 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24758 Test case results using GCC 4.3.3 (WinAVR 20100110)

[Bug middle-end/49491] Superfluous move because of unnecessary spill for 2-operand insn

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49491 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/49735] [4.7 Regression] mips64-elf libgcc build fails with apparently infinite recursion.

2011-07-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49735 --- Comment #6 from Andrew Pinski 2011-07-14 18:26:54 UTC --- (In reply to comment #5) > It probably papers over a different issue though - even recursive inlining > should be limited by a --param, but appearantly that is not working here. > > H

[Bug target/49541] [4.6/4.7 regression] TLS support partially broken in 64-bit mode

2011-07-14 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541 --- Comment #10 from Rainer Orth 2011-07-14 17:40:06 UTC --- Created attachment 24757 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24757 proposed libgomp testsuite patch Here's the libgomp testsuite part of the patch. It should apply to b

[Bug c/49748] char * const * cannot be assigned to char const * const *

2011-07-14 Thread gcc at misc dot lka.org.lu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49748 --- Comment #2 from Alain Knaff 2011-07-14 17:38:59 UTC --- Created attachment 24756 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24756 Test program for const warning bug > the warning is correct, see http://c-faq.com/ansi/constmismatch.h

[Bug target/49541] [4.6/4.7 regression] TLS support partially broken in 64-bit mode

2011-07-14 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541 --- Comment #9 from Rainer Orth 2011-07-14 17:37:43 UTC --- Created attachment 24755 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24755 proposed 4.6 patch Here's the 4.6 backport of the sol2.h patch. Could you please give it a try on Sol

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38159 --- Comment #4 from Georg-Johann Lay 2011-07-14 17:28:07 UTC --- Must be new artifact, r176217 fails and my local 176136 passes.

[Bug other/49665] 'defined in discarded section' link failures on cpu2006 benchmarks

2011-07-14 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49665 Pat Haugen changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #7 fr

[Bug tree-optimization/49452] [4.7 regression] comp-goto-2.c regresses in testing

2011-07-14 Thread eraman at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #12 from Easwaran Raman 2011-07-14 17:16:06 UTC --- (In reply to comment #11) > I have confirmed that the -Os failures began with r175063 and that the tests > pass for several revision before that and pass for several after, so it's >

[Bug target/38159] [avr] ICE: gcc.c-torture/execute/pr38051.c compilation, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38159 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/11320] [3.3 regression] Scheduler bug

2011-07-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11320 --- Comment #10 from Bernd Schmidt 2011-07-14 17:06:38 UTC --- Author: bernds Date: Thu Jul 14 17:06:33 2011 New Revision: 176280 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176280 Log: PR rtl-optimization/11320 * config/ia64/i

[Bug target/49541] [4.6/4.7 regression] TLS support partially broken in 64-bit mode

2011-07-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-07-14 17:08:09 UTC --- > Same here, but the link line starts with: > > /nile.build/botcazou/gcc-head/sparc-sun-solaris2.8/gcc/collect2 -V -Y > P,/lib/sparcv9:/usr/lib/sparcv9 -Qy -o ./con

[Bug tree-optimization/49749] New: Reassociation rank algorithm does not include all non-NULL operands

2011-07-14 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49749 Summary: Reassociation rank algorithm does not include all non-NULL operands Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/44506] -mtiny-stack causes internal compiler error on gcc for avr

2011-07-14 Thread eric.weddington at atmel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44506 Eric Weddington changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/49748] char * const * cannot be assigned to char const * const *

2011-07-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49748 --- Comment #1 from Jonathan Wakely 2011-07-14 16:44:08 UTC --- the bug reporting guidelines clearly ask for a complete and self-contained test case, not several snippets of code which don't form a complete program http://gcc.gnu.org/bugs/ the w

[Bug c/49748] New: char * const * cannot be assigned to char const * const *

2011-07-14 Thread gcc at misc dot lka.org.lu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49748 Summary: char * const * cannot be assigned to char const * const * Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c++/41426] User defined conversion on return ignores array types

2011-07-14 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41426 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail

[Bug target/44506] -mtiny-stack causes internal compiler error on gcc for avr

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44506 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org Known to w

[Bug target/49487] Internal compiler error in AVR code (bytewise rotate)

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49487 Georg-Johann Lay changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/49487] Internal compiler error in AVR code (bytewise rotate)

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49487 --- Comment #6 from Georg-Johann Lay 2011-07-14 15:15:31 UTC --- Author: gjl Date: Thu Jul 14 15:15:28 2011 New Revision: 176277 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176277 Log: PR target/49487 Backport from mainline r1

[Bug target/49487] Internal compiler error in AVR code (bytewise rotate)

2011-07-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49487 --- Comment #5 from Georg-Johann Lay 2011-07-14 15:10:17 UTC --- Author: gjl Date: Thu Jul 14 15:10:12 2011 New Revision: 176276 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176276 Log: PR target/49487 * config/avr/avr.md (rotl

[Bug tree-optimization/49651] [4.4/4.5 Regression] nested lambdas and -O3 produced incorrect integer variable increments

2011-07-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49651 Richard Guenther changed: What|Removed |Added Known to work||4.6.2, 4.7.0 Summary|[4.4/4

[Bug driver/49747] warning:dereferencing type-punned pointer will break strict-aliasing rules

2011-07-14 Thread douganla at gru dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49747 --- Comment #2 from douganla at gru dot com 2011-07-14 14:57:47 UTC --- gcc-4.4.5 is the latest version available in gentoo

[Bug ada/49732] [4.6/4.7 regression] crash on terminal_interface-curses-menus.adb from ncurses with -gnato

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49732 Eric Botcazou changed: What|Removed |Added Known to work||4.5.4 Known to fail|

[Bug tree-optimization/49651] [4.4/4.5/4.6/4.7 Regression] nested lambdas and -O3 produced incorrect integer variable increments

2011-07-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49651 --- Comment #12 from Richard Guenther 2011-07-14 14:56:30 UTC --- Author: rguenth Date: Thu Jul 14 14:56:27 2011 New Revision: 176275 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176275 Log: 2011-07-14 Richard Guenther PR tree-o

[Bug tree-optimization/49651] [4.4/4.5/4.6/4.7 Regression] nested lambdas and -O3 produced incorrect integer variable increments

2011-07-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49651 --- Comment #11 from Richard Guenther 2011-07-14 14:53:33 UTC --- Author: rguenth Date: Thu Jul 14 14:53:30 2011 New Revision: 176274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176274 Log: 2011-07-14 Richard Guenther PR tree-o

[Bug driver/49747] warning:dereferencing type-punned pointer will break strict-aliasing rules

2011-07-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49747 --- Comment #1 from Jonathan Wakely 2011-07-14 14:49:53 UTC --- (In reply to comment #0) > After emerging sys-devel/gcc-4.4.5 on Gentoo Linux kernel-2.6.38-gentoo-r6 What does this mean? Not everyone uses gentoo or wants to understand its pkg s

[Bug ada/49732] [4.6/4.7 regression] crash on terminal_interface-curses-menus.adb from ncurses with -gnato

2011-07-14 Thread vorfeed.canal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49732 --- Comment #8 from Vorfeed Canal 2011-07-14 14:43:49 UTC --- It makes sense because patch which "fixes" the problem effectively removes the information needed to do overflow check. And now, when I know where to look is much smaller reproducer:

[Bug ada/49732] [4.6/4.7 regression] crash on terminal_interface-curses-menus.adb from ncurses with -gnato

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49732 Eric Botcazou changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug ada/49732] GNAT 4.6.[01] crashes on terminal_interface-curses-menus.adb from ncruses 5.9

2011-07-14 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49732 Eric Botcazou changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|unassigned at

[Bug ada/49732] GNAT 4.6.[01] crashes on terminal_interface-curses-menus.adb from ncruses 5.9

2011-07-14 Thread vorfeed.canal at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49732 --- Comment #6 from Vorfeed Canal 2011-07-14 13:52:07 UTC --- Ah-ha. Here we go: gcc -c -O0 -gnato -I- -gnatA /ncplc/src/sysnative-prencurses-5.9/Ada95/src/terminal_interface-curses-menus.adb raised STORAGE_ERROR : stack overflow (or erroneous

  1   2   >