[Bug fortran/51218] [4.7 Regression] Potential optimization bug

2011-11-19 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #6 from Harald Anlauf 2011-11-19 08:12:01 UTC --- (In reply to comment #3) > The miscompilation is triggered by -ffrontend-optimize, work-around: use > -fno-frontend-optimize. > Revision 171653 is dealing with the frontend optimizatio

[Bug fortran/51218] [4.7 Regression] Potential optimization bug

2011-11-19 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 Thomas Koenig changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #7 f

[Bug fortran/51207] [OOP] Mark __def_init_... as FL_PARAMETER

2011-11-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51207 --- Comment #3 from Tobias Burnus 2011-11-19 09:26:38 UTC --- Author: burnus Date: Sat Nov 19 09:26:33 2011 New Revision: 181505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181505 Log: 2011-11-19 Tobias Burnus PR fortran/51

[Bug fortran/50640] [4.7 Regression] [OOP] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)

2011-11-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640 --- Comment #24 from Tobias Burnus 2011-11-19 09:26:37 UTC --- Author: burnus Date: Sat Nov 19 09:26:33 2011 New Revision: 181505 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181505 Log: 2011-11-19 Tobias Burnus PR fortran/5

[Bug fortran/51207] [OOP] Mark __def_init_... as FL_PARAMETER

2011-11-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51207 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/50640] [4.7 Regression] [OOP] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)

2011-11-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #8 from Harald Anlauf 2011-11-19 10:18:46 UTC --- (In reply to comment #6) > Aha. Compiling just main.f90 with -fno-frontend-optimize solves > the problem. Comparing -fdump-tree-original for main.f90 at -O0 without and with -fno-fr

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 Tobias Burnus changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #9 from Harald Anlauf 2011-11-19 10:35:11 UTC --- (In reply to comment #7) > c) The reason why this function call was inlined was that the >implicit_pure attribute is set on the function. This is >bogus. Good point. Adding:

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread tkoenig at netcologne dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #10 from tkoenig at netcologne dot de 2011-11-19 10:57:23 UTC --- Am 19.11.2011 11:18, schrieb anlauf at gmx dot de: > This won't work. The implementation of the management > of temporaries does not allow that the same instance > is u

[Bug middle-end/49519] [4.7 Regression] Revision 175272 miscompiled 447.dealII in SPEC CPU 2006

2011-11-19 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49519 Jorn Wolfgang Rennecke changed: What|Removed |Added CC||amylaar at gcc dot gnu.org --- C

[Bug middle-end/50074] [4.7 Regression] gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC

2011-11-19 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50074 Jorn Wolfgang Rennecke changed: What|Removed |Added CC||amylaar at gcc dot gnu.org --- C

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #11 from Harald Anlauf 2011-11-19 11:46:28 UTC --- (In reply to comment #10) The code does memory management similar to that required by TR15581 for allocatable DT components and allocatable function results, but it also has to work f

[Bug middle-end/50074] [4.7 Regression] gcc.dg/sibcall-6.c execution test on x86_64 with -fPIC

2011-11-19 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50074 --- Comment #11 from Jorn Wolfgang Rennecke 2011-11-19 12:03:28 UTC --- Created attachment 25858 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25858 Patch to make mem_overlaps_already_clobbered_arg_p return false if no arguments were stored

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 --- Comment #4 from Paolo Carlini 2011-11-19 12:11:05 UTC --- Yes, I confirm the issue doesn't seem fixed neither mainline nor 4_6-branch.

[Bug bootstrap/51201] [4.7 regression] build error without Ada compiler installed

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51201 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Version|unknown

[Bug c++/50306] ambiguous templated conversion operators accepted

2011-11-19 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50306 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/50493] ICE in neon_disambiguate_copy, at config/arm/arm.c:20388

2011-11-19 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50493 --- Comment #5 from Richard Earnshaw 2011-11-19 13:47:40 UTC --- Author: rearnsha Date: Sat Nov 19 13:47:35 2011 New Revision: 181508 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181508 Log: PR target/50493 * arm.c (neon_disambiguate_co

[Bug c++/51210] [C++11][DR 295] std::type_info works incorrectly with function types with cv-qualifier-seq

2011-11-19 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51210 Marc Glisse changed: What|Removed |Added CC||marc.glisse at normalesup

[Bug c++/51210] [C++11][DR 295] std::type_info works incorrectly with function types with cv-qualifier-seq

2011-11-19 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51210 --- Comment #2 from Daniel Krügler 2011-11-19 13:59:18 UTC --- I agree, this issue seems to be a DUP

[Bug c++/51194] [C++0x] ICE about template aliasing

2011-11-19 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51194 --- Comment #5 from Dodji Seketeli 2011-11-19 14:07:22 UTC --- A candidate patch has been posted to http://gcc.gnu.org/ml/gcc-patches/2011-11/msg01979.html

[Bug lto/50490] ICE when compiling libglib2.0 with LTO, tree code 'optimization_node' is not supported in LTO streams

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50490 Volker Reichelt changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-11-19 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #16 from Iain Sandoe 2011-11-19 14:56:09 UTC --- I had a quick look... actually, I suspect that the BLKmode constraint you originally had is, in fact, correct. we are talking about bit fields - i.e contiguous blocks of bits - so, if

[Bug middle-end/51220] New: gcc/libquadmath/math/nanq.c:9:20: ICE: in int_mode_ for_mode, at stor-layout.c:424

2011-11-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51220 Bug #: 51220 Summary: gcc/libquadmath/math/nanq.c:9:20: ICE: in int_mode_ for_mode, at stor-layout.c:424 Classification: Unclassified Product: gcc Version: 4.7.0 Stat

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #12 from Steve Kargl 2011-11-19 16:08:06 UTC --- On Sat, Nov 19, 2011 at 10:57:23AM +, tkoenig at netcologne dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 > > --- Comment #10 from tkoenig at netcologne dot de

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #13 from Steve Kargl 2011-11-19 16:18:18 UTC --- On Sat, Nov 19, 2011 at 11:46:28AM +, anlauf at gmx dot de wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 > > --- Comment #11 from Harald Anlauf 2011-11-19 11:46:28 >

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #6

[Bug target/50493] ICE in neon_disambiguate_copy, at config/arm/arm.c:20388

2011-11-19 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50493 --- Comment #6 from Richard Earnshaw 2011-11-19 16:47:06 UTC --- Author: rearnsha Date: Sat Nov 19 16:47:02 2011 New Revision: 181510 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181510 Log: PR target/50493 * arm.c (neon_disambiguate_co

[Bug target/50493] ICE in neon_disambiguate_copy, at config/arm/arm.c:20388

2011-11-19 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50493 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/51218] [4.7 Regression] Potential optimization bug due to implicit_pure?

2011-11-19 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51218 --- Comment #14 from kargl at gcc dot gnu.org 2011-11-19 17:35:20 UTC --- Tobias, Why did you mark this PR with the "wrong-code" keyword? The code is invalid, so gfortran can generated anything it wants.

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #7 from Mikael Pettersson 2011-11-19 17:42:53 UTC --- Created attachment 25859 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25859 reduced test case Reduced test case. Running this on i686 shows a single call to func3 >/mnt/s

[Bug other/51125] FAIL: g++.dg/tm/pr45940-3.C

2011-11-19 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51125 --- Comment #5 from Patrick Marlier 2011-11-19 17:42:20 UTC --- ** NOT RELATED TO BUG ** In http://gcc.gnu.org/ml/gcc-patches/2011-11/msg00969.html, the patch shows changes to tree-ssa-reassoc.c but not committed or part of Changelog. But the pro

[Bug c++/51221] New: Cross GCC for AIX fails during bootstrap process

2011-11-19 Thread basil at list dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51221 Bug #: 51221 Summary: Cross GCC for AIX fails during bootstrap process Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: critical

[Bug c++/51222] New: [C++11][SFINAE] Unevaluated combined delete new expression completely broken

2011-11-19 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51222 Bug #: 51222 Summary: [C++11][SFINAE] Unevaluated combined delete new expression completely broken Classification: Unclassified Product: gcc Version: 4.7.0 Status: UN

[Bug target/50970] Function pointer dereferenced twice in if statement on Arm cpu

2011-11-19 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50970 --- Comment #8 from Mikael Pettersson 2011-11-19 18:31:32 UTC --- gcc-4.3.6 also generates the double-call, but gcc-4.2.4 doesn't.

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

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

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51223 Bug #: 51223 Summary: [4.5/4.6/4.7 Regression] ICE with invalid function parameter Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug middle-end/51211] ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) with -fgnu-tm -O -freorder-blocks -ftracer --param hot-bb-frequency-fraction=1 and __transaction_atomic

2011-11-19 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51211 --- Comment #3 from Richard Henderson 2011-11-19 19:29:22 UTC --- Author: rth Date: Sat Nov 19 19:29:18 2011 New Revision: 181512 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181512 Log: PR middle-end/51211 * tracer.c (ignore_bb

[Bug lto/51224] New: ICE with local struct and -flto

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51224 Bug #: 51224 Summary: ICE with local struct and -flto Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/51225] New: [c++0x] [4.7 Regression] ICE with invalid template parameter

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51225 Bug #: 51225 Summary: [c++0x] [4.7 Regression] ICE with invalid template parameter Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug c++/51225] [c++0x] [4.7 Regression] ICE with invalid template parameter

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51225 Volker Reichelt changed: What|Removed |Added Keywords||error-recovery, |

[Bug c++/51226] New: [c++0x] ICE with opaque enum and invalid template

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51226 Bug #: 51226 Summary: [c++0x] ICE with opaque enum and invalid template Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51227] New: [c++0x] ICE with invalid parameter in lambda expression

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51227 Bug #: 51227 Summary: [c++0x] ICE with invalid parameter in lambda expression Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED S

[Bug rtl-optimization/51187] miscompilation of genrecog.c at -O2 for --target=avr

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51187 --- Comment #7 from Eric Botcazou 2011-11-19 20:36:47 UTC --- Author: ebotcazou Date: Sat Nov 19 20:36:43 2011 New Revision: 181513 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181513 Log: PR rtl-optimization/51187 * reorg.c (re

[Bug rtl-optimization/51187] miscompilation of genrecog.c at -O2 for --target=avr

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51187 --- Comment #8 from Eric Botcazou 2011-11-19 20:39:12 UTC --- Author: ebotcazou Date: Sat Nov 19 20:39:10 2011 New Revision: 181514 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181514 Log: PR rtl-optimization/51187 * reorg.c (re

[Bug rtl-optimization/51187] miscompilation of genrecog.c at -O2 for --target=avr

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51187 --- Comment #9 from Eric Botcazou 2011-11-19 20:41:53 UTC --- Author: ebotcazou Date: Sat Nov 19 20:41:50 2011 New Revision: 181515 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181515 Log: PR rtl-optimization/51187 * reorg.c (re

[Bug rtl-optimization/51187] miscompilation of genrecog.c at -O2 for --target=avr

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51187 Eric Botcazou changed: What|Removed |Added Keywords||wrong-code Status|ASSIGNED

[Bug c++/51228] New: [4.5/4.6/4.7 Regression] ICE with transparent union

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51228 Bug #: 51228 Summary: [4.5/4.6/4.7 Regression] ICE with transparent union Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/51229] New: [C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' not supported by dump_dec

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51229 Bug #: 51229 Summary: [C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' not supported by dump_dec Classification: Unclassified Product: gcc Version: 4.7.0 Sta

[Bug c++/51229] [C++0x] [4.7 Regression] Broken diagnostic: 'integer_cst' not supported by dump_dec

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51229 Volker Reichelt changed: What|Removed |Added Keywords||diagnostic Target Milestone|---

[Bug ada/50294] ICE in output_constructor_regular_field

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #8 from Eric Botcazou 2011-11-19 21:25:17 UTC --- Created attachment 25861 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25861 Improved testcase It should fail everywhere.

[Bug ada/50294] ICE in output_constructor_regular_field

2011-11-19 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50294 --- Comment #9 from Eric Botcazou 2011-11-19 21:35:48 UTC --- > Thus the question - what should stor-layout do with domain types > that wrap the wrong way around (i.e. are of wrong type because Ada > turns everything into sizetype instead of [s]s

[Bug c++/51230] New: [4.7 Regression] Broken diagnostic: 'template_parm_index' not supported by dump_type

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51230 Bug #: 51230 Summary: [4.7 Regression] Broken diagnostic: 'template_parm_index' not supported by dump_type Classification: Unclassified Product: gcc Version: 4.7.0 St

[Bug c++/51230] [4.7 Regression] Broken diagnostic: 'template_parm_index' not supported by dump_type

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51230 Volker Reichelt changed: What|Removed |Added Keywords||diagnostic Target Milestone|---

[Bug c++/51231] New: g++ remove placement new with -O1

2011-11-19 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 Bug #: 51231 Summary: g++ remove placement new with -O1 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/51231] g++ remove placement new with -O1

2011-11-19 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 --- Comment #1 from Evgeniy Dushistov 2011-11-19 21:49:33 UTC --- The code works as expected for 4.4.5, and show buggy behaviour with 4.5.3 and 4.6.2.

[Bug c++/51231] g++ remove placement new with -O1

2011-11-19 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 --- Comment #2 from Evgeniy Dushistov 2011-11-19 22:03:49 UTC --- Created attachment 25862 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25862 the preprocessed test case generate from source with command: g++ -ggdb -c -save-temps -O1 -Wal

[Bug c++/51231] g++ remove placement new with -O1

2011-11-19 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51231 --- Comment #3 from Evgeniy Dushistov 2011-11-19 22:07:40 UTC --- To build test case you need use command: g++ -ggdb -O1 -Wall -Wextra boost_interp_alloc.cpp -lboost_thread I use boost 1.46.1. Or you can use preprocessed attachment to look at

[Bug lto/50747] [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435

2011-11-19 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50747 Volker Reichelt changed: What|Removed |Added CC||reichelt at gcc dot gnu.org --- Comment

[Bug c++/51216] [4.6/4.7 Regression] ICE with statement expression

2011-11-19 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51216 --- Comment #2 from paolo at gcc dot gnu.org 2011-11-19 23:17:16 UTC --- Author: paolo Date: Sat Nov 19 23:17:12 2011 New Revision: 181517 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181517 Log: /cp 2011-11-19 Paolo Carlini PR

[Bug c++/51222] [C++11][SFINAE] Unevaluated combined delete new expression completely broken

2011-11-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51222 Paolo Carlini changed: What|Removed |Added Blocks||51185 --- Comment #1 from Paolo Carlini

[Bug c++/51230] [4.7 Regression] Broken diagnostic: 'template_parm_index' not supported by dump_type

2011-11-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51230 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/51232] New: building the all-stage1 target requires several invocations to complete

2011-11-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51232 Bug #: 51232 Summary: building the all-stage1 target requires several invocations to complete Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFI

[Bug middle-end/51220] gcc/libquadmath/math/nanq.c:9:20: ICE: in int_mode_ for_mode, at stor-layout.c:424

2011-11-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51220 --- Comment #2 from John David Anglin 2011-11-20 00:38:54 UTC --- Created attachment 25863 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25863 Preprocessed source

[Bug middle-end/51220] gcc/libquadmath/math/nanq.c:9:20: ICE: in int_mode_ for_mode, at stor-layout.c:424

2011-11-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51220 --- Comment #1 from John David Anglin 2011-11-20 00:36:14 UTC --- Breakpoint 1, int_mode_for_mode (mode=VOIDmode) at ../../gcc/gcc/stor-layout.c:424 424 gcc_unreachable (); (gdb) bt #0 int_mode_for_mode (mode=VOIDmode) at ../../gcc/gcc/

[Bug middle-end/51220] gcc/libquadmath/math/nanq.c:9:20: ICE: in int_mode_ for_mode, at stor-layout.c:424

2011-11-19 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51220 --- Comment #3 from John David Anglin 2011-11-20 00:45:14 UTC --- Guessing this was introduced by: 2011-11-16 Andreas Krebbel PR middle-end/50325 * expmed.c (store_bit_field_1): Use extract_bit_field on big endian tar

[Bug middle-end/51233] New: [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code

2011-11-19 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51233 Bug #: 51233 Summary: [ipa-iterations] running multiple passes of early IPA on zlib produces more optimal code Classification: Unclassified Product: gcc Version: 4.7.0

[Bug bootstrap/39618] trunk revision 145459 - The configure of libstdc++-v3 hangs while checking for PCH support

2011-11-19 Thread kurt at intricatesoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39618 --- Comment #2 from Kurt Miller 2011-11-20 03:29:51 UTC --- Created attachment 25864 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25864 PCH Supoort for OpenBSD Attached is a patch against gcc-4.6.2 which uses brk/sbrk for PCH support. Sin

[Bug bootstrap/39618] trunk revision 145459 - The configure of libstdc++-v3 hangs while checking for PCH support

2011-11-19 Thread kurt at intricatesoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39618 Kurt Miller changed: What|Removed |Added CC||kurt at intricatesoftware

[Bug c++/51234] New: ambiguity in mangling function attribute

2011-11-19 Thread s__nakayama at infoseek dot jp
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51234 Bug #: 51234 Summary: ambiguity in mangling function attribute Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Priority:

[Bug c++/51194] [C++0x] ICE about template aliasing

2011-11-19 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51194 --- Comment #6 from Dodji Seketeli 2011-11-20 07:10:31 UTC --- Author: dodji Date: Sun Nov 20 07:10:24 2011 New Revision: 181523 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181523 Log: PR c++/51194 - ICE with invalid alias template gc

[Bug c++/51194] [C++0x] ICE about template aliasing

2011-11-19 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51194 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug boehm-gc/43682] libgcj don't support Win x64?

2011-11-19 Thread aflyhorse at foxmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43682 --- Comment #4 from Chen Chen 2011-11-20 07:18:28 UTC --- I've noticed the gc-7.2alpha6.tar.gz have released. The Boehm-GC has been a major obscure for the gcj port of Mingew64 I think... (embarrassed) http://www.hpl.hp.com/personal/Hans_Boehm/gc