[Bug rtl-optimization/44025] Multiple load 0 to register

2011-11-01 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44025 --- Comment #5 from amker.cheng 2011-11-02 06:05:23 UTC --- Created attachment 25687 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25687 reduced test case which can be handled by cse pass

[Bug rtl-optimization/44025] Multiple load 0 to register

2011-11-01 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44025 --- Comment #4 from amker.cheng 2011-11-02 06:03:56 UTC --- I noticed that for attached reduced test case "reduced_test.c", cse pass can eliminate such redundant load constant instructions. But since cse works on extended basic block, rather than

[Bug target/50952] libquad relocation R_X86_64_32S failure

2011-11-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 --- Comment #6 from Markus Trippelsdorf 2011-11-02 05:57:15 UTC --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > > > Anyone know how to fix this issue properly? > > Yes, just update in-tree libtool: Sorry

[Bug target/50952] libquad relocation R_X86_64_32S failure

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

[Bug rtl-optimization/50904] Induct benchmark of polyhedron slows down when -fno-protect-parens is enabled by -Ofast.

2011-11-01 Thread venkataramanan.kumar.gnu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904 --- Comment #7 from Venkataramanan Kumar 2011-11-02 05:50:44 UTC --- (In reply to comment #6) > > I don't see why RTL invariant motion should move the one variant but not > > the other. Of course this also shows that we should, after loop unrolli

[Bug tree-optimization/50955] IVopts incorrectly rewrite the address of a global memory access into a local form.

2011-11-01 Thread duyuehai at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50955 --- Comment #1 from Yuehai Du 2011-11-02 05:19:24 UTC --- gcc version r180694 Configured with: /home/croseadu/android/_src/src/gcc-src/configure --host=i486-linux-gnu --build=i486-linux-gnu --target=arm-none-linux-gnueabi --prefix=/home/crosead

[Bug tree-optimization/50955] New: IVopts incorrectly rewrite the address of a global memory access into a local form.

2011-11-01 Thread duyuehai at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50955 Bug #: 50955 Summary: IVopts incorrectly rewrite the address of a global memory access into a local form. Classification: Unclassified Product: gcc Version: 4.7.0 Sta

[Bug c++/50941] [C++0x] user-defined string literals provide incorrect length for wchar_t, char16_t, and char32_t

2011-11-01 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50941 --- Comment #3 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-02 04:22:20 UTC --- Created attachment 25685 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25685 Patch with testcase. Patch. Testcase modified from initial report. Th

[Bug target/50751] SH Target: Displacement addressing does not work for QImode and HImode

2011-11-01 Thread oleg.e...@t-online.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50751 --- Comment #15 from Oleg Endo 2011-11-02 01:38:26 UTC --- (In reply to comment #14) > .ira dump would be your friend, though I suspect that your patch > triggered off some other reload problem like PR48596. Could you > try the change in #5 of t

[Bug target/50751] SH Target: Displacement addressing does not work for QImode and HImode

2011-11-01 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50751 --- Comment #14 from Kazumoto Kojima 2011-11-02 00:57:59 UTC --- (In reply to comment #13) > Apparently this makes something believe that loading the FPUL register from a > displacement address is possible, which is of course not the case. Howev

[Bug target/50751] SH Target: Displacement addressing does not work for QImode and HImode

2011-11-01 Thread oleg.e...@t-online.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50751 --- Comment #13 from Oleg Endo 2011-11-02 00:15:44 UTC --- Created attachment 25684 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25684 Proposed patch to add QImode displacement addressing This should be better now. I have also put back s

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-01 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 --- Comment #5 from Alan Modra 2011-11-02 00:05:42 UTC --- bl _save64gpr_24 .loc 1 17 0 mr 31,4 .cfi_offset 31, -100 .cfi_offset 1231, -104 .cfi_offset 30, -108 .cfi_offset 1230, -112 .cfi_offset 29, -116 .cfi_

[Bug target/50906] e500 exception unwinding under "-Os" causes SIGSEGV

2011-11-01 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50906 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/44277] [C++0x] Add warning to facilitate nullptr conversion.

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

[Bug c++/44277] [C++0x] Add warning to facilitate nullptr conversion.

2011-11-01 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44277 --- Comment #6 from paolo at gcc dot gnu.org 2011-11-01 23:28:23 UTC --- Author: paolo Date: Tue Nov 1 23:28:19 2011 New Revision: 180750 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180750 Log: /cp 2011-11-01 Paolo Carlini PR

[Bug other/50954] New: Snow Leopard 10.6.8 - TinyOS Oscilloscope - Segmentation Fault

2011-11-01 Thread moret at berkeley dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50954 Bug #: 50954 Summary: Snow Leopard 10.6.8 - TinyOS Oscilloscope - Segmentation Fault Classification: Unclassified Product: gcc Version: 4.2.1 Status: UNCONFIRMED

[Bug libstdc++/50951] state of subtract_with_carry_engine not saved correctly to output stream

2011-11-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50951 --- Comment #2 from Paolo Carlini 2011-11-01 23:09:45 UTC --- Same issue for mersenne_twister...

[Bug other/50953] New: Snow Leopard 10.6.8 - TinyOS - Segmentation Fault

2011-11-01 Thread moret at berkeley dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50953 Bug #: 50953 Summary: Snow Leopard 10.6.8 - TinyOS - Segmentation Fault Classification: Unclassified Product: gcc Version: 4.2.1 Status: UNCONFIRMED Severity: blocker

[Bug target/50952] libquad relocation R_X86_64_32S failure

2011-11-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 kargl at gcc dot gnu.org changed: What|Removed |Added Target||x86_64-*-freebsd10.0 C

[Bug libstdc++/50951] state of subtract_with_carry_engine not saved correctly to output stream

2011-11-01 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50951 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/50951] state of subtract_with_carry_engine not saved correctly to output stream

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

[Bug bootstrap/50952] libquad relocation R_X86_64_32S failure

2011-11-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 --- Comment #3 from kargl at gcc dot gnu.org 2011-11-01 22:53:02 UTC --- It looks like a problem with libquadmath/configure. I recently updated by bleeding edge freebsd system to FreeBSD 10.0, and it looks like configure can't handle the new versi

[Bug bootstrap/50952] libquad relocation R_X86_64_32S failure

2011-11-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 --- Comment #2 from kargl at gcc dot gnu.org 2011-11-01 22:43:40 UTC --- I shoudl note that the shared libraries for libgfortran are properly build and installed. This seems to be a libquadmath issue.

[Bug bootstrap/50952] libquad relocation R_X86_64_32S failure

2011-11-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 --- Comment #1 from kargl at gcc dot gnu.org 2011-11-01 22:42:39 UTC --- Created attachment 25683 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25683 install log

[Bug bootstrap/50952] New: libquad relocation R_X86_64_32S failure

2011-11-01 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50952 Bug #: 50952 Summary: libquad relocation R_X86_64_32S failure Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority:

[Bug libstdc++/50951] New: state of subtract_with_carry_engine not saved correctly to output stream

2011-11-01 Thread dariomelu at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50951 Bug #: 50951 Summary: state of subtract_with_carry_engine not saved correctly to output stream Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONF

[Bug bootstrap/50878] [4.7 Regression] ARM bootstrap failure on insn-preds.c with error: dominator of 12 should be 6, not 5

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50878 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/50941] [C++0x] user-defined string literals provide incorrect length for wchar_t, char16_t, and char32_t

2011-11-01 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50941 --- Comment #2 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2011-11-01 21:52:13 UTC --- Divide by sizeof, then subtract 1. Working on a patch.

[Bug middle-end/50886] [4.7 Regression] 445.gobmk in SPEC CPU 2006 failed to build

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50886 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 vries at gcc dot gnu.org changed: What|Removed |Added CC||hjl.tools at gmail dot com ---

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

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 vries at gcc dot gnu.org changed: What|Removed |Added CC||michael.hope at linaro dot

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

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 --- Comment #7 from vries at gcc dot gnu.org 2011-11-01 21:48:26 UTC --- Author: vries Date: Tue Nov 1 21:48:22 2011 New Revision: 180746 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180746 Log: 2011-11-01 Tom de Vries PR tree-op

[Bug target/50947] ICE on armhf with llvm-2.x

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50947 --- Comment #2 from Konstantinos Margaritis 2011-11-01 21:18:19 UTC --- This is the actual cmd line used: g++ -O2 -mfpu=vfpv3 -mfloat-abi=hard -march=armv7-a -mthumb -fpermissive -w -c llvm_ExternalFunctions-min.i The Debian armhf package is bas

[Bug c/50950] New: warning missed when OR'ing to an uninitialized variable

2011-11-01 Thread sezeroz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50950 Bug #: 50950 Summary: warning missed when OR'ing to an uninitialized variable Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug target/50946] ICE on armhf with webkitgtk+

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50946 --- Comment #2 from Konstantinos Margaritis 2011-11-01 21:15:29 UTC --- This is the actual cmd line used: g++ -O2 -mfpu=vfpv3 -mfloat-abi=hard -march=armv7-a -mthumb -fpermissive -w -c webkit_testcase-min.i The Debian armhf package is based on

[Bug target/50948] ICE on armhf with neon code

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50948 --- Comment #2 from Konstantinos Margaritis 2011-11-01 21:07:59 UTC --- This was the actual cmd line used: gcc -O -mfpu=neon -mfloat-abi=hard -march=armv7-a -mthumb -fpermissive -c matrix2-min.i The Debian armhf package is based on SVN 20111028

[Bug target/50949] ICE on armhf with neon code

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50949 --- Comment #2 from Konstantinos Margaritis 2011-11-01 21:05:42 UTC --- This is the full cmd line used: gcc -g -O -mfpu=neon -mfloat-abi=hard -march=armv7-a -mthumb -fpermissive -c matrix.i This is the actual gcc revision used in the Debian pack

[Bug target/50946] ICE on armhf with webkitgtk+

2011-11-01 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50946 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/50947] ICE on armhf with llvm-2.x

2011-11-01 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50947 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/50949] ICE on armhf with neon code

2011-11-01 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50949 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/50948] ICE on armhf with neon code

2011-11-01 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50948 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/50949] New: ICE on armhf with neon code

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50949 Bug #: 50949 Summary: ICE on armhf with neon code Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/50948] New: ICE on armhf with neon code

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50948 Bug #: 50948 Summary: ICE on armhf with neon code Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/50947] New: ICE on armhf with llvm-2.x

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50947 Bug #: 50947 Summary: ICE on armhf with llvm-2.x Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug target/50940] [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

2011-11-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50940 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED URL|

[Bug target/50940] [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

2011-11-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50940 --- Comment #3 from Uros Bizjak 2011-11-01 20:06:25 UTC --- Author: uros Date: Tue Nov 1 19:48:34 2011 New Revision: 180742 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180742 Log: PR target/50940 * config/i386/i386.md (floatsi

[Bug c++/50946] New: ICE on armhf with webkitgtk+

2011-11-01 Thread konstantinos.margaritis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50946 Bug #: 50946 Summary: ICE on armhf with webkitgtk+ Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug debug/50869] [4.7 Regression] ice in vt_expand_var_loc_chain

2011-11-01 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50869 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/48354] internal compiler error: in splice_child_die, at dwarf2out.c:8064

2011-11-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48354 Jack Howarth changed: What|Removed |Added CC||howarth at nitro dot |

[Bug rtl-optimization/47918] [4.6/4.7 Regression] noreturn discovery broke non local gotos on m68k and i386

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/47918] [4.6/4.7 Regression] noreturn discovery broke non local gotos on m68k and i386

2011-11-01 Thread jules at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47918 --- Comment #12 from jules at gcc dot gnu.org 2011-11-01 18:38:45 UTC --- Author: jules Date: Tue Nov 1 18:38:42 2011 New Revision: 180740 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180740 Log: PR rtl-optimization/47918 * relo

[Bug target/50945] [4.7 regression] ICE on floating-point move with -msoft-float

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50945 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/50945] ICE on floating-point move with -msoft-float

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50945 Eric Botcazou changed: What|Removed |Added Target|sparc-rtems4.11 |sparc-*-* CC|

[Bug fortran/46686] Improve backtracing (unwinding) on non-glibc targets

2011-11-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46686 Janne Blomqvist changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/48949] [4.6/4.7 Regression] gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48949 Eric Botcazou changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug target/48949] [4.6/4.7 Regression] gcc-4.6.0 regression with complex.h on i386-pc-solaris2.10

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48949 --- Comment #6 from Eric Botcazou 2011-11-01 18:16:49 UTC --- *** Bug 50944 has been marked as a duplicate of this bug. ***

[Bug target/50944] gcc-4.6.x regression with complex.h on i386-pc-solaris2.10

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50944 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/50945] ICE in final_scan_insn, at final.c:2709

2011-11-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50945 --- Comment #2 from Joel Sherrill 2011-11-01 17:55:48 UTC --- WORKS: -O0 -msoft-float FAILS: -O1 -msoft-float FAILS: -O2 -msoft-float WORKS: -O2

[Bug target/50945] ICE in final_scan_insn, at final.c:2709

2011-11-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50945 --- Comment #1 from Joel Sherrill 2011-11-01 17:53:23 UTC --- Created attachment 25676 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25676 Preprocessed source for failure case

[Bug target/50945] New: ICE

2011-11-01 Thread joel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50945 Bug #: 50945 Summary: ICE Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/50902] [4.7 Regression] intVar/dinternal.cc ICEs at -O2 -ftree-vectorize

2011-11-01 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50902 --- Comment #9 from Jack Howarth 2011-11-01 16:53:09 UTC --- (In reply to comment #8) I can confirm that the proposed patch resolves the build failures in xplor-nih without regressions in the xplor-nih testsuite.

[Bug ada/50197] Assert_Failure sinfo.adb:2738 with default generic formal parameters

2011-11-01 Thread Artem.Andreev at oktetlabs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50197 Artem V. Andreev changed: What|Removed |Added CC||Artem.Andreev at oktetlabs

[Bug tree-optimization/50918] Unoptimal code for vec-shift by scalar for integer (byte, short, long long) operands

2011-11-01 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50918 Jakub Jelinek changed: What|Removed |Added CC||irar at gcc dot gnu.org,

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

2011-11-01 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50910 Georg-Johann Lay changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2011-11-01 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50910 --- Comment #1 from Georg-Johann Lay 2011-11-01 14:10:23 UTC --- Author: gjl Date: Tue Nov 1 14:10:13 2011 New Revision: 180739 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180739 Log: PR target/50910 * config/avr/avr.opt (-mbr

[Bug rtl-optimization/50904] Induct benchmark of polyhedron slows down when -fno-protect-parens is enabled by -Ofast.

2011-11-01 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50904 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug c++/50500] [C++0x] [DR 1082] move constructor should cause copy constructor to be deleted, but still declared

2011-11-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50500 --- Comment #3 from Jason Merrill 2011-11-01 13:48:21 UTC --- Author: jason Date: Tue Nov 1 13:48:16 2011 New Revision: 180738 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180738 Log: PR c++/50500 DR 1082 * search.c (lookup

[Bug target/50944] gcc-4.6.x regression with complex.h on i386-pc-solaris2.10

2011-11-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50944 --- Comment #1 from Jonathan Wakely 2011-11-01 13:34:23 UTC --- (N.B. you could have just reopened PR 48949 and provided the requested info there)

[Bug target/50944] New: gcc-4.6.x regression with complex.h on i386-pc-solaris2.10

2011-11-01 Thread mariah.lenox at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50944 Bug #: 50944 Summary: gcc-4.6.x regression with complex.h on i386-pc-solaris2.10 Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug c++/50943] asm goto in templated code causes internal compiler segfaults

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

[Bug target/50940] [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

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

[Bug tree-optimization/50902] [4.7 Regression] intVar/dinternal.cc ICEs at -O2 -ftree-vectorize

2011-11-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50902 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug target/45650] [4.4/4.5/4.6 regression] FreeBSD/ia64 builds fails: hidden symbol `_Unwind_FindTableEntry' isn't defined

2011-11-01 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45650 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

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

2011-11-01 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50908 --- Comment #6 from vries at gcc dot gnu.org 2011-11-01 12:42:06 UTC --- Author: vries Date: Tue Nov 1 12:42:01 2011 New Revision: 180737 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180737 Log: 2011-11-01 Tom de Vries PR tree-op

[Bug target/50940] [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

2011-11-01 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50940 Uros Bizjak changed: What|Removed |Added Target||x86 Status|UNCONFIRMED

[Bug c++/50943] New: asm goto in templated code causes internal compiler segfaults

2011-11-01 Thread dummyddd at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50943 Bug #: 50943 Summary: asm goto in templated code causes internal compiler segfaults Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug fortran/50937] STAT option with ALLOCATE statement on large arrays

2011-11-01 Thread fwi at inducks dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50937 --- Comment #11 from fwi at inducks dot org 2011-11-01 12:00:54 UTC --- (In reply to comment #10) > Sometimes abstractions leak, unfortunately. There's really not anything > gfortran can do about that. And, it's not unique to gfortran either. gfort

[Bug ada/50942] New: Bootstrap failure on mingw32

2011-11-01 Thread ivansavvateev at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50942 Bug #: 50942 Summary: Bootstrap failure on mingw32 Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/50940] [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

2011-11-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50940 --- Comment #1 from Markus Trippelsdorf 2011-11-01 10:55:21 UTC --- Testcase: % cat test.ii typedef long int ptrdiff_t; extern "C" { typedef struct _IO_FILE FILE; extern int fprintf (FILE *__restrict __stream, __const char *__res

[Bug c++/50941] [C++0x] user-defined string literals provide incorrect length for wchar_t, char16_t, and char32_t

2011-11-01 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50941 --- Comment #1 from Daniel Krügler 2011-11-01 10:24:59 UTC --- I need to make a correction in regard to the actually provided length values: a) The following assertions incorrectly hold: static_assert( L""_len == 1, "Ouch"); static_assert( u""_

[Bug c++/50941] New: [C++0x] user-defined string literals provide incorrect length for wchar_t, char16_t, and char32_t

2011-11-01 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50941 Bug #: 50941 Summary: [C++0x] user-defined string literals provide incorrect length for wchar_t, char16_t, and char32_t Classification: Unclassified Product: gcc Version: 4.7.0

[Bug target/50940] New: [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap

2011-11-01 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50940 Bug #: 50940 Summary: [4.7 Regression] ICE in extract_insn, at recog.c:2137 during bootstrap Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIR

[Bug c++/50939] [C++0x] lambda expression causes ICE when lambda captures const variable and odr-uses the variable in function templates

2011-11-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50939 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-valid-code Status|UN

[Bug lto/50935] All slim LTO tests FAIL on 32-bit Solaris

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

[Bug tree-optimization/50902] [4.7 Regression] intVar/dinternal.cc ICEs at -O2 -ftree-vectorize

2011-11-01 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50902 Ira Rosen changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/50937] STAT option with ALLOCATE statement on large arrays

2011-11-01 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50937 --- Comment #10 from Janne Blomqvist 2011-11-01 07:55:06 UTC --- (In reply to comment #8) > I indeed do not know everything about the OS and what it does when I > "allocate" > an array. But that's exactly the purpose of a programming language li

[Bug c/50922] infinite loop when optimized

2011-11-01 Thread pfister at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50922 --- Comment #9 from Rolf Pfister 2011-11-01 07:25:53 UTC --- Am 31.10.11 21:38, schrieb manu at gcc dot gnu.org: > > I sincerely hope you are not doing something important with your code. Relying No, I dont use this code in my own programs. It w