[Bug target/41993] [sh] ICE in create_pre_exit, at mode-switching.c:399

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41993 Uros Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug middle-end/49220] ICE in create_pre_exit, at mode-switching.c:401

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49220 Uros Bizjak changed: What|Removed |Added URL||http://gcc.gnu.org/ml/gcc-p

[Bug debug/51570] [4.7 Regression] FAIL: gcc.dg/guality/pr45003-[23].c

2012-11-07 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51570 Alexandre Oliva changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug debug/47624] FAIL: gcc.dg/guality/pr43077-1.c -O1 line 42 c == 3

2012-11-07 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47624 Alexandre Oliva changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/49888] VTA: -O2 -g variable value changes, it does not change in the source

2012-11-07 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49888 Alexandre Oliva changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/54075] [4.7.1] unordered_map insert still slower than 4.6.2

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075 --- Comment #43 from Paolo Carlini 2012-11-08 02:26:12 UTC --- On 11/08/2012 02:56 AM, Paolo Carlini wrote: > On the other hand, the old-old code for rehash didn't use > _M_growth_factor in these computations, it just literally enforced t

[Bug libstdc++/54075] [4.7.1] unordered_map insert still slower than 4.6.2

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075 --- Comment #42 from Paolo Carlini 2012-11-08 01:56:15 UTC --- On 11/08/2012 01:58 AM, Jonathan Wakely wrote: > On 7 November 2012 22:02, François Dumont wrote: >> Ok to commit ? If so, where ? > That patch is OK for trunk and 4.7, thanks. ... I

[Bug target/29845] sh floating point emulation is inefficient

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29845 --- Comment #13 from Oleg Endo 2012-11-08 01:08:51 UTC --- (In reply to comment #12) > (In reply to comment #11) > > > Do you have any particular example in mind? > > Just compare the size & performance of the code generated from fp-b

[Bug libstdc++/54075] [4.7.1] unordered_map insert still slower than 4.6.2

2012-11-07 Thread jwakely.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075 --- Comment #41 from Jonathan Wakely 2012-11-08 00:58:55 UTC --- On 7 November 2012 22:02, François Dumont wrote: > > Ok to commit ? If so, where ? That patch is OK for trunk and 4.7, thanks.

[Bug target/29845] sh floating point emulation is inefficient

2012-11-07 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29845 --- Comment #12 from Jorn Wolfgang Rennecke 2012-11-07 23:56:37 UTC --- (In reply to comment #11) > Do you have any particular example in mind? Just compare the size & performance of the code generated from fp-bit.c with the hand-code

[Bug target/48806] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-11-07 Thread rmansfield at qnx dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 --- Comment #8 from Ryan Mansfield 2012-11-07 23:56:22 UTC --- (In reply to comment #7) > Is it OK to close this PR without adding the test case to the test suite? That's fine with me.

[Bug target/48806] ICE in reload_cse_simplify_operands, at postreload.c:403

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48806 --- Comment #7 from Oleg Endo 2012-11-07 23:50:09 UTC --- I've tried to reproduce the test case of this PR on rev 193240 (4.8) with the change in rev 185714 reverted. It seems that this test case doesn't trigger the error any more. Howev

[Bug c++/43313] ICE with non-POD and covariant return thunks

2012-11-07 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43313 --- Comment #8 from Peter Bergner 2012-11-07 23:39:56 UTC --- ...and the reduced test case I used for the above. Does any of the above make sense for anyone? class CObject {}; class CMsgProc:virtual public CObject { }; template < ty

[Bug c++/43313] ICE with non-POD and covariant return thunks

2012-11-07 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43313 --- Comment #7 from Peter Bergner 2012-11-07 23:33:54 UTC --- Backtrace: #0 fancy_abort (file=0x113d6b90 "/home/bergner/gcc/gcc-fsf-mainline-base/gcc/expr.c", line=7597, function=0x113d7158 "expand_expr_addr_expr_1") at /ho

[Bug target/29845] sh floating point emulation is inefficient

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29845 --- Comment #11 from Oleg Endo 2012-11-07 23:33:55 UTC --- (In reply to comment #10) > but the compiler is not much good at combining > high-level transformations with streamlined data representation, > ABI modification, register allocati

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

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #25 from Oleg Endo 2012-11-07 23:31:20 UTC --- Created attachment 28633 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28633 Arithmetic right shift rework 2 This could be an alternative approach for the arith right shif

[Bug target/41993] [sh] ICE in create_pre_exit, at mode-switching.c:399

2012-11-07 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41993 Kazumoto Kojima changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/49220] ICE in create_pre_exit, at mode-switching.c:401

2012-11-07 Thread kkojima at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49220 Kazumoto Kojima changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/55142] [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88

2012-11-07 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55142 --- Comment #23 from H.J. Lu 2012-11-07 23:02:58 UTC --- Created attachment 28632 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28632 A complete testcase I applied i386 change at http://gcc.gnu.org/bugzilla/attachment.cgi?id=28

[Bug rtl-optimization/55151] [4.8 Regression] ICE: in assign_by_spills, at lra-assigns.c:1217 with -fPIC

2012-11-07 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55151 --- Comment #5 from Vladimir Makarov 2012-11-07 22:43:35 UTC --- Author: vmakarov Date: Wed Nov 7 22:43:30 2012 New Revision: 193317 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193317 Log: 2012-11-07 Vladimir Makarov

[Bug middle-end/55142] [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55142 --- Comment #22 from Eric Botcazou 2012-11-07 22:43:00 UTC --- > (,%eax,4) generates a 0x67 address-size prefix, which zero-extends > 32-bit address to 64-bit. OK, I see. Then it would be interesting to have a testcase that generates th

[Bug target/29845] sh floating point emulation is inefficient

2012-11-07 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29845 --- Comment #10 from Jorn Wolfgang Rennecke 2012-11-07 22:40:39 UTC --- (In reply to comment #9) > Jörn, > I was curious whether the soft fpu code of yours is also available as C/C++, > or > did you write it in asm only? I guess it would be an

[Bug middle-end/55219] [4.6/4.7/4.8 regression] memory explosion on nested conditional expressions

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|4.6.

[Bug middle-end/55219] [4.6/4.7/4.8 regression] memory explosion on nested conditional expressions

2012-11-07 Thread ebotcazou at gcc dot gnu.org
nd/55219 * fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if the argument is itself a conditional expression. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20121107-1.c - copied unchanged from r193313, trunk/gcc/testsuite/gcc.c-torture/compile/20

[Bug middle-end/55219] [4.6/4.7/4.8 regression] memory explosion on nested conditional expressions

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

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 --- Comment #6 from uros at gcc dot gnu.org 2012-11-07 22:34:53 UTC --- Author: uros Date: Wed Nov 7 22:34:48 2012 New Revision: 193314 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193314 Log: PR middle-end/55235 * ex

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
* fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if the argument is itself a conditional expression. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/20121107-1.c - copied unchanged from r193312, trunk/gcc/testsuite/gcc.c-torture/compile/2012

[Bug fortran/43207] [OOP] invalid pointer assignment => type%parent

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43207 --- Comment #10 from janus at gcc dot gnu.org 2012-11-07 22:26:18 UTC --- Here is a draft patch which rejects comment #1: Index: gcc/fortran/primary.c === --- gcc/fortran/pri

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
* fold-const.c (fold_binary_op_with_conditional_arg): Do not fold if the argument is itself a conditional expression. Added: trunk/gcc/testsuite/gcc.c-torture/compile/20121107-1.c Modified: trunk/gcc/ChangeLog trunk/gcc/fold-const.c trunk/gcc/testsuite/ChangeLog

[Bug c++/55227] designated initializer for char array by string constant

2012-11-07 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55227 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler at |

[Bug rtl-optimization/55151] [4.8 Regression] ICE: in assign_by_spills, at lra-assigns.c:1217 with -fPIC

2012-11-07 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55151 --- Comment #4 from Vladimir Makarov 2012-11-07 22:20:26 UTC --- Author: vmakarov Date: Wed Nov 7 22:20:15 2012 New Revision: 193311 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193311 Log: 2012-11-07 Vladimir Makarov

[Bug c++/43313] ICE with non-POD and covariant return thunks

2012-11-07 Thread bergner at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43313 --- Comment #6 from Peter Bergner 2012-11-07 22:16:52 UTC --- Reconfirmed. It fails with mainline as of today and with the FSF 4.7 branch, but only with -m32. It compiles fine with -m64.

[Bug target/54791] AIX-only: Constructors are not called in main program.

2012-11-07 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791 David Edelsohn changed: What|Removed |Added Depends on||33704 --- Comment #19 from Dav

[Bug middle-end/55142] [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88

2012-11-07 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55142 --- Comment #21 from H.J. Lu 2012-11-07 22:11:46 UTC --- (In reply to comment #20) > If you compile the testcase with the unmodified compiler but without -fPIC, > you > get in the assembly file: > > movl%edx, _dl_rtld_map-1

[Bug rtl-optimization/55122] [4.8 Regression] ICE: maximum number of LRA constraint passes is achieved (15)

2012-11-07 Thread vmakarov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55122 --- Comment #3 from Vladimir Makarov 2012-11-07 22:11:13 UTC --- Author: vmakarov Date: Wed Nov 7 22:11:08 2012 New Revision: 193310 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193310 Log: 2012-11-07 Vladimir Makarov

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 --- Comment #5 from Eric Botcazou 2012-11-07 22:07:00 UTC --- > Please note that before your patch, emit_block_move was never called. Indeed, I missed that. > Following patch fixes testcase for me: > > --cut here-- > Index: expr.c

[Bug libstdc++/54075] [4.7.1] unordered_map insert still slower than 4.6.2

2012-11-07 Thread frs.dumont at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54075 --- Comment #40 from frs.dumont at gmail dot com 2012-11-07 22:02:56 UTC --- Here is the patch to fix the redundant rehash/reserve issue. 2012-11-07 François Dumont PR libstdc++/54075 * include/bits/hashtable.h (_Hashtable<>::rehash

[Bug fortran/43207] [OOP] invalid pointer assignment => type%parent

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43207 --- Comment #9 from janus at gcc dot gnu.org 2012-11-07 22:00:40 UTC --- (In reply to comment #8) > r159431 fixes the ICE. Comment #0 is now accepted without an error message. With 4.7 and trunk, comment #0 is rejected with: this_pa

[Bug target/29845] sh floating point emulation is inefficient

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29845 --- Comment #9 from Oleg Endo 2012-11-07 21:37:47 UTC --- Jörn, I was curious whether the soft fpu code of yours is also available as C/C++, or did you write it in asm only? I guess it would be an interesting bunch of code quality tests for the

[Bug target/53949] [SH] Add support for mac.w / mac.l instructions

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53949 --- Comment #8 from Oleg Endo 2012-11-07 21:31:39 UTC --- Christian, I just wanted to check with you whether you've already started doing something regarding the mac.w / mac.l instructions?

[Bug target/54830] [SH] Unnecessary exts.w before extu.b

2012-11-07 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54830 --- Comment #2 from Oleg Endo 2012-11-07 21:27:11 UTC --- Just for the record.. The arithmetic right shift by 16 splits into the sequence swap.w exts.w after combine. Thus, any other following extensions don't get combined away.

[Bug rtl-optimization/55158] [4.8 Regression] [IA64] ICE: segv in schedule_region

2012-11-07 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #5 from Steven Bosscher 2012-11-07 21:19:42 UTC --- Completely untested patch for someone else to foster-parent: --- sched-rgn.c 2012-11-04 14:48:19.110019609 -0800 +++ sched-rgn.c 2012-11-07 13:17:06.740019608 -0800 @@ -298

[Bug target/55171] incorrect virtual thunk on mingw

2012-11-07 Thread mitza at ociweb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55171 --- Comment #4 from Adam Mitz 2012-11-07 21:10:26 UTC --- The generated code for the thunk is incorrect in that it re-uses the %eax register, clobbering the original "this" value: Dump of assembler code for function _ZTv0_n16_NK7Derived3

[Bug tree-optimization/55236] New: [4.8 Regression] gcc.c-torture/execute/pr22493-1.c FAILs with -fPIC

2012-11-07 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55236 Bug #: 55236 Summary: [4.8 Regression] gcc.c-torture/execute/pr22493-1.c FAILs with -fPIC Classification: Unclassified Product: gcc Version: 4.8.0 Status: U

[Bug rtl-optimization/55158] [4.8 Regression] [IA64] ICE: segv in schedule_region

2012-11-07 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Steven Bosscher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/55158] [4.8 Regression] [IA64] ICE: segv in schedule_region

2012-11-07 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 --- Comment #3 from Steven Bosscher 2012-11-07 20:57:49 UTC --- (In reply to comment #1) > The last basic block is 23, and the array bb_state[] is initialized only > for entries 0..22. Perhaps the number entries allocated should be > (la

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 --- Comment #4 from Uros Bizjak 2012-11-07 20:17:45 UTC --- Please note that before your patch, emit_block_move was never called. Following patch fixes testcase for me: --cut here-- Index: expr.c =

[Bug c++/43313] ICE with non-POD and covariant return thunks

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43313 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org | --- Comment #5 from Paolo Carl

[Bug target/48385] x86-64: Tail call recursion optimization with -mcmodel=large can generate invalid assembly (immediate operand illegal with absolute jump)

2012-11-07 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48385 --- Comment #8 from Mikael Pettersson 2012-11-07 19:47:58 UTC --- This was fixed for gcc-4.6.2 in r176841, the 4.6 fix for the essentially identical issue reported as PR49866. The generated assembly for the test case in comment #7 changed

[Bug target/55224] [4.8 Regression] FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp

2012-11-07 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55224 --- Comment #4 from uros at gcc dot gnu.org 2012-11-07 19:35:29 UTC --- Author: uros Date: Wed Nov 7 19:35:25 2012 New Revision: 193306 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193306 Log: PR target/55224 * config

[Bug target/55224] [4.8 Regression] FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp

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

[Bug target/55224] [4.8 Regression] FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp

2012-11-07 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55224 --- Comment #2 from uros at gcc dot gnu.org 2012-11-07 19:30:53 UTC --- Author: uros Date: Wed Nov 7 19:30:48 2012 New Revision: 193305 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193305 Log: PR target/55224 * config

[Bug c++/52816] [C++11] Access to private members inside decltype in the signature of a member template causes access control error

2012-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52816 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 --- Comment #3 from Uros Bizjak 2012-11-07 19:05:33 UTC --- It looks to me that this is the problematic change: --- trunk/gcc/expr.c2012/10/20 20:16:27192640 +++ trunk/gcc/expr.c2012/10/20 21:00:23192641 (...) @@ -5

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52965] c++11 - subclass is private, but g++ ignores access modifier when using auto

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

[Bug c++/52965] c++11 - subclass is private, but g++ ignores access modifier when using auto

2012-11-07 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52965 --- Comment #4 from Daniel Krügler 2012-11-07 18:45:09 UTC --- (In reply to comment #2) I agree with Jonathan and James this issue can be closed.

[Bug c++/52965] c++11 - subclass is private, but g++ ignores access modifier when using auto

2012-11-07 Thread jwcacces at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52965 --- Comment #3 from James Caccese 2012-11-07 18:40:44 UTC --- On 11/7/2012 1:39 PM, paolo.carlini at oracle dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52965 > > Paolo Carlini changed: > > What|Remov

[Bug c++/52965] c++11 - subclass is private, but g++ ignores access modifier when using auto

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52965 Paolo Carlini changed: What|Removed |Added CC||daniel.kruegler at

[Bug middle-end/55142] [4.8 Regression] internal compiler error: in plus_constant, at explow.c:88

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55142 --- Comment #20 from Eric Botcazou 2012-11-07 18:35:13 UTC --- If you compile the testcase with the unmodified compiler but without -fPIC, you get in the assembly file: movl%edx, _dl_rtld_map-1073742800(,%eax,4) I presume

[Bug c++/52008] [Core/1495] ICE when adding partial specialization for variadic-templated structure

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52008 Paolo Carlini changed: What|Removed |Added CC||fate66260 at gmail dot com ---

[Bug c++/50998] [C++0x] ICE partial specialization error at cp/pt.c

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50998 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/53063] encode group options in the .opt files

2012-11-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063 --- Comment #8 from Manuel López-Ibáñez 2012-11-07 18:27:22 UTC --- Author: manu Date: Wed Nov 7 18:27:14 2012 New Revision: 193304 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193304 Log: gcc/ 2012-11-07 Manuel López-Ibáñez P

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

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53518 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug other/54671] [4.7/4.8 Regression] gcc 4.7.2 -Wl,--no-ctors-in-init-array causes binutils test failure, works with 4.7.1

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54671 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53145 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug fortran/54997] [4.8 Regression] -Wunused-function gives false warnings

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54997 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconf

[Bug c/53063] encode group options in the .opt files

2012-11-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53063 --- Comment #7 from Manuel López-Ibáñez 2012-11-07 17:54:20 UTC --- Author: manu Date: Wed Nov 7 17:54:11 2012 New Revision: 193302 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193302 Log: c-family/ 2012-11-07 Manuel López-Ibáñez

[Bug middle-end/55235] [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 --- Comment #1 from Uros Bizjak 2012-11-07 17:39:52 UTC --- (gdb) p debug_rtx (x) (mem/j/c:BLK (plus:SI (reg/f:SI 54 virtual-stack-vars) (const_int -16 [0xfff0])) [0 a.V4SF+0 S16 A128]) $1 = void (gdb) p debug_rtx (y)

[Bug middle-end/55235] New: [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55235 Bug #: 55235 Summary: [4.8 Regression] FAIL: gcc.target/i386/pr44948-2a.c Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713 Jakub Jelinek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug tree-optimization/54713] [4.8 Regression] error: non-trivial conversion at assignment in gcc.c-torture/compile/pr53410-2.c

2012-11-07 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54713 --- Comment #11 from dave.anglin at bell dot net 2012-11-07 17:17:47 UTC --- On 11/7/2012 8:29 AM, jakub at gcc dot gnu.org wrote: > Which test started failing? pr53410 was failing here http://gcc.gnu.org/ml/gcc-testresults/2012-10/msg02016

[Bug c/51294] spurious warning from -Wconversion in C and C++ in conditional expressions

2012-11-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51294 Manuel López-Ibáñez changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/51294] spurious warning from -Wconversion in C and C++ in conditional expressions

2012-11-07 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51294 --- Comment #11 from Manuel López-Ibáñez 2012-11-07 16:58:13 UTC --- Author: manu Date: Wed Nov 7 16:58:03 2012 New Revision: 193301 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193301 Log: 2012-11-07 Manuel López-Ibáñez PR c/

[Bug fortran/55234] module procedure potential syntax error within interface block

2012-11-07 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55234 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/55003] [C++11] Member function pointer not working as constexpr initializer

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55003 Paolo Carlini changed: What|Removed |Added CC||supercilious.dude at gmail

[Bug c++/55159] pythy constexpr auto lambda pointer has no initializer

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55159 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/53787] Possible IPA-SRA / IPA-CP improvement

2012-11-07 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53787 --- Comment #12 from Martin Jambor 2012-11-07 15:56:00 UTC --- Author: jamborm Date: Wed Nov 7 15:55:54 2012 New Revision: 193298 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193298 Log: 2012-11-07 Martin Jambor PR

[Bug c++/55159] pythy constexpr auto lambda pointer has no initializer

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

[Bug fortran/55234] New: module procedure potential syntax error within interface block

2012-11-07 Thread valeryweber at hotmail dot com
es through, other compilers like xlf or pgf90 complain about it. gcc version 4.8.0 20121107 (experimental) (GCC) module mod interface foo module procedure :: foo1 end interface contains subroutine foo1 ( ) end subroutine foo1 end module mod Valery

[Bug target/54791] AIX-only: Constructors are not called in main program.

2012-11-07 Thread adivilceanu at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791 --- Comment #18 from Adi 2012-11-07 15:25:27 UTC --- Follow up on comment 17: 1) I did try to set the priority on the shared lib (via -binitfini) and it does not work. I mean the priority is set but the exe is still the one that is g

[Bug target/55224] [4.8 Regression] FAIL: gcc.target/i386/tailcall-1.c scan-assembler jmp

2012-11-07 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55224 Uros Bizjak changed: What|Removed |Added Target||i686 Status|NEW

[Bug rtl-optimization/55141] [4.8 Regression] wrong code with -fno-split-wide-types

2012-11-07 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55141 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com -

[Bug c++/55058] [4.7/4.8 Regression] Unexpected invalid type conversion error

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55058 Paolo Carlini changed: What|Removed |Added CC||petschy at gmail dot com --- Co

[Bug c++/55097] [4.7/4.8 Regression] typedef not recognized in templated class

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55097 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/55135] Segfault of gcc on a big file

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55135 Paolo Carlini changed: What|Removed |Added Severity|major |normal

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug c++/55149] capturing VLA in lambda

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55149 Paolo Carlini changed: What|Removed |Added Summary|[4.8 Regression] capturing |capturing VLA in lambda

[Bug c++/55203] No unused warning for variables of non-trivial types

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55203 --- Comment #3 from Paolo Carlini 2012-11-07 14:54:59 UTC --- Patches should go to gcc-patches. But I'm afraid it's too late for something like this to make 4.8.0.

[Bug target/54791] AIX-only: Constructors are not called in main program.

2012-11-07 Thread adivilceanu at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54791 --- Comment #17 from Adi 2012-11-07 14:45:59 UTC --- Finally I got it working. You are right, there are _GLOBAL* symbols generated for each constructor, but only when you specify the init_priority attr for that object. (otherwise there is

[Bug target/55139] __atomic store does not support __ATOMIC_HLE_RELEASE

2012-11-07 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55139 --- Comment #3 from Andi Kleen 2012-11-07 14:45:17 UTC --- I saw the problem both with bootstrapped and non bootstrapped (4.6 base) compilers I haven't checked if it's always the missing and, but it's likely Ok I can change everything t

[Bug target/55139] __atomic store does not support __ATOMIC_HLE_RELEASE

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55139 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug c++/55232] [C++11] ICE with -Wunused-parameter for unused parameter pack using qualified dependent name

2012-11-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55232 Paolo Carlini changed: What|Removed |Added Known to work|4.7.3 | --- Comment #8 from Paolo Carl

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 --- Comment #6 from Jakub Jelinek 2012-11-07 14:18:36 UTC --- Slightly deobfuscated testcase: int x, c, d, e, f, g, h, i; double j; const int k; const enum { B } a; void fn1 (void) { h = (g ? c : g ? f : g ? e : g ? i : g ? f : g ?

[Bug middle-end/55219] [4.7/4.8 regression] attempting to compile a pre-processed unit eats up memory until OOM kills the cc1 process

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55219 Jakub Jelinek changed: What|Removed |Added CC||ebotcazou at gcc dot

[Bug libstdc++/55233] New: libstdc++ atomic does not support hle_acquire/release

2012-11-07 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55233 Bug #: 55233 Summary: libstdc++ atomic does not support hle_acquire/release Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: nor

[Bug c++/55232] [C++11] ICE with -Wunused-parameter for unused parameter pack using qualified dependent name

2012-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55232 --- Comment #7 from Jonathan Wakely 2012-11-07 14:08:42 UTC --- 4.7.3 gives: t.cc: In instantiation of 'void X::push_back(typename T::value_type ...) [with T = {vector}; typename T::value_type = ]': t.cc:17:20: required from here t.c

[Bug c++/55232] [C++11] ICE with -Wunused-parameter for unused parameter pack using qualified dependent name

2012-11-07 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55232 Jonathan Wakely changed: What|Removed |Added Keywords|ice-checking| Known to work|

[Bug debug/54828] [4.6/4.7 Regression] ICE in based_loc_descr at dwarf2out.c:10560 with -g -O0

2012-11-07 Thread jhb at FreeBSD dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54828 --- Comment #7 from John Baldwin 2012-11-07 14:06:22 UTC --- I tested the backport to 4.7 on my original production case and it compiles fine now, thanks!

[Bug bootstrap/54718] [4.8 regression] ICE in remap_gimple_stmt, at tree-inline.c:1468

2012-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54718 --- Comment #9 from Jakub Jelinek 2012-11-07 14:05:15 UTC --- Did you mean some other PR?

  1   2   >