[Bug libstdc++/54612] [4.8 Regression] Many failures in ext/random testsuite

2012-09-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54612 Uros Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/54364] Tail call jumps not threaded

2012-09-19 Thread amker at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54364 --- Comment #3 from amker at gcc dot gnu.org 2012-09-19 07:40:21 UTC --- Author: amker Date: Wed Sep 19 07:40:15 2012 New Revision: 191462 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191462 Log: PR middle-end/54364 * bb-reorder.c

[Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug lto/54095] Unnecessary static variable renaming

2012-09-19 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54095 --- Comment #6 from Jan Hubicka 2012-09-19 08:23:45 UTC --- > --- Comment #5 from Richard Guenther 2012-09-18 > 14:20:45 UTC --- > Created attachment 28215 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28215 > patch > > More complete p

[Bug rtl-optimization/54524] [4.6/4.7/4.8 Regression] Spurious add on sum of bitshifts (forward-propagate issue)

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54524 --- Comment #5 from Richard Guenther 2012-09-19 08:46:37 UTC --- Still non-canonical RTL should not result in wrong-code.

[Bug tree-optimization/54132] [4.8 Regression] Incorrect loop transformation with -ftree-loop-distribute-patterns

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54132 --- Comment #3 from Richard Guenther 2012-09-19 08:59:18 UTC --- Author: rguenth Date: Wed Sep 19 08:59:06 2012 New Revision: 191463 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191463 Log: 2012-09-19 Richard Guenther PR tree-op

[Bug tree-optimization/54132] [4.8 Regression] Incorrect loop transformation with -ftree-loop-distribute-patterns

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54132 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/54621] internal compiler error: Segmentation fault when compiling gSOAP generated Server module.

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54621 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/54623] [4.8 regression] install fails with libbacktrace/backtrace.c:35:20: error: unwind.h: No such file or directory

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54623 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug other/53316] Introduce -Odebug

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316 --- Comment #11 from Richard Guenther 2012-09-19 09:30:03 UTC --- Author: rguenth Date: Wed Sep 19 09:29:57 2012 New Revision: 191464 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191464 Log: 2012-09-19 Richard Guenther PR other/

[Bug other/53316] Introduce -Odebug

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316 --- Comment #12 from Richard Guenther 2012-09-19 09:31:53 UTC --- Author: rguenth Date: Wed Sep 19 09:31:49 2012 New Revision: 191465 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191465 Log: 2012-09-19 Richard Guenther PR other/

[Bug other/53316] Introduce -Og

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/54624] New: [4.8 Regression] r191253 causes gcc.dg/builtin-object-size-8.c runtime failure on alpha

2012-09-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54624 Bug #: 54624 Summary: [4.8 Regression] r191253 causes gcc.dg/builtin-object-size-8.c runtime failure on alpha Classification: Unclassified Product: gcc Versio

[Bug tree-optimization/54624] [4.8 Regression] r191253 causes gcc.dg/builtin-object-size-8.c runtime failure on alpha

2012-09-19 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54624 Uros Bizjak changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #1 f

[Bug tree-optimization/54624] [4.8 Regression] r191253 causes gcc.dg/builtin-object-size-8.c runtime failure on alpha

2012-09-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54624 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/54570] [4.8 Regression] FAIL: gcc.dg/builtin-object-size-8.c execution test

2012-09-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54570 Dominique d'Humieres changed: What|Removed |Added CC||ubizjak at gmail dot com --- Comme

[Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context

2012-09-19 Thread patrik.h.hagglund at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54420 --- Comment #6 from Patrik Hägglund 2012-09-19 10:27:37 UTC --- Jason Merrill wrote: > In addition, some identifiers are reserved for use by C++ implementations and > standard libraries (17.6.4.3.2) and shall not be used otherwise; no diagnostic

[Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context

2012-09-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54420 Jakub Jelinek changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code CC|

[Bug c++/54420] [4.6/4.7/4.8 Regression] Segmentation fault in decl_mangling_context

2012-09-19 Thread patrik.h.hagglund at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54420 --- Comment #8 from Patrik Hägglund 2012-09-19 11:04:43 UTC --- (In reply to comment #7) > the fix is too risky for the lower priority of the bug This is a good explanation! :-)

[Bug lto/54625] New: [4.8 Regression] lto/profiledbootstrap broken

2012-09-19 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54625 Bug #: 54625 Summary: [4.8 Regression] lto/profiledbootstrap broken Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Prio

[Bug lto/54625] [4.8 Regression] lto/profiledbootstrap broken

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54625 Richard Guenther changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target Mi

[Bug rtl-optimization/54127] [4.7/4.8 Regression] ICE in maybe_record_trace_start with asm goto, --target=powerpc-unknown-linux-gnu

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54127 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.2

[Bug fortran/54286] [4.8 Regression] Accepts invalid proc-pointer assignments involving proc-ptr function result

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54286 Richard Guenther changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug tree-optimization/54471] [4.8 Regression] FAIL: gcc.dg/sms-8.c execution test

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54471 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug tree-optimization/54570] [4.8 Regression] FAIL: gcc.dg/builtin-object-size-8.c execution test

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54570 --- Comment #8 from Richard Guenther 2012-09-19 12:08:23 UTC --- Recent added -Og also FAILs some of the -chk testcases at runtime.

[Bug libgcj/52579] [4.8 regression] i386_w32_fallback_frame_state should care ffi raw-closure stub function

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52579 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

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

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53062 Richard Guenther changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug debug/53145] [4.8 Regression] gcc.dg/pch/save-temps-1.c

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/53518] [4.8 regression] testsuite_abi_check.cc doesn't compile

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53518 Richard Guenther changed: What|Removed |Added Priority|P3 |P1 Status|NEW

[Bug fortran/54286] [4.8 Regression] Accepts invalid proc-pointer assignments involving proc-ptr function result

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54286 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid CC|

[Bug c++/54145] [4.7/4.8 Regression] no symbol generated for `void QMailThreadSortKey::deserialize

2012-09-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54145 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug debug/53671] [4.8 Regression] Many guality test failures

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53671 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/53518] [4.8 regression] testsuite_abi_check.cc doesn't compile

2012-09-19 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53518 --- Comment #6 from gee 2012-09-19 13:20:59 UTC --- (In reply to comment #5) > Still broken? I suspect it would be duplicate of 54314.

[Bug target/54626] New: Unexpected consequences of __attribute__((optimize("-fno-PIC")))

2012-09-19 Thread jepler at unpythonic dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54626 Bug #: 54626 Summary: Unexpected consequences of __attribute__((optimize("-fno-PIC"))) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug middle-end/53695] [4.8 Regression] ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O2 -ftracer and labels/gotos

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53695 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618 --- Comment #2 from Tobias Burnus 2012-09-19 13:31:19 UTC --- Draft patch for the second issue. Note the FIXME for resetting to the declared type. Additionally, the patch fixes only the scalar issue, the same has also to be done for arrays. ---

[Bug debug/53754] [4.8 Regression][lto] ICE in lhd_decl_printable_name, at langhooks.c:222 (with -g)

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53754 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/53807] [4.8 Regression] FAIL: gcc.dg/vect/bb-slp-11.c scan-tree-dump-times slp "basic block vectorized using SLP" 1

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53807 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/53850] [4.8 Regression] ICE: in expand_call_tm, at trans-mem.c:2289 with -fgnu-tm -O3

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53850 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug debug/53860] [4.8 Regression] ICE: in should_move_die_to_comdat, at dwarf2out.c:6254 with -fkeep-inline-functions -fdebug-types-section -g

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53860 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/53866] [4.8 Regression] lto-bootstrap failed at -O3

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53866 --- Comment #5 from Richard Guenther 2012-09-19 13:42:32 UTC --- I don't think we necessarily want to fix this ...

[Bug fortran/53876] [4.8 Regression] [OOP] ICE with class array

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53876 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug debug/53948] [4.8 Regression] Assignment line missing for -O0 -g

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53948 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug libmudflap/53952] [4.8 Regression] FAIL: libmudflap.c++/pass55-frag.cxx ( -O[123]) execution test

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53952 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug target/54061] [4.8 Regression] gcc.c-torture/compile/mipscop-*.c ICEs with -g

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54061 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug target/54063] [4.8 regression] on powerpc64 gcc 4.8 generates larger code for global variable accesses than gcc 4.7

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54063 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/54626] Unexpected consequences of __attribute__((optimize("-fno-PIC")))

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54626 Richard Guenther changed: What|Removed |Added Target||i?86-*-* --- Comment #1 from Richard G

[Bug fortran/54107] [4.8 Regression] Memory hog with abstract interface

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54107 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/54114] [4.8 Regression] variable-tracking performance regression from 4.8-20120610 to 4.8-20120701

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54114 Richard Guenther changed: What|Removed |Added Priority|P3 |P1 Status|WAITING

[Bug pch/54117] [4.8 Regression] FAIL: ./decl-3.h -O0 -g (internal compiler error)

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54117 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/54120] [4.8 Regression] FAIL: gfortran.fortran-torture/execute/random_2.f90 execution

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54120 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug bootstrap/54128] [4.8 Regression] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54128 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug target/54131] [4.8 Regression] ICE building 416.gamess, reload_cse_simplify_operands

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54131 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug testsuite/54139] [4.8 regression] some ARM Thumb-2 tests appear to be run on ARMv5TE hardware causing unhandled exceptions

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54139 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0 Priority|P3

[Bug other/54150] [4.8 Regression] gimple dumps no longer honor -blocks

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54150 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/54195] [4.8 Regression][OOP] IMPORT fails with GENERIC TBP: "is already present in the interface"

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54195 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug tree-optimization/54627] New: VRP uses lots of memory and compile-time

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54627 Bug #: 54627 Summary: VRP uses lots of memory and compile-time Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: compile-time-hog, memory-h

[Bug fortran/54224] [4.8 Regression] Bogus -Wunused-function warning with static function

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug middle-end/54242] [4.8 Regression] FAIL: gcc.target/i386/pad-10.c scan-assembler-not nop

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54242 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug lto/54625] [4.8 Regression] lto/profiledbootstrap broken

2012-09-19 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54625 --- Comment #1 from Markus Trippelsdorf 2012-09-19 14:30:54 UTC --- See also: http://gcc.gnu.org/ml/gcc-regression/2012-09/msg00305.html http://gcc.gnu.org/ml/gcc-regression/2012-09/msg00308.html

[Bug other/54279] [4.8 Regression] first stage build with g++ fails with "." as the first component of $PATH

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54279 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0 Priority|P3

[Bug bootstrap/54283] [4.8 regression] build tools don't run after cxx-conversion merge

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54283 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug target/54305] [4.8 regression] FAIL: gcc.target/m68k/pr36134.c scan-assembler lea

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54305 Richard Guenther changed: What|Removed |Added Priority|P3 |P4

[Bug other/54324] [4.8 Regression] GCC install document does not list minimum required g++ version

2012-09-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54324 Richard Guenther changed: What|Removed |Added Priority|P3 |P1

[Bug target/54290] [4.6 regression] wrong code at -O2 with large offset

2012-09-19 Thread ebotcazou at gcc dot gnu.org
eload1.c (choose_reload_regs): Also take into account secondary MEMs to remove address replacements for inherited reloads. (replaced_subreg): Move around. Added: trunk/gcc/testsuite/gcc.c-torture/execute/20120919-1.c Modified: trunk/gcc/ChangeLog trunk/gcc/reload1.c t

[Bug target/54290] [4.6 regression] wrong code at -O2 with large offset

2012-09-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54290 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libmudflap/24619] mudflap instrumentation of dlopen is incorrect

2012-09-19 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24619 --- Comment #3 from Frank Ch. Eigler 2012-09-19 15:54:22 UTC --- (test only, please ignore)

[Bug lto/54628] New: Problem using -flto and -static with Gold linker

2012-09-19 Thread rob.ross at ymail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54628 Bug #: 54628 Summary: Problem using -flto and -static with Gold linker Classification: Unclassified Product: gcc Version: 4.7.1 Status: UNCONFIRMED Severity: normal

[Bug lto/54628] Problem using -flto and -static with Gold linker

2012-09-19 Thread rob.ross at ymail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54628 --- Comment #1 from rob.ross at ymail dot com 2012-09-19 16:09:03 UTC --- Created attachment 28221 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28221 Source code for a.cpp

[Bug lto/54628] Problem using -flto and -static with Gold linker

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

[Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618 --- Comment #3 from Tobias Burnus 2012-09-19 17:31:06 UTC --- There seem to be other issues with OPTIONAL as well. The following code prints twice 'T' when it should print 'F' and it segfaults for one version. I haven't dared to combine it

[Bug target/54236] [SH] Improve addc and subc insn utilization

2012-09-19 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54236 --- Comment #2 from Oleg Endo 2012-09-19 17:45:53 UTC --- Author: olegendo Date: Wed Sep 19 17:45:37 2012 New Revision: 191489 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191489 Log: PR target/54236 * config/sh/sh.m

[Bug target/54089] [SH] Refactor shift patterns

2012-09-19 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #19 from Oleg Endo 2012-09-19 17:48:31 UTC --- Author: olegendo Date: Wed Sep 19 17:48:25 2012 New Revision: 191490 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191490 Log: PR target/54089 * config/sh/pre

[Bug middle-end/54629] New: [4.8 Regression] ICE (segfault) in index_in_loop_nest tree-data-ref.h:608

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54629 Bug #: 54629 Summary: [4.8 Regression] ICE (segfault) in index_in_loop_nest tree-data-ref.h:608 Classification: Unclassified Product: gcc Version: 4.8.0 Sta

[Bug middle-end/54629] [4.8 Regression] ICE (segfault) in index_in_loop_nest tree-data-ref.h:608

2012-09-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54629 Tobias Burnus changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Tar

[Bug middle-end/52173] internal compiler error: verify_ssa failed possibly caused by itm

2012-09-19 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52173 Aldy Hernandez changed: What|Removed |Added CC||amacleod at redhat dot com,

[Bug fortran/54618] [OOP] wrong-code with CLASS(...), INTENT(OUT) -- and OPTIONAL or ALLOCATABLE

2012-09-19 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54618 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Co

[Bug c++/54581] decltype and opaque vector types

2012-09-19 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54581 --- Comment #1 from Marc Glisse 2012-09-19 20:45:11 UTC --- Author: glisse Date: Wed Sep 19 20:45:03 2012 New Revision: 191500 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191500 Log: 2012-09-19 Marc Glisse PR c++/5

[Bug c++/54581] decltype and opaque vector types

2012-09-19 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54581 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/40836] ICE: "insn does not satisfy its constraints" (iwmmxt_movsi_insn)

2012-09-19 Thread dsd at laptop dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40836 --- Comment #32 from Daniel Drake 2012-09-19 21:02:55 UTC --- Using the preprocessed source that I attached, I can't reproduce this with gcc-4.8 head (my previous test was with 4.7.x). Also, I have completed a glibc compile with -march=iwm

[Bug libstdc++/54630] New: GCC 4.8 --enable-languages=c build fails: Undefined symbols: ___cxa_guard_acquire and ___cxa_guard_release

2012-09-19 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54630 Bug #: 54630 Summary: GCC 4.8 --enable-languages=c build fails: Undefined symbols: ___cxa_guard_acquire and ___cxa_guard_release Classification: Unclassified Product: gcc

[Bug testsuite/54622] gcc.dg/vect test failures for arm big-endian

2012-09-19 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54622 --- Comment #4 from Richard Earnshaw 2012-09-19 22:26:49 UTC --- The reasons for the vector problems in big-endian largely fall into two areas: 1) Neon vector elements are numbered from the LSB of the vector register in both big and litt

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020

2012-09-19 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896 --- Comment #34 from Larry Baker 2012-09-20 00:49:30 UTC --- Created attachment 28223 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28223 Build patched GNU GCC 4.7.1 for ColdFire uClinux Shell script to download, patch, and build

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020

2012-09-19 Thread baker at usgs dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896 --- Comment #35 from Larry Baker 2012-09-20 00:56:02 UTC --- Created attachment 28224 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28224 Patches for GCC 4.6.4 (prerelease) Patches to fix stack limit checking for GCC 4.6.4 (prerel

[Bug target/54631] New: vxworks.c fails to compile

2012-09-19 Thread rbmj at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54631 Bug #: 54631 Summary: vxworks.c fails to compile Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/35044] resource.c:find_dead_or_set_registers doesn't grok COND_EXEC

2012-09-19 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35044 Jorn Wolfgang Rennecke changed: What|Removed |Added Last reconfirmed|2009-03-04 22:25:34 |2011-11-27 --- Comment

[Bug rtl-optimization/35044] resource.c:find_dead_or_set_registers doesn't grok COND_EXEC

2012-09-19 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35044 --- Comment #5 from Jorn Wolfgang Rennecke 2012-09-20 02:07:01 UTC --- (In reply to comment #4) > Another testcase for ARC700 is: gcc.c-torture/execute/builtin-bitops-1.c -O1 Sorry, that's a mixup: the above is a testcase of an analogous

[Bug libstdc++/54482] failures in static linking with libstdc++, due to versioned symbols

2012-09-19 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54482 --- Comment #4 from Benjamin Kosnik 2012-09-20 02:10:32 UTC --- Author: bkoz Date: Thu Sep 20 02:10:22 2012 New Revision: 191509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191509 Log: 2012-09-18 Benjamin Kosnik

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2012-09-19 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28811 --- Comment #20 from Benjamin Kosnik 2012-09-20 02:10:32 UTC --- Author: bkoz Date: Thu Sep 20 02:10:22 2012 New Revision: 191509 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191509 Log: 2012-09-18 Benjamin Kosnik