[Bug fortran/53255] New: [OOP] With TYPE, wrong type-bound operator used: of parent instead of overridden one

2012-05-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53255 Bug #: 53255 Summary: [OOP] With TYPE, wrong type-bound operator used: of parent instead of overridden one Classification: Unclassified Product: gcc Version: 4.8.0

[Bug fortran/53255] [OOP] With TYPE, wrong type-bound operator used: of parent instead of overridden one

2012-05-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53255 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug fortran/52158] Regression on character function with gfortran 4.7

2012-05-06 Thread fanfarillo.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52158 --- Comment #2 from Alessandro Fanfarillo fanfarillo.gcc at gmail dot com 2012-05-06 10:32:22 UTC --- Created attachment 27323 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27323 Patch for 52158 and 45170#19 Patch realized on gcc version

[Bug fortran/52158] Regression on character function with gfortran 4.7

2012-05-06 Thread fanfarillo.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52158 Alessandro Fanfarillo fanfarillo.gcc at gmail dot com changed: What|Removed |Added CC|

[Bug target/53250] [4.8 Regression] [SH] ICE: in change_address_1, at emit-rtl.c:2018

2012-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53250 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Target|sh4-unknown-linux-gnu |sh*-*-*

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #2 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2012-05-06 10:55:48 UTC --- Gah. Sorry for the breakage. This is caused by the x86_64 TLS code generating a DImode MEM address when Pmode == SImode. As you say here:

[Bug target/53219] inline function erroneously clobbers %i0 register on 64 bit sparc compile of perls regcomp.c

2012-05-06 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53219 --- Comment #7 from Martin Husemann martin at netbsd dot org 2012-05-06 10:59:19 UTC --- Created attachment 27324 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27324 gcc -S output for the miscompiled function The original report showed the

[Bug libstdc++/53248] std::arrayT,0 doesn't work when T is not default-constructible

2012-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248 --- Comment #3 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-05-06 11:21:47 UTC --- (In reply to comment #2) Daniel, can you see other options besides adding a specialization? (which would be a straightforward task, I may

[Bug target/53256] New: [avr] Attribute 'interrupt' shall override attribute 'signal'

2012-05-06 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53256 Bug #: 53256 Summary: [avr] Attribute 'interrupt' shall override attribute 'signal' Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug target/53256] [avr] Attribute 'interrupt' shall override attribute 'signal'

2012-05-06 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53256 Georg-Johann Lay gjl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug c/39044] -Wformat warns on printf() with stringpointer as sole argument

2012-05-06 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39044 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/35294] iwmmxt intrinsics, internal compiler error

2012-05-06 Thread junkmailnotread at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294 junkmailnotread at yahoo dot com changed: What|Removed |Added CC||junkmailnotread at

[Bug web/53257] New: GCC wiki takes a very, very long time to save a page

2012-05-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53257 Bug #: 53257 Summary: GCC wiki takes a very, very long time to save a page Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added CC||ubizjak at gmail dot

[Bug middle-end/52306] ICE in CSE

2012-05-06 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 --- Comment #3 from Thorsten Glaser tg at mirbsd dot org 2012-05-06 14:16:07 UTC --- Created attachment 27325 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27325 preprocessed source of libxslt occurrence The same thing happens in

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #4 from H.J. Lu hjl.tools at gmail dot com 2012-05-06 14:28:55 UTC --- A small testcase: [hjl@gnu-6 pr53249]$ cat x.i struct gomp_task { struct gomp_task *parent; }; struct gomp_thread { int foo1; struct gomp_task *task; };

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #5 from H.J. Lu hjl.tools at gmail dot com 2012-05-06 14:35:26 UTC --- X32 is a 32bit environment for x86-64: https://sites.google.com/site/x32abi/ Since there is no x32 mode in hardware, x32 binaries run in pure 64-bit mode.

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #6 from H.J. Lu hjl.tools at gmail dot com 2012-05-06 14:54:10 UTC --- Can you just use GET_MODE (mem) instead of targetm.addr_space.address_mode (MEM_ADDR_SPACE (mem)) when you change plus_constant (mem, offset)? At least, you should

[Bug c++/53152] In no match for operatorXX error message gives the wrong column info

2012-05-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53152 --- Comment #7 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2012-05-06 15:06:35 UTC --- Author: paolo Date: Sun May 6 15:06:31 2012 New Revision: 187211 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187211 Log: 2012-05-06 Paolo

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 rsand...@gcc.gnu.org rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/53152] In no match for operatorXX error message gives the wrong column info

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

[Bug libstdc++/53248] std::arrayT,0 doesn't work when T is not default-constructible

2012-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248 --- Comment #4 from Paolo Carlini paolo.carlini at oracle dot com 2012-05-06 15:39:33 UTC --- Thanks Daniel. Since we had this issue for so much time, I guess we could as well wait a bit for the Committee to provide some feedback about the

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added Status|ASSIGNED|UNCONFIRMED Ever

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread rdsandiford at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #9 from rdsandiford at googlemail dot com rdsandiford at googlemail dot com 2012-05-06 15:56:09 UTC --- hjl.tools at gmail dot com gcc-bugzi...@gcc.gnu.org writes: get_address_mode in dwarf2out.c works for this testcase. Yeah,

[Bug bootstrap/53249] [4.8 Regression] Bootstrap failure

2012-05-06 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53249 --- Comment #10 from H.J. Lu hjl.tools at gmail dot com 2012-05-06 16:00:35 UTC --- (In reply to comment #9) hjl.tools at gmail dot com gcc-bugzi...@gcc.gnu.org writes: get_address_mode in dwarf2out.c works for this testcase. Yeah, that's

[Bug middle-end/52306] ICE in CSE

2012-05-06 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 Thorsten Glaser tg at mirbsd dot org changed: What|Removed |Added Known to fail||4.6.3 --- Comment

[Bug plugins/53258] New: Many symbols cannot lookup when loading plugin in configured with --enable-build-with-cxx.

2012-05-06 Thread flast at flast dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53258 Bug #: 53258 Summary: Many symbols cannot lookup when loading plugin in configured with --enable-build-with-cxx. Classification: Unclassified Product: gcc Version: 4.7.1

[Bug c++/53236] using declaration and base function template overloading

2012-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53236 --- Comment #7 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-05-06 17:34:10 UTC --- (In reply to comment #5) Here is a simplified code - gcc_error_simple.cpp Shows two facets of the error. See the comments in the attached

[Bug web/53257] GCC wiki takes a very, very long time to save a page

2012-05-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53257 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added CC||overseers at

[Bug plugins/53258] Many symbols cannot lookup when loading plugin in configured with --enable-build-with-cxx.

2012-05-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53258 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-05-06 17:55:52 UTC --- This is expected until GCC has a real stable API for plugins. There was a thread earlier this year exactly about this.

[Bug target/53250] [4.8 Regression] [SH] ICE: in change_address_1, at emit-rtl.c:2018

2012-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53250 --- Comment #2 from Oleg Endo olegendo at gcc dot gnu.org 2012-05-06 18:04:27 UTC --- Created attachment 27326 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27326 Proposed patch (In reply to comment #0) On sh4-unknown-linux-gnu, there are

[Bug rtl-optimization/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added CC||olegendo at gcc

[Bug target/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Keywords|ra |

[Bug c++/52900] Compile source using Boost header with -static -flto -std=c++11 breaks

2012-05-06 Thread gccBugs at haatschii dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52900 --- Comment #5 from gccBugs at haatschii dot de 2012-05-06 18:34:41 UTC --- Could you reproduce the bug? Or do you need any more informations?

[Bug libstdc++/53248] std::arrayT,0 doesn't work when T is not default-constructible

2012-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug libstdc++/53248] std::arrayT,0 doesn't work when T is not default-constructible

2012-05-06 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248 --- Comment #6 from Daniel Krügler daniel.kruegler at googlemail dot com 2012-05-06 18:56:05 UTC --- (In reply to comment #5) By the way - I think we discussed this already, bu now I can't find anything - what should we take the begin() ==

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-06 Thread rdsandiford at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 --- Comment #19 from rdsandiford at googlemail dot com rdsandiford at googlemail dot com 2012-05-06 19:17:03 UTC --- olegendo at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org writes: --- Comment #18 from Oleg Endo olegendo at gcc dot gnu.org

[Bug fortran/53259] New: [OOP] virtual call to type bound procedure calls base, not extension?

2012-05-06 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53259 Bug #: 53259 Summary: [OOP] virtual call to type bound procedure calls base, not extension? Classification: Unclassified Product: gcc Version: 4.8.0 Status:

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 --- Comment #20 from Oleg Endo olegendo at gcc dot gnu.org 2012-05-06 19:21:18 UTC --- (In reply to comment #19) olegendo at gcc dot gnu.org gcc-bugzi...@gcc.gnu.org writes: --- Comment #18 from Oleg Endo olegendo at gcc dot gnu.org 2012-05-06

[Bug rtl-optimization/53260] New: cse doesn't record REG_EQUAL notes for function invariants

2012-05-06 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53260 Bug #: 53260 Summary: cse doesn't record REG_EQUAL notes for function invariants Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug libstdc++/53248] std::arrayT,0 doesn't work when T is not default-constructible

2012-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53248 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2012-05-06 19:27:56 UTC --- Good, good then. Personally, I find that unique value confusing.

[Bug target/53101] Recognize casts to sub-vectors

2012-05-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53101 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added CC||glisse at gcc dot

[Bug fortran/41587] [OOP] ICE with ALLOCATABLE CLASS components

2012-05-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41587 --- Comment #9 from Tobias Burnus burnus at gcc dot gnu.org 2012-05-06 20:30:13 UTC --- Author: burnus Date: Sun May 6 20:30:05 2012 New Revision: 187214 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187214 Log: 2012-05-06 Tobias Burnus

[Bug fortran/41587] [OOP] ICE with ALLOCATABLE CLASS components

2012-05-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41587 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug target/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-06 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 --- Comment #7 from uros at gcc dot gnu.org 2012-05-06 20:48:03 UTC --- Author: uros Date: Sun May 6 20:47:59 2012 New Revision: 187215 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187215 Log: PR target/53227 * config/i386/i386.md

[Bug target/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer

2012-05-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999 --- Comment #12 from John David Anglin danglin at gcc dot gnu.org 2012-05-06 20:50:13 UTC --- Author: danglin Date: Sun May 6 20:50:06 2012 New Revision: 187216 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187216 Log: Backport from

[Bug target/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer

2012-05-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999 --- Comment #13 from John David Anglin danglin at gcc dot gnu.org 2012-05-06 20:59:14 UTC --- Author: danglin Date: Sun May 6 20:59:10 2012 New Revision: 187217 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187217 Log: PR target/52999

[Bug target/52999] [4.7/4.8 Regression] ICE, segmentation fault in c_tree_printer

2012-05-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52999 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/53227] [4.8 Regression] FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movbe[ \t] 4

2012-05-06 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53227 Uros Bizjak ubizjak at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/53259] [OOP] virtual call to type bound procedure calls base, not extension?

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

[Bug bootstrap/52391] [4.7/4.8 regression] genattrtab almost 5X slower for m68k than in 4.6 and earlier releases

2012-05-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52391 --- Comment #14 from Steven Bosscher steven at gcc dot gnu.org 2012-05-06 21:40:18 UTC --- Created attachment 27328 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27328 Remove unused sched_branch_type stuff from m68k Patch speaks for itself.

[Bug c++/53261] New: [4.8 Regression] ICE in tree_strip_nop_conversions

2012-05-06 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53261 Bug #: 53261 Summary: [4.8 Regression] ICE in tree_strip_nop_conversions Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug target/53250] [4.8 Regression] [SH] ICE: in change_address_1, at emit-rtl.c:2018

2012-05-06 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53250 --- Comment #3 from Oleg Endo olegendo at gcc dot gnu.org 2012-05-06 22:39:01 UTC --- Author: olegendo Date: Sun May 6 22:38:57 2012 New Revision: 187218 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187218 Log: PR target/53250 *

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 --- Comment #21 from Hans-Peter Nilsson hp at gcc dot gnu.org 2012-05-06 23:25:40 UTC --- All this should be taken care of by the default rtx costs; I don't think any target patches should be needed for these targets at least not for this case.

[Bug rtl-optimization/53176] [4.8 Regression] gcc.dg/lower-subreg-1.c FAILs

2012-05-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53176 --- Comment #22 from Hans-Peter Nilsson hp at gcc dot gnu.org 2012-05-06 23:28:55 UTC --- (In reply to comment #21) Hopefully it was obvious, but: ... where natural_set_cost is the cost of setting a register (possibly the default) ... for

[Bug other/29442] insn-attrtab has grown too large

2012-05-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29442 Steven Bosscher steven at gcc dot gnu.org changed: What|Removed |Added CC||matz at gcc

[Bug c++/52672] internal compiler error: in cxx_eval_indirect_ref, at cp/semantics.c:6766

2012-05-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52672 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/53239] [4.7 Regression] VRP vs named value return opt

2012-05-06 Thread proski at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53239 --- Comment #6 from proski at gnu dot org 2012-05-07 02:50:04 UTC --- Created attachment 27330 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=27330 Self-contained test case Run the compile script. The output would be: return = 2/1 return =

[Bug bootstrap/44959] [4.5 Regression] bootstrap failed at Comparing stages 2 and 3

2012-05-06 Thread htl10 at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44959 Hin-Tak Leung htl10 at users dot sourceforge.net changed: What|Removed |Added Status|RESOLVED