[Bug rtl-optimization/58079] internal compiler error: in do_SUBST, at combine.c:711

2013-08-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58079 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||mikpe at it dot

[Bug c++/58083] [4.8/4.9 Regression] ICE with lambda as default parameter of a template function

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58083 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug fortran/49213] [OOP] gfortran rejects structure constructor expression

2013-08-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49213 --- Comment #12 from janus at gcc dot gnu.org --- Related test case (using unlimited polymorphism) from http://gcc.gnu.org/ml/fortran/2013-08/msg00011.html: type t class(*), pointer :: x end type t type(t), target :: y integer,target :: z

[Bug rtl-optimization/58068] ICE in execute_strength_reduction at -O3 (both 32-bit and 64-bit modes)

2013-08-05 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58068 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/49213] [OOP] gfortran rejects structure constructor expression

2013-08-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49213 --- Comment #13 from janus at gcc dot gnu.org --- (In reply to janus from comment #12) type(t) :: x = t(y) 1 Error: Can't convert TYPE(t) to CLASS(*) at (1) The patch in comment 8 turns this error into: type(t) :: x = t(y)

[Bug lto/57602] [4.9 Regression] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-08-05 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #11 from Jan Hubicka hubicka at gcc dot gnu.org --- Created attachment 30616 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30616action=edit Proposed fix Patch I am testing. The problem was that ltrans passes got overzelaous on

[Bug rtl-optimization/57708] [4.8 regression] function clobbers callee saved register on ARM

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57708 --- Comment #4 from Richard Earnshaw rearnsha at gcc dot gnu.org --- Proposed patch posted here: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00194.html

[Bug c++/34938] ICE with function pointers and attribute noreturn

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34938 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org|

[Bug other/56780] --disable-install-libiberty still installs libiberty.a

2013-08-05 Thread 2013.bugzilla.gcc.gnu.org at ingomueller dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56780 Ingo Müller 2013.bugzilla.gcc.gnu.org at ingomueller dot net changed: What|Removed |Added CC|

[Bug regression/58084] New: FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)

2013-08-05 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58084 Bug ID: 58084 Summary: FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error) Product: gcc Version: 4.9.0

[Bug regression/58084] FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)

2013-08-05 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58084 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||lto CC|

[Bug lto/57776] [4.9 Regression] FAIL: gcc.dg/lto/pr56297 c_lto_pr56297_0.o-c_lto_pr56297_1.o link, -flto -fno-common (internal compiler error)

2013-08-05 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57776 --- Comment #2 from Uroš Bizjak ubizjak at gmail dot com --- It is r200151 [1]. [1] http://gcc.gnu.org/ml/gcc-patches/2013-06/msg00848.html

[Bug regression/58084] FAIL: gcc.dg/torture/pr8081.c -O2 -flto -fno-use-linker-plugin -flto-partition=none (internal compiler error)

2013-08-05 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58084 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||arm-none-eabi --- Comment

[Bug fortran/45290] [F08] pointer initialization

2013-08-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290 --- Comment #15 from janus at gcc dot gnu.org --- (In reply to janus from comment #13) Just two minor leftovers: (1) Making global variables in a program SAVE_IMPLICIT. (Does it even make a difference?) cf. PR 55207 (and apparently, yes, it

[Bug c++/46206] using typedef-name error with typedef name hiding struct name

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46206 --- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com --- The difference is that in the first case the TYPE_DECL Bar is regenerated and the DECL_IMPLICIT_TYPEDEF_P bit is lost, the true value set earlier by create_implicit_typedef is

[Bug middle-end/55595] [google] r172952 (LIPO) broke profiledbootstrap on google/main, and later in google/gcc-4_7

2013-08-05 Thread dtemirbulatov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55595 Dinar Temirbulatov dtemirbulatov at gmail dot com changed: What|Removed |Added CC|

[Bug fortran/49213] [OOP] gfortran rejects structure constructor expression

2013-08-05 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49213 --- Comment #14 from janus at gcc dot gnu.org --- (In reply to janus from comment #13) type(t) :: x = t(y) 1 Error: Parameter 'y' at (1) has not been declared or is a variable, which does not reduce to a constant expression

[Bug fortran/58085] New: Wrong indexing of an array in ASSOCIATE

2013-08-05 Thread vladimir.fuka at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58085 Bug ID: 58085 Summary: Wrong indexing of an array in ASSOCIATE Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug other/58086] New: Installer installs files outside --prefix

2013-08-05 Thread 2013.bugzilla.gcc.gnu.org at ingomueller dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58086 Bug ID: 58086 Summary: Installer installs files outside --prefix Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other

[Bug rtl-optimization/58079] internal compiler error: in do_SUBST, at combine.c:711

2013-08-05 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58079 Mikael Pettersson mikpe at it dot uu.se changed: What|Removed |Added CC||rdsandiford at

[Bug translation/58087] New: Huge memory consumption with #pragma GCC optimize, __attribute__ and long output paths

2013-08-05 Thread manisandro at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58087 Bug ID: 58087 Summary: Huge memory consumption with #pragma GCC optimize, __attribute__ and long output paths Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug lto/57602] [4.9 Regression] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-08-05 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #12 from Yuri Rumyantsev ysrumyan at gmail dot com --- Jan, I tried to test your fix and got the following error message while building trunk compiler (with your fix): ../../../../../trunk/libstdc++-v3/src/c++11/fstream-inst.cc:48:1:

[Bug lto/57602] [4.9 Regression] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-08-05 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #13 from Jan Hubicka hubicka at ucw dot cz --- Please, let me know if more info is needed. Actually I got the same ICE in meantime. Here is improved patch (it is still testing for me) Index: cgraph.c

[Bug tree-optimization/58088] New: ICE in gcc.c

2013-08-05 Thread ishiura-compiler at ml dot kwansei.ac.jp
Configured with: ../../../../gcc/configure --prefix=/usr/local/i686-tools/gcc-4.9.0/ --with-gmp=/usr/local/gmp-5.1.1/ --with-mpfr=/usr/local/mpfr-3.1.2/ --with-mpc=/usr/local/mpc-1.0.1/ --disable-multilib --disable-nls --enable-languages=c Thread model: posix gcc version 4.9.0 20130805 (experimental

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-08-05 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/46206] using typedef-name error with typedef name hiding struct name

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46206 --- Comment #3 from Paolo Carlini paolo.carlini at oracle dot com --- More correctly: it seems that when we parse typedef struct Bar { } Bar; we create two TYPE_DECL: first, one marked as DECL_IMPLICIT_TYPEDEF_P in pushtag_1 (via

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-08-05 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||i686-pc-linux-gnu,

[Bug tree-optimization/58088] [4.8/4.9 Regression] ICE in gcc.c

2013-08-05 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58088 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org --- Started with r187280.

[Bug c++/58089] New: expanding empty parameter pack as constructor arguments requires accessible copy constructor

2013-08-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 Bug ID: 58089 Summary: expanding empty parameter pack as constructor arguments requires accessible copy constructor Product: gcc Version: 4.9.0 Status: UNCONFIRMED

[Bug c++/58089] expanding empty parameter pack as constructor arguments requires accessible copy constructor

2013-08-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58089 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- Using list-initialization works fine: X t{args...};

[Bug lto/57602] [4.9 Regression] Runfails for several C/C++ benchmarks from spec2000 for i686 with -flto after r199422

2013-08-05 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57602 --- Comment #14 from Yuri Rumyantsev ysrumyan at gmail dot com --- Hi Jan, I checked that all benches from spec2000 are run successfully with -flto options and eembc_2_0 suite was also run sucessfully with lto (for 32-bit mode). So go ahead and

[Bug middle-end/45631] devirtualization with profile feedback does not work for function pointers

2013-08-05 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45631 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org --- Not much ideas except for implementing more smart (=expensive) common value histogram collection. I wonder how often such patterns hits us in practice? The problem here is that the

[Bug middle-end/58041] Unaligned access to arrays in packed structure

2013-08-05 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58041 --- Comment #28 from Martin Jambor jamborm at gcc dot gnu.org --- Thanks, for testing, I have submitted the patch for a review: http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00224.html

[Bug c++/46206] using typedef-name error with typedef name hiding struct name

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46206 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/56110] Sub-optimal code: unnecessary CMP after AND

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56110 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/56102] Wrong rtx cost calculated for Thumb1

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56102 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug bootstrap/58090] New: bootstrap fails comparison with --enable-gather-detailed-mem-stats

2013-08-05 Thread andi-gcc at firstfloor dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58090 Bug ID: 58090 Summary: bootstrap fails comparison with --enable-gather-detailed-mem-stats Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/56369] Missed opportunity to combine comparisons with zero

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56369 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug middle-end/57540] stack pointer related loop invariants after reload for ARM mode

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57540 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug target/54473] Compiling advancemame on raspberry pi yields unrecognizable insn

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54473 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/50099] ICE: internal compiler error: in extract_insn, at recog.c:2113 while building lttng-ust

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50099 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||patenaude

[Bug rtl-optimization/57708] [4.8 regression] function clobbers callee saved register on ARM

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57708 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/55634] ARM: gcc vector extensions: storing vector to unaligned memory location does not use VST1.8 NEON instruction

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55634 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug target/58065] ARM MALLOC_ABI_ALIGNMENT is wrong

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58065 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||ramana at

[Bug target/40523] GCC generates invalid instructions when building for Thumb-2 on armel

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40523 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c/55349] arm-linux-androideabi-gcc-4.6: Internal compiler error compiling libpng in debug mode

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55349 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

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

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48250 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/54829] bad optimization: sub followed by cmp w/ zero (x86 ARM)

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54829 --- Comment #8 from Richard Earnshaw rearnsha at gcc dot gnu.org --- (In reply to Daniel Santos from comment #7) First off, I apologize for my late response here. (In reply to comment #5) I'm going to respond a little backwards.. In fact,

[Bug target/53938] ARM target generates sub-optimal code (extra instructions) on load from memory

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53938 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |NEW ---

[Bug target/53735] thumb1 spill failure with -Os

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53735 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/57532] [4.8/4.9 regression] operator broken when used on rvalues

2013-08-05 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532 --- Comment #8 from Jason Merrill jason at gcc dot gnu.org --- (In reply to Salamanderrake from comment #7) What I should have asked is what revision is gcc 4.8.1 and what revision was the fix put into trunk? svn log

[Bug target/53056] poor code generated for ARM NEON with vector types in structs

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53056 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

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

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

2013-08-05 Thread nickolay.merkin at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58080 --- Comment #10 from Nickolay Merkin nickolay.merkin at gmail dot com --- (In reply to Paolo Carlini from comment #9) Fixed for 4.9.0. Thank you! Will it be fixed for 4.7.3, or this version is frozen?

[Bug other/12081] Gcc can't be compiled with -mregparm=3

2013-08-05 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12081 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Component|target |other --- Comment

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58080 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Assignee|paolo.carlini at oracle dot com

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

2013-08-05 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58080 --- Comment #12 from niXman i.nixman at gmail dot com --- (In reply to Paolo Carlini from comment #9) Fixed for 4.9.0. Can you provide a commit number, please?

[Bug target/53189] DImode and/or/not/xor optimized poorly in core-registers

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53189 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug bootstrap/28615] cross-compile uses host cpp to determine features

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28615 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

2013-08-05 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58080 --- Comment #13 from Paolo Carlini paolo.carlini at oracle dot com --- If you need help, luckily today Jason provided a nice HOWTO here (the only difference is that you want trunk, not 4_8-branch):

[Bug middle-end/36416] internal compiler error: in simplify_subreg_concatn, at lower-subreg.c:398

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36416 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/36466] internal compiler error: in choose_reload_regs, at reload1.c:6190

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36466 Richard Earnshaw rearnsha at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug target/58067] ICE in GFortran recog.c:2158

2013-08-05 Thread woodard at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58067 --- Comment #3 from Ben Woodard woodard at redhat dot com --- (In reply to Uroš Bizjak from comment #2) You can add -mtls-dialect=gnu2 to -fpic and -mcmodel=large. Though doing that prevents the ICE, the compilation spits out about 78 lines

[Bug target/41458] Inefficient write of 32 bit value to 16 bit volatile on ARM

2013-08-05 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41458 --- Comment #2 from Richard Earnshaw rearnsha at gcc dot gnu.org --- Reconfirmed. Still happening

[Bug target/40411] -std=c99 does not enable c99 mode in Solaris C library

2013-08-05 Thread lionelcons1972 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40411 Lionel Cons lionelcons1972 at gmail dot com changed: What|Removed |Added CC|

[Bug c++/58080] internal compiler error, decltype in function declaration (for SFINAE purposes)

2013-08-05 Thread i.nixman at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58080 --- Comment #14 from niXman i.nixman at gmail dot com --- (In reply to Paolo Carlini from comment #13) http://gcc.gnu.org/viewcvs/gcc?view=revisionsortby=daterevision=201512 thank you

[Bug c++/58091] New: Non-ambiguous member lookup rejected

2013-08-05 Thread fimbul77 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58091 Bug ID: 58091 Summary: Non-ambiguous member lookup rejected Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++