Re: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Richard Sandiford
Matthew Fortune matthew.fort...@imgtec.com writes: Richard Sandiford rdsandif...@googlemail.com writes: Matthew Fortune matthew.fort...@imgtec.com writes: Maciej W. Rozycki ma...@codesourcery.com writes: On Sat, 22 Mar 2014, Richard Sandiford wrote: Thanks Joseph. I guess I'm not

Re: [Question] How to deliver loop-related pragma information from TREE to RTL?

2014-03-25 Thread Richard Biener
On Mon, Mar 24, 2014 at 10:11 PM, Eric Botcazou ebotca...@adacore.com wrote: Look at how we implement #pragma ivdep (see replace_loop_annotate () and fortran/trans-stmt.c where it builds ANNOTATE_EXPR). Note that the C and C++ front-ends also support it. We are planning to submit a patch to

Re: LTO top-level ASM

2014-03-25 Thread Martin Liška
The code resides in Chromium project, please see full source code: https://github.com/scheib/chromium/blob/master/sandbox/linux/seccomp-bpf/syscall.cc Martin On 03/24/2014 06:34 PM, Ian Lance Taylor wrote: On Mon, Mar 24, 2014 at 6:26 AM, Martin Liška mli...@suse.cz wrote: I've been

Re: Request for discussion: Rewrite of inline assembler docs

2014-03-25 Thread Richard Sandiford
dw limegreenso...@yahoo.com writes: asm ( : =m (*x), =r (y)); you have to assume that the address in %0 might use the same register as %1 Ok, now I'm getting there. It helps that I've compiled some examples and can see what is happening. This one is subtle. I'm going to have to go

RTL Optimisations

2014-03-25 Thread Umesh Kalappa
Dear All, The GCC source reference 4.8.1 will synthesized some of the double word operations(SI mode) like add /sub in the below case from the word size (HI) patterns, (code snippet) expand_binop_directly function in the optabs.c. /* These can be done a word at a time by propagating carries.

Re: RTL Optimisations

2014-03-25 Thread Jeff Law
On 03/25/14 06:23, Umesh Kalappa wrote: Dear All, The GCC source reference 4.8.1 will synthesized some of the double word operations(SI mode) like add /sub in the below case from the word size (HI) patterns, (code snippet) expand_binop_directly function in the optabs.c. /* These can be done

[ANN] CppCon 2014 Call for Submissions

2014-03-25 Thread Boris Kolpackov
Hi, CppCon is the annual, week-long face-to-face gathering for the entire C++ community. The conference is organized by the C++ community for the community and so we invite you to present. Have you learned something interesting about C++, maybe a new technique possible in C++11? Or perhaps you

Re: LTO top-level ASM

2014-03-25 Thread Ian Lance Taylor
On Tue, Mar 25, 2014 at 3:26 AM, Martin Liška mli...@suse.cz wrote: The code resides in Chromium project, please see full source code: https://github.com/scheib/chromium/blob/master/sandbox/linux/seccomp-bpf/syscall.cc The easy workaround is to make SyscallAsm global. And frankly I would put

Re: [Question] How to deliver loop-related pragma information from TREE to RTL?

2014-03-25 Thread Eric Botcazou
You can certainly nest them, no? ANNOTATE_EXPR ANNOTATE_EXPR i != 0, ivdep, unroll, 2 Yes, that works, thanks. -- Eric Botcazou

RE: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Rich Fuhler
The easiest way to do that is to add a flag that either (a) stops the compiler emitting a .nan at all or (b) gets it to emit .nan legacy regardless of the actual encoding used. It's really just a slight variation on (2), the difference being that we might be using 2008 under the covers. Hi

Re: WPA stream_out form memory consumption

2014-03-25 Thread Jan Hubicka
Hello, I've been compiling Chromium with LTO and I noticed that WPA stream_out forks and do parallel: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg02621.html. I am unable to fit in 16GB memory: ld uses about 8GB and lto1 about 6GB. When WPA start to fork, memory consumption increases so

RE: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Joseph S. Myers
On Tue, 25 Mar 2014, Rich Fuhler wrote: Hi Richard, we talked about (a.) originally - it was the design of the libraries. Joseph, as I recollect, you raised language issues with requirements for compile-time constant values for NaNs. Would you accept a non-constant NaN implementation in

RE: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Matthew Fortune
Joseph Myers jos...@codesourcery.com writes: On Tue, 25 Mar 2014, Rich Fuhler wrote: Hi Richard, we talked about (a.) originally - it was the design of the libraries. Joseph, as I recollect, you raised language issues with requirements for compile-time constant values for NaNs. Would you

Re: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Richard Sandiford
Matthew Fortune matthew.fort...@imgtec.com writes: Joseph Myers jos...@codesourcery.com writes: On Tue, 25 Mar 2014, Rich Fuhler wrote: Hi Richard, we talked about (a.) originally - it was the design of the libraries. Joseph, as I recollect, you raised language issues with requirements

RE: [RFC, MIPS] Relax NaN rules

2014-03-25 Thread Joseph S. Myers
On Tue, 25 Mar 2014, Matthew Fortune wrote: Can you envisage any way of us raising a warning/error if INVALID exceptions get enabled in this hybrid NaN world? I believe that is the only major problem area with mixing NaNs. I.e. It should be possible to introduce a magic symbol if LD merged

Re: Register at the GSoC website to rate projects

2014-03-25 Thread Maxim Kuvyrkov
[Moving to gcc@ from gcc-patches@] Community, We've got 11 student proposals (good job, students!), and only the N top-rated ones will be accepted into the program. Therefore, we as a community need to make sure that the ratings are representative of our goals -- making GCC the best compiler

[Bug debug/60643] ICE with -O1 and -g on mips (internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20810)

2014-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/60644] New: [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 Bug ID: 60644 Summary: [4.9 Regression] Build of i686-pc-linux-android is broken Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- If SYS_gettid is not defined, then it is a bug in the bionic libc headers as NR_gettid is defined in the kernel headers. Also pthread_yield should be defined in pthread.h if it is

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- Well pthread_yield should be replaced with the POSIX version: sched_yield() instead.

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 --- Comment #4 from Alexander Ivchenko aivchenk at gmail dot com --- That (In reply to Andrew Pinski from comment #2) Well pthread_yield should be replaced with the POSIX version: sched_yield() instead. Right.. the attached patch cured the

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread aivchenk at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 --- Comment #3 from Alexander Ivchenko aivchenk at gmail dot com --- Created attachment 32443 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32443action=edit Renaming ANDROID to __ANDROID__

[Bug libstdc++/60645] New: locale::facet::_S_get_c_locale does not handle __gthread_once error codes.

2014-03-25 Thread chris at contemporary dot net.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645 Bug ID: 60645 Summary: locale::facet::_S_get_c_locale does not handle __gthread_once error codes. Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug debug/60643] ICE with -O1 and -g on mips (internal compiler error: in dwarf2out_var_location, at dwarf2out.c:20810)

2014-03-25 Thread hongxu.jia at windriver dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60643 --- Comment #10 from hongxu jia hongxu.jia at windriver dot com --- (In reply to Andrew Pinski from comment #8) Works for me with an unmodified GCC 4.8.2. So please try removing all of the Open-embedded patches since one of them is causing

[Bug fortran/60646] New: Investigate improved complex division algorithms

2014-03-25 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60646 Bug ID: 60646 Summary: Investigate improved complex division algorithms Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug c/45020] Useless DW_TAG_variable generated

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45020 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug lto/60635] [4.8/4.9 Regression] ICE when mixing C and Fortran lto1: error: use operand missing for stmt

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60635 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug sanitizer/60636] ubsan doesn't instrument signed integer ABS_EXPR

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60636 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- We should instead instrument ABS_EXPR (you can instrument that as u 0 ? u : -u of course).

[Bug middle-end/60640] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60640 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug target/60641] Converting ushort to offset on x86_64 generates double movzwl

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60641 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target||x86_64-*-*,

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug c++/60331] ICE with OpenMP #pragma omp declare reduction in template class

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60331 --- Comment #1 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Tue Mar 25 09:30:10 2014 New Revision: 208806 URL: http://gcc.gnu.org/viewcvs?rev=208806root=gccview=rev Log: PR c++/60331 * semantics.c

[Bug c++/60331] ICE with OpenMP #pragma omp declare reduction in template class

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60331 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libstdc++/60645] locale::facet::_S_get_c_locale does not handle __gthread_once error codes.

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- The only error code specified by POSIX is EINVAL which cannot happen here, because the pthread_once_t is statically initialized and controlled entirely by the library.

[Bug libstdc++/60645] locale::facet::_S_get_c_locale does not handle __gthread_once error codes.

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60645 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug lto/57703] Assembler function definition moved to a different ltrans then call

2014-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57703 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added CC||jamborm at gcc

[Bug middle-end/60647] New: [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 Bug ID: 60647 Summary: [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 --- Comment #20 from Martin Jambor jamborm at gcc dot gnu.org --- Author: jamborm Date: Tue Mar 25 10:57:07 2014 New Revision: 208809 URL: http://gcc.gnu.org/viewcvs?rev=208809root=gccview=rev Log: 2014-03-25 Martin Jambor mjam...@suse.cz

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-25 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 __vic d.v.a at ngs dot ru changed: What|Removed |Added CC||d.v.a at ngs dot ru ---

[Bug c++/50025] [DR 1288] C++0x initialization syntax doesn't work for class members of reference type

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50025 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.0 ---

[Bug middle-end/60647] [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug middle-end/60647] [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1 ---

[Bug middle-end/60647] [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 --- Comment #3 from Markus Trippelsdorf trippels at gcc dot gnu.org --- Richard, this started with r207879.

[Bug lto/60635] [4.8/4.9 Regression] ICE when mixing C and Fortran lto1: error: use operand missing for stmt

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60635 --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Mar 25 11:43:03 2014 New Revision: 208811 URL: http://gcc.gnu.org/viewcvs?rev=208811root=gccview=rev Log: 2014-03-25 Richard Biener rguent...@suse.de

[Bug target/60648] New: [4.8 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60648 Bug ID: 60648 Summary: [4.8 Regression] ICE (segmentation fault) in expand_binop Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/60635] [4.8 Regression] ICE when mixing C and Fortran lto1: error: use operand missing for stmt

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60635 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2 Known

[Bug sanitizer/60649] New: [ASAN] Bogus 'y' may be used uninitialized warning (affects bootstrap-asan)

2014-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60649 Bug ID: 60649 Summary: [ASAN] Bogus 'y' may be used uninitialized warning (affects bootstrap-asan) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords:

[Bug target/60648] [4.8 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60648 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-03-25 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 --- Comment #9 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Hmm, I debugged a bit and found this: the problem starts in gfc_get_function_type it is first called on sym-name = make_real, and then recursively again on the same sym. So

[Bug testsuite/58013] main() not generated in assembler output

2014-03-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58013 --- Comment #4 from John David Anglin danglin at gcc dot gnu.org --- Author: danglin Date: Tue Mar 25 12:06:17 2014 New Revision: 208813 URL: http://gcc.gnu.org/viewcvs?rev=208813root=gccview=rev Log: PR testsuite/58013 *

[Bug middle-end/60647] [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug testsuite/58013] main() not generated in assembler output

2014-03-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58013 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug middle-end/60647] [4.9 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60647 --- Comment #5 from Richard Biener rguenth at gcc dot gnu.org --- It's even wrong-code it seems. IPA SRA is confused about the KR style functions and static fn3 (dpy, winInfo, visrgn) struct _XDisplay *dpy; { int b = fn1 (0, winInfo); fn4

[Bug rtl-optimization/60650] New: [ARM] LRA ICE assign_by_spills

2014-03-25 Thread yvan.roux at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60650 Bug ID: 60650 Summary: [ARM] LRA ICE assign_by_spills Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-03-25 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 --- Comment #11 from Bernd Edlinger bernd.edlinger at hotmail dot de --- (In reply to Tobias Burnus from comment #10) gfortran currently generates when it does not know the explicit interface something like: float funct(...) note that:

[Bug rtl-optimization/60650] [ARM] LRA ICE in assign_by_spills

2014-03-25 Thread yvan.roux at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60650 --- Comment #1 from Yvan Roux yvan.roux at linaro dot org --- testcase is to big to be attached... reducing...

[Bug rtl-optimization/60651] New: Mode switching instructions are sometimes emitted in the wrong order

2014-03-25 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60651 Bug ID: 60651 Summary: Mode switching instructions are sometimes emitted in the wrong order Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60648] [4.9 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60648 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC||law at

[Bug rtl-optimization/60651] Mode switching instructions are sometimes emitted in the wrong order

2014-03-25 Thread amylaar at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60651 --- Comment #1 from Jorn Wolfgang Rennecke amylaar at gcc dot gnu.org --- Created attachment 32447 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32447action=edit patch The attached patch implements this aforementioned insertion at the end of

[Bug target/60648] [4.9 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60648 --- Comment #3 from Jeffrey A. Law law at redhat dot com --- We're getting non-canonical as part of the index computation in do_tablejump: (gdb) p debug_rtx (index) (plus:SI (mult:SI (const_int 0 [0]) (const_int 4 [0x4]))

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-25 Thread danglin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #38 from John David Anglin danglin at gcc dot gnu.org --- gfortran.dg/fmt_en.f90 tests fail on hppa*-*-hpux11* (4.8 and 4.9): (en15.0) 9.E+03 expected: 10.E+03 (en15.0) 9.E+03 expected:

[Bug target/60648] [4.9 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread law at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60648 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |ASSIGNED ---

[Bug middle-end/60640] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60640 Martin Jambor jamborm at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 Bug ID: 60653 Summary: [4.9 Regression] gfortran: ICE (segmentation fault) in lra Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #39 from Dominique d'Humieres dominiq at lps dot ens.fr --- gfortran.dg/fmt_en.f90 tests fail on hppa*-*-hpux11* (4.8 and 4.9): ... After r208780 (for 4.9, not backported yet to 4.8)?

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 --- Comment #1 from Matthias Klose doko at gcc dot gnu.org --- fails with -O1 and -O2, works with -O0. fails with both -marm/-mthumb

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 --- Comment #2 from Matthias Klose doko at gcc dot gnu.org --- seen with a build of the paw package in Debian/unstable and Ubuntu/trusty.

[Bug rtl-optimization/60650] [ARM] LRA ICE in assign_by_spills

2014-03-25 Thread yvan.roux at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60650 --- Comment #2 from Yvan Roux yvan.roux at linaro dot org --- Created attachment 32449 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32449action=edit reduced testcase

[Bug bootstrap/60644] [4.9 Regression] Build of i686-pc-linux-android is broken

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60644 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug fortran/60646] Investigate improved complex division algorithms

2014-03-25 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60646 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug ada/60652] New: System.OS_Constants CRTSCTS

2014-03-25 Thread robert.samuelsson at sscspace dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60652 Bug ID: 60652 Summary: System.OS_Constants CRTSCTS Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug c/60654] New: format warnings don't work with PROGMEM/PSTR

2014-03-25 Thread code at dawg dot eu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60654 Bug ID: 60654 Summary: format warnings don't work with PROGMEM/PSTR Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/60655] New: [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 Bug ID: 60655 Summary: [4.9 Regression] ICE: output_operand: invalid expression as operand Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/60656] New: [4.8/4.9 regression] x86 vectorization produces wrong code

2014-03-25 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60656 Bug ID: 60656 Summary: [4.8/4.9 regression] x86 vectorization produces wrong code Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||ramana at

[Bug target/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Bug c/37428] GNU VLA-in-structure extension is undocumented

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37428 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-03-25 Thread charles.baylis at linaro dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609 Charles Baylis charles.baylis at linaro dot org changed: What|Removed |Added CC|

[Bug target/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 --- Comment #2 from Ramana Radhakrishnan ramana at gcc dot gnu.org --- The expression being put out is : (const:SI (not:SI (symbol_ref:SI (*.LANCHOR0) [flags 0x182]))) #0 0x003105033410 in exit () from /lib64/libc.so.6 #1

[Bug debug/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Component|target |debug

[Bug debug/60655] [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655 --- Comment #4 from Ramana Radhakrishnan ramana at gcc dot gnu.org --- Command lines I was using to reproduce this with a cross compiler. ./cc1 -g -mthumb -fdata-sections -mfpu=vfpv3-d16 -mfloat-abi=hard -O2 -march=armv7-a

[Bug rtl-optimization/60650] [ARM] LRA ICE in assign_by_spills

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60650 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/60191] test case gfortran.dg/dynamic_dispatch_1/3.f03 fail on ARMv7

2014-03-25 Thread bernd.edlinger at hotmail dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60191 --- Comment #12 from Bernd Edlinger bernd.edlinger at hotmail dot de --- Created attachment 32448 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32448action=edit possible fix Ok, the attached patch seems to fix at least the

[Bug c/28575] misleading __builtin_choose_expr documentation error

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28575 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/60657] New: [4.9 Regression] ICE: error: insn does not satisfy its constraints

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60657 Bug ID: 60657 Summary: [4.9 Regression] ICE: error: insn does not satisfy its constraints Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug target/60657] [4.9 Regression] ICE: error: insn does not satisfy its constraints

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60657 --- Comment #1 from Matthias Klose doko at gcc dot gnu.org --- seen with every package using this boost header

[Bug c/35449] extended asm documentation wrong

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35449 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug c/35449] extended asm documentation wrong

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35449 --- Comment #3 from Marek Polacek mpolacek at gcc dot gnu.org --- Author: mpolacek Date: Tue Mar 25 16:50:54 2014 New Revision: 208815 URL: http://gcc.gnu.org/viewcvs?rev=208815root=gccview=rev Log: PR c/35449 * doc/extend.texi (Example

[Bug c/35449] extended asm documentation wrong

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35449 Marek Polacek mpolacek at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/59121] [4.8/4.9 Regression] endless loop with -O2 -floop-parallelize-all

2014-03-25 Thread mircea.namolaru at inria dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 --- Comment #17 from Mircea Namolaru mircea.namolaru at inria dot fr --- Yes, data dependencies computation is expensive in the polyehdral model and it could take considerable time - but it is worrying that in too many cases fails to provide

[Bug libstdc++/60658] New: std::atomicT* is unexpectedly not lock-free

2014-03-25 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60658 Bug ID: 60658 Summary: std::atomicT* is unexpectedly not lock-free Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug tree-optimization/59121] [4.8/4.9 Regression] endless loop with -O2 -floop-parallelize-all

2014-03-25 Thread grosser at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59121 --- Comment #18 from Tobias Grosser grosser at gcc dot gnu.org --- (In reply to Mircea Namolaru from comment #17) Yes, data dependencies computation is expensive in the polyehdral model and it could take considerable time - but it is worrying

[Bug target/60659] New: [4.9 Regression] ICE in get_polymorphic_call_info, at ipa-devirt.c:1292

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60659 Bug ID: 60659 Summary: [4.9 Regression] ICE in get_polymorphic_call_info, at ipa-devirt.c:1292 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/60375] [4.9 Regression] [c++11] ICE with invalid use of lambda

2014-03-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60375 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Tue Mar 25 18:00:37 2014 New Revision: 208817 URL: http://gcc.gnu.org/viewcvs?rev=208817root=gccview=rev Log: PR c++/60375 * parser.c

[Bug c++/60628] [4.7/4.8/4.9 Regression] [c++11] ICE initializing array of auto

2014-03-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60628 --- Comment #1 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Tue Mar 25 18:00:30 2014 New Revision: 208816 URL: http://gcc.gnu.org/viewcvs?rev=208816root=gccview=rev Log: PR c++/60628 * decl.c

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||ramana at

[Bug tree-optimization/60656] [4.8/4.9 regression] x86 vectorization produces wrong code

2014-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60656 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

  1   2   3   >