[Bug rtl-optimization/46237] New: SPECint2006 403.gcc fails with -mzarch -m31

2010-10-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46237 Summary: SPECint2006 403.gcc fails with -mzarch -m31 Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: rtl-optimization Assig

[Bug rtl-optimization/46237] SPECint2006 403.gcc fails with -mzarch -m31

2010-10-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46237 Andreas Krebbel changed: What|Removed |Added Keywords||wrong-code Target|

[Bug rtl-optimization/46238] New: s390x bootstrap problem: wrong code generated due to crossjumping

2010-10-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46238 Summary: s390x bootstrap problem: wrong code generated due to crossjumping Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: critical Priority: P3

[Bug rtl-optimization/46238] s390x bootstrap problem: wrong code generated due to crossjumping

2010-10-30 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46238 Andreas Krebbel changed: What|Removed |Added Target||s390x-ibm-linux Priority|P3

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

2010-10-30 Thread amodra at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46221 Alan Modra changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #6 fr

[Bug c++/46239] New: Shouldn't this be a compile time error?

2010-10-30 Thread rahul.pache at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46239 Summary: Shouldn't this be a compile time error? Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassig...@gc

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

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #9 from janus at gcc dot gnu.org 2010-10-30 09:33:12 UTC --- (In reply to comment #8) > I have successfully regtested the following patch Thanks. > I also noticed that the > fix for pr46067 use the asymmetry of gfc_compare_interfaces

[Bug c++/43453] Initialization of char array with string literal fails in mem-initializer

2010-10-30 Thread schaub-johannes at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43453 --- Comment #3 from Johannes Schaub 2010-10-30 09:41:36 UTC --- (In reply to comment #2) > (In reply to comment #1) > > (In reply to comment #0) > > > Fails to compile, but should work: > > > > > > struct A { > > > char x[4]; > > > A():x("

[Bug c++/46239] Shouldn't this be a compile time error?

2010-10-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46239 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46240] New: ice in maybe_register_def

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

[Bug c++/46240] ice in maybe_register_def

2010-10-30 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46240 --- Comment #1 from dcb 2010-10-30 11:43:35 UTC --- Created attachment 22204 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22204 gzipped C++ source code

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

2010-10-30 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32402 --- Comment #9 from Jonathan Wakely 2010-10-30 11:46:47 UTC --- As an extra data point, this compiles with -std=c++0x struct pure; void f() { pure (*arr[3]); pure** p = new (decltype(arr)); delete[] p; } This shows that allocating

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

2010-10-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #10 from Dominique d'Humieres 2010-10-30 11:52:46 UTC --- > Can we find any test case which is sensitive to this change? I di not find one in store!-( Am I correct to expect that such test will be of the "reject valid" kind? Clearly

[Bug debug/46241] New: ice in dwarf2out.c

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

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 Uros Bizjak changed: What|Removed |Added AssignedTo|steven at gcc dot gnu.org |ubizjak at gmail dot com --- Comment #6 fro

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

2010-10-30 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #11 from Mikael Morin 2010-10-30 12:51:54 UTC --- Another bug, we don't check that components are non-null before entering the loop. module type_a type a sequence end type a end module type_a

[Bug c++/46242] New: Segmentation fault in ipcp_driver

2010-10-30 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46242 Summary: Segmentation fault in ipcp_driver Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu

[Bug c/46243] New: [4.6 Regression] expected tree that contains ‘decl minimal’ structure, have ‘tree_list’ in start_decl, at c-decl.c:4049

2010-10-30 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46243 Summary: [4.6 Regression] expected tree that contains ‘decl minimal’ structure, have ‘tree_list’ in start_decl, at c-decl.c:4049 Product: gcc Version: unknown Stat

[Bug c/46243] [4.6 Regression] expected tree that contains ‘decl minimal’ structure, have ‘tree_list’ in start_decl, at c-decl.c:4049

2010-10-30 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46243 Paolo Bonzini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/46195] r165965 regresses i386 darwin

2010-10-30 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46195 --- Comment #23 from hjl at gcc dot gnu.org 2010-10-30 13:17:20 UTC --- Author: hjl Date: Sat Oct 30 13:17:15 2010 New Revision: 166088 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166088 Log: Align long double parameters on stack to 4b

[Bug target/46195] r165965 regresses i386 darwin

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

[Bug middle-end/46242] Segmentation fault in ipcp_driver

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

[Bug fortran/44917] [OOP] Detect ambiguous specifics in a generic TBP interface

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44917 --- Comment #3 from janus at gcc dot gnu.org 2010-10-30 13:52:44 UTC --- Author: janus Date: Sat Oct 30 13:52:39 2010 New Revision: 166089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166089 Log: 2010-10-30 Janus Weil PR fortran/4

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

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46196 --- Comment #12 from janus at gcc dot gnu.org 2010-10-30 13:52:44 UTC --- Author: janus Date: Sat Oct 30 13:52:39 2010 New Revision: 166089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166089 Log: 2010-10-30 Janus Weil PR fortran/

[Bug fortran/44926] [OOP] Ambiguous interface not detected

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44926 --- Comment #2 from janus at gcc dot gnu.org 2010-10-30 13:52:44 UTC --- Author: janus Date: Sat Oct 30 13:52:39 2010 New Revision: 166089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166089 Log: 2010-10-30 Janus Weil PR fortran/4

[Bug fortran/44917] [OOP] Detect ambiguous specifics in a generic TBP interface

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

[Bug fortran/44926] [OOP] Ambiguous interface not detected

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

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-30 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #12 from H.J. Lu 2010-10-30 13:59:08 UTC --- Please try: http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02569.html

[Bug debug/46241] ice in dwarf2out.c

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

[Bug middle-end/46240] ice in maybe_register_def

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

[Bug fortran/46244] New: gfc_compare_derived_types is buggy

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 Summary: gfc_compare_derived_types is buggy Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gc

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 --- Comment #1 from janus at gcc dot gnu.org 2010-10-30 14:30:27 UTC --- Related test case by Mikael, resulting in a segfault (PR 46196 comment #11): module type_a type a sequence end type a end module type_a

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

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

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 --- Comment #2 from janus at gcc dot gnu.org 2010-10-30 14:54:49 UTC --- The buggy code in comment #0 is due to: http://gcc.gnu.org/viewcvs?view=revision&revision=131238 http://gcc.gnu.org/viewcvs?view=revision&revision=131239 When looking for a

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 --- Comment #3 from janus at gcc dot gnu.org 2010-10-30 15:04:29 UTC --- The test case in comment #1 can be fixed by: Index: gcc/fortran/interface.c === --- gcc/fortran/interface.c

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 --- Comment #4 from janus at gcc dot gnu.org 2010-10-30 15:11:19 UTC --- (In reply to comment #3) > The test case in comment #1 can be fixed by: Or better: Index: gcc/fortran/interface.c ===

[Bug tree-optimization/46228] code produced for STL container is worse in 4.5.1 than in 4.4.5

2010-10-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46228 --- Comment #7 from Jan Hubicka 2010-10-30 15:41:11 UTC --- We predict main() as executed once, not cold, so code inside loop is inlined for speed at -O1/-O2/-O3, but this testcase is compiled with -Os. This seems like usual problem with comdat

[Bug c++/46245] New: rejects function with late-specified return type as a non-type template parameter

2010-10-30 Thread schaub-johannes at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46245 Summary: rejects function with late-specified return type as a non-type template parameter Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c/46243] [4.6 Regression] expected tree that contains ‘decl minimal’ structure, have ‘tree_list’ in start_decl, at c-decl.c:4049

2010-10-30 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46243 Paolo Bonzini changed: What|Removed |Added Target Milestone|--- |4.6.0

[Bug tree-optimization/46228] code produced for STL container is worse in 4.5.1 than in 4.4.5

2010-10-30 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46228 --- Comment #8 from Jan Hubicka 2010-10-30 16:00:12 UTC --- and BTW -Os also reason why -finline-limits has no effect. As long as we predict code size to grow, we won't inline at -Os. We tend to regress at -Os C++ for this reason. I wonder what

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #5 f

[Bug fortran/46244] gfc_compare_derived_types is buggy

2010-10-30 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46244 --- Comment #6 from Mikael Morin 2010-10-30 16:03:58 UTC --- (In reply to comment #4) > (In reply to comment #3) > > The test case in comment #1 can be fixed by: > > Or better: > Pre-approved.

[Bug rtl-optimization/37272] [4.5 Regression] IRA has caused ppc64-double-1.c to fail

2010-10-30 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37272 Paolo Bonzini changed: What|Removed |Added CC||bonzini at gnu dot org Target Milestone

[Bug c++/46246] New: [C++0x] Move constructor required when passing a temporary by copy, but not actually used

2010-10-30 Thread a.pignotti at sssup dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46246 Summary: [C++0x] Move constructor required when passing a temporary by copy, but not actually used Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal

[Bug c++/46246] [C++0x] Move constructor required when passing a temporary by copy, but not actually used

2010-10-30 Thread a.pignotti at sssup dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46246 --- Comment #1 from Alessandro Pignotti 2010-10-30 16:28:49 UTC --- Created attachment 22209 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22209 test case that shows that the move constructor is not actually used

[Bug c++/46246] [C++0x] Move constructor required when passing a temporary by copy, but not actually used

2010-10-30 Thread a.pignotti at sssup dot it
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46246 --- Comment #2 from Alessandro Pignotti 2010-10-30 16:31:27 UTC --- The secondo attachment compiles, but the move constructor seems not really used. The output is: default bar foo called Moreover i was expecting a call to the copy constructor b

[Bug bootstrap/46018] [4.6 Regression] Bootstrap fails on i386-pc-solaris2.10

2010-10-30 Thread ahaas at airmail dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46018 --- Comment #13 from Art Haas 2010-10-30 17:55:24 UTC --- The patch listed here did not help: http://gcc.gnu.org/ml/gcc-patches/2010-10/msg02569.html The boostrap build still fails: /home/ahaas/gnu/gcc.git/gcc/lto/lto-lang.c: In function 'lto_

[Bug debug/46241] ice in dwarf2out.c

2010-10-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46241 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug tree-optimization/46236] Local aggregate not eliminated

2010-10-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46236 --- Comment #1 from Richard Guenther 2010-10-30 18:20:48 UTC --- This is a dup of the PR that says we don't do aggregate copyprop.

[Bug rtl-optimization/46235] inefficient bittest code generation

2010-10-30 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46235 --- Comment #1 from Richard Guenther 2010-10-30 18:21:48 UTC --- We canonicalize a & (1 << x) to (a >> x) & 1 very early.

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #7 from uros at gcc dot gnu.org 2010-10-30 19:55:18 UTC --- Author: uros Date: Sat Oct 30 19:55:16 2010 New Revision: 166092 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166092 Log: PR middle-end/44569 * lower-suberg.c

[Bug tree-optimization/46228] code produced for STL container is worse in 4.5.1 than in 4.4.5

2010-10-30 Thread zeev.tarantov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46228 --- Comment #9 from Zeev Tarantov 2010-10-30 20:05:57 UTC --- Using -fwhole-program I got sane code. But almost all programs that are not trivial cannot be compiled with -fwhole-program without LTO. At least on 4.5 branch LTO is not quite stable.

[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-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153 --- Comment #5 from uros at gcc dot gnu.org 2010-10-30 20:32:15 UTC --- Author: uros Date: Sat Oct 30 20:32:11 2010 New Revision: 166093 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166093 Log: PR target/46153 * config/i386/sse.md

[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-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46153 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #8 from uros at gcc dot gnu.org 2010-10-30 20:37:57 UTC --- Author: uros Date: Sat Oct 30 20:37:54 2010 New Revision: 166094 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166094 Log: PR middle-end/44569 * lower-suberg.c

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #9 from uros at gcc dot gnu.org 2010-10-30 20:50:16 UTC --- Author: uros Date: Sat Oct 30 20:50:12 2010 New Revision: 166095 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166095 Log: PR middle-end/44569 * lower-suberg.c

[Bug middle-end/44569] Debug statements passed to rtx

2010-10-30 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 --- Comment #10 from uros at gcc dot gnu.org 2010-10-30 20:55:07 UTC --- Author: uros Date: Sat Oct 30 20:55:03 2010 New Revision: 166096 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=166096 Log: PR middle-end/44569 * lower-suberg.

[Bug middle-end/44569] ICE in simplify_subreg for debug insn with CONCATN

2010-10-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44569 Uros Bizjak changed: What|Removed |Added Target|linux-gnu |x86_64-pc-linux-gnu Status|ASSI

[Bug tree-optimization/46193] ICE: in omp_reduction_init, at omp-low.c:2212 with -ftree-parallelize-loops

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

[Bug tree-optimization/46193] ICE: in omp_reduction_init, at omp-low.c:2212 with -ftree-parallelize-loops

2010-10-30 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46193 --- Comment #2 from Uros Bizjak 2010-10-30 21:18:05 UTC --- We have pointer type that triggers assert: #1 0x00708873 in omp_reduction_init (clause=, type=0x72054930) at ../../gcc-svn/trunk/gcc/omp-low.c:2212 2212 gcc_a

[Bug target/46247] New: bug with loading constant to neon quad register

2010-10-30 Thread daniel.otte at rub dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46247 Summary: bug with loading constant to neon quad register Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: u

[Bug fortran/46152] [F03] ALLOCATE with type-spec fails for intrinsic types

2010-10-30 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46152 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #17 from k