[Bug c++/53380] .ehframe could be smaller

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53380 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Andrew Pinski changed: What|Removed |Added Target Milestone|4.7.2 |4.7.1

[Bug bootstrap/49707] GCC sends incorrect flags to native IRIX ld

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49707 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug gcov-profile/53414] gcov does not generate 'Lines' record for final block of functions

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53414 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/53350] Internal compiler error when compiling boost/smart_ptr/intrusive_ptr.hpp 1.49

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53350 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug bootstrap/49707] GCC sends incorrect flags to native IRIX ld

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49707 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/37308] bootstrap hangs in libstdc++

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37308 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug gcov-profile/53406] Unit Record not present in header files or in GCOV output

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53406 --- Comment #5 from Andrew Pinski 2012-05-22 05:57:23 UTC --- function == unit .

[Bug bootstrap/42666] xgcc: Internal error: segmentation violation (program cc1)

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42666 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug bootstrap/51450] configure's test for -fno-rtti -fno-exceptions broken

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51450 Andrew Pinski changed: What|Removed |Added Status|WAITING |NEW

[Bug bootstrap/40650] gcc-4.5-20090702 won't build on OS X 10.5 with GMP/MPFR in-tree

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40650 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/53380] .ehframe could be smaller

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53380 --- Comment #2 from Andrew Pinski 2012-05-22 06:01:32 UTC --- Did -fno-asynchronous-unwind-tables do what you wanted it to do? In that disable the unwinding tables when not using exceptions?

[Bug bootstrap/50993] IRIX: fails to build in lto for sgi1.0 linker flag

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50993 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/49986] Compilation of cross GCC (Linux -> AIX) fails

2012-05-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49986 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/53447] New: missed optimization of 64bit ALU operation with small constant

2012-05-22 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53447 Bug #: 53447 Summary: missed optimization of 64bit ALU operation with small constant Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/53366] [4.7/4.8 Regression] wrong code generation by tree vectorizer using AVX

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

[Bug tree-optimization/53410] [4.7/4.8 Regression] ICE in build_int_cst_wide, at tree.c:1219

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53410 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Component|c

[Bug middle-end/53409] [4.7/4.8 Regression] ICE: vector VEC(vec_void_p,base) index domain error, in vinfo_for_stmt at tree-vectorizer.h:630

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53409 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-22 Thread o.mangold at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #4 from o.mangold at googlemail dot com 2012-05-22 07:45:46 UTC --- (In reply to comment #3) > The testcase is not valid OpenMP, there is no flush operation in between the > store and reads, Is that also needed with volatile variables

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #5 from Jakub Jelinek 2012-05-22 07:59:01 UTC --- (In reply to comment #4) > (In reply to comment #3) > > The testcase is not valid OpenMP, there is no flush operation in between the > > store and reads, > > Is that also needed with

[Bug target/53192] Incorrect arguments to AVX2's gather intrinsics

2012-05-22 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53192 Yukhin Kirill changed: What|Removed |Added CC||areg.melikadamyan at gmail

[Bug target/53447] missed optimization of 64bit ALU operation with small constant

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

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-22 Thread o.mangold at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #6 from o.mangold at googlemail dot com 2012-05-22 08:32:03 UTC --- Yes, I get, that it's not a good way to do things, as (among other reasons) a volatile access is no memory fence. So accesses to other locations may not be ordered. But

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #5 from Jakub Jelinek 2012-05-22 08:29:08 UTC --- The format string could be even something like void f() { __builtin_printf( u8R"abcd(%.)abcd" "*d"); } So, the question is, if

[Bug target/53448] [avr] ignoring __attribute__((aligned(2)))

2012-05-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53448 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/53448] New: [avr] ignoring __attribute__((aligned(2)))

2012-05-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53448 Bug #: 53448 Summary: [avr] ignoring __attribute__((aligned(2))) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug c/52862] [4.5/4.6 Regression] ICE convert_to_pointer, at convert.c:50

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug target/53447] missed optimization of 64bit ALU operation with small constant

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

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Richard Guenther changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment

[Bug target/52407] [4.6 Regression] sse2 simd uint32_t and int64_t and stack variable initialization

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52407 Richard Guenther changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug c/52862] [4.5/4.6 Regression] ICE convert_to_pointer, at convert.c:50

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52862 --- Comment #8 from Richard Guenther 2012-05-22 09:17:53 UTC --- Author: rguenth Date: Tue May 22 09:17:42 2012 New Revision: 187762 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187762 Log: 2012-05-22 Richard Guenther Backpo

[Bug middle-end/51071] [4.7 Regression] ICE in gimple_has_side_effects, at gimple.c:2513

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51071 --- Comment #7 from Richard Guenther 2012-05-22 09:23:14 UTC --- Author: rguenth Date: Tue May 22 09:23:01 2012 New Revision: 187764 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187764 Log: 2012-05-22 Richard Guenther Backpo

[Bug regression/52383] [4.6 Regression] miscompiles Perl on m68k

2012-05-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52383 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #5

[Bug target/53334] [4.8 Regression] ICE in extract_insn, at recog.c:2131

2012-05-22 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53334 --- Comment #6 from Ramana Radhakrishnan 2012-05-22 09:07:03 UTC --- Author: ramana Date: Tue May 22 09:06:55 2012 New Revision: 187761 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187761 Log: Fix PR target/53334 2012-05-22 Ramana Ra

[Bug middle-end/51071] [4.7 Regression] ICE in gimple_has_side_effects, at gimple.c:2513

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51071 --- Comment #9 from Richard Guenther 2012-05-22 09:28:44 UTC --- Author: rguenth Date: Tue May 22 09:28:38 2012 New Revision: 187765 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187765 Log: 2012-05-22 Richard Guenther PR middle-

[Bug middle-end/53437] [4.8 Regression] FAIL: gcc.dg/guality/inline-params.c -O0

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53437 --- Comment #2 from Richard Guenther 2012-05-22 09:33:51 UTC --- Author: rguenth Date: Tue May 22 09:33:42 2012 New Revision: 187767 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187767 Log: 2012-05-22 Richard Guenther PR middle-

[Bug middle-end/53437] [4.8 Regression] FAIL: gcc.dg/guality/inline-params.c -O0

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53437 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/53336] [4.8 Regression] invalid types in nop conversion

2012-05-22 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53336 --- Comment #4 from Paolo Bonzini 2012-05-22 08:32:07 UTC --- Author: bonzini Date: Tue May 22 08:31:52 2012 New Revision: 187759 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187759 Log: gcc: 2012-05-16 Paolo Bonzini PR tree-opt

[Bug objc++/53441] [4.8 Regression] obj-c++.dg/ivar-invalid-type-1.mm ICE

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

[Bug target/52407] [4.6 Regression] sse2 simd uint32_t and int64_t and stack variable initialization

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52407 --- Comment #11 from Richard Guenther 2012-05-22 09:20:24 UTC --- Author: rguenth Date: Tue May 22 09:20:15 2012 New Revision: 187763 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187763 Log: 2012-05-22 Richard Guenther Backp

[Bug target/53192] Incorrect arguments to AVX2's gather intrinsics

2012-05-22 Thread kirill.yukhin at intel dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53192 --- Comment #2 from Yukhin Kirill 2012-05-22 08:22:12 UTC --- (In reply to comment #1) > Please provide a testcase to show the problem. I have no idea, which kind of test it should be. These is just MS-ICC-GCC incompatibility issue

[Bug fortran/53389] [4.6/4.7/4.8 Regression] -frealloc-lhs: memory leak when assigning array function result to allocatable array, where one of its supplied arguments is itself an array function resul

2012-05-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53389 --- Comment #5 from Tobias Burnus 2012-05-22 10:10:55 UTC --- Author: burnus Date: Tue May 22 10:10:47 2012 New Revision: 187769 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187769 Log: 2012-05-22 Tobias Burnus PR fortran/53

[Bug target/53448] [avr] ignoring __attribute__((aligned(2)))

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

[Bug middle-end/51071] [4.7 Regression] ICE in gimple_has_side_effects, at gimple.c:2513

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51071 --- Comment #8 from Richard Guenther 2012-05-22 09:24:10 UTC --- Backported with a new testcase.

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #5 from Richard Guenther 2012-05-22 09:44:41 UTC --- (In reply to comment #4) > > Hum. IPA-PTA ... yeah ... :/ > > > > Mine I guess (note ipa-pta is experimental). > > > > Honza - we are trying to access the varinfo for > > _ZTIN5bo

[Bug tree-optimization/53436] Volatile behaves strange with OpenMP

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53436 --- Comment #7 from Jakub Jelinek 2012-05-22 10:01:11 UTC --- What GCC did was wrong. But your testcase is clearly invalid as per OpenMP 3.1, 1.4.1: "Similarly, if at least one thread reads from a memory unit and at least one thread writes witho

[Bug middle-end/51071] [4.7 Regression] ICE in gimple_has_side_effects, at gimple.c:2513

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51071 --- Comment #10 from Richard Guenther 2012-05-22 09:35:40 UTC --- Author: rguenth Date: Tue May 22 09:35:32 2012 New Revision: 187768 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187768 Log: 2012-05-22 Richard Guenther PR middle

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #6 from Manuel López-Ibáñez 2012-05-22 09:54:29 UTC --- (In reply to comment #3) > What does clang report for this: > > #include > void f() { >printf( > "%." > "*d"); > } > > ? /tmp/webcompile/_2090_0.c:5:2: warning: '.*' spec

[Bug bootstrap/53449] New: [4.8 regression] fortran fails to build

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53449 Bug #: 53449 Summary: [4.8 regression] fortran fails to build Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug bootstrap/53449] [4.8 regression] fortran fails to build with LTO bootstrap

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53449 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.8.0 Summary|[4.8 regressi

[Bug bootstrap/49707] GCC sends incorrect flags to native IRIX ld

2012-05-22 Thread kais58 at sucs dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49707 --- Comment #3 from kais58 at sucs dot org 2012-05-22 10:33:03 UTC --- I should have updated this earlier, it turned out to be a problem with the standard ld in IRIX 6.5, using the updated one included with MIPSPro made it work without error.

[Bug middle-end/53408] [4.6/4.7 Regression] ICE in get_initial_def_for_induction, at tree-vect-loop.c:3222

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53408 --- Comment #5 from Richard Guenther 2012-05-22 10:46:25 UTC --- Author: rguenth Date: Tue May 22 10:46:21 2012 New Revision: 187770 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187770 Log: 2012-05-22 Richard Guenther PR tree-op

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

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

[Bug target/53440] [arm] generic thunk code fails for method which uses '...'

2012-05-22 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53440 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #7 from Manuel López-Ibáñez 2012-05-22 10:55:49 UTC --- (In reply to comment #5) > The format string could be even something like >void f() { > __builtin_printf( > u8R"abcd(%.)abcd" >"*d"); >

[Bug c/52952] Wformat location info is bad (wrong column number)

2012-05-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #8 from Manuel López-Ibáñez 2012-05-22 11:04:41 UTC --- (In reply to comment #3) > What does clang report for this: > > #include > void f() { >printf( > "%." > "*d"); > } > > ? An even more interesting example is this: #defin

[Bug target/53192] Incorrect arguments to AVX2's gather intrinsics

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53192 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug middle-end/53450] New: [4.8 Regression] ICE in compiling libiberty/cp-demangle.c with -O2

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53450 Bug #: 53450 Summary: [4.8 Regression] ICE in compiling libiberty/cp-demangle.c with -O2 Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED

[Bug plugins/41757] Add PLUGIN_FINISH_DECL

2012-05-22 Thread pageexec at freemail dot hu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41757 pageexec at freemail dot hu changed: What|Removed |Added CC||pageexec at freemail dot hu

[Bug c++/53380] .ehframe could be smaller

2012-05-22 Thread msharov at users dot sourceforge.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53380 --- Comment #3 from msharov at users dot sourceforge.net 2012-05-22 11:21:41 UTC --- > Did -fno-asynchronous-unwind-tables do what you wanted it to do? In that > disable the unwinding tables when not using exceptions? No, it did not. For example

[Bug target/53192] Incorrect arguments to AVX2's gather intrinsics

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53192 --- Comment #5 from Jakub Jelinek 2012-05-22 11:52:12 UTC --- BTW, to avoid that warning, you could use in C: extern __inline __m128i __attribute__ ((__gnu_inline__, __always_inline__, __artificial__)) _mm_i32gather_epi64 ( #ifdef __cplusplus

[Bug c++/53451] New: [4.8 regression] ICE verify_gimple failed

2012-05-22 Thread vincenzo.innocente at cern dot ch
s/cern.ch/cms/slc5_amd64_gcc470/external/gcc/4.7.0 --with-mpfr=/afs/cern.ch/cms/slc5_amd64_gcc470/external/gcc/4.7.0 --prefix=/afs/cern.ch/user/i/innocent/w3/gcc47slc5 --with-build-time-tools=/build/ge/new-binutils/a/slc5_amd64_gcc470/external/gcc/4.7.0-cms/bin Thread model: posix gcc version 4

[Bug regression/52383] [4.6 Regression] miscompiles Perl on m68k

2012-05-22 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52383 --- Comment #6 from Thorsten Glaser 2012-05-22 12:17:36 UTC --- Hm, I was pretty sure I tracked it down to aranym. But anyway, it’s gone.

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #6 from Jan Hubicka 2012-05-22 12:19:55 UTC --- > by changing it to > > if (!vnode > || DECL_INITIAL (vnode) == error_mark_node > || !varpool_all_refs_explicit_p (vnode)) > make_copy_

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug middle-end/53408] [4.6 Regression] ICE in get_initial_def_for_induction, at tree-vect-loop.c:3222

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53408 Richard Guenther changed: What|Removed |Added Known to work||4.7.1 Summary|[4.6/4.7 Regr

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #7 from Richard Guenther 2012-05-22 12:47:04 UTC --- (In reply to comment #6) > > by changing it to > > > > if (!vnode > > || DECL_INITIAL (vnode) == error_mark_node > > || !varpool_all_refs_expl

[Bug c++/53451] [4.8 regression] ICE verify_gimple failed

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

[Bug middle-end/53450] [4.8 Regression] ICE in compiling libiberty/cp-demangle.c with -O2 in int_mode_for_mode, at stor-layout.c:424

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53450 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/53450] [4.8 Regression] ICE in compiling libiberty/cp-demangle.c with -O2 in int_mode_for_mode, at stor-layout.c:424

2012-05-22 Thread markus at trippelsdorf dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53450 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #8 from Jan Hubicka 2012-05-22 12:53:43 UTC --- > But I have a variable that fulfills varpool_all_refs_explicit_p but still > its DECL_INITIAL contains &X where I have no varpool node for X for. So > if I constant fold from it I can

[Bug c++/53380] .ehframe could be smaller

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53380 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[Bug libstdc++/53429] libstdc++ should guarantee not to expose complex::{imag,real} so it supports both C++98 and C++11

2012-05-22 Thread jyasskin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53429 Jeffrey Yasskin changed: What|Removed |Added Status|RESOLVED|NEW Last reconfirmed|

[Bug c/53452] New: large array problem x86_64

2012-05-22 Thread peter.faasse at nlr dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53452 Bug #: 53452 Summary: large array problem x86_64 Classification: Unclassified Product: gcc Version: 4.5.2 Status: UNCONFIRMED Severity: normal Priority: P3 C

[Bug c/53452] large array problem x86_64

2012-05-22 Thread peter.faasse at nlr dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53452 --- Comment #1 from Peter Faasse 2012-05-22 13:03:59 UTC --- Created attachment 27476 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27476 gcc -v etcetera version of gcc Distribution is Slackware-64 13.37

[Bug middle-end/53433] [4.8 Regression] ICE in int_mode_for_mode, at stor-layout.c:424 during lto-bootstrap

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53433 vincenzo Innocente changed: What|Removed |Added CC||vincenzo.innocente at cern

[Bug middle-end/53450] [4.8 Regression] ICE in compiling libiberty/cp-demangle.c with -O2 in int_mode_for_mode, at stor-layout.c:424

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53450 vincenzo Innocente changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug tree-optimization/53438] [4.7/4.8 Regression] Bitfield store replaced with full-byte store

2012-05-22 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53438 --- Comment #7 from William J. Schmidt 2012-05-22 13:13:04 UTC --- Yep, I'll check it out. Thanks, Richard!

[Bug c++/53451] [4.8 regression] ICE verify_gimple failed

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53451 vincenzo Innocente changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #2 from vincenzo

[Bug middle-end/53161] [4.8 Regression] ICE with weakref function and a function which takes vector types

2012-05-22 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53161 --- Comment #9 from Jan Hubicka 2012-05-22 13:20:19 UTC --- OK, this problem is caused by C++ FE corrupting symbol table by creating new symbol from DECL_ASSEMBLER_NAME langhook while creating another symbol. There has to be better ways to produ

[Bug debug/53453] New: darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-22 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 Bug #: 53453 Summary: darwin linker expects both AT_name and AT_comp_dir debug notes Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug c/53452] large array problem x86_64

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

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #9 from Jan Hubicka 2012-05-22 13:31:28 UTC --- OK, I see the following: 6882 FOR_EACH_VARIABLE (var) 6883{ 6884 if (var->alias) 6885continue; 6886 6887 get_vi_for_tree (var->symbol.decl); 68

[Bug middle-end/53433] [4.8 Regression] ICE in int_mode_for_mode, at stor-layout.c:424 during lto-bootstrap

2012-05-22 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53433 --- Comment #7 from vincenzo Innocente 2012-05-22 13:42:17 UTC --- mine is a one-year-old libc GNU C Library stable release version 2.13, by Roland McGrath et al. …. Compiled by GNU CC version 4.6.1 20110520 (prerelease). Compiled on a Linux 2.6

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-22 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #1 from Jack Howarth 2012-05-22 13:33:01 UTC --- It looks like the lines... if (!IS_ABSOLUTE_PATH (filename) && filename[0] != '<') add_comp_dir_attribute (die); in gen_compile_unit_die() of dwarf2out.c need adjusted f

[Bug debug/49167] dwarf marker for function return instruction

2012-05-22 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49167 --- Comment #3 from Frank Ch. Eigler 2012-05-22 14:30:35 UTC --- test comment

[Bug tree-optimization/53426] [4.8 Regression] ICE:create_variable_info_for at ../../gcc-trunk/gcc/tree-ssa-structalias.c:5581

2012-05-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53426 --- Comment #10 from Richard Guenther 2012-05-22 13:52:49 UTC --- (In reply to comment #9) > OK, > I see the following: > 6882 FOR_EACH_VARIABLE (var) > 6883{ > 6884 if (var->alias) > 6885continue; > 6886 > 6887

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3 f

[Bug debug/53453] darwin linker expects both AT_name and AT_comp_dir debug notes

2012-05-22 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53453 --- Comment #2 from Jack Howarth 2012-05-22 13:58:13 UTC --- (In reply to comment #1) > It looks like the lines... > > if (!IS_ABSOLUTE_PATH (filename) && filename[0] != '<') > add_comp_dir_attribute (die); > > in gen_compile_unit

[Bug target/48941] [arm gcc] NEON: Stack pointer operations performed even tho stack is not accessed at all in function.

2012-05-22 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48941 --- Comment #11 from Ramana Radhakrishnan 2012-05-22 14:16:34 UTC --- > There are still a few vmov's between Vector registers but I suspect that is > because of the vcombine at the end for which RichardE might have something in > flight. This i

[Bug c++/53446] Template function incorrectly rejected when convertible argument is provided for a parameter

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

[Bug middle-end/53454] New: [RX backend]: redundant insn being expanded for long long trivial arithmetic comparison

2012-05-22 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53454 Bug #: 53454 Summary: [RX backend]: redundant insn being expanded for long long trivial arithmetic comparison Classification: Unclassified Product: gcc Version: 4.6.3

[Bug ada/53008] abort in _ITM_getTMCloneSafe

2012-05-22 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008 Aldy Hernandez changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/53008] abort in _ITM_getTMCloneSafe

2012-05-22 Thread patrick.marlier at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008 --- Comment #8 from Patrick Marlier 2012-05-22 15:58:53 UTC --- Aldy, Actually the problem is different that my first thought and it is a real bug. The problem is well described into the 'testcase for gcc testsuite'. In the testcase, you have a

[Bug middle-end/53432] [4.8 Regression] ICE failed to reclaim unneeded function in same comdat group

2012-05-22 Thread roman at binarylife dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53432 Roman Kononov changed: What|Removed |Added CC||roman at binarylife dot net --- Comment #

[Bug target/53440] [arm] generic thunk code fails for method which uses '...'

2012-05-22 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53440 --- Comment #3 from Richard Earnshaw 2012-05-22 16:36:56 UTC --- (In reply to comment #2) > Someone needs to implement the thunk functionality for arm. The ARM port does have MI thunk support. The question is "why isn't it being used"? R.

[Bug middle-end/53008] abort in _ITM_getTMCloneSafe

2012-05-22 Thread aldyh at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53008 Aldy Hernandez changed: What|Removed |Added Status|WAITING |NEW Component|ada

[Bug c++/53455] New: g++ builds segfault in boost::python

2012-05-22 Thread j.wielicki at sotecware dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455 Bug #: 53455 Summary: g++ builds segfault in boost::python Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/53455] g++ builds segfault in boost::python

2012-05-22 Thread j.wielicki at sotecware dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53455 --- Comment #1 from Jonas Wielicki 2012-05-22 17:41:18 UTC --- Created attachment 27477 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27477 -save-temps output for inheritance.cpp from boost::python 1.48 Sorry for the .gz, but bugzilla refu

  1   2   >