[Bug target/49781] Unnecessary lea in x32 mode

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781 --- Comment #1 from Uros Bizjak 2011-07-19 06:45:56 UTC --- (In reply to comment #0) > Many lea insns can be combined with the load/store insn followed. No, these are leal insns, they have inherent zero_extend from SImode and they clear upper 3

[Bug tree-optimization/49771] [4.7 Regression] wrong code with -ftree-vectorize

2011-07-18 Thread irar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49771 --- Comment #6 from irar at gcc dot gnu.org 2011-07-19 06:25:11 UTC --- Author: irar Date: Tue Jul 19 06:25:07 2011 New Revision: 176434 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176434 Log: PR tree-optimization/49771

[Bug tree-optimization/48172] [4.5 Regression] incorrect vectorization of loop in GCC 4.5.* with -O3

2011-07-18 Thread cnstar9988 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48172 littlestar changed: What|Removed |Added CC||cnstar9988 at gmail dot com --- Comment #17

[Bug middle-end/18908] Missed folding opportunities with bools

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18908 Andrew Pinski changed: What|Removed |Added CC||ktietz at gcc dot gnu.org,

[Bug middle-end/32791] missed optimization after inline functions with multiple return statements

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

[Bug middle-end/32074] Optimizer does not exploit assertions

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32074 --- Comment #4 from Andrew Pinski 2011-07-18 23:00:28 UTC --- We have __builtin_unreachable() now which should allow for this optimization.

[Bug middle-end/31531] A microoptimization of isnegative of signed integer

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531 Andrew Pinski changed: What|Removed |Added Keywords||TREE --- Comment #5 from Andrew Pinski 2

[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23830 --- Comment #3 from Andrew Pinski 2011-07-18 22:19:34 UTC --- I think this might already be fixed in either 4.6.0 or on the trunk.

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

2011-07-18 Thread hjl.tools at gmail dot com
.cfi_def_cfa_offset 8 ret .cfi_endproc .LFE1: .sizemain, .-main .localheap_len .commheap_len,4,4 .localheap_max .commheap_max,4,4 .localheap .commheap,2292,32 .ident"GCC: (GNU) 4.7.0 20110718 (experimental)&q

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #15 from Mikael Morin 2011-07-18 20:35:22 UTC --- Author: mikael Date: Mon Jul 18 20:35:18 2011 New Revision: 176422 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176422 Log: 2011-07-18 Mikael Morin PR fortran/49648

[Bug fortran/49648] ICE(segfault) with MATMUL and function-result actual argument

2011-07-18 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49648 --- Comment #14 from Mikael Morin 2011-07-18 20:31:05 UTC --- Author: mikael Date: Mon Jul 18 20:31:02 2011 New Revision: 176419 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176419 Log: 2011-07-18 Mikael Morin PR fortran/49648

[Bug fortran/45859] [Coarray, F2008, IR] Rejects valid actuals to coarray dummies

2011-07-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45859 --- Comment #3 from Tobias Burnus 2011-07-18 20:21:20 UTC --- (In reply to comment #2) > Meeting 193 ( http://j3-fortran.org/doc/meeting/193/ ): > - 10-229 has an edit which allows the program (cf. quote in comment 0) > - 10-229r1 and 10-229r2 M

[Bug fortran/45859] [Coarray, F2008, IR] Rejects valid actuals to coarray dummies

2011-07-18 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45859 --- Comment #2 from Tobias Burnus 2011-07-18 20:16:08 UTC --- (In reply to comment #1) > See "F08/0040" at http://j3-fortran.org/doc/year/11/11-006A.txt > "STATUS: Passed by J3 letter ballot" My comment is odd. First, the number is wrong. It's F

[Bug tree-optimization/49771] [4.7 Regression] wrong code with -ftree-vectorize

2011-07-18 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49771 --- Comment #5 from Ira Rosen 2011-07-18 20:01:24 UTC --- Right, the dependence analysis fails here: (compute_affine_dependence (stmt_a = D.2713_5 = a[i_20]; ) (stmt_b = a[j_19] = D.2714_6; ) (subscript_dependence_tester (analyze_overlapping

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

2011-07-18 Thread grokbrsm at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140 --- Comment #9 from Sébastien Kunz-Jacques 2011-07-18 19:59:35 UTC --- (In reply to comment #8) > Created attachment 24790 [details] > test case with Salsa20 in Crypto++ Sorry about my partial comment. Used the test case on source of gcc 4.6.1 +

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

2011-07-18 Thread grokbrsm at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49140 --- Comment #8 from Sébastien Kunz-Jacques 2011-07-18 19:55:29 UTC --- Created attachment 24790 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24790 test case with Salsa20 in Crypto++

[Bug middle-end/49675] [4.6/4.7 Regression] ICE (segfault) with -finstrument-functions

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49675 --- Comment #6 from Jakub Jelinek 2011-07-18 19:49:50 UTC --- Fixed.

[Bug middle-end/49675] [4.6/4.7 Regression] ICE (segfault) with -finstrument-functions

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49675 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/49675] [4.6/4.7 Regression] ICE (segfault) with -finstrument-functions

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49675 --- Comment #4 from Jakub Jelinek 2011-07-18 19:45:24 UTC --- Author: jakub Date: Mon Jul 18 19:45:21 2011 New Revision: 176418 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176418 Log: PR middle-end/49675 * tree.c (build_common_

[Bug middle-end/49675] [4.6/4.7 Regression] ICE (segfault) with -finstrument-functions

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49675 --- Comment #3 from Jakub Jelinek 2011-07-18 19:41:48 UTC --- Author: jakub Date: Mon Jul 18 19:41:45 2011 New Revision: 176417 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176417 Log: PR middle-end/49675 * tree.c (build_common_

[Bug c++/49756] g++ ICE

2011-07-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756 --- Comment #6 from Jason Merrill 2011-07-18 19:34:08 UTC --- Created attachment 24789 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24789 my patch

[Bug c++/49756] g++ ICE

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756 --- Comment #5 from Jakub Jelinek 2011-07-18 19:30:03 UTC --- Created attachment 24788 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24788 gcc47-pr49756.patch Untested patch. Clueless people will be still able to construct twice or 4 time

[Bug target/49780] New: internal compiler error: in create_mem_ref, at tree-ssa-address.c:806

2011-07-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49780 Summary: internal compiler error: in create_mem_ref, at tree-ssa-address.c:806 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/49771] [4.7 Regression] wrong code with -ftree-vectorize

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49771 --- Comment #4 from Jakub Jelinek 2011-07-18 18:45:56 UTC --- Yeah, that indeed fixes this testcase, and in addition keeps static int a[2000]; int foo (void) { int j; int i; for (i = 0; i < 1000; i++) for (j = 0; j < 1000; j++) a

[Bug target/49765] Support x32 with TARGET_LEGITIMIZE_ADDRESS/LEGITIMIZE_RELOAD_ADDRESS

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49765 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Depends on|

[Bug libgcj/43447] TestLeak.exe test consumes all available memory on 64-bit Solaris 2

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43447 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug bootstrap/2670] Passing -fpic to cc gives warning

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2670 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug java/29414] Issues building GNU java on Solaris2.10 X64

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29414 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/30777] testsuite/gcc.target/i386/abi-1.c failure on openSolaris

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30777 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2011-07-18 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #18 from Eric Botcazou 2011-07-18 17:59:04 UTC --- > Hmmm I'm not sure I see this - what's the configure and arch. specific flags > you used just in case ? Flags are just -Os.

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #38 from hjl at gcc dot gnu.org 2011-07-18 17:53:46 UTC --- Author: hjl Date: Mon Jul 18 17:53:43 2011 New Revision: 176414 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176414 Log: Allow only subregs of DImode hard regs in P

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #37 from uros at gcc dot gnu.org 2011-07-18 17:51:36 UTC --- Author: uros Date: Mon Jul 18 17:51:33 2011 New Revision: 176413 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176413 Log: PR target/47744 * config/i386/i386.

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #36 from hjl at gcc dot gnu.org 2011-07-18 17:49:04 UTC --- Author: hjl Date: Mon Jul 18 17:49:01 2011 New Revision: 176409 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176409 Log: Remove ix86_simplify_base_index_disp. 2011

[Bug c/49779] Wrong code generated for while loop with guard containing continue

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49779 --- Comment #3 from Andrew Pinski 2011-07-18 17:47:49 UTC --- (In reply to comment #2) > An extension that is still supported by GCC, right? Yes but the semantics are not well defined in this area IIRC.

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100 --- Comment #38 from Rainer Orth 2011-07-18 17:45:29 UTC --- *** Bug 36330 has been marked as a duplicate of this bug. ***

[Bug bootstrap/36330] i386-pc-solaris2.10 configure: error: C compiler cannot create executables

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36330 Rainer Orth changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug c/49779] Wrong code generated for while loop with guard containing continue

2011-07-18 Thread bagnara at cs dot unipr.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49779 --- Comment #2 from bagnara at cs dot unipr.it 2011-07-18 17:42:39 UTC --- An extension that is still supported by GCC, right? Here is another testcase showing the same phenomenon with `break': int main() { do { while (({ break; 1; })) {

[Bug bootstrap/33100] [4.3/4.4 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100 --- Comment #37 from Rainer Orth 2011-07-18 17:38:13 UTC --- *** Bug 36356 has been marked as a duplicate of this bug. ***

[Bug target/36356] gcc-4.2.4 bootstrap failure on Solaris/x86 caused by PR31868 fix

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36356 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/49779] Wrong code generated for while loop with guard containing continue

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49779 --- Comment #1 from Andrew Pinski 2011-07-18 17:36:38 UTC --- Hmm, statement expressions are an extension to the C language.

[Bug target/38239] The function mcount in gmon.o changes register ecx

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38239 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #1 from R

[Bug c/49779] New: Wrong code generated for while loop with guard containing continue

2011-07-18 Thread bagnara at cs dot unipr.it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49779 Summary: Wrong code generated for while loop with guard containing continue Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #35 from Uros Bizjak 2011-07-18 17:17:55 UTC --- (In reply to comment #34) > 2011-07-17 H.J. Lu > > * config/i386/i386.c (ix86_decompose_address): Don't support > 32bit address in x32 mode. This one is also not needed an

[Bug fortran/49708] [4.5/4.6/4.7 Regression] ICE with allocate and no dimensions

2011-07-18 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49708 --- Comment #6 from janus at gcc dot gnu.org 2011-07-18 17:08:43 UTC --- (In reply to comment #5) > Janus, what's the status? Well, mostly "busy with other things" mixed with a bit of "waiting for comments and/or approval" ;) > The patch is OK w

[Bug target/38730] gcc 4.4.0 20090104 - "make -i check" - over 60 FAILs in "C" compiler

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38730 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug inline-asm/38804] libgcj multilib fails if not able to exec "non" native programs

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38804 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/43785] [C++0x] std::make_pair vs explicit template arguments

2011-07-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43785 Paolo Carlini changed: What|Removed |Added CC||bugzilla.gcc.gnu.com at

[Bug libstdc++/49778] Can't take pointer to std::make_pair in c++0x

2011-07-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49778 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #34 from H.J. Lu 2011-07-18 16:55:35 UTC --- (In reply to comment #33) > > Please also note, that there is no need for new lea_x32 patterns anymore. My x32 branch has 2011-07-18 Uros Bizjak PR target/47744 * config/i3

[Bug bootstrap/39024] static libelf needs to be built PIC

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39024 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #33 from Uros Bizjak 2011-07-18 16:52:59 UTC --- (In reply to comment #32) > Is isn't too bad: > > 5182.95user 396.13system 15:32.41elapsed 598%CPU (0avgtext+0avgdata > 362556maxresident)k My check on unloaded SNB (using current ma

[Bug bootstrap/39111] gcc 4.4.0 20090204 - Configury from GNU linker to Operating System's Linker broke (reverse works OK)

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39111 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/49769] [4.7 regression] configuration mismatch -- extra parts

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49769 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/49769] [4.7 regression] configuration mismatch -- extra parts

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49769 --- Comment #4 from Rainer Orth 2011-07-18 16:42:00 UTC --- Author: ro Date: Mon Jul 18 16:41:55 2011 New Revision: 176406 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176406 Log: PR bootstrap/49769 * config.gcc (alpha*-*-linux*

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

2011-07-18 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #16 from Ramana Radhakrishnan 2011-07-18 16:31:12 UTC --- (In reply to comment #15) > The machine-dependent reorg pass does something unexpected: > > (insn 30 18 14 3 (set (reg/f:SI 11 fp) > (plus:SI (reg/f:SI 11 fp) >

[Bug bootstrap/39150] Configure scripts have no 64-Bit Solaris defined (only i386-solaris*).

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39150 --- Comment #24 from Rainer Orth 2011-07-18 16:36:37 UTC --- *** Bug 39186 has been marked as a duplicate of this bug. ***

[Bug target/39186] Configury incorrect for 64-bit Targets on Solaris

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39186 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug testsuite/39215] Running Testsuite with Multilib Flags exposes many errors in Testsuite (and gcc)

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39215 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2011-07-18 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49452 --- Comment #17 from Ramana Radhakrishnan 2011-07-18 16:35:22 UTC --- (In reply to comment #16) > (In reply to comment #15) > > The machine-dependent reorg pass does something unexpected: > > > > (insn 30 18 14 3 (set (reg/f:SI 11 fp) > >

[Bug bootstrap/39810] [melt] - revision 146327 - compiler-probe.c:106: undefined reference to `unlikely'

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39810 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/40183] g++.dg/tls/static-1.C, execution abort

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40183 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug driver/40227] Solaris standard link libraries missing /lib

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40227 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug target/40483] gcc 4.x needs to utilize better COMDAT mechanism under Solaris

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40483 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug target/41810] Cannot build gcc: gthr-default.h:466: error: '__mutex' was not declared in this scope

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41810 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/49778] New: Can't take pointer to std::make_pair in c++0x

2011-07-18 Thread bugzilla.gcc.gnu.com at sklep dot czarko.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49778 Summary: Can't take pointer to std::make_pair in c++0x Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo:

[Bug debug/42278] [4.4 Regression] incorrect dwarf data gcc-4.4.2

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42278 Rainer Orth changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug target/42753] _Complex_I is reported as undeclared. Code builds with Sun compiler.

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42753 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/43324] core dump on throw

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43324 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libgomp/44093] Linking libgomp.so fails on Solaris 9/x86 with Sun as: relocations remain

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44093 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug debug/44171] gcc -gdwarf-2 -dA unconditionally emits .ascii

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44171 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/44642] bootstrap fails to build libgcc when gold is built (at least on Solaris_x86)

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44642 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #2 from R

[Bug libstdc++/48430] std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function

2011-07-18 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48430 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug libstdc++/48430] std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function

2011-07-18 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48430 --- Comment #3 from paolo at gcc dot gnu.org 2011-07-18 16:07:34 UTC --- Author: paolo Date: Mon Jul 18 16:07:24 2011 New Revision: 176405 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176405 Log: 2011-07-18 Paolo Carlini PR libs

[Bug driver/45508] Does adding configure-options for specs-hardcoding make sense?

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45508 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/48430] std::hash partial specialization for std::unique_ptr and std::shared_ptr are using unary_function

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

[Bug tree-optimization/49771] [4.7 Regression] wrong code with -ftree-vectorize

2011-07-18 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49771 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #3 from Ir

[Bug tree-optimization/46021] 3 tree-ssa tests XPASS almost everywhere

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46021 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/46023] gcc.dg/vect/pr43430-2.c FAILs on Solaris 8 and 9/x86

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46023 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug driver/46944] gcc should accept -fuse-linker-plugin only if linker handles -plugin

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46944 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug go/48223] gob/check fails on Solaris 2

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48223 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/49756] g++ ICE

2011-07-18 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756 --- Comment #4 from Jason Merrill 2011-07-18 15:22:11 UTC --- For this testcase, even 30MB isn't enough, but 40MiB is, so I think I'll round up to 64MB. I think it's probably best to raise the limit in both places to avoid confusion when invokin

[Bug tree-optimization/49170] [4.7 regression] Several libstdc++ tests fail to link on Solaris 8/9: cexp missing

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49170 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #32 from H.J. Lu 2011-07-18 14:54:31 UTC --- (In reply to comment #31) > > But I was running SPEC CPU at the same time. I will re-time it. Is isn't too bad: 5182.95user 396.13system 15:32.41elapsed 598%CPU (0avgtext+0avgdata 36255

[Bug boehm-gc/49381] Unresolved symbols in libgcjgc.a when linking gctest

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49381 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug middle-end/49545] [4.6 Regression] New C++ test failures

2011-07-18 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 --- Comment #10 from Ulrich Weigand 2011-07-18 14:35:44 UTC --- (In reply to comment #9) > Can you check what patch caused it on the 4.6 branch? It is this one: http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg00431.html 2011-07-11 Martin Jambor

[Bug c++/49777] New: for c++ code, without -g option, cannot generate PIC *.so library.

2011-07-18 Thread hekun_hekun at 163 dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49777 Summary: for c++ code, without -g option, cannot generate PIC *.so library. Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug boehm-gc/49381] Unresolved symbols in libgcjgc.a when linking gctest

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49381 --- Comment #1 from Rainer Orth 2011-07-18 14:30:23 UTC --- Author: ro Date: Mon Jul 18 14:30:14 2011 New Revision: 176401 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176401 Log: PR boehm-gc/49381 Backport from mainline: 20

[Bug c++/49756] g++ ICE

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49756 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug libmudflap/49550] Many libmudflap tests fail on Solaris 11/x86

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49550 Rainer Orth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED URL|

[Bug c++/49756] g++ ICE

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

[Bug tree-optimization/49771] [4.7 Regression] wrong code with -ftree-vectorize

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49771 --- Comment #2 from Jakub Jelinek 2011-07-18 14:12:49 UTC --- That commit looks bogus, the change it made is: # ivtmp.37_45 = PHI vect_pa.7_44 = (vector(4) int *) ivtmp.37_45; - D.2731_1 = vect_pa.7_44 < &a; - D.2733_14 = vect_pa.7_44 >

[Bug tree-optimization/49773] use of class data members prevent vectorization

2011-07-18 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49773 --- Comment #1 from vincenzo Innocente 2011-07-18 14:11:11 UTC --- I just upgraded to c++ -v Using built-in specs. COLLECT_GCC=c++ COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin10.8.0/4.7.0/lto-wrapper Target: x86_64-apple-darwin

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #31 from H.J. Lu 2011-07-18 14:04:13 UTC --- (In reply to comment #30) > (In reply to comment #29) > > > This patch increases bootstrap time from > > On which target? I used --enable-clocale=gnu --with-system-zlib --with-demangler

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #30 from Uros Bizjak 2011-07-18 14:00:43 UTC --- (In reply to comment #29) > This patch increases bootstrap time from On which target?

[Bug target/47744] [x32] ICE: in reload_cse_simplify_operands, at postreload.c:403

2011-07-18 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744 --- Comment #29 from H.J. Lu 2011-07-18 13:55:05 UTC --- (In reply to comment #28) > Here is my latest proposed patch: > > --cut here-- > Index: i386.c > === > --- i386.c(revisi

[Bug tree-optimization/49768] [4.6/4.7 Regression] C99 style union initializations does not work as expected with optimizations

2011-07-18 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49768 --- Comment #6 from Jakub Jelinek 2011-07-18 12:47:36 UTC --- Created attachment 24787 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24787 gcc47-pr49768.patch The easier fix attached. The more complicated would probably mean if we see pos

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

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-07-18 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49541 --- Comment #17 from Rainer Orth 2011-07-18 12:10:39 UTC --- Author: ro Date: Mon Jul 18 12:10:34 2011 New Revision: 176394 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176394 Log: PR target/49541 * testsuite/lib/libgomp.exp (li

  1   2   >