[Bug other/46125] -mcmodel=large doesn't work

2010-10-28 Thread liwei79 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46125 Wei Li liwei79 at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/46208] New: TARGET_PROMOTE_PROTOTYPES for SPARC V8

2010-10-28 Thread jorge.perez at invia dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Summary: TARGET_PROMOTE_PROTOTYPES for SPARC V8 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug target/46209] New: pmovmskb, useless sign extension

2010-10-28 Thread tbptbp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46209 Summary: pmovmskb, useless sign extension Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo:

[Bug target/46209] pmovmskb, useless sign extension

2010-10-28 Thread tbptbp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46209 tbp tbptbp at gmail dot com changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/46043] attribute to mark virtual methods that can't be further overriden so they can be devirtualized

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46043 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 08:50:07 UTC --- This should be suspended, the C++0x mechanisms are not finalised (pun intended) and might become keywords rather than attributes

[Bug target/46153] [4.5/4.6 Regression] ICE: in extract_insn, at recog.c:2110 (unrecognizable insn) with -ffloat-store and __builtin_ia32_movlhps

2010-10-28 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/21917] Missing warning when trying to explicitly construct a virtual base

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21917 --- Comment #8 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 09:17:23 UTC --- I've relied on exactly this behaviour and wouldn't want a warning. struct Base : virtual std::ios { Base() : std::ios(0) { } std::streambuf buf; };

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug fortran/45494] [OOP] Wrong dummy argument not rejected

2010-10-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45494 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr 2010-10-28 09:36:02 UTC --- This pr seems to be fixed by revision 166018: [macbook] f90/bug% gfc pr45494.f90 pr45494.f90:43.16: call src%mold(trg2) ! This is wrong

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2010-10-28 09:50:37 UTC --- Note, we have a much more general issue with atomic_Tp* vs atomic_address: everywhere we are assuming _Tp is not cv-qualified and this is not going to

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 09:54:24 UTC --- http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-closed.html#879

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2010-10-28 09:59:43 UTC --- Thanks Jon, much better implementing it ;)

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|NEW

[Bug rtl-optimization/46034] [4.6 regression] internal compiler error: Segmentation fault

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46034 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/46208] TARGET_PROMOTE_PROTOTYPES for SPARC V8

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added CC||ebotcazou at

[Bug target/46208] redundant extensions of argument registers

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Target||sparc-*-*

[Bug target/46208] redundant extensions of argument registers

2010-10-28 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46208 --- Comment #2 from Eric Botcazou ebotcazou at gcc dot gnu.org 2010-10-28 11:02:59 UTC --- Created attachment 22188 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22188 Minimal patch

[Bug libstdc++/46207] std::atomicconst T *::store(...) fails to compile

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 11:11:09 UTC --- I haven't followed it, but it wouldn't surprise me if a few issues were closed as NAD Editorial without actually being fixed

[Bug fortran/45494] [OOP] Wrong dummy argument not rejected

2010-10-28 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45494 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/46210] New: segfault when using large arrays with -fopenmp

2010-10-28 Thread boschmann at tp1 dot physik.uni-siegen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46210 Summary: segfault when using large arrays with -fopenmp Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo:

[Bug fortran/46210] segfault when using large arrays with -fopenmp

2010-10-28 Thread boschmann at tp1 dot physik.uni-siegen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46210 --- Comment #1 from Hans-Werner Boschmann boschmann at tp1 dot physik.uni-siegen.de 2010-10-28 12:23:15 UTC --- (In reply to comment #0) Sorry, I was to quick. The reason is already given in the valgrind output. The stack size is to small. So

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #5 from Paolo Carlini paolo.carlini at oracle dot com 2010-10-28 12:34:52 UTC --- Thanks Dodji for working on this. Please remember to resolve PR46162 too (very likely a duplicate) while you are at it...

[Bug target/46195] r165965 regresses i386 darwin

2010-10-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 --- Comment #20 from Jack Howarth howarth at nitro dot med.uc.edu 2010-10-28 13:10:34 UTC --- Created attachment 22189 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22189 preprocessed source file for gcc.dg/compat/struct-by-value-18_x.c at

[Bug fortran/46210] segfault when using large arrays with -fopenmp

2010-10-28 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46210 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug testsuite/46211] New: FAIL: gcc.c-torture/execute/20101011-1.c compilation on powerpc-*-*

2010-10-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46211 Summary: FAIL: gcc.c-torture/execute/20101011-1.c compilation on powerpc-*-* Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/46131] Some TLS execution tests fail on Tru64 UNIX with emutls

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46131 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Keywords|wrong-code |

[Bug target/45693] [4.6 regression] All Tru64 UNIX C++ EH tests fail

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45693 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/46131] Some TLS execution tests fail on Tru64 UNIX with emutls

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46131 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added URL|

[Bug target/45693] [4.6 regression] All Tru64 UNIX C++ EH tests fail

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45693 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added URL|

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-10-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #6 from Dodji Seketeli dodji at gcc dot gnu.org 2010-10-28 14:44:54 UTC --- paolo.carlini at oracle dot com gcc-bugzi...@gcc.gnu.org writes: Thanks Dodji for working on this. Please remember to resolve PR46162 too (very likely a

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-10-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Attachment #22180|0 |1 is

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-10-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added CC||greg.r.rogers at

[Bug c++/46162] Invalid SFINAE with static member function/variable

2010-10-28 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46162 Dodji Seketeli dodji at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/46170] [4.4/4.5/4.6 Regression] g++ wrongly rejects pointer-to-member in template arguments

2010-10-28 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170 --- Comment #9 from Paolo Carlini paolo.carlini at oracle dot com 2010-10-28 14:49:30 UTC --- Excellent. Thanks again!

[Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop

2010-10-28 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46200 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target||x86_64-*-*

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-28 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #6 from Finn Thain fthain at telegraphics dot com.au 2010-10-28 15:21:36 UTC --- Created attachment 22191 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22191 possible fix

[Bug fortran/45494] [OOP] Wrong dummy argument not rejected

2010-10-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45494 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/46196] [OOP] gfortran compiles invalid generic TBP: dummy arguments are type compatible

2010-10-28 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #4 from janus at gcc dot gnu.org 2010-10-28 15:32:44 UTC --- (In reply to comment #3) With the patch in comment #2, several of my codelets are rejected: for instance the test in comment #24 of pr42274 is rejected with: [macbook]

[Bug target/46179] Codegen/TLS: invalid assembler syntax

2010-10-28 Thread fthain at telegraphics dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46179 --- Comment #7 from Finn Thain fthain at telegraphics dot com.au 2010-10-28 15:34:06 UTC --- On Sun, 24 Oct 2010, Andreas Schwab wrote: This should habe [sic] been fixed up by m68k_final_prescan_insn. (In reply to comment #4) The invalid

[Bug libstdc++/44436] [C++0x] Implement insert() and emplace* in associative and unordered containers

2010-10-28 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44436 --- Comment #12 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2010-10-28 16:01:11 UTC --- Author: paolo Date: Thu Oct 28 16:01:05 2010 New Revision: 166030 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166030 Log: 2010-10-28

[Bug rtl-optimization/46034] [4.6 regression] internal compiler error: Segmentation fault

2010-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46034 --- Comment #10 from H.J. Lu hjl.tools at gmail dot com 2010-10-28 16:05:44 UTC --- It is caused by revision 163383: http://gcc.gnu.org/ml/gcc-cvs/2010-08/msg00595.html

[Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop

2010-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46200 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|NEW |WAITING

[Bug c++/32402] Error while allocating array of pointers to objects of a pure virtual class

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402 --- Comment #6 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 17:21:03 UTC --- (N.B. this now gets the bogus warning from PR 46159) Grammatically: new (pure (*[3])); is a new-expression, with type-id pure(*[3]) that type-id has

[Bug c++/32402] Error while allocating array of pointers to objects of a pure virtual class

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402 --- Comment #7 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-28 17:30:28 UTC --- It doesn't depend on abstract types, this fails, even though it should be able to declare an array of pure* without seeing the definition of pure: struct

[Bug middle-end/46212] New: Segfault in reg_nonzero_bits_for_combine

2010-10-28 Thread rmansfield at qnx dot com
: unassig...@gcc.gnu.org ReportedBy: rmansfi...@qnx.com $ ./xgcc -v Using built-in specs. COLLECT_GCC=./xgcc Target: i686-pc-linux-gnu Configured with: ../configure --disable-bootstrap --enable-languages=c Thread model: posix gcc version 4.6.0 20101028 (experimental) [trunk revision 166029

[Bug target/46195] r165965 regresses i386 darwin

2010-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|WAITING |ASSIGNED

[Bug middle-end/46212] Segfault in reg_nonzero_bits_for_combine

2010-10-28 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46212 --- Comment #1 from Ryan Mansfield rmansfield at qnx dot com 2010-10-28 17:37:25 UTC --- Working on reducing the testcase. I originally encountered the ICE as: internal compiler error: vector VEC(reg_stat_type,base) index domain error, in

[Bug middle-end/46212] Segfault in reg_nonzero_bits_for_combine

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46212 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Depends on||46034 ---

[Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46200 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW ---

[Bug c++/32402] Error while allocating array of pointers to objects of a pure virtual class

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug target/46153] [4.5/4.6 Regression] ICE: in extract_insn, at recog.c:2110 (unrecognizable insn) with -ffloat-store and __builtin_ia32_movlhps

2010-10-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153 --- Comment #3 from uros at gcc dot gnu.org 2010-10-28 17:45:57 UTC --- Author: uros Date: Thu Oct 28 17:45:52 2010 New Revision: 166031 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166031 Log: PR target/46153 * config/i386/sse.md

[Bug c++/46203] constexpr weirdness w/ default ctors

2010-10-28 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46203 --- Comment #2 from Benjamin Kosnik bkoz at gcc dot gnu.org 2010-10-28 17:46:29 UTC --- Only with --disable-checking

[Bug middle-end/45722] [4.6 Regression] FAIL: gcc.c-torture/execute/20040709-2.c execution at -O1 and -Os

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45722 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|hppa*-*-* (32-bit) |hppa*-*-* (32-bit),

[Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop

2010-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46200 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||xinliangli at gmail

[Bug fortran/45636] Failed to fold simple Fortran string

2010-10-28 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45636 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added CC||ro at gcc dot gnu.org

[Bug target/46195] r165965 regresses i386 darwin

2010-10-28 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 --- Comment #22 from Jack Howarth howarth at nitro dot med.uc.edu 2010-10-28 18:12:20 UTC --- (In reply to comment #21) A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02414.html The gcc.dg/compat/struct-by-value-18 and

[Bug target/45402] [4.6 Regression] ICE in extract_insn, at recog.c:2127 for gcc.dg/pr28796-2 on rx-elf

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45402 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug tree-optimization/46213] New: [4.6 Regression] gfortran.dg/aliasing_array_result_1.f90 ICE: in vectorizable_reduction, at tree-vect-loop.c:4046 with custom compiler flags

2010-10-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46213 Summary: [4.6 Regression] gfortran.dg/aliasing_array_result_1.f90 ICE: in vectorizable_reduction, at tree-vect-loop.c:4046 with custom compiler flags Product: gcc

[Bug middle-end/46212] Segfault in reg_nonzero_bits_for_combine

2010-10-28 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46212 --- Comment #3 from Ryan Mansfield rmansfield at qnx dot com 2010-10-28 18:45:10 UTC --- Reduced testcase: static __inline__ unsigned foo(void *__ptr) { unsigned __val = *(volatile unsigned *)(__ptr); return (((__val) 24) | (((__val) 8)

[Bug target/46200] [4.6 Regression] optimization regression in simple pointer loop

2010-10-28 Thread davidxl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46200 davidxl davidxl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/46214] New: internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2135

2010-10-28 Thread steve_talmage at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46214 Summary: internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2135 Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/46213] [4.6 Regression] gfortran.dg/aliasing_array_result_1.f90 ICE: in vectorizable_reduction, at tree-vect-loop.c:4046 with custom compiler flags

2010-10-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46213 --- Comment #1 from Dominique d'Humieres dominiq at lps dot ens.fr 2010-10-28 19:11:46 UTC --- The test was introduced at revision 161550 along a patch fixing pr44582. Note that before this revision the test compiles with the flags, but abort at

[Bug tree-optimization/46214] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2135

2010-10-28 Thread steve_talmage at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46214 --- Comment #1 from Steve Talmage steve_talmage at yahoo dot com 2010-10-28 19:13:04 UTC --- Created attachment 22193 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22193 .ii file from -save-temps

[Bug middle-end/45214] Poor initial RTL for bitfield operations

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45214 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Component|tree-optimization |middle-end

[Bug middle-end/45270] CPU2006 435.gromacs: Segmentation fault with -fprofile-generate

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45270 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug tree-optimization/46215] New: ICE: verify_stmts failed: type mismatch in comparison expression with -fstrict-overflow -fno-tree-ch -ftree-loop-linear

2010-10-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46215 Summary: ICE: verify_stmts failed: type mismatch in comparison expression with -fstrict-overflow -fno-tree-ch -ftree-loop-linear Product: gcc Version: 4.6.0

[Bug tree-optimization/46213] [4.6 Regression] gfortran.dg/aliasing_array_result_1.f90 ICE: in vectorizable_reduction, at tree-vect-loop.c:4046 with custom compiler flags

2010-10-28 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46213 Ira Rosen irar at il dot ibm.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/45274] __restrict__ type qualifier does not work on pointers to bitfields

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45274 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target|powerpc64-unknown-linux-gnu

[Bug bootstrap/43170] gcc 4.5 20100218 bootstrap compare fails on os x 10.6

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43170 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||jvdelisle at

[Bug bootstrap/45285] Bootstrap failure on Cygwin

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45285 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/46216] New: ice: SSA corruption

2010-10-28 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46216 Summary: ice: SSA corruption Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org

[Bug c++/45431] specify the field for initializer-string for array of chars is too long

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45431 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug tree-optimization/45219] [4.6 Regression] ICE: SIGSEGV in dominated_by_p (dominance.c:973) with -O2 -fprofile-generate

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45219 --- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2010-10-28 20:26:24 UTC --- This works with GNU C (GCC) version 4.6.0 20101026 (experimental) [trunk revision 165988] (x86_64-unknown-linux-gnu)

[Bug tree-optimization/45219] [4.6 Regression] ICE: SIGSEGV in dominated_by_p (dominance.c:973) with -O2 -fprofile-generate

2010-10-28 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45219 --- Comment #5 from Zdenek Sojka zsojka at seznam dot cz 2010-10-28 20:36:20 UTC --- It seems to have disappeared between r163636 and r165699. Both original and reduced testcase stopped crashing between those revisions. 4.5 r165781 doesn't crash

[Bug c++/45509] program abort after compiled with gcc-4.5.1

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45509 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||EH

[Bug tree-optimization/45522] VRP misses oppurtunity for statement folding.

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45522 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/45555] Add warnings for changes to code with option -fipa-sra

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic

[Bug target/46153] [4.5/4.6 Regression] ICE: in extract_insn, at recog.c:2110 (unrecognizable insn) with -ffloat-store and __builtin_ia32_movlhps

2010-10-28 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153 --- Comment #4 from uros at gcc dot gnu.org 2010-10-28 20:49:56 UTC --- Author: uros Date: Thu Oct 28 20:49:46 2010 New Revision: 166047 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=166047 Log: Partially revert: 2010-10-28 Uros

[Bug tree-optimization/46217] New: [4.6 Regression] store to volatile is removed

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46217 Summary: [4.6 Regression] store to volatile is removed Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: tree-optimization

[Bug tree-optimization/46217] [4.6 Regression] store to volatile is removed

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46217 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug target/45591] gcc generates illegal asm at -O2 with -fdollars-in-identifiers

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45591 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/46196] [OOP] gfortran compiles invalid generic TBP: dummy arguments are type compatible

2010-10-28 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr 2010-10-28 21:06:36 UTC --- Maybe you could check if there are any 'false alarm' errors among that ... I'll do it. Meanwhile I am puzzled by the patch. My understanding of

[Bug other/46218] New: TARGET_PREFERRED_OUTPUT_RELOAD_CLASS is not documented

2010-10-28 Thread ni1d at arrl dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46218 Summary: TARGET_PREFERRED_OUTPUT_RELOAD_CLASS is not documented Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other

[Bug target/30974] pdp11-dec-bsd will not successfully build

2010-10-28 Thread ni1d at arrl dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30974 Paul Koning ni1d at arrl dot net changed: What|Removed |Added CC||ni1d at arrl dot net

[Bug target/43168] internal compiler error for xgcc when building gcc for pdp11-unknown-aout

2010-10-28 Thread ni1d at arrl dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43168 Paul Koning ni1d at arrl dot net changed: What|Removed |Added CC||ni1d at arrl dot net

[Bug tree-optimization/46216] [4.6 Regression] ICE: SSA corruption

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

[Bug fortran/46196] [OOP] gfortran compiles invalid generic TBP: dummy arguments are type compatible

2010-10-28 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 Mikael Morin mikael at gcc dot gnu.org changed: What|Removed |Added CC||mikael at gcc dot

[Bug tree-optimization/45219] [4.6 Regression] ICE: SIGSEGV in dominated_by_p (dominance.c:973) with -O2 -fprofile-generate

2010-10-28 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45219 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com 2010-10-28 22:39:39 UTC --- It was fixed by revision 163775: http://gcc.gnu.org/ml/gcc-cvs/2010-09/msg00066.html

[Bug rtl-optimization/46219] New: Generate indirect jump instruction on x86-64

2010-10-28 Thread adam at consulting dot net.nz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46219 Summary: Generate indirect jump instruction on x86-64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug target/46219] Generate indirect jump instruction on x86-64

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46219 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/46220] New: Error: invalid covariant return type generated for incomplete class type

2010-10-28 Thread nathan.keynes at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220 Summary: Error: invalid covariant return type generated for incomplete class type Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer

2010-10-28 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug target/41822] pdp11 code generation bug temporary fix

2010-10-28 Thread pkoning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41822 Paul Koning pkoning at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220 --- Comment #2 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-29 00:45:26 UTC --- It certainly is a covariant return type, it meets the criteria in all three bullet points of 10.3 [class.virtual] p5

[Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2010-10-29 00:50:53 UTC --- However p6 says If the return type of D::f differs from the return type of B::f, the class type in the return type of D::f shall be complete at the point of

[Bug c++/46220] [4.3/4.4/4.5/4.6 Regression] Error: invalid covariant return type generated for incomplete class type and different qualifer

2010-10-28 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46220 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||jason at gcc dot

[Bug testsuite/46211] FAIL: gcc.c-torture/execute/20101011-1.c compilation on powerpc-*-*

2010-10-28 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46211 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2010-10-29 03:13:01 UTC --- When I look at the source code for the test I don't see how this could possibly happen. The whole test is suppressed on powerpc systems. Would you be able to

[Bug c++/46221] New: huge number of c++ testsuite failures, libstdc++.so alias missing

2010-10-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221 Summary: huge number of c++ testsuite failures, libstdc++.so alias missing Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46221] huge number of c++ testsuite failures, libstdc++.so alias missing

2010-10-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221 --- Comment #1 from Alan Modra amodra at gmail dot com 2010-10-29 05:38:59 UTC --- Created attachment 22197 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22197 locale-inst.s 20101028

[Bug c++/46221] huge number of c++ testsuite failures, libstdc++.so alias missing

2010-10-28 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221 --- Comment #2 from Alan Modra amodra at gmail dot com 2010-10-29 05:40:02 UTC --- Created attachment 22198 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=22198 locale-inst.s 20101014

  1   2   >