[Bug libobjc/49882] New: class_getSuperClass() returns nil on a newly allocated, but not registered, class

2011-07-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49882 Summary: class_getSuperClass() returns nil on a newly allocated, but not registered, class Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug libobjc/49883] New: clang + gcc 4.6 runtime = broken

2011-07-28 Thread nicola at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49883 Summary: clang + gcc 4.6 runtime = broken Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libobjc AssignedTo: unassig...@gcc.

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

2011-07-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49687 --- Comment #5 from Georg-Johann Lay 2011-07-28 08:03:12 UTC --- Author: gjl Date: Thu Jul 28 08:03:07 2011 New Revision: 176862 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176862 Log: PR target/49687 * config/avr/t-avr (LIB1A

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

2011-07-28 Thread uweigand at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 --- Comment #12 from Ulrich Weigand 2011-07-28 08:43:31 UTC --- After this commit: http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg01132.html the regression is now gone again on the 4.6 branch. On spu-elf, this bug is now fixed both on mainline and the

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

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47727 --- Comment #11 from Uros Bizjak 2011-07-28 09:22:29 UTC --- With recent changes in mainline, the testcase from Comment #0 compiles OK: __do_global_ctors_aux: .LFB0: .cfi_startproc mov-4+__CTOR_END__(%rip), %eax pushq%rbx

[Bug rtl-optimization/49884] New: get_last_value in combine ignores register mode

2011-07-28 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49884 Summary: get_last_value in combine ignores register mode Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Ass

[Bug c++/49813] [C++0x] sinh vs asinh vs constexpr

2011-07-28 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813 --- Comment #52 from rguenther at suse dot de 2011-07-28 09:26:40 UTC --- On Wed, 27 Jul 2011, ghazi at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813 > > --- Comment #50 from Kaveh Ghazi 2011-07-27 > 23:13:18 UTC

[Bug target/49881] [AVR] Inefficient stack manipulation around calls

2011-07-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49881 Georg-Johann Lay changed: What|Removed |Added Keywords||missed-optimization --- Comment #3 fro

[Bug rtl-optimization/49884] get_last_value in combine ignores register mode

2011-07-28 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49884 --- Comment #1 from Paulo J. Matos 2011-07-28 09:46:36 UTC --- Created attachment 24854 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24854 Fixes PR49884 Sent to gcc-patches.

[Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f

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

[Bug tree-optimization/49873] Optimizer regression

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

[Bug tree-optimization/49872] Missed optimization: Could coalesce neighboring memsets

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

[Bug tree-optimization/49872] Missed optimization: Could coalesce neighboring memsets

2011-07-28 Thread sgunderson at bigfoot dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49872 --- Comment #2 from sgunderson at bigfoot dot com 2011-07-28 10:09:51 UTC --- I'm not sure if I've seen exactly this construction in real-world code, but I've certainly seen examples of the hybrid I sketched out (looking at one was what motivated m

[Bug target/49313] Inefficient libgcc implementations for avr

2011-07-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49313 --- Comment #7 from Georg-Johann Lay 2011-07-28 10:29:24 UTC --- Author: gjl Date: Thu Jul 28 10:29:17 2011 New Revision: 176865 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176865 Log: PR target/49313 Undo r176835 from trunk

[Bug target/49313] Inefficient libgcc implementations for avr

2011-07-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49313 Georg-Johann Lay changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug libfortran/49885] New: Segmentation fault when writing to an automatic character array

2011-07-28 Thread mathewc at nag dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 Summary: Segmentation fault when writing to an automatic character array Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug middle-end/49886] New: pass_split_functions cannot deal with function type attributes

2011-07-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49886 Summary: pass_split_functions cannot deal with function type attributes Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug middle-end/49886] [4.6/4.7 Regression] pass_split_functions cannot deal with function type attributes

2011-07-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49886 Richard Guenther changed: What|Removed |Added Keywords||wrong-code Target Milestone|---

[Bug target/47364] [x32] internal compiler error: in emit_move_insn, at expr.c:3355

2011-07-28 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47364 --- Comment #10 from hjl at gcc dot gnu.org 2011-07-28 12:32:29 UTC --- Author: hjl Date: Thu Jul 28 12:32:23 2011 New Revision: 176868 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176868 Log: Only expand strlen to Pmode. 2011-07-28 H

[Bug libfortran/49885] [4.6/4.7 Regression] Segmentation fault when writing to an automatic character array

2011-07-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug target/47364] [x32] internal compiler error: in emit_move_insn, at expr.c:3355

2011-07-28 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47364 --- Comment #11 from hjl at gcc dot gnu.org 2011-07-28 12:58:06 UTC --- Author: hjl Date: Thu Jul 28 12:58:00 2011 New Revision: 176869 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176869 Log: Only expand strlen to Pmode. 2011-07-28 H

[Bug fortran/49885] [4.6/4.7 Regression] Segmentation fault when writing to an automatic character array

2011-07-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 Tobias Burnus changed: What|Removed |Added Component|libfortran |fortran --- Comment #2 from Tobias Burnus

[Bug target/47364] [x32] internal compiler error: in emit_move_insn, at expr.c:3355

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

[Bug fortran/31067] MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow)

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067 --- Comment #43 from Jakub Jelinek 2011-07-28 13:51:32 UTC --- Created attachment 24856 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24856 gcc47-pr31067.patch Patch to optimize a = minloc (b) for rank 1 b into a = minloc (b, dim = 1), acc

[Bug rtl-optimization/47502] [x32] can’t find a register in class ‘SIREG’ while reloading ‘asm’

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

[Bug fortran/49885] [4.6/4.7 Regression] Segmentation fault when writing to an automatic character array

2011-07-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 Tobias Burnus changed: What|Removed |Added CC||domob at gcc dot gnu.org --- Comment #3 f

[Bug fortran/49885] [4.6/4.7 Regression] Segmentation fault when writing to an automatic character array

2011-07-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 --- Comment #4 from Tobias Burnus 2011-07-28 14:06:46 UTC --- (In reply to comment #3) > Thus, the regression is caused by: Ups, wrong patch. The person and the PR were correct, the cited patch was not. Correct patch, which causes the regressio

[Bug debug/49887] New: [4.7 regression] .debug_macro breaks many Solaris/SPARC tests

2011-07-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49887 Summary: [4.7 regression] .debug_macro breaks many Solaris/SPARC tests Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug fortran/49885] [4.6/4.7 Regression] Segmentation fault when writing to an automatic character array

2011-07-28 Thread domob at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49885 Daniel Kraft changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug target/47715] [x32] TLS doesn't work

2011-07-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47715 --- Comment #15 from uros at gcc dot gnu.org 2011-07-28 14:42:52 UTC --- Author: uros Date: Thu Jul 28 14:42:45 2011 New Revision: 176872 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176872 Log: PR target/47715 * config/i386/i386.

[Bug debug/49887] [4.7 regression] .debug_macro breaks many Solaris/SPARC tests

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49887 --- Comment #1 from Jakub Jelinek 2011-07-28 14:45:11 UTC --- So, how are the group signature symbols supposed to be emitted on SPARC/Solaris? A dummy symbol of that name somewhere in the section? Can it be local, or must it be global symbol? W

[Bug debug/49887] [4.7 regression] .debug_macro breaks many Solaris/SPARC tests

2011-07-28 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49887 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE 2011-07-28 14:52:35 UTC --- > --- Comment #1 from Jakub Jelinek 2011-07-28 > 14:45:11 UTC --- > So, how are the group signature symbols supposed to be emitted on > SPARC/Solaris? A dummy sy

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

2011-07-28 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49545 --- Comment #13 from Hans-Peter Nilsson 2011-07-28 14:56:33 UTC --- (In reply to comment #12) > After this commit: > http://gcc.gnu.org/ml/gcc-cvs/2011-07/msg01132.html I.e. r176864, applied to the 4.6 branch. Still, at r176866, g++.dg/tree-ssa

[Bug target/49881] [AVR] Inefficient stack manipulation around calls

2011-07-28 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49881 Richard Henderson changed: What|Removed |Added Attachment #24848|0 |1 is obsolete|

[Bug target/48175] [x32] FAIL: gcc.c-torture/execute/builtins/strcat.c

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48175 Uros Bizjak changed: What|Removed |Added Target||x32 Status|UNCONFIRMED

[Bug target/48085] [x32] Unnecessary zero-extension

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48085 Uros Bizjak changed: What|Removed |Added Target||x32 Status|UNCONFIRMED

[Bug fortran/31067] MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow)

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067 Jakub Jelinek changed: What|Removed |Added Attachment #24856|0 |1 is obsolete|

[Bug target/49881] [AVR] Inefficient stack manipulation around calls

2011-07-28 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49881 Georg-Johann Lay changed: What|Removed |Added Depends on||49864 --- Comment #5 from Georg-Johann

[Bug target/49881] [AVR] Inefficient stack manipulation around calls

2011-07-28 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49881 --- Comment #6 from Richard Henderson 2011-07-28 16:14:46 UTC --- (In reply to comment #5) > Regenerating avr-libc (with your patch atop r176818) fails with PR49864 and > the > exact line number from there. Do you need more food, or is the test

[Bug target/47364] [x32] internal compiler error: in emit_move_insn, at expr.c:3355

2011-07-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47364 --- Comment #13 from uros at gcc dot gnu.org 2011-07-28 16:20:17 UTC --- Author: uros Date: Thu Jul 28 16:20:06 2011 New Revision: 176875 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176875 Log: PR target/47364 * config/i386/i386.

[Bug target/49879] [h8300] ICE in maybe_record_trace_start, at dwarf2cfi.c:2439

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

[Bug debug/49871] -gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_location attribute

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49871 --- Comment #2 from Jakub Jelinek 2011-07-28 16:21:14 UTC --- Author: jakub Date: Thu Jul 28 16:21:08 2011 New Revision: 176876 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176876 Log: PR debug/49871 * dwarf2out.c (size_of_die,

[Bug target/47364] [x32] internal compiler error: in emit_move_insn, at expr.c:3355

2011-07-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47364 --- Comment #14 from uros at gcc dot gnu.org 2011-07-28 16:21:47 UTC --- Author: uros Date: Thu Jul 28 16:21:44 2011 New Revision: 176877 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176877 Log: PR target/47364 * config/i386/i386.

[Bug middle-end/49886] [4.6/4.7 Regression] pass_split_functions cannot deal with function type attributes

2011-07-28 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49886 --- Comment #1 from Martin Jambor 2011-07-28 16:53:23 UTC --- Proposed patch posted to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2011-07/msg02546.html

[Bug middle-end/47725] [x32] error: unable to find a register to spill in class DIREG

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725 --- Comment #21 from Uros Bizjak 2011-07-28 17:02:49 UTC --- (In reply to comment #19) > I'm seeing the same problem in gcc 4.4 and 4.6, I did not test 4.5: Please, do not hijack bug reports. Open new one, this one is for x32 (that is x86_64 wi

[Bug middle-end/47725] [x32] error: unable to find a register to spill in class DIREG

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725 Uros Bizjak changed: What|Removed |Added Target||x32 Status|UNCONFIRMED

[Bug target/48084] [x32] internal compiler error: in copy_to_mode_reg, at explow.c:630

2011-07-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48084 Uros Bizjak changed: What|Removed |Added Target||x32 Status|UNCONFIRMED

[Bug debug/49888] New: VTA: -O2 -g variable value changes, it does not change in the source

2011-07-28 Thread jan.kratochvil at redhat dot com
; v = 0; /* break-here */ } int main () { int v = 2; f (&v); return 0; } FAIL: gcc (GCC) 4.5.4 20110728 (prerelease) FAIL: gcc (GCC) 4.6.2 20110728 (prerelease) FAIL: gcc (GCC) 4.7.0 20110728 (experime

[Bug c++/47346] access control for nested type is ignored in class template

2011-07-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47346 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED CC|dodji at gcc

[Bug go/49889] New: Calling a function whose name is obscured by a local variable does not produce an error

2011-07-28 Thread rluble at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49889 Summary: Calling a function whose name is obscured by a local variable does not produce an error Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor Pr

[Bug libobjc/49883] clang + gcc 4.6 runtime = broken

2011-07-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49883 --- Comment #1 from Andrew Pinski 2011-07-28 19:09:00 UTC --- I think we should declare this a bug in clang and not the runtime.

[Bug rtl-optimization/49890] New: IRA spill with plenty of available registers

2011-07-28 Thread pthaugen at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49890 Summary: IRA spill with plenty of available registers Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assign

[Bug lto/48851] lto-plugin.c:224:7: error: missing sentinel in function call [-Werror=format]

2011-07-28 Thread jsg at openbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48851 --- Comment #23 from Jonathan Gray 2011-07-28 19:24:43 UTC --- yes, with the bypass line as proposed both #ifndef NULL #ifdef __GNUG__ #define NULL__null #else #define NULL((void *)0) #endif #endif and #ifndef NULL #ifdef __GNUG__ #d

[Bug debug/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49846 --- Comment #2 from Jakub Jelinek 2011-07-28 20:35:16 UTC --- Author: jakub Date: Thu Jul 28 20:35:12 2011 New Revision: 176892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176892 Log: PR debug/49846 * var-tracking.c (prepare_ca

[Bug debug/49871] -gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_location attribute

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49871 --- Comment #3 from Jakub Jelinek 2011-07-28 20:37:50 UTC --- Author: jakub Date: Thu Jul 28 20:37:43 2011 New Revision: 176895 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176895 Log: PR debug/49871 * dwarf2out.c (size_of_die,

[Bug fortran/31067] MINLOC should sometimes be inlined (gas_dyn is sooooo sloooow)

2011-07-28 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31067 --- Comment #45 from Jakub Jelinek 2011-07-28 20:56:57 UTC --- Author: jakub Date: Thu Jul 28 20:56:50 2011 New Revision: 176897 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176897 Log: PR fortran/31067 * frontend-passes.c (opti

[Bug c++/49813] [C++0x] sinh vs asinh vs constexpr

2011-07-28 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813 --- Comment #53 from Steve Ellcey 2011-07-28 20:59:15 UTC --- Author: sje Date: Thu Jul 28 20:59:11 2011 New Revision: 176899 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176899 Log: 2011-07-28 Paolo Carlini PR c++/49813

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 H.J. Lu changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comment #1 from H.

[Bug debug/49871] -gdwarf-3 creates invalid DWARF3 with DW_AT_data_member_location attribute

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

[Bug debug/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter

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

[Bug bootstrap/49810] [4.7 Regression] ld: Unsatisfied symbol "strsignal(int)" in file collect2.o

2011-07-28 Thread sje at cup dot hp.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49810 Steve Ellcey changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 --- Comment #2 from H.J. Lu 2011-07-28 21:27:33 UTC --- The question is we have (zero_extend:DI (plus:SI (FOO:SI) (const_int Y))) Is is OK to transform it to (plus:DI (zero_extend:DI (FOO:SI)) (const_int Y)) The current convert_memory_address

[Bug debug/49846] entryval: missing DW_TAG_GNU_call_site_parameter for stack-passed `double' parameter

2011-07-28 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49846 --- Comment #4 from Jan Kratochvil 2011-07-28 21:29:27 UTC --- Thanks, great: #0 stacktest (r1=1, r2=2, r3=3, r4=4, r5=5, r6=6, s1=3, s2=4, d1=1.5, d2=2.5, d3=3.5, d4=4.5, d5=5.5, d6=6.5, d7=7.5, d8=8.5, d9=3.5, da=4.5) at ./gdb.arch/amd64-entry

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-07-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 --- Comment #3 from Andrew Pinski 2011-07-28 21:31:20 UTC --- (In reply to comment #2) > The question is we have > > (zero_extend:DI (plus:SI (FOO:SI) (const_int Y))) > > Is is OK to transform it to > > (plus:DI (zero_extend:DI (FOO:SI)) (cons

[Bug middle-end/49721] convert_memory_address_addr_space may generate invalid new insns

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49721 --- Comment #4 from H.J. Lu 2011-07-28 21:39:47 UTC --- (In reply to comment #3) > (In reply to comment #2) > > The question is we have > > > > (zero_extend:DI (plus:SI (FOO:SI) (const_int Y))) > > > > Is is OK to transform it to > > > > (plus

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

2011-07-28 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 --- Comment #11 from Sebastian Pop 2011-07-28 21:57:15 UTC --- Author: spop Date: Thu Jul 28 21:57:10 2011 New Revision: 176901 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176901 Log: Fix PR48648: Handle CLAST assignments. The CLAST p

[Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f

2011-07-28 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49876 --- Comment #3 from Sebastian Pop 2011-07-28 21:57:04 UTC --- Author: spop Date: Thu Jul 28 21:57:00 2011 New Revision: 176900 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176900 Log: Fix PR49876: Continue code generation with integer_z

[Bug middle-end/49876] [4.7 Regression] FAIL: gfortran.dg/graphite/pr43097.f

2011-07-28 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49876 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-07-28 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48648 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/49891] New: [4.7 regression] ICE in redirect_jump_1

2011-07-28 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49891 Summary: [4.7 regression] ICE in redirect_jump_1 Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: critical Priority: P3 Compone

[Bug rtl-optimization/49891] [4.7 regression] ICE in redirect_jump_1

2011-07-28 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49891 --- Comment #1 from Bernd Schmidt 2011-07-28 22:47:26 UTC --- Author: bernds Date: Thu Jul 28 22:47:21 2011 New Revision: 176905 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176905 Log: PR rtl-optimization/49891 * cfgrtl.c (forc

[Bug target/49880] SuperH: ICE when -m4 is used with -mdiv=call-div1

2011-07-28 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49880 Kazumoto Kojima changed: What|Removed |Added Target|shle--netbsdelf |sh*-*-* Status|UNCONFIRMED

[Bug rtl-optimization/49799] gcc arm generates illegal sbfx instruction

2011-07-28 Thread carrot at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49799 --- Comment #9 from carrot at gcc dot gnu.org 2011-07-29 01:27:32 UTC --- Author: carrot Date: Fri Jul 29 01:27:29 2011 New Revision: 176911 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176911 Log: PR rtl-optimization/49799 * com

[Bug middle-end/47048] misc vect.exp failures with -fgraphite-identity enabled at -O2.

2011-07-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47048 --- Comment #7 from Jack Howarth 2011-07-29 01:54:25 UTC --- Checking the failures in vect.exp at r176905 with -fgraphite-identity enabled at -O2, we seem to have picked up a bunch for -flto at -m32 on x86_64-apple-darwin11... FAIL: gcc.dg/vect/

[Bug other/49892] New: Error in configure test xgcc in x86_64-apple-darwin11.0.0/libgcc

2011-07-28 Thread danp57 at optonline dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49892 Summary: Error in configure test xgcc in x86_64-apple-darwin11.0.0/libgcc Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug middle-end/49893] New: [4.7 Regression] -O3 generates wrong code for volatile

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49893 Summary: [4.7 Regression] -O3 generates wrong code for volatile Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end As

[Bug middle-end/49893] [4.7 Regression] -O3 generates wrong code for volatile

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49893 H.J. Lu changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Target Milestone|-

[Bug rtl-optimization/47958] [x32] reload generates invalid address reference

2011-07-28 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47958 --- Comment #4 from hjl at gcc dot gnu.org 2011-07-29 05:17:41 UTC --- Author: hjl Date: Fri Jul 29 05:17:36 2011 New Revision: 176914 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176914 Log: Add a testcase for PR rtl-optimization/47958

[Bug rtl-optimization/47958] [x32] reload generates invalid address reference

2011-07-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47958 H.J. Lu changed: What|Removed |Added Target Milestone|--- |4.7.0 --- Comment #5 from H.J. Lu 2011-07-29 0

[Bug c++/47453] Various non-conforming behaviors with braced-init-list initialization

2011-07-28 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47453 __vic changed: What|Removed |Added CC||d.v.a at ngs dot ru --- Comment #4 from __vic 20

[Bug c++/49894] New: Uniform initialization in constructor (C++0x)

2011-07-28 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49894 Summary: Uniform initialization in constructor (C++0x) Product: gcc Version: 4.6.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassi

[Bug c++/49894] Uniform initialization in constructor (C++0x)

2011-07-28 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49894 --- Comment #1 from __vic 2011-07-29 06:28:47 UTC --- class mutex { ::pthread_mutex_t mtx; public: constexpr mutex() : mtx(PTHREAD_MUTEX_INITIALIZER) {} }; Compiles fine... What is the difference?