[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-08-06 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 --- Comment #7 from Alexandre Oliva 2012-08-07 02:26:55 UTC --- Created attachment 27954 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27954 Patch that fixes (or works around?) the problem We have a relatively large expression to represent

[Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010

2012-08-06 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53135 Alexandre Oliva changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2012-07-24

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #26 from Steven Bosscher 2012-08-06 22:58:22 UTC --- (In reply to comment #25) > 185939 is the number of basic blocks that end up in livein. That is a bitmap, > so most time is spent in traversing bitmap linked lists. Oh, and this do

[Bug target/20020] x86_64 - 128 bit structs not targeted to TImode

2012-08-06 Thread chip at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20020 Chip Salzenberg changed: What|Removed |Added CC||chip at pobox dot com --- Comment #13 f

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #25 from Steven Bosscher 2012-08-06 22:42:12 UTC --- (In reply to comment #21) > The tree loop optimizers spend 285s out of 1360s total compile time (with my > flatten hack and ifcvt patch applied) in compute_global_livein. That's 21%

[Bug c/54188] Inconsistent __alignof__(long long)

2012-08-06 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188 --- Comment #4 from joseph at codesourcery dot com 2012-08-06 21:10:54 UTC --- My conclusion in bug 52023 was that _Alignof should differ from __alignof__ to meet the standard requirements (but really the standard didn't have such strange ABIs i

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2012-08-06 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #17 from janus at gcc dot gnu.org 2012-08-06 21:03:01 UTC --- (In reply to comment #15) > (In reply to comment #14) > > Related ToDos: > > 1) check shape of dummy function results (in 'gfc_compare_interfaces') > > 2) check shape of func

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #24 from Steven Bosscher 2012-08-06 20:55:37 UTC --- (In reply to comment #23) > Created attachment 27953 [details] Needs this extra bit: diff -u ira.c ira.c --- ira.c (working copy) +++ ira.c (working copy) @@ -3539,7 +

[Bug fortran/35831] [F95] Shape mismatch check missing for dummy procedure argument

2012-08-06 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35831 --- Comment #16 from janus at gcc dot gnu.org 2012-08-06 20:36:23 UTC --- Author: janus Date: Mon Aug 6 20:36:16 2012 New Revision: 190187 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190187 Log: 2012-08-06 Janus Weil PR fortran/

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #23 from Steven Bosscher 2012-08-06 20:22:02 UTC --- Created attachment 27953 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27953 Be memory friendlier in build_insn_chain My first ever reload patch! :-)

[Bug libstdc++/54186] PowerPC: Double free, same malloc address for two pointers after free

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

[Bug target/54176] lm32-elf-gcc: internal compiler error: Segmentation fault (program cc1)

2012-08-06 Thread tommy-gccbugs at thorn dot ws
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54176 --- Comment #4 from Tommy Thorn 2012-08-06 19:42:45 UTC --- FWIW, it works in 4.5.3. I can narrow down the range if that's helpful.

[Bug libstdc++/54186] PowerPC: Double free, same malloc address for two pointers after free

2012-08-06 Thread poyo_vl at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54186 --- Comment #4 from Ionut Popescu 2012-08-06 19:38:37 UTC --- I'm sorry for posting it wrong. First, I can't use other compiler (a newer one), it not depends on me... Second, I figured out where is the problem: realloc()! The problem is that w

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #22 from Steven Bosscher 2012-08-06 19:36:35 UTC --- IRA/reload spends a rather significant amount of time here: FOR_EACH_BB_REVERSE (bb) { bitmap_iterator bi; rtx insn; CLEAR_REG_SET (live_relevant_regs); -

[Bug c/54188] Inconsistent __alignof__(long long)

2012-08-06 Thread Keith.S.Thompson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188 --- Comment #3 from Keith Thompson 2012-08-06 19:28:37 UTC --- The results of the _Alignof operator (new in the 2011 ISO C standard) are the same as for the __alignof__ operator (not surprisingly). N1370 (C11 draft) 6.5.3.4 paragraph 3 says:

[Bug debug/51358] incorrect/missing location for function arg, -O0, without VTA

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51358 Richard Guenther changed: What|Removed |Added Keywords||wrong-debug Status|UNCONFI

[Bug libstdc++/54036] Negating a DFP NAN in C++ produces NAN not -NAN

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

[Bug libstdc++/54036] Negating a DFP NAN in C++ produces NAN not -NAN

2012-08-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54036 --- Comment #4 from paolo at gcc dot gnu.org 2012-08-06 18:06:46 UTC --- Author: paolo Date: Mon Aug 6 18:06:42 2012 New Revision: 190186 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190186 Log: 2012-08-06 Paolo Carlini * tests

[Bug libstdc++/54036] Negating a DFP NAN in C++ produces NAN not -NAN

2012-08-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54036 --- Comment #3 from paolo at gcc dot gnu.org 2012-08-06 18:00:11 UTC --- Author: paolo Date: Mon Aug 6 18:00:00 2012 New Revision: 190185 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190185 Log: 2012-08-06 Peter Bergner PR libs

[Bug libstdc++/54186] PowerPC: Double free, same malloc address for two pointers after free

2012-08-06 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54186 --- Comment #3 from Andrew Pinski 2012-08-06 17:31:05 UTC --- A testcase would be nice.

[Bug c++/21385] __extension__ lost inside template

2012-08-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21385 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|gcc-bugs at g

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread architectbum at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 --- Comment #6 from architectbum at hotmail dot com 2012-08-06 17:18:26 UTC --- I don't have this_thread::sleep_for in my build, but presumably it wouldn't help as the segfault comes inside the pthread_cond_wait function. The testcase as written al

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

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

[Bug tree-optimization/51938] missed optimization: 2 comparisons

2012-08-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51938 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug other/54182] enable -fvisibility=hidden with -fPIE -pie

2012-08-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54182 wbrana changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-08-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 --- Comment #3 from Marc Glisse 2012-08-06 16:38:52 UTC --- Author: glisse Date: Mon Aug 6 16:38:48 2012 New Revision: 190184 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190184 Log: 2012-08-06 Marc Glisse gcc/ PR tree-optimizati

[Bug tree-optimization/51938] missed optimization: 2 comparisons

2012-08-06 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51938 --- Comment #9 from Marc Glisse 2012-08-06 16:38:52 UTC --- Author: glisse Date: Mon Aug 6 16:38:48 2012 New Revision: 190184 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190184 Log: 2012-08-06 Marc Glisse gcc/ PR tree-optimizati

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

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

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #21 from Steven Bosscher 2012-08-06 15:36:04 UTC --- (In reply to comment #20) Yay, it's always nice to be right the first time when diagnosing a problem. The tree loop optimizers spend 285s out of 1360s total compile time (with my

[Bug fortran/54190] New: TYPE(*)/assumed-rank: Type/rank check too relaxed for dummy procedure

2012-08-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54190 Bug #: 54190 Summary: TYPE(*)/assumed-rank: Type/rank check too relaxed for dummy procedure Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRM

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread amonakov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org --- Comme

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 --- Comment #4 from Jonathan Wakely 2012-08-06 14:30:31 UTC --- Thanks very much. For this sort of test it doesn't need to fail every time, the GCC testsuite is run often enough on a wide enough variety of systems that even if the test only fails

[Bug testsuite/54184] [4.8 Regression] gcc.dg/pr52558-1.c failure

2012-08-06 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54184 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #2

[Bug rtl-optimization/53701] ICE on ia64 (when building Allegro 4.4) in sel-sched

2012-08-06 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53701 Andrey Belevantsev changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread architectbum at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 --- Comment #3 from architectbum at hotmail dot com 2012-08-06 14:20:03 UTC --- Because the problem is in thread-handling code, it's impossible to create a completely deterministic testcase; however, the newly-attached testcase.cc (compiled with 'g

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread architectbum at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 --- Comment #2 from architectbum at hotmail dot com 2012-08-06 14:19:16 UTC --- Created attachment 27952 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27952 testcase

[Bug libfortran/30162] I/O with named pipes does not work

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

[Bug fortran/54189] New: ICE (segfault) with invalid assumed-size dummy

2012-08-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54189 Bug #: 54189 Summary: ICE (segfault) with invalid assumed-size dummy Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Keywords: ice-on-invalid-code

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-06 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-06 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 --- Comment #5 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-08-06 12:20:47 UTC --- > --- Comment #4 from Eric Botcazou 2012-08-02 > 15:17:25 UTC --- >> If I replace only the ld from GNU Binutils 2.21.x with the ld from 2.20.x >> then >> the co

[Bug other/54150] [4.8 Regression] gimple dumps no longer honor -blocks

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54150 --- Comment #6 from Richard Guenther 2012-08-06 11:58:07 UTC --- Looks good to me (aka, ok if it bootstraps & regtests). Thanks for fixing this. Yes, the PTA dumps in -pre are annoying (PTA is triggered by a TODO here ...). I'll put it on my TO

[Bug c++/53494] [4.7/4.8 Regression] ICE with invalid initializer list

2012-08-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53494 Paolo Carlini changed: What|Removed |Added CC||jwakely.gcc at gmail dot

[Bug other/54150] [4.8 Regression] gimple dumps no longer honor -blocks

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54150 Steven Bosscher changed: What|Removed |Added Attachment #27929|0 |1 is obsolete|

[Bug tree-optimization/19832] don't remove an if when we know the value is the same as with the if (subtraction)

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19832 --- Comment #4 from Richard Guenther 2012-08-06 11:41:27 UTC --- There is no straight-forward place to handle transform of : if (i_2(D) != j_3(D)) goto ; else goto ; : D.1715_4 = i_2(D) - j_3(D); : # D.1715_1 = PHI to

[Bug rtl-optimization/47489] ICE with -fdump-rtl-mach-slim and -O1 on mips (and other targets which have SEQUENCEs)

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47489 Steven Bosscher changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug c/54179] please split insn-emit.c !

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179 --- Comment #30 from Steven Bosscher 2012-08-06 10:49:03 UTC --- Created attachment 27950 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27950 Split insn-emit.c into four separate files Untested, etc., and doesn't apply to GCC 4.7 because i

[Bug other/54182] enable -fvisibility=hidden

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54182 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug lto/54187] liblto_plugin.so broken with -fvisibility=hidden

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/10360] __alignof__(double) answer 8

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10360 Richard Guenther changed: What|Removed |Added CC||Keith.S.Thompson at gmail

[Bug c/54188] Inconsistent __alignof__(long long)

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53712] Does not combine unaligned load with _mm_cmpistri, redundant instruction at -O0

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

[Bug libstdc++/54186] PowerPC: Double free, same malloc address for two pointers after free

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54186 --- Comment #2 from Jonathan Wakely 2012-08-06 10:12:13 UTC --- (In reply to comment #0) > I hope I posted ok. Please read http://gcc.gnu.org/bugs/

[Bug c++/54161] sizeof(void) expressions are accepted

2012-08-06 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54161 --- Comment #8 from Paolo Carlini 2012-08-06 10:01:49 UTC --- I don't see in the testsuite something identical to Jason's Comment #3, thus to be safe I'm adding it.

[Bug c++/54165] Cast to "void" should not implicitly call conversion functions

2012-08-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54165 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54165] Cast to "void" should not implicitly call conversion functions

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

[Bug c++/54165] Cast to "void" should not implicitly call conversion functions

2012-08-06 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54165 --- Comment #5 from paolo at gcc dot gnu.org 2012-08-06 09:49:45 UTC --- Author: paolo Date: Mon Aug 6 09:49:39 2012 New Revision: 190175 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190175 Log: /cp 2012-08-06 Marc Glisse Pa

[Bug c++/54161] sizeof(void) expressions are accepted

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

[Bug c/54188] Inconsistent __alignof__(long long)

2012-08-06 Thread Keith.S.Thompson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188 --- Comment #1 from Keith Thompson 2012-08-06 09:33:43 UTC --- Forgot to mention: I compiled and executed the demo program as follows: gcc alignof_bug.c -o alignof_bug && ./alignof_bug

[Bug c/54188] New: Inconsistent __alignof__(long long)

2012-08-06 Thread Keith.S.Thompson at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54188 Bug #: 54188 Summary: Inconsistent __alignof__(long long) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug lto/54187] liblto_plugin.so broken with -fvisibility=hidden

2012-08-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187 wbrana changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WONTFIX

[Bug c/54179] please split insn-emit.c !

2012-08-06 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179 --- Comment #29 from Steven Bosscher 2012-08-06 09:10:49 UTC --- (In reply to comment #27) > Actually, I'm more interested in seeing if insn-emit.c can be reduced in size > by avoiding duplicate functions (see e.g. gen_swapdi/gen_swapsi/gen_swapx

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread stevenb.gcc at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #20 from stevenb.gcc at gmail dot com 2012-08-06 09:09:02 UTC --- On Mon, Aug 6, 2012 at 10:45 AM, rguenth at gcc dot gnu.org wrote: > Ick, I suppose similar issues exist on the tree level for passes that > think that memory / compile

[Bug lto/54187] liblto_plugin.so broken with -fvisibility=hidden

2012-08-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187 --- Comment #2 from wbrana 2012-08-06 08:57:43 UTC --- Executables are smaller and loads faster with -fvisibility=hidden. Since which version -fvisibility=hidden is enabled by default? 4.7.2 pre doesn't use -fvisibility=hidden by default.

[Bug other/54182] enable -fvisibility=hidden

2012-08-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54182 wbrana changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WORKSFORME

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #19 from Richard Guenther 2012-08-06 08:45:12 UTC --- (In reply to comment #17) > (In reply to comment #14) > > if-conversion : 177.26 (but due to loop_optimizer_init) > > Hmm, this is not loop_optimizer_init. All time i

[Bug c/54179] please split insn-emit.c !

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54179 --- Comment #28 from Richard Guenther 2012-08-06 08:42:57 UTC --- (In reply to comment #26) > Well, when I read on the documentation page > > http://gcc.gnu.org/install/configure.html > > > --enable-build-with-cxx > Build GCC using a C++

[Bug tree-optimization/53986] missing vrp on bit-mask test, LSHIFT_EXPR not handled

2012-08-06 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53986 --- Comment #10 from vries at gcc dot gnu.org 2012-08-06 08:37:51 UTC --- > This tentative patch fixes the problem. I'm currently testing it, let's see if > I run into any trouble. Committed in r190168.

[Bug other/54182] enable -fvisibility=hidden

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54182 Richard Guenther changed: What|Removed |Added Keywords||build Status|UNCONFIRMED

[Bug testsuite/54184] [4.8 Regression] gcc.dg/pr52558-1.c failure

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54184 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/54170] Call to lambda elided

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 --- Comment #9 from Jonathan Wakely 2012-08-06 08:32:28 UTC --- I think those errors indicate you don't have Flex installed

[Bug libstdc++/54186] PowerPC: Double free, same malloc address for two pointers after free

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54186 Richard Guenther changed: What|Removed |Added Target||powerpc-*-linux Status|UNC

[Bug lto/54187] liblto_plugin.so broken with -fvisibility=hidden

2012-08-06 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/54125] [4.8 regression] s-atopri.adb:40:10: "Support_Atomic_Primitives" is undefined broke Ada on multiple platforms

2012-08-06 Thread charlet at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54125 Arnaud Charlet changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug ada/54125] [4.8 regression] s-atopri.adb:40:10: "Support_Atomic_Primitives" is undefined broke Ada on multiple platforms

2012-08-06 Thread charlet at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54125 --- Comment #4 from Arnaud Charlet 2012-08-06 08:12:18 UTC --- Author: charlet Date: Mon Aug 6 08:12:10 2012 New Revision: 190163 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190163 Log: 2012-08-06 Vincent Pucci PR ada/54125 *

[Bug lto/54187] New: liblto_plugin.so broken with -fvisibility=hidden

2012-08-06 Thread wbrana at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54187 Bug #: 54187 Summary: liblto_plugin.so broken with -fvisibility=hidden Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal P

[Bug c++/54170] Call to lambda elided

2012-08-06 Thread bekenn at yopmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 --- Comment #8 from bekenn at yopmail dot com 2012-08-06 08:11:38 UTC --- (In reply to comment #4) > If submitter can try current 4_7-branch or mainline, it would be easy for him > to double check. I installed mint in a virtual machine to test tho

[Bug libstdc++/54186] New: PowerPC: Double free, same malloc address for two pointers after free

2012-08-06 Thread poyo_vl at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54186 Bug #: 54186 Summary: PowerPC: Double free, same malloc address for two pointers after free Classification: Unclassified Product: gcc Version: 4.2.1 Status: UNCONFIRM

[Bug libstdc++/53901] [C++11] [DR 2165] std::atomic fails for type without no-throw default constructor

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53901 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |SUSPENDED Last reconfirmed|

[Bug c++/54170] Call to lambda elided

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54170 Jonathan Wakely changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug libstdc++/54185] condition_variable not properly destructed

2012-08-06 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54185 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|