[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: nor

[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 --- (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 this bug. I have removed all

[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 Compo

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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 --- 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 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 changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Status|

[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 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 --- Author: jakub Date: Tue Mar 25 09:30:10 2014 New Revision: 208806 URL: http://gcc.gnu.org/viewcvs?rev=208806&root=gcc&view=rev Log: PR c++/60331 * semantics.c (potential_constant_expression_1): Handle

[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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 --- 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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[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 changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment #6

[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 --- Author: jamborm Date: Tue Mar 25 10:57:07 2014 New Revision: 208809 URL: http://gcc.gnu.org/viewcvs?rev=208809&root=gcc&view=rev Log: 2014-03-25 Martin Jambor PR ipa/59176 * lto-cgraph.c (lto_out

[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 changed: What|Removed |Added CC||d.v.a at ngs dot ru --- Comment #23 from __vic -

[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 changed: What|Removed |Added Target Milestone|--- |4.9.0 --- Comment #24 from Jonathan Wak

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 changed: What|Removed |Added Priority|P3 |P1 --- Comment #2 from Richard Biener -

[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 --- 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 --- Author: rguenth Date: Tue Mar 25 11:43:03 2014 New Revision: 208811 URL: http://gcc.gnu.org/viewcvs?rev=208811&root=gcc&view=rev Log: 2014-03-25 Richard Biener PR middle-end/60635 * gimplify-me.c

[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 Prior

[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 changed: What|Removed |Added Priority|P3 |P2 Known to work|

[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: bu

[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 changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[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 --- 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 this is a recursive_type. The

[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 --- Author: danglin Date: Tue Mar 25 12:06:17 2014 New Revision: 208813 URL: http://gcc.gnu.org/viewcvs?rev=208813&root=gcc&view=rev Log: PR testsuite/58013 * g++.dg/opt/pr56999.C: Pop hidden visibili

[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 changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[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 changed: What|Removed |Added Keywords||wrong-code CC|

[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 --- It's even "wrong-code" it seems. IPA SRA is confused about the K&R style functions and static fn3 (dpy, winInfo, visrgn) struct _XDisplay *dpy; { int b = fn1 (0, winInfo); fn4 (0, 0, visrgn); } winInfo

[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 --- (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: float funct(...) // this syntax

[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 --- 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 changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment

[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 --- Created attachment 32447 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32447&action=edit patch The attached patch implements this aforementioned insertion at the end of an (initially) empty bas

[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 --- 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])) (label_ref:SI 0)) Obviously mem

[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 --- 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: 10.E+03 (en15.1) 9.9E

[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 changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Jeffrey A.

[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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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 Prio

[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 --- > 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 --- 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 --- 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 --- Created attachment 32449 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32449&action=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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

[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 --- Co

[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 Assignee

[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 Pr

[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 changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[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 changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[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 changed: What|Removed |Added CC||charles.baylis at linaro dot org --- Co

[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 --- 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 0x011c56b8 in diagnostic_action_

[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 changed: What|Removed |Added Component|target |debug --- Comment #3 from Ramana R

[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 --- 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 changed: What|Removed |Added Keywords||ice-on-valid-code Stat

[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 --- Created attachment 32448 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32448&action=edit possible fix Ok, the attached patch seems to fix at least the dynamic_dispatch_X.f03 test cases on ARMv7 with f

[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 changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 --- 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 changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[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 changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[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 --- Author: mpolacek Date: Tue Mar 25 16:50:54 2014 New Revision: 208815 URL: http://gcc.gnu.org/viewcvs?rev=208815&root=gcc&view=rev Log: PR c/35449 * doc/extend.texi (Example of asm with clobbered asm r

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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 --- 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 (after a few hours left running, when

[Bug libstdc++/60658] New: std::atomic 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::atomic is unexpectedly not lock-free Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstd

[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 changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4 f

[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 --- (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 that in too many > cases fa

[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 --- Author: jason Date: Tue Mar 25 18:00:37 2014 New Revision: 208817 URL: http://gcc.gnu.org/viewcvs?rev=208817&root=gcc&view=rev Log: PR c++/60375 * parser.c (cp_parser_lambda_expression): Don't parse t

[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 --- Author: jason Date: Tue Mar 25 18:00:30 2014 New Revision: 208816 URL: http://gcc.gnu.org/viewcvs?rev=208816&root=gcc&view=rev Log: PR c++/60628 * decl.c (create_array_type_for_decl): Complain about a

[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 changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[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 changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

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

[Bug ipa/60600] [4.9 Regression] ICE in ipa_get_indirect_edge_target_1

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

[Bug ipa/60600] [4.9 Regression] ICE in ipa_get_indirect_edge_target_1

2014-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60600 --- Comment #8 from Martin Jambor --- Author: jamborm Date: Tue Mar 25 18:22:41 2014 New Revision: 208818 URL: http://gcc.gnu.org/viewcvs?rev=208818&root=gcc&view=rev Log: 2014-03-25 Martin Jambor PR ipa/60600 * ipa-cp.c (ipa_get_indi

[Bug other/60465] Compiling glibc-2.17,2.18 with gcc-4.8.2 and binutils-2.23.2,2.24 results in segfaults in _start / elf_get_dynamic_info

2014-03-25 Thread devurandom at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60465 --- Comment #6 from devurandom at gmx dot net --- Did anyone figure out what's going on? Did the gdb log bring new insights?

[Bug ipa/60600] [4.9 Regression] ICE in ipa_get_indirect_edge_target_1

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

[Bug c++/60642] Unclear diagnostic with invalid use of abi_tag attribute on explicit instantiation

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60642 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRM

[Bug libstdc++/60658] std::atomic is unexpectedly not lock-free

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60658 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

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

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

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

2014-03-25 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60654 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment #

[Bug c/60660] New: alloca function for inlines that allocates on caller stack

2014-03-25 Thread josh at joshtriplett dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60660 Bug ID: 60660 Summary: alloca function for inlines that allocates on caller stack Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement

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

2014-03-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60659 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug c/60660] alloca function for inlines that allocates on caller stack

2014-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60660 --- Comment #1 from Andrew Pinski --- This is much harder than you think really. since you have to move all the arguments of the callee function

[Bug c/60660] alloca function for inlines that allocates on caller stack

2014-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60660 --- Comment #2 from Andrew Pinski --- >without multiple evaluation of the variable arguments as a macro would. You can use statement expressions with typeof extension to get around the issue of multiple evaluation issue of macros already.

[Bug c/52190] question about atomic intrinsics -- test and documentation vary -- please clarify

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

[Bug libstdc++/60658] std::atomic is unexpectedly not lock-free

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60658 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/60658] [4.7/4.8/4.9 Regression] std::atomic is unexpectedly not lock-free

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

[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 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/60658] [4.7/4.8/4.9 Regression] std::atomic is unexpectedly not lock-free

2014-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60658 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Tue Mar 25 19:39:52 2014 New Revision: 208819 URL: http://gcc.gnu.org/viewcvs?rev=208819&root=gcc&view=rev Log: PR libstdc++/60658 * include/bits/atomic_base.h (__atomic_base<_PTp

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

2014-03-25 Thread congh at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60656 Cong Hou changed: What|Removed |Added CC||congh at google dot com --- Comment #2 from Co

[Bug c++/60628] [4.7/4.8 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 Jason Merrill changed: What|Removed |Added Known to work||4.9.0 Summary|[4.7/4.8/4.9 Reg

[Bug fortran/60646] Investigate improved complex division algorithms

2014-03-25 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60646 --- Comment #2 from Steve Kargl --- On Tue, Mar 25, 2014 at 03:36:35PM +, kargl at gcc dot gnu.org wrote: > > Can you be a little more specific on what you want > to investigate? AFAIK, the general handling of > complex division is done be

[Bug fortran/60646] Investigate improved complex division algorithms

2014-03-25 Thread sgk at troutmask dot apl.washington.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60646 --- Comment #3 from Steve Kargl --- Created attachment 32455 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32455&action=edit cdiv.f90

  1   2   >