[Bug lto/55669] New: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55669 Bug #: 55669 Summary: [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNC

[Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55669 --- Comment #1 from Markus Trippelsdorf 2012-12-13 08:10:38 UTC --- The testcase is too big (16MB). You can find it here: http://trippelsdorf.de/testcase.tar.bz2

[Bug c++/55670] New: This isn't a pure virtual method.

2012-12-13 Thread qufanat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55670 Bug #: 55670 Summary: This isn't a pure virtual method. Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/45586] [4.8 Regression] ICE non-trivial conversion at assignment

2012-12-13 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2011-07-09 09:36:18 |2012-12-13 9:36:18

[Bug c++/55671] New: -Wconversion fails to warn for sign-conversion

2012-12-13 Thread loose at astron dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 Bug #: 55671 Summary: -Wconversion fails to warn for sign-conversion Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

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

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #160 from Markus Trippelsdorf 2012-12-13 09:52:37 UTC --- (In reply to comment #159) > > hal/Hal.gcda: 96.72%: num counts=30069, min counter=16389 > > hal/Hal.gcda: 97.50%: num counts=35296, min counter=10241 > >

[Bug gcov-profile/55650] [4.8 Regression] Firefox profiledbuild: libxul.so: cannot map zero-fill pages: Cannot allocate memory

2012-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55650 --- Comment #2 from Jakub Jelinek 2012-12-13 10:11:47 UTC --- Author: jakub Date: Thu Dec 13 10:11:39 2012 New Revision: 194470 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194470 Log: PR gcov-profile/55650 * coverag

[Bug gcov-profile/55650] [4.8 Regression] Firefox profiledbuild: libxul.so: cannot map zero-fill pages: Cannot allocate memory

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

[Bug middle-end/55630] [4.8 Regression] FAIL: g++.dg/pr48660.C -std=c++98 (internal compiler error)

2012-12-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55630 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED CC|ebot

[Bug c++/55670] [C++11] This isn't a pure virtual method.

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55670 Jonathan Wakely changed: What|Removed |Added Target|x86_64-linux-gnu| Status|UNCONFIRME

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 Paolo Carlini changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Com

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #2 from Jonathan Wakely 2012-12-13 10:35:58 UTC --- Surely this is by design, as documented: Warnings about conversions between signed and unsigned integers are disabled by default in C++ unless -Wsign-conversion is expli

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #3 from Jonathan Wakely 2012-12-13 10:37:34 UTC --- This is a common idiom in C++ and shouldn't warn e.g. static const size_type npos = -1;

[Bug c++/55668] Incorrect lookup for template member of dependent template

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55668 --- Comment #3 from Jonathan Wakely 2012-12-13 10:40:23 UTC --- Very similar to PR 55576, the name foo<0> should be looked up in the scope of A

[Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55669 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #4 from Paolo Carlini 2012-12-13 10:41:49 UTC --- I agree, I suspected it was by the design. Since Manuel worked on this, let's wait a bit before closing the Bug.

[Bug rtl-optimization/55667] [4.7 regression] -O1 enables frame pointer push to move around on x86_64

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55667 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

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

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54718 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug rtl-optimization/55158] [4.8 Regression] segfault in schedule_region at -O3

2012-12-13 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55158 Steven Bosscher changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

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

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54570 Richard Biener changed: What|Removed |Added Priority|P1 |P2

[Bug middle-end/55478] [devirt] trunk fails inline-devirt test #4

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55478 --- Comment #8 from Richard Biener 2012-12-13 10:46:00 UTC --- (In reply to comment #5) > As for the PRE issue - we indeed seem to not release SSA temporaries > created by PRE. I'll look into that. Fixed with 2012-12-13 Richard Bie

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

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

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread loose at astron dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #5 from loose at astron dot nl 2012-12-13 11:09:43 UTC --- If this is by design, then the documentation is buggy. Here's a literal quote form the man page of g++ -Wconversion Warn for implicit conversions tha

[Bug lto/55660] [4.7/4.8 Regression] ICE instead of some warning during lto build with supplied different options (-funsigned-char vs none)

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55660 --- Comment #3 from Richard Biener 2012-12-13 11:13:19 UTC --- Author: rguenth Date: Thu Dec 13 11:13:13 2012 New Revision: 194473 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194473 Log: 2012-12-13 Richard Biener P

[Bug lto/55660] [4.7 Regression] ICE instead of some warning during lto build with supplied different options (-funsigned-char vs none)

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55660 Richard Biener changed: What|Removed |Added Known to work||4.8.0 Summary|[4.7/4

[Bug target/55672] New: [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55672 Bug #: 55672 Summary: [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868 Classification: Unclassified Product: gcc Version: 4.8.0

[Bug target/55672] [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55672 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.0

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #6 from Jonathan Wakely 2012-12-13 11:25:37 UTC --- It gives it as an example then says "Warnings about conversions between signed and unsigned integers are disabled by default in C++ unless -Wsign-conversion is explicitly enab

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #7 from Paolo Carlini 2012-12-13 11:29:24 UTC --- This is definitely by design, as the snippet I posted also clearly shows. The documentation could be maybe improved I agree, but it's a very general issue that it often gives mo

[Bug middle-end/55498] [devirt] trunk fails inline-devirt test #6

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55498 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread loose at astron dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #8 from loose at astron dot nl 2012-12-13 12:03:02 UTC --- OK, fine with me. It's only that I was caught by surprise that g++ did no longer warn about sign conversion. I can definitely live with an explicit -Wsign-conversion, tho

[Bug fortran/45586] [4.8 Regression] ICE non-trivial conversion at assignment

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #89 from Richard Biener 2012-12-13 12:06:57 UTC --- Just to repeat, the ICEs are with checking enabled only (but possibly cover up for wong-code). I believe the correct solution will involve implementing the proposal for int

[Bug libstdc++/51823] [DR 198] [DR 2204] reverse iterator returns uninitialized values

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51823 Jonathan Wakely changed: What|Removed |Added Status|NEW |SUSPENDED Summary|[

[Bug target/55673] New: [SPARC] Transposed before-after in sparc_emit_membar_for_model()

2012-12-13 Thread tomash.brechko at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55673 Bug #: 55673 Summary: [SPARC] Transposed before-after in sparc_emit_membar_for_model() Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

[Bug gcov-profile/55674] New: [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 Bug #: 55674 Summary: [4.8 Regression] >20% size increase of lto/pgo binaries since r193747 Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug tree-optimization/53852] [4.8 Regression] -ftree-loop-linear: large compile time / memory usage

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 --- Comment #6 from Richard Biener 2012-12-13 12:59:45 UTC --- Sven suggests sth like: Index: gcc/graphite-dependences.c === --- gcc/graphite-dependences.c (revision 19447

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #161 from Markus Trippelsdorf 2012-12-13 12:59:59 UTC --- I've opened a new bug for the binary size increase issue: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674

[Bug debug/54402] [4.8 Regression] var-tracking does not scale

2012-12-13 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402 --- Comment #24 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-12-13 13:12:00 UTC --- > --- Comment #22 from Jakub Jelinek 2012-12-12 > 22:21:57 UTC --- > Created attachment 28942 > --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28942

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

2012-12-13 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55671 --- Comment #9 from Manuel López-Ibáñez 2012-12-13 13:24:51 UTC --- Wsign-conversion was disabled for g++ by explicit request. I don't remember the details and Google seems unable to find the relevant discussion in gcc-patches.

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org,

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 --- Comment #7 from Richard Biener 2012-12-13 13:49:47 UTC --- Reduced testcase: static int Wv10a __attribute__((weakref ("Wv10b"))); static int Wv10b __attribute__((weakref ("wv10"))); extern int wv10; extern void abort (void); i

[Bug target/55673] Reversed before/after handling in sparc_emit_membar_for_model

2012-12-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55673 Eric Botcazou changed: What|Removed |Added Target||sparc*-*-* Status|UN

[Bug c++/55652] [4.8 Regression] ICE (segfault) with templates and structs

2012-12-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55652 --- Comment #3 from Jakub Jelinek 2012-12-13 14:35:22 UTC --- Author: jakub Date: Thu Dec 13 14:35:12 2012 New Revision: 194479 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194479 Log: PR c++/55652 * typeck2.c (merge

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #1 from Teresa Johnson 2012-12-13 14:45:01 UTC --- I'm really surprised that using --param hot-bb-count-ws-permille=950 didn't help, since even fewer things should look hot enough to inline than before the revision. Would yo

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #2 from Markus Trippelsdorf 2012-12-13 14:46:31 UTC --- In the tramp3d-v4 case, when I run with this simple debug patch: diff --git a/gcc/predict.c b/gcc/predict.c index 5d3de29..bf3a259 100644 --- a/gcc/predict.c +++ b/gcc

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #3 from Teresa Johnson 2012-12-13 14:49:19 UTC --- Hi Markus, Are you sure you have my subsequent fixes patched in, to make sure the histogram is getting streamed through the LTO files? This was the behavior I saw when I was

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #4 from Markus Trippelsdorf 2012-12-13 14:52:37 UTC --- (In reply to comment #3) > Hi Markus, > > Are you sure you have my subsequent fixes patched in, to make sure the > histogram is getting streamed through the LTO files?

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #5 from Teresa Johnson 2012-12-13 15:02:55 UTC --- Ok, I will download tramp3d-v4 right now and see what is going on. Can you send me the full set of options you are using to compile it? Teresa On Thu, Dec 13, 2012 at 6:52

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #6 from Markus Trippelsdorf 2012-12-13 15:06:12 UTC --- (In reply to comment #5) > Ok, I will download tramp3d-v4 right now and see what is going on. Can > you send me the full set of options you are using to compile it? >

[Bug fortran/45586] [4.8 Regression] ICE non-trivial conversion at assignment

2012-12-13 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 --- Comment #90 from Joost VandeVondele 2012-12-13 15:13:26 UTC --- (In reply to comment #89) > Just to repeat, the ICEs are with checking enabled only (but possibly cover up > for wong-code). I'm indeed worried that the release branche

gcc-bugs@gcc.gnu.org

2012-12-13 Thread sbock at hsr dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55675 Bug #: 55675 Summary: const iterator overload for vector modifiers missing for C++11, e.g., iterator insert(const_iterator pos, T const &t) Classification: Unclassified

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 --- Comment #8 from Richard Biener 2012-12-13 15:21:05 UTC --- Author: rguenth Date: Thu Dec 13 15:20:57 2012 New Revision: 194481 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194481 Log: 2012-12-13 Richard Biener P

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-12-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

gcc-bugs@gcc.gnu.org

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

[Bug libstdc++/54577] deque::erase() still takes iterator instead of const_iterator

2012-12-13 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54577 Paolo Carlini changed: What|Removed |Added CC||sbock at hsr dot ch --- Comment

gcc-bugs@gcc.gnu.org

2012-12-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55675 --- Comment #2 from Jonathan Wakely 2012-12-13 15:33:55 UTC --- Thanks, Paolo. I couldn't find the relevant PR so suggested Sebastian should file one to ensure it's not forgotten.

[Bug sanitizer/55508] many test cases fail using -fsanitize=address with internal compiler error: in expand_call_tm

2012-12-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55508 Jack Howarth changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #7 from Teresa Johnson 2012-12-13 15:50:05 UTC --- Reproduced. Looks like somehow my fix to stream this through LTO is not working properly. I see that the min count is valid when generating the .o file, but goes to zero when w

[Bug c++/55652] [4.8 Regression] ICE (segfault) with templates and structs

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

[Bug debug/55665] [4.8 Regression] Missing DW_TAG_lexical_block PC range

2012-12-13 Thread jan.kratochvil at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55665 --- Comment #6 from Jan Kratochvil 2012-12-13 16:02:48 UTC --- Confirming the GDB regression is fixed in the today's results, thanks!

[Bug target/55672] [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868

2012-12-13 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55672 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/55672] [4.8 Regression] -fstack-check=generic ICEs in print_reg, at config/i386/i386.c:13868

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

[Bug target/55673] Reversed before/after handling in sparc_emit_membar_for_model

2012-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55673 Richard Henderson changed: What|Removed |Added CC||amacleod at redhat dot com

[Bug c++/55668] Incorrect lookup for template member of dependent template

2012-12-13 Thread tudorb at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55668 --- Comment #4 from Tudor Bosman 2012-12-13 18:01:04 UTC --- Jonathan: thanks, yes, that looks like a dup. Closing this one.

[Bug c++/55668] Incorrect lookup for template member of dependent template

2012-12-13 Thread tudorb at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55668 Tudor Bosman changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/55576] Fails to compile a call to template member function

2012-12-13 Thread tudorb at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55576 Tudor Bosman changed: What|Removed |Added CC||tudorb at fb dot com --- Comment

[Bug c++/55576] Fails to compile a call to template member function

2012-12-13 Thread tudorb at fb dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55576 --- Comment #11 from Tudor Bosman 2012-12-13 18:03:35 UTC --- As I indicated in PR 55668, this has been broken since at least 4.1.2.

[Bug target/55673] Reversed before/after handling in sparc_emit_membar_for_model

2012-12-13 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55673 --- Comment #3 from Andrew Macleod 2012-12-13 18:07:19 UTC --- Yeah, there is already a PR for that which I have a patch to apply... http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55492

[Bug target/55673] Reversed before/after handling in sparc_emit_membar_for_model

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

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #8 from Teresa Johnson 2012-12-13 18:23:08 UTC --- Dumb mistake in my previous fix to the lto support. Here is the patch that fixes it, I will submit for review after regression testing completes: Index: lto-cgraph.c

[Bug rtl-optimization/55161] internal compiler error: in schedule_reg_moves, at modulo-sched.c:731

2012-12-13 Thread gretay at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55161 gretay at gcc dot gnu.org changed: What|Removed |Added CC||gretay at gcc dot gnu.o

[Bug regression/55676] New: ICE in int_mode_for_mode, at stor-layout.c:423

2012-12-13 Thread gretay at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55676 Bug #: 55676 Summary: ICE in int_mode_for_mode, at stor-layout.c:423 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #9 from Markus Trippelsdorf 2012-12-13 19:10:40 UTC --- *** Bug 55669 has been marked as a duplicate of this bug. ***

[Bug lto/55669] [4.8 Regression] ICE : in cgraph_mark_address_taken_node, at cgraph.c:1409

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55669 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolutio

[Bug c++/55677] New: Virtual inheritance, 'this' pointer used as constructor parameter, parameter specialized in derived method, generated binary dumps core

2012-12-13 Thread x3n0m0rph59 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55677 Bug #: 55677 Summary: Virtual inheritance, 'this' pointer used as constructor parameter, parameter specialized in derived method, generated binary dumps core Classification

[Bug c++/55677] Virtual inheritance, 'this' pointer used as constructor parameter, parameter specialized in derived method, generated binary dumps core

2012-12-13 Thread x3n0m0rph59 at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55677 --- Comment #1 from x3n0m0rph59 at googlemail dot com 2012-12-13 20:33:46 UTC --- Created attachment 28945 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28945 C++11 Program Source with cmake project file

[Bug middle-end/53476] [4.8 Regression] FAIL: gcc.dg/attr-weakref-1.c

2012-12-13 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53476 --- Comment #10 from Jan Hubicka 2012-12-13 20:56:13 UTC --- > (gdb) call debug_tree (node->symbol.decl) > type size > unit size > align 32 symtab 0 alias set -1 canonical type 0x767f75e8 precision >

[Bug target/55492] __atomic_load doesn't match ACQUIRE memory model

2012-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55492 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c/55678] New: _Static_assert escapes tick marks just to make me mad

2012-12-13 Thread daniel.santos at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55678 Bug #: 55678 Summary: _Static_assert escapes tick marks just to make me mad Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-13 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #6 from Harald Anlauf 2012-12-13 21:11:20 UTC --- Adding some prints, I found that the crash is probably due to the actual order of invocation of some functions: gfc_post_options, which calls gfc_cpp_post_options; then gfc_c

[Bug c/55678] _Static_assert escapes tick marks just to make me mad

2012-12-13 Thread daniel.santos at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55678 --- Comment #1 from Daniel Santos 2012-12-13 21:12:24 UTC --- This appears to happen in the function c_parser_static_assert_declaration_no_semi (gcc/c/c-parser.c) when it calls "c_parser_peek_token (parser)->value", but I don't know gcc's

[Bug target/55492] __atomic_load doesn't match ACQUIRE memory model

2012-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55492 --- Comment #5 from Richard Henderson 2012-12-13 21:16:50 UTC --- Author: rth Date: Thu Dec 13 21:16:45 2012 New Revision: 194490 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194490 Log: PR middle-end/55492 * optab

[Bug target/55492] __atomic_load doesn't match ACQUIRE memory model

2012-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55492 --- Comment #6 from Richard Henderson 2012-12-13 21:17:55 UTC --- Author: rth Date: Thu Dec 13 21:17:52 2012 New Revision: 194491 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194491 Log: PR middle-end/55492 * optab

[Bug middle-end/55492] __atomic_load doesn't match ACQUIRE memory model

2012-12-13 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55492 Richard Henderson changed: What|Removed |Added Keywords||wrong-code Statu

[Bug fortran/55072] [4.6/4.7/4.8 Regression] Missing internal_pack leads to wrong code with derived type

2012-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55072 janus at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #10 from Markus Trippelsdorf 2012-12-13 22:14:01 UTC --- (In reply to comment #8) > Please let me know how this affects the mozilla size. Looks much better now: 39748288 hot-bb-count-ws-permille=999 (default) 34573408 hot

[Bug sanitizer/55679] New: new asan tests from r194458 fail on x86_64-apple-darwin10

2012-12-13 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55679 Bug #: 55679 Summary: new asan tests from r194458 fail on x86_64-apple-darwin10 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread tejohnson at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #11 from Teresa Johnson 2012-12-13 22:16:19 UTC --- Do you happen to know what it was with lto/pgo before the change? Should be roughly equivalent to hot-bb-count-ws-permille=970 from what I saw in your profiles. What size incr

[Bug sanitizer/55679] new asan tests from r194458 fail on x86_64-apple-darwin10

2012-12-13 Thread howarth at nitro dot med.uc.edu
(/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/testsuite/gcc/./global-overflow-1.exe+0x0) 0x214a is located 0 bytes to the right of global variable 'YYY (/sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121213/gcc/testsuite/c-c++-common/asan/global-overflow-1.c)' (0x2140) of size

[Bug fortran/55072] [4.6/4.7/4.8 Regression] Missing internal_pack leads to wrong code with derived type

2012-12-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55072 --- Comment #3 from Dominique d'Humieres 2012-12-13 22:20:25 UTC --- Revision 156618 (2010-02-09) is OK. Revision 157955 (2010-03-30) miscompiles the tests.

[Bug sanitizer/55679] new asan tests from r194458 fail on x86_64-apple-darwin10

2012-12-13 Thread howarth at nitro dot med.uc.edu
test Executing on host: /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121213/gcc/testsuite/c-c++-common/asan/global-overflow-1.c -L/sw/src/fink.build/gcc48-4.8.0

[Bug lto/45375] [meta-bug] Issues with building Mozilla with LTO

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375 --- Comment #162 from Markus Trippelsdorf 2012-12-13 22:25:27 UTC --- The libxul binary size issue is solved now. During testing I came across another issue that looks similar to the one Comment 146: /usr/lib/gcc/x86_64-pc-linux-gnu/4.

[Bug gcov-profile/55674] [4.8 Regression] >20% size increase of lto/pgo binaries since r193747

2012-12-13 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55674 --- Comment #12 from Markus Trippelsdorf 2012-12-13 22:35:33 UTC --- (In reply to comment #11) > Do you happen to know what it was with lto/pgo before the change? Should be > roughly equivalent to hot-bb-count-ws-permille=970 from what I s

[Bug c++/55680] New: [C++11] Member specialization with lambda is rejected

2012-12-13 Thread qufanat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55680 Bug #: 55680 Summary: [C++11] Member specialization with lambda is rejected Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: minor

[Bug fortran/55072] [4.6/4.7/4.8 Regression] Missing internal_pack leads to wrong code with derived type

2012-12-13 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55072 --- Comment #4 from janus at gcc dot gnu.org 2012-12-13 23:04:15 UTC --- (In reply to comment #2) > It seems I found yet another reincarnation of this bug (spotted in the wild, > unfortunately): Note: The patch in comment #1 does not seem

[Bug c++/55671] -Wconversion fails to warn for sign-conversion

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

[Bug libgcc/55589] Failure compiling "generic-morestack-thread.c", without threads

2012-12-13 Thread michael at talamasca dot ocis.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55589 --- Comment #4 from michael at talamasca dot ocis.net 2012-12-13 23:36:53 UTC --- The patch doesn't compile. At __wrap_pthread_create, it starts erroring because the pthread_t and pthread_attr_t types do not exist. It appears that since

[Bug target/55673] Reversed before/after handling in sparc_emit_membar_for_model

2012-12-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55673 --- Comment #5 from Eric Botcazou 2012-12-13 23:42:07 UTC --- There is also a pasto in sync.md which disables the atomic_store pattern.

[Bug sanitizer/55679] new asan tests from r194458 fail on x86_64-apple-darwin10

2012-12-13 Thread howarth at nitro dot med.uc.edu
ple-darwin10 Generated with... /sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc48-4.8.0-1000/darwin_objdir/gcc/ /sw/src/fink.build/gcc48-4.8.0-1000/gcc-4.8-20121213/gcc/testsuite/c-c++-common/asan/global-overflow-1.c -L/sw/src/fink.build/gcc48-4.8.0-1

  1   2   >