[Bug c++/51398] [4.7 Regression] ICE with invalid template parameter

2012-01-23 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51398 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-01-23 17:56:48 UTC --- Author: paolo Date: Mon Jan 23 17:56:42 2012 New Revision: 183445 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183445 Log: /cp 2012-01-23

[Bug c++/51398] [4.7 Regression] ICE with invalid template parameter

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

[Bug middle-end/45416] [4.5/4.6 Regression] Code size regression from 4.4 for ARM

2012-01-23 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45416 --- Comment #16 from Ramana Radhakrishnan ramana at gcc dot gnu.org 2012-01-23 17:59:56 UTC --- Author: ramana Date: Mon Jan 23 17:59:51 2012 New Revision: 183446 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183446 Log: 2012-01-23

[Bug c++/51812] [4.7 regression] Virtual public inheritance and thunks leads to undefined reference in header files.

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51812 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2012-01-23 18:05:01 UTC --- Patch at http://gcc.gnu.org/ml/gcc-patches/2012-01/msg01160.html

[Bug c++/51973] New: [regression][C++0x] Template parameter deduction fails for overloaded functions when template parameters have defaulted arguments

2012-01-23 Thread gintensubaru at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51973 Bug #: 51973 Summary: [regression][C++0x] Template parameter deduction fails for overloaded functions when template parameters have defaulted arguments Classification:

[Bug c++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/51968] gcc trunk (ARM) ICEs in final_scan_insn in final.c:2716, with could not split insn error msg

2012-01-23 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51968 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug bootstrap/51969] [4.7 regression] gcc 4.7 unable to build gcc 4.6

2012-01-23 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969 --- Comment #1 from Markus Trippelsdorf markus at trippelsdorf dot de 2012-01-23 18:21:14 UTC --- The following patch (applied to 4.6) fixes the problem for me: diff --git a/gcc/gengtype.c b/gcc/gengtype.c index abf17f8..550d3bb 100644 ---

[Bug target/51968] gcc trunk (ARM) ICEs in final_scan_insn in final.c:2716, with could not split insn error msg

2012-01-23 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51968 --- Comment #3 from Richard Henderson rth at gcc dot gnu.org 2012-01-23 18:31:51 UTC --- Created attachment 26436 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26436 proposed patch I'll run this through a cross-build first, but I expect

[Bug bootstrap/51969] [4.6 regression] gcc 4.7 unable to build gcc 4.6

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/51922] g++.dg/ext/attrib42.C FAILs

2012-01-23 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51922 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/51223] [4.5/4.6/4.7 Regression] ICE with invalid function parameter

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

[Bug fortran/50556] cannot save namelist group name

2012-01-23 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50556 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/51958] [4.7 Regression] -ffrontend-optimize generates wrong code

2012-01-23 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51958 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug bootstrap/51974] New: GCC fails to bootstrap with --enable-checking=release on opensuse

2012-01-23 Thread nenad at intrepid dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51974 Bug #: 51974 Summary: GCC fails to bootstrap with --enable-checking=release on opensuse Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c/51542] bootstrap failure due to uninitialized variable use in c-parser

2012-01-23 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51542 --- Comment #3 from Matt Hargett matt at use dot net 2012-01-23 19:16:12 UTC --- As I mentioned in the other bug, the specific optimization from -O3 that triggers this if -fipa-cp-clone. Is there a reason these patches haven't been applied?

[Bug rtl-optimization/49847] [4.7 Regression] NULL deref in fold_rtx (prev_insn_cc0 == NULL)

2012-01-23 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49847 --- Comment #13 from Andreas Schwab sch...@linux-m68k.org 2012-01-23 19:51:48 UTC --- Reduced testcase, to be compiled with -O -fnon-call-exceptions. int f (float g) { try { return g = 0; } catch (...) {} }

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 --- Comment #12 from Kai Tietz ktietz at gcc dot gnu.org 2012-01-23 19:55:40 UTC --- Author: ktietz Date: Mon Jan 23 19:55:35 2012 New Revision: 183450 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183450 Log: PR target/51900 *

C++/4.1.2/Problem compiling units with medium to large global array definitions on IA64

2012-01-23 Thread Derek Murphy (ISYS)
Hi, not sure if this is a bug or not, but not quite sure where else to turn. Using Red Hat EL 5.7 (IA64), GCC 4.1.2 uname -a: Linux [Hostname] 2.6.18-274.el5 #1 SMP Fri Jul 8 17:41:07 EDT 2011 ia64 ia64 ia64 GNU/Linux gcc --version: gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-51) When compiling a

[Bug target/51726] LTO and attribute 'selectany'

2012-01-23 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51726 --- Comment #2 from Dmitry Gorbachev d.g.gorbachev at gmail dot com 2012-01-23 20:22:00 UTC --- Created attachment 26437 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26437 Patch (not tested)

[Bug fortran/51948] [4.6/4.7 Regression][OOP] Rejects valid: Function result value in MOVE_ALLOC, nested in SELECT TYPE

2012-01-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51948 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-01-23 20:38:27 UTC --- Author: burnus Date: Mon Jan 23 20:38:23 2012 New Revision: 183453 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183453 Log: 2012-01-23 Tobias Burnus

[Bug target/51900] [4.6/4.7 Regression] const variable initialization always zero

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51900 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment

[Bug c++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 --- Comment #3 from Jason Merrill jason at gcc dot gnu.org 2012-01-23 20:48:35 UTC --- Author: jason Date: Mon Jan 23 20:48:31 2012 New Revision: 183455 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183455 Log: PR c++/51930 *

[Bug c++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/51948] [4.6/4.7 Regression][OOP] Rejects valid: Function result value in MOVE_ALLOC, nested in SELECT TYPE

2012-01-23 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51948 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/51968] gcc trunk (ARM) ICEs in final_scan_insn in final.c:2716, with could not split insn error msg

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51968 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/51910] [4.7 Regression] -frepo linking failure

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51910 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) due to cdecl attribute ignored warning

2012-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51934 --- Comment #19 from Dominique d'Humieres dominiq at lps dot ens.fr 2012-01-23 22:05:44 UTC --- g++.dg/torture/pr51344.C: Limit to x86. -/* { dg-do compile } */ +/* { dg-do compile { target { i?86-*-* ilp32 } } } */ Any reason to limit the

[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++

2012-01-23 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829 --- Comment #16 from Benjamin Kosnik bkoz at gcc dot gnu.org 2012-01-23 22:21:53 UTC --- Well I tried to just use the generated Makefile rules to hack together a solution for --disable-static using the convenience libraries My plan was to

[Bug middle-end/51939] [4.7 Regression] ICE: in compute_affine_dependence, at tree-data-ref.c:4103 with -fcheck-data-deps

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51939 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/51812] [4.7 regression] Virtual public inheritance and thunks leads to undefined reference in header files.

2012-01-23 Thread bredelin at ucla dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51812 --- Comment #6 from bredelin at ucla dot edu 2012-01-23 22:46:47 UTC --- I will check this patch tomorrow (Jan 24th) to make sure that it fixes the problem on non-reduced test cases.

[Bug bootstrap/36216] [meta-bug] Bootstrap problems on mingw32

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36216 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++

2012-01-23 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829 --- Comment #17 from Benjamin Kosnik bkoz at gcc dot gnu.org 2012-01-23 23:12:07 UTC --- Author: bkoz Date: Mon Jan 23 23:12:01 2012 New Revision: 183457 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183457 Log: 2012-01-20 Benjamin Kosnik

[Bug c++/51910] [4.7 Regression] -frepo linking failure

2012-01-23 Thread sandra at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51910 --- Comment #7 from Sandra Loosemore sandra at codesourcery dot com 2012-01-23 23:14:18 UTC --- In addition to specifying an explicit command-line option, I think that if you configure GCC with --with-demangler-in-ld=no it'll restore the previous

[Bug middle-end/19774] VLA's vs SjLj EH unwind

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19774 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/51965] Redundant move constructions in heap algorithms

2012-01-23 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965 Marc Glisse marc.glisse at normalesup dot org changed: What|Removed |Added CC|

[Bug tree-optimization/42635] no-op conversions hinder if-conversion

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42635 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/51030] PHI opt does not handle value-replacement with a transfer function

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51030 --- Comment #3 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-23 23:44:11 UTC --- *** Bug 42635 has been marked as a duplicate of this bug. ***

[Bug libgcj/50895] Build failure in jni.cc

2012-01-23 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50895 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug other/46489] tree optimizer and frontend files use target macros

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46489 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/15826] don't use if to extract a single bit bit-field.

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15826 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | --- Comment

[Bug libstdc++/51965] Redundant move constructions in heap algorithms

2012-01-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51965 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|

[Bug gcov-profile/51975] New: ICE in gcc in convert_move, at expr.c:326 with fprofile-use when source changes from fprofile-generate

2012-01-23 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51975 Bug #: 51975 Summary: ICE in gcc in convert_move, at expr.c:326 with fprofile-use when source changes from fprofile-generate Classification: Unclassified Product: gcc

[Bug gcov-profile/51975] ICE in gcc in convert_move, at expr.c:326 with fprofile-use when source changes from fprofile-generate

2012-01-23 Thread asharif at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51975 --- Comment #1 from asharif at gcc dot gnu.org 2012-01-24 00:55:14 UTC --- Created attachment 26439 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=26439 Proposed fix. Here is just the patch if you want to take a quick look at it.

[Bug c++/51973] [4.7 regression][C++11] Template parameter deduction fails for overloaded functions when template parameters have defaulted arguments

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51973 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug c++/51973] [4.7 regression][C++11] Template parameter deduction fails for overloaded functions when template parameters have defaulted arguments

2012-01-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51973 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC||hjl.tools

[Bug target/51974] [4.7 Regression] GCC fails to bootstrap with --enable-checking=release on opensuse

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51974 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Keywords||build,

[Bug target/42536] [4.4/4.5/4.6/4.7 regression] ICE in spill_failure, at reload1.c:2141

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536 --- Comment #7 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-24 01:27:30 UTC --- I cannot reproduce this bug on the trunk or 4.6.

[Bug rtl-optimization/44174] [4.4/4.5/4.6 Regression] can't find a register in class 'CLOBBERED_REGS' while reloading 'asm'

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44174 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Summary|[4.4/4.5/4.6/4.7|[4.4/4.5/4.6

[Bug target/42536] [4.4/4.5/4.6/4.7 regression] ICE in spill_failure, at reload1.c:2141

2012-01-23 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42536 --- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org 2012-01-24 01:30:36 UTC --- (In reply to comment #7) I cannot reproduce this bug on the trunk or 4.6. I want to say this is really a dup of bug 44174.

[Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) due to cdecl attribute ignored warning

2012-01-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51934 --- Comment #20 from Jason Merrill jason at gcc dot gnu.org 2012-01-24 02:45:28 UTC --- cdecl only applies to the 32-bit ABI. ix86_handle_cconv_attribute normally warns about using it in 64-bit mode, I wonder why it doesn't on darwin?

[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++

2012-01-23 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829 --- Comment #18 from Benjamin Kosnik bkoz at gcc dot gnu.org 2012-01-24 05:07:58 UTC --- Mine

[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++

2012-01-23 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829 --- Comment #19 from Jan Kratochvil jan.kratochvil at redhat dot com 2012-01-24 05:14:00 UTC --- ../gcchead/configure --enable-64-bit-bfd --disable-static --enable-shared --enable-debug --disable-sim --enable-gold --enable-plugins

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-23 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 Andrew Macleod amacleod at redhat dot com changed: What|Removed |Added CC||bkoz at redhat

[Bug ada/51940] Ada.Finalization of passed function return value skipped if exception raised in routine

2012-01-23 Thread garynot at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51940 --- Comment #4 from Gary Barnes garynot at comcast dot net 2012-01-24 06:05:59 UTC --- How do I report it to AdaCore? Their web site has lots of marketing stuff but nothing about reporting bugs. Ditto for the Libre site. So there are two

[Bug bootstrap/51969] [4.6 regression] gcc 4.7 unable to build gcc 4.6

2012-01-23 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51969 --- Comment #3 from Ralf Corsepius ralf_corsepius at rtems dot org 2012-01-24 07:05:03 UTC --- Thanks, Markus, Jakub. Despite I don't understand this patch, it patch seems to work for me :)

[Bug target/51957] [4.7 Regression] ppc64 .debug_loc toc reference

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51957 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org 2012-01-24 07:24:44 UTC --- Author: jakub Date: Tue Jan 24 07:24:34 2012 New Revision: 183468 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183468 Log: PR target/51957 *

[Bug rtl-optimization/51856] [4.7 Regression] ICE in reload_cse_simplify_operands

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51856 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ada/51940] Ada.Finalization of passed function return value skipped if exception raised in routine

2012-01-23 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51940 --- Comment #5 from Eric Botcazou ebotcazou at gcc dot gnu.org 2012-01-24 07:44:15 UTC --- How do I report it to AdaCore? Their web site has lots of marketing stuff but nothing about reporting bugs. Ditto for the Libre site. See the

[Bug target/51957] [4.7 Regression] ppc64 .debug_loc toc reference

2012-01-23 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51957 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

<    1   2