[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap

2010-12-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #3 from Dominique d'Humieres 2010-12-13 08:00:52 UTC --- The failures are gone if I revert revision 167727.

[Bug testsuite/46913] send_log "$first != $second\n" in gdb-test fails when $first starts with '-'

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46913 --- Comment #5 from Jakub Jelinek 2010-12-13 08:19:00 UTC --- I guess the one with actual/expected is more portable/robust, and it really doesn't matter that much what is printed into the log file, and actual/expected make it even more explicit w

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

2010-12-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46912 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/46897] defined ASSIGNMENT(=) not used for derived type component

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #4 from janus at gcc dot gnu.org 2010-12-13 09:07:43 UTC --- (In reply to comment #3) > Actually, I am less and less sure that this is a wrong-code issue. I'm also a bit skeptical that this really is a bug. One should check the standar

[Bug c++/46904] [4.6 Regression] g++.dg/tree-prof/(indir-call-prof.C|inline_mismatch_args.C) fail on powerpc-apple-darwin9

2010-12-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46904 Iain Sandoe changed: What|Removed |Added Target|powerpc-apple-darwin9 |*-apple-darwin9 Status|UNCONFIR

[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-13 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 Jorn Wolfgang Rennecke changed: What|Removed |Added CC||amylaar at gcc dot gnu.org --- C

[Bug target/46693] incorrect code generation with -O2 optimization enabled

2010-12-13 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46693 Ramana Radhakrishnan changed: What|Removed |Added AssignedTo|unassigned at gcc dot |ramana at gcc dot gnu.org

[Bug c++/46919] New: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46919 Summary: [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst Product: gcc Version: 4.5.1 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity

[Bug c++/46919] [4.5 Regression] ICE accessed elt 3 of tree_vec with 2 elts in tsubst

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46919 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.5.3

[Bug fortran/46874] [OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2010-12-13 Thread kapinos at rz dot rwth-aachen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46874 --- Comment #3 from Paul 2010-12-13 10:33:02 UTC --- Yes, the OpenMP Standard changed from 2.5 to 3.0 an describing reductions: 2.5: Fortran pointers, Cray pointers, assumed-size arrays and allocatable arrays may not appear in a reduction clau

[Bug fortran/46874] [OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran/trans-array.c:147

2010-12-13 Thread kapinos at rz dot rwth-aachen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46874 --- Comment #4 from Paul 2010-12-13 10:37:59 UTC --- Only GCC gfortran compiler has the problem. There is no problem to compile the attached redukt.f90 file with ifort 11.1 and 12 (2011XE) and also with the PGI Fortran compiler (10.9) and Sun S

[Bug tree-optimization/46693] incorrect code generation with -O2 optimization enabled

2010-12-13 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46693 Ramana Radhakrishnan changed: What|Removed |Added Status|NEW |ASSIGNED Component|target

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #8 f

[Bug lto/46879] [4.6 Regression] ICE: in separate_decls_in_region_debug_bind, at tree-parloops.c:778 with -flto -ftree-parallelize-loops -gdwarf-3

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46879 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/46884] Use of charlen after free

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46884 --- Comment #2 from Jakub Jelinek 2010-12-13 11:11:26 UTC --- Author: jakub Date: Mon Dec 13 11:11:22 2010 New Revision: 167742 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167742 Log: PR fortran/46884 * symbol.c (gfc_new_charle

[Bug other/46567] [trans-mem] ipa_tm_decrement_clone_counts ICE at -O2

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46567 --- Comment #4 from Aldy Hernandez 2010-12-13 11:12:08 UTC --- [Comments from Richard.] There are two possible solutions: (1) Teach inlining to propagate the in_transaction_p bit to every call within the function that gets inlined, (

[Bug other/46567] [trans-mem] ipa_tm_decrement_clone_counts ICE at -O2

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46567 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/46884] Use of charlen after free

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46884 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/46654] [trans-mem] "volatile" objects must not be allowed in a safe statement

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46654 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P5

[Bug c/46480] [trans-mem] Uninstrumented code path is missing

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46480 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P5

[Bug c++/46300] Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46300 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P2

[Bug c++/46646] [trans-mem] __cxa_rethrow and __builtin_eh_pointer are unsafe

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46646 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P2

[Bug c++/46714] [trans-mem] aliased to undefined symbol with -O1

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46714 Aldy Hernandez changed: What|Removed |Added Priority|P3 |P2

[Bug target/46729] Many 32-bit 30_threads execution tests fail on Solaris 10+/SPARC with as

2010-12-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46729 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/46714] [trans-mem] aliased to undefined symbol with -O1

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46714 Aldy Hernandez changed: What|Removed |Added Priority|P2 |P1

[Bug fortran/46896] [4.2/4.3/4.4/4.5/4.6 Regression] Wrong code with transpose(a) passed to subroutine

2010-12-13 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46896 Paul Thomas changed: What|Removed |Added AssignedTo|unassigned at gcc dot |pault at gcc dot gnu.org

[Bug fortran/46896] [4.2/4.3/4.4/4.5/4.6 Regression] Wrong code with transpose(a) passed to subroutine

2010-12-13 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46896 --- Comment #10 from Paul Thomas 2010-12-13 12:06:52 UTC --- (In reply to comment #9) I spoke too soon :-( > I do not believe that > there will be any ere regressions since the patch adds temporaries where there > were none before. FAIL: gfortr

[Bug rtl-optimization/46920] New: suboptimal register allocation with local register variables

2010-12-13 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46920 Summary: suboptimal register allocation with local register variables Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ra Severity: normal Pri

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-13 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #9 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 12:44:21 UTC --- > Yeah, the insn count for asm is just a guess. You should never put inline asm > into a delay slot, you really don't know how big it is or if it is suitable > for > t

[Bug target/46655] invalid '.line 0' directive emitted with -g

2010-12-13 Thread michael.haubenwallner at salomon dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46655 --- Comment #14 from Michael Haubenwallner 2010-12-13 12:46:25 UTC --- (In reply to comment #9) > Is the 64K limit really new? Is this really a change in AIX as or did > something else change and start generating files referencing line numbers >

[Bug target/46915] Wrong code is generated for conditional branch followed by zero length asm

2010-12-13 Thread dave at hiauly1 dot hia.nrc.ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46915 --- Comment #10 from dave at hiauly1 dot hia.nrc.ca 2010-12-13 12:51:51 UTC --- > Thanks, I'll look at that. However, I think branch_to_delay_slot_p can > be improved. It probably should also check for asms and return FALSE > if it finds one. An

[Bug middle-end/46909] [4.6 Regression] Logical OR expressions are miscompiled

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46909 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug rtl-optimization/46875] [4.6 Regression] ICE: verify_flow_info failed: too many outgoing branch edges from bb 3 with -Os -fselective-scheduling2

2010-12-13 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46875 Alexander Monakov changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigne

[Bug tree-optimization/44563] GCC uses a lot of RAM when compiling a large numbers of functions

2010-12-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563 --- Comment #11 from Jan Hubicka 2010-12-13 13:22:28 UTC --- Patched compiler at -O2 now shows: integration : 166.20 (16%) usr 0.19 ( 1%) sys 166.86 (15%) wall 92691 kB ( 4%) ggc tree CCP : 792.75 (74%) usr 0.15 ( 1

[Bug c/46921] New: Dropped side effect with combination of statement expression and struct initializer

2010-12-13 Thread adam at chlipala dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46921 Summary: Dropped side effect with combination of statement expression and struct initializer Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Prior

[Bug c/46899] compiler optimization

2010-12-13 Thread eskil at obsession dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46899 --- Comment #11 from Eskil Steenberg 2010-12-13 14:09:46 UTC --- Hi > The execution of an undefined operation produces an undefined value, and > any further operation becomes undefined. My argument is that, at compile time this isn't known. Jus

[Bug tree-optimization/46693] incorrect code generation with -O2 optimization enabled

2010-12-13 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46693 --- Comment #10 from Ramana Radhakrishnan 2010-12-13 14:11:13 UTC --- (In reply to comment #4) > Works for me on x86_64-darwin. Fails for me on x86_64 -linux with trunk as of today. Ramana

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 --- Comment #10 from Aldy Hernandez 2010-12-13 14:15:49 UTC --- [offline rth notes] In function_attribute_inlinable_p, if fndecl is tm_pure and current_function_decl is tm_safe, deny the inlining. This is because tm_pure is the only escape

[Bug tree-optimization/46909] [4.6 Regression] Logical OR expressions are miscompiled

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46909 --- Comment #8 from Jakub Jelinek 2010-12-13 14:22:39 UTC --- Created attachment 22741 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22741 gcc46-pr46909.patch Untested fix.

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap

2010-12-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #4 from Jack Howarth 2010-12-13 14:30:04 UTC --- I don't see r167727 in gcc-patches for an approval from a darwin maintainer.

[Bug fortran/46841] ICE on allocate array of procedure pointers

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46841 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 --- Comment #11 from Aldy Hernandez 2010-12-13 14:48:50 UTC --- Fixed on mainline, but I will leave the PR open until a more thorough fix is committed.

[Bug c++/45940] [trans-mem] Error of unsafe function even if annotated

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45940 Aldy Hernandez changed: What|Removed |Added Priority|P1 |P4

[Bug ada/46922] New: Missing exported symbols from libstdc++

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46922 Summary: Missing exported symbols from libstdc++ Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassig...@g

[Bug c++/46646] [trans-mem] __cxa_rethrow and __builtin_eh_pointer are unsafe

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46646 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2010-12-13 Thread damian at rouson dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #6 from Damian Rouson 2010-12-13 15:16:42 UTC --- Janus, Thanks for finding the relevant language in the standard. In case it helps, what I submitted originally was a reduced example of code written by Jim Xia, who is member of b

[Bug c++/46300] Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46300 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/46923] New: [trans-mem] thread-local memory variable not properly logged

2010-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46923 Summary: [trans-mem] thread-local memory variable not properly logged Product: gcc Version: trans-mem Status: UNCONFIRMED Severity: normal Priority: P3 Co

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler from profiledbootstrap

2010-12-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #5 from Jack Howarth 2010-12-13 15:32:34 UTC --- I can confirm that reverting r167727 also eliminates the failures in gcc.dg/torture/stackalign/non-local-goto-[1,2].c with profiledbootstrap as well.

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #6 from Jack Howarth 2010-12-13 15:34:01 UTC --- The offending change is... Author: hubicka Date: Sun Dec 12 19:12:08 2010 New Revision: 167727 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167727 Log: * varasm.c (defa

[Bug middle-end/46885] [4.6 Regression] ICE: in gsi_insert_seq_nodes_after, at gimple-iterator.c:251 with -ftree-parallelize-loops -g

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46885 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug debug/46815] Invalid DW_AT_location for a retval instance of a class that has a virtual function

2010-12-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46815 --- Comment #2 from Jason Merrill 2010-12-13 16:03:22 UTC --- Let's go ahead with this patch.

[Bug target/45084] configure: error: no 8-bit type

2010-12-13 Thread norak.van at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #11 from norak.van at gmail dot com 2010-12-13 16:05:34 UTC --- Created attachment 22743 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22743 libstdc++-v3\config.log

[Bug target/45084] configure: error: no 8-bit type

2010-12-13 Thread norak.van at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #12 from norak.van at gmail dot com 2010-12-13 16:07:47 UTC --- C:\data\gcc\gcc-build\powerpc-ibm-eabi\libstdc++-v3 I am a new user with unix systems, so It is no easy for me analyze logs, but I think the problem could be the loose

[Bug middle-end/46924] New: [4.6 Regression] ICE: SIGSEGV in rewrite_commutative_reductions_out_of_ssa_loop (graphite-poly.h:450) with -fgraphite-identity -ffast-math -fno-tree-loop-im

2010-12-13 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46924 Summary: [4.6 Regression] ICE: SIGSEGV in rewrite_commutative_reductions_out_of_ssa_loop (graphite-poly.h:450) with -fgraphite-identity -ffast-math -fno-tree-loop-im

[Bug fortran/46841] [F03] ICE on allocating array of procedure pointers

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46841 --- Comment #5 from janus at gcc dot gnu.org 2010-12-13 16:16:10 UTC --- Author: janus Date: Mon Dec 13 16:16:06 2010 New Revision: 167750 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167750 Log: 2010-12-13 Janus Weil PR fortran/4

[Bug c++/46873] [C++0x] ICE: in build_data_member_initialization, at cp/semantics.c:5489

2010-12-13 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46873 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/46841] [F03] ICE on allocating array of procedure pointers

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

[Bug target/46040] crtstuff.c:308:26: error: '__DTOR_LIST__' undeclared

2010-12-13 Thread froydnj at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46040 --- Comment #10 from Nathan Froyd 2010-12-13 16:23:55 UTC --- Author: froydnj Date: Mon Dec 13 16:23:50 2010 New Revision: 167751 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167751 Log: gcc/ PR target/46040 * config.gcc (arm*-*

[Bug rtl-optimization/46925] New: Can't optimize degenerate table jumps

2010-12-13 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46925 Summary: Can't optimize degenerate table jumps Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: u

[Bug fortran/46897] [OOP] type-bound defined ASSIGNMENT(=) not used for derived type component in intrinsic assign

2010-12-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46897 --- Comment #7 from Tobias Burnus 2010-12-13 16:36:57 UTC --- Richard Maine agrees with the assessment of comment 5: - For INTERFACE-defined defined-ASSIGNMENT(=), the intrinsic assignment should be used (cf. example in comment 2) - correctly

[Bug target/45084] configure: error: no 8-bit type

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 Ralf Wildenhues changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/46891] Can't build libquadmath for i386-elf target

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46891 Ralf Wildenhues changed: What|Removed |Added CC||rwild at gcc dot gnu.org --- Comment #2

[Bug target/46887] Invalid AIX linker flag '-bnoerok', it has to be '-bernotok'

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46887 Ralf Wildenhues changed: What|Removed |Added CC||rwild at gcc dot gnu.org --- Comment #1

[Bug fortran/46797] libquadmath: "make install" relinks libgfortran

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46797 Ralf Wildenhues changed: What|Removed |Added CC||rwild at gcc dot gnu.org --- Comment #2

[Bug libfortran/46607] [4.6 Regression] libgfortran relocated install fails

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607 Ralf Wildenhues changed: What|Removed |Added CC||rwild at gcc dot gnu.org --- Comment #3

[Bug fortran/46201] [F03] ICE on procedure pointer component call

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46201 --- Comment #3 from janus at gcc dot gnu.org 2010-12-13 16:57:20 UTC --- Here is an even more compact version of the test case (getting rid of the INTERFACE statement): type t procedure(character), nopass, pointer :: ppc end type type(t),dimens

[Bug c/46926] New: Paired sin() cos() calls optimized to sincos() call.

2010-12-13 Thread jameskuyper at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46926 Summary: Paired sin() cos() calls optimized to sincos() call. Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: u

[Bug testsuite/46895] FAIL: gcc.target/i386/max-stack-align.c

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46895 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug c++/46300] Calls to internals _ITM_cxa_throw and _ITM_cxa_allocate_exception are not marked as safe

2010-12-13 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46300 Aldy Hernandez changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/46927] New: flag -fstrict-volatile-bitfields affects volatile non-bitfields

2010-12-13 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46927 Summary: flag -fstrict-volatile-bitfields affects volatile non-bitfields Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug libfortran/46720] [4.6 Regression] missing quadmath_weak.h with --enable-maintainer-mode

2010-12-13 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46720 Ralf Wildenhues changed: What|Removed |Added CC||rwild at gcc dot gnu.org --- Comment #6

[Bug c/46926] Paired sin() cos() calls optimized to sincos() call.

2010-12-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46926 --- Comment #1 from Andrew Pinski 2010-12-13 17:23:05 UTC --- I think this is invalid as GNU/Linux defaults to including sincos as a builtin. If you want to disable the builtin then use -fno-builtin-sincos.

[Bug middle-end/46758] [4.5/4.6 Regression] -fgraphite-identity produces wrong code when using 64bit constants

2010-12-13 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46758 Alexander Monakov changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|amonakov at gc

[Bug middle-end/45388] [4.6 Regression] Global constructor not found

2010-12-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45388 --- Comment #9 from Jan Hubicka 2010-12-13 17:29:17 UTC --- Author: hubicka Date: Mon Dec 13 17:29:14 2010 New Revision: 167753 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167753 Log: PR middle-end/45388 * decl2.c (start_objec

[Bug middle-end/45388] [4.6 Regression] Global constructor not found

2010-12-13 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45388 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/46371] [Coarray] [OOP] SELECT TYPE: scalar coarray variable is rejected

2010-12-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46371 --- Comment #1 from Tobias Burnus 2010-12-13 17:32:22 UTC --- (In reply to comment #0) > type(foo), allocatable :: o_foo[:] That should be "CLASS(foo)" - sorry for the typo. TODO: a) There is a gfc_is_coindexed() check missing for ASSOCIATE

[Bug fortran/46797] libquadmath: "make install" relinks libgfortran

2010-12-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46797 --- Comment #3 from Tobias Burnus 2010-12-13 17:35:24 UTC --- (In reply to comment #2) > Well, I'd say works as it should: relinking is used to avoid run paths to > in-tree directories. What am I missing here? Thanks. Well, if it is supposed t

[Bug debug/46867] [4.6 Regression] ICE: in emit_note_insn_var_location, at var-tracking.c:7325 with -O -g

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46867 --- Comment #3 from Jakub Jelinek 2010-12-13 17:36:31 UTC --- Author: jakub Date: Mon Dec 13 17:36:26 2010 New Revision: 167754 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167754 Log: PR debug/46867 * var-tracking.c (emitted_no

[Bug lto/46879] [4.6 Regression] ICE: in separate_decls_in_region_debug_bind, at tree-parloops.c:778 with -flto -ftree-parallelize-loops -gdwarf-3

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46879 --- Comment #6 from Jakub Jelinek 2010-12-13 17:37:27 UTC --- Author: jakub Date: Mon Dec 13 17:37:20 2010 New Revision: 167755 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167755 Log: PR lto/46879 * lto-streamer-out.c (output_g

[Bug fortran/46201] [F03] ICE on procedure pointer component call

2010-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46201 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|una

[Bug debug/46867] [4.6 Regression] ICE: in emit_note_insn_var_location, at var-tracking.c:7325 with -O -g

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46867 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/46879] [4.6 Regression] ICE: in separate_decls_in_region_debug_bind, at tree-parloops.c:778 with -flto -ftree-parallelize-loops -gdwarf-3

2010-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46879 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug testsuite/46895] FAIL: gcc.target/i386/max-stack-align.c

2010-12-13 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46895 asharif at gcc dot gnu.org changed: What|Removed |Added CC||asharif at gcc dot gnu.org --

[Bug other/46677] frontends and tree optimizers use *_TYPE_SIZE

2010-12-13 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46677 --- Comment #12 from joseph at codesourcery dot com 2010-12-13 17:58:13 UTC --- On Sat, 11 Dec 2010, amylaar at gcc dot gnu.org wrote: > We don't have any current decimal floating or fixed-point type size macros > to replace. As discussed elsewh

[Bug middle-end/45388] [4.6 Regression] Global constructor not found

2010-12-13 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45388 Alexander Monakov changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/46928] New: data dependence analysis fails on constant array accesses

2010-12-13 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46928 Summary: data dependence analysis fails on constant array accesses Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/46770] Replace .ctors/.dtors with .init_array/.fini_array on targets supporting them

2010-12-13 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770 --- Comment #48 from joseph at codesourcery dot com 2010-12-13 18:08:00 UTC --- On Sat, 11 Dec 2010, hjl.tools at gmail dot com wrote: > We introduced .init_array into gABI 10 years ago so that we can avoid > those crazy things in crt*.o. It is

[Bug tree-optimization/46928] data dependence analysis fails on constant array accesses

2010-12-13 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46928 Sebastian Pop changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/46902] [4.6 Regression] gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9

2010-12-13 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46902 --- Comment #2 from joseph at codesourcery dot com 2010-12-13 18:20:16 UTC --- On Sun, 12 Dec 2010, dominiq at lps dot ens.fr wrote: > The backtrace is > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_INVALID_A

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-13 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/46908] printf not handling printing of double correctly in certain cases

2010-12-13 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46908 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c

[Bug target/22224] Several Tru64 UNIX testsuite failures: Length of .lcomm was less than 1

2010-12-13 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4 --- Comment #6 from Rainer Orth 2010-12-13 18:30:31 UTC --- Author: ro Date: Mon Dec 13 18:30:20 2010 New Revision: 167762 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167762 Log: Backport from mainline: 2010-04-28 Rainer Orth

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-13 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 m...@gcc.gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org --- Comment #8

[Bug bootstrap/46650] r167010 breaks --enable-build-with-cxx

2010-12-13 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46650 --- Comment #6 from ian at gcc dot gnu.org 2010-12-13 18:34:48 UTC --- Author: ian Date: Mon Dec 13 18:34:45 2010 New Revision: 167764 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167764 Log: PR bootstrap/46650 * system.h: Inclu

[Bug tree-optimization/46928] data dependence analysis fails on constant array accesses

2010-12-13 Thread xinliangli at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46928 davidxl changed: What|Removed |Added CC||xinliangli at gmail dot com --- Comment #2 from

[Bug libfortran/46607] [4.6 Regression] libgfortran relocated install fails

2010-12-13 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607 --- Comment #4 from joseph at codesourcery dot com 2010-12-13 18:39:47 UTC --- On Mon, 13 Dec 2010, rwild at gcc dot gnu.org wrote: > So is this only about the MinGW case? Because there, we should just fix > libtool to not ever relink. No, it's

[Bug c/46926] Paired sin() cos() calls optimized to sincos() call.

2010-12-13 Thread jameskuyper at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46926 --- Comment #2 from James Kuyper Jr. 2010-12-13 18:41:55 UTC --- info gcc says: Functions which would normally be built in but do not have semantics defined by ISO C (such as `alloca' and `ffs') are not built-in functions with `-ansi'

  1   2   >