[Bug inline-asm/64681] Document print modifiers for ARM

2015-01-26 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64681 Ramana Radhakrishnan changed: What|Removed |Added Keywords||documentation Target|

[Bug inline-asm/64681] Document print modifiers for ARM

2015-01-26 Thread zhongwei.yao at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64681 zhongwei.yao changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/63439] [5 Regression] FAIL: gcc.dg/vect/vect-33.c scan-tree-dump vect "Alignment of access forced using peeling"

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63439 --- Comment #17 from Richard Biener --- Ok, same issues as 32-bit. So it should be fine to change sparc to vect64 now.

[Bug target/64782] -mcpu=native should be supported on aarch64

2015-01-26 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64782 James Greenhalgh changed: What|Removed |Added CC||jgreenhalgh at gcc dot gnu.org --- Co

[Bug testsuite/64712] [5 Regression] FAIL: gnat.dg/unchecked_convert1.adb execution test (x86_64/-m32)

2015-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64712 Eric Botcazou changed: What|Removed |Added Component|ada |testsuite --- Comment #8 from Eric Botca

[Bug testsuite/64712] [5 Regression] FAIL: gnat.dg/unchecked_convert1.adb execution test (x86_64/-m32)

2015-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64712 --- Comment #9 from Eric Botcazou --- Author: ebotcazou Date: Mon Jan 26 09:52:50 2015 New Revision: 220104 URL: https://gcc.gnu.org/viewcvs?rev=220104&root=gcc&view=rev Log: PR testsuite/64712 * gnat.dg/unchecked_convert1.adb (Unchecked

[Bug testsuite/64712] [5 Regression] FAIL: gnat.dg/unchecked_convert1.adb execution test (x86_64/-m32)

2015-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64712 --- Comment #10 from Eric Botcazou --- Author: ebotcazou Date: Mon Jan 26 09:56:22 2015 New Revision: 220105 URL: https://gcc.gnu.org/viewcvs?rev=220105&root=gcc&view=rev Log: PR testsuite/64712 * gnat.dg/unchecked_convert1.adb (Unchecke

[Bug testsuite/64712] [5 Regression] FAIL: gnat.dg/unchecked_convert1.adb execution test (x86_64/-m32)

2015-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64712 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #11 from Eric Botcazou

[Bug middle-end/46164] Local variables in specified registers don't work correctly with inline asm operands

2015-01-26 Thread Hale.Wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46164 --- Comment #8 from Hale Wang --- I have submitted a patch to community for further discussion. Refer to: https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02238.html.

[Bug testsuite/64712] [5 Regression] FAIL: gnat.dg/unchecked_convert1.adb execution test (x86_64/-m32)

2015-01-26 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64712 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/61548] [5 Regression] FAIL: gcc.dg/tls/alias-1.c (internal compiler error)

2015-01-26 Thread tbsaunde+mozilla at tbsaunde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 --- Comment #14 from tbsaunde+mozilla at tbsaunde dot org --- On Mon, Jan 26, 2015 at 03:56:05AM +, hubicka at ucw dot cz wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 > > --- Comment #13 from Jan Hubicka --- > > So, what is he

[Bug fortran/64787] Invalid code on sourced allocation of class(*) character string

2015-01-26 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64787 vehre at gcc dot gnu.org changed: What|Removed |Added CC||vehre at gcc dot gnu.org --- C

[Bug libitm/61594] ICE (assertion failure) in trans-mem.c

2015-01-26 Thread hammacher at cs dot uni-saarland.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61594 Clemens Hammacher changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|WORKS

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #17 from Richard Biener --- I really wonder why IVOPTs calls convert_affine_scev with !use_overflow_semantics. Note that for the original testcase 'i' may be negative or zero and thus 'd' may be zero. We do a bad analysis here becau

[Bug c/64778] [4.9/5 Regression] ICE on invalid code on x86_64-linux-gnu: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in create_tmp_from_val, at gimplify.c:491

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64778 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/64782] -mcpu=native should be supported on aarch64

2015-01-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64782 --- Comment #4 from ktkachov at gcc dot gnu.org --- (In reply to James Greenhalgh from comment #3) > Did the Linux kernel format for /proc/cpuinfo settle down enough that we can > sensibly parse it [1]? > > When implementing this support I guess

[Bug c++/64794] GCC failed at virtual function with "override" trailing return type name, followed by override virt-specifier

2015-01-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64794 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON

[Bug libstdc++/64504] Invalid free() with _GLIBCXX_DEBUG and -fwhole-program

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64504 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug fortran/60357] [F08] structure constructor with unspecified values for allocatable components

2015-01-26 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug fortran/39627] [meta-bug] Fortran 2008 support

2015-01-26 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627 Bug 39627 depends on bug 60357, which changed state. Bug 60357 Summary: [F08] structure constructor with unspecified values for allocatable components https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60357 What|Removed

[Bug libstdc++/64504] Invalid free() with _GLIBCXX_DEBUG and -fwhole-program

2015-01-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64504 --- Comment #5 from Jonathan Wakely --- (In reply to Andrey Vihrov from comment #2) > , and there is no warning without -fwhole-program. Of course, I can get the > same effect by making everything "static", but this depends on me > remembering to

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #18 from Richard Biener --- It's probably not correct to simply transfer range info from *idx to iv->base. Instead SCEV analysis needs to track the range of CHREC_LEFT when it analyzes the SSA use-def chain. That's of course a much b

[Bug c/64778] [4.9/5 Regression] ICE on invalid code on x86_64-linux-gnu: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in create_tmp_from_val, at gimplify.c:491

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64778 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/64792] [5 Regression][SH] movu.b movu.w not working

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64792 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug target/64785] [5 Regression][SH] and|or|xor #imm not used

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64785 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Priority|

[Bug libffi/64779] [5 Regression] libffi/src/x86/sysv.S:864: Error: junk at end of line, first unrecognized character is `@'

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779 Richard Biener changed: What|Removed |Added Keywords||build Target|

[Bug c/64778] [4.9/5 Regression] ICE on invalid code on x86_64-linux-gnu: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in create_tmp_from_val, at gimplify.c:491

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64778 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug libfortran/64770] [5 Regression] Segmentation fault when opening a file with status="new" and the file exists.

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64770 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug middle-end/64766] [4.8/4.9/5 Regression] internal compiler error: tree check: expected block, have error_mark in lower_function_body, at gimple-low.c:122

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64766 Richard Biener changed: What|Removed |Added Keywords||error-recovery Priority|P3

[Bug ipa/64776] [5 Regression] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug ipa/64776] [5 Regression] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0 Summary|FAIL: gcc.dg/ipa

[Bug c/64768] [4.8/4.9/5 Regression] internal compiler error: tree check: expected tree that contains ‘decl with RTL’ structure, have ‘field_decl’ in set_decl_rtl, at emit-rtl.c:1274

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64768 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug middle-end/64764] [5 Regression] internal compiler error: in is_value_included_in, at tree-ssa-uninit.c:942

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64764 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug target/64761] [4.9/5 Regression] -freorder-blocks-and-partition causes some failures on SH

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64761 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/64757] [5 Regression] ICE in fold_convert_loc, at fold-const.c:2353

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/64751] internal compiler error: in gen_type_die_with_usage, at dwarf2out.c:19486

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64751 Richard Biener changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Richard Biener

[Bug c++/64755] Error in optimization with std::array

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64755 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/64784] -march=native should be supported

2015-01-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64784 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed

[Bug fortran/62044] [4.8/4.9 Regression] ICE in USE statement with RENAME for extended derived type

2015-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044 --- Comment #7 from Dominique d'Humieres --- > The following, which works OK with another brand, selects the "wrong type" > with trunk. 4.9 still segfaults. Without the use rename, 4.9 runs and gives > the wrong result. The following test withou

[Bug lto/64795] New: [5.0 regression x86_64] too many memory references for `lea'

2015-01-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64795 Bug ID: 64795 Summary: [5.0 regression x86_64] too many memory references for `lea' Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Pri

[Bug lto/64795] [5.0 regression x86_64] too many memory references for `lea'

2015-01-26 Thread dimhen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64795 --- Comment #1 from Dmitry G. Dyachenko --- possible duplicate PR64374 ?

[Bug testsuite/64796] New: effective target bswap64 globally caches target-specific use of lp64

2015-01-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64796 Bug ID: 64796 Summary: effective target bswap64 globally caches target-specific use of lp64 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: trivial

[Bug fortran/64787] Invalid code on sourced allocation of class(*) character string

2015-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64787 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/64795] [5.0 regression x86_64] too many memory references for `lea'

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64795 Richard Biener changed: What|Removed |Added Keywords||lto Target|

[Bug testsuite/64796] effective target bswap64 globally caches target-specific use of lp64

2015-01-26 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64796 vries at gcc dot gnu.org changed: What|Removed |Added CC||thomas.preudhomme at arm dot c

[Bug target/64368] [5 Regression] Several libstdc++ test failures on non-linux platforms after r218964.

2015-01-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64368 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread enkovich.gnu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #8 from Ilya Enkovich --- Created attachment 34569 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34569&action=edit patch to disable warnings for array references generated by cunroll

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread enkovich.gnu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #9 from Ilya Enkovich --- Nice solution for this problem would be to have a better estimation of maximum loop iterations number. Currently array size and index step are used to get the maximum ignoring starting index value range. An

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 Richard Biener changed: What|Removed |Added Keywords||diagnostic Priority|P3

[Bug bootstrap/64754] [5 Regression] bootstrap failed with --with-build-config=bootstrap-lto

2015-01-26 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64754 --- Comment #6 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Jan 26 12:47:20 2015 New Revision: 220108 URL: https://gcc.gnu.org/viewcvs?rev=220108&root=gcc&view=rev Log: Initialize ruid in new_var_info PR bootstrap/64754 * tree-

[Bug bootstrap/64754] [5 Regression] bootstrap failed with --with-build-config=bootstrap-lto

2015-01-26 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64754 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/64421] Incorrect vector function name generated for log

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64421 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libitm/52482] libitm INVALID MNEMONIC in .S (powerpc asm)

2015-01-26 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52482 --- Comment #11 from torvald at gcc dot gnu.org --- Thanks for confirming. However, that fails before libitm, for which you should file a separate bug report. Thanks.

[Bug libitm/61594] ICE (assertion failure) in trans-mem.c

2015-01-26 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61594 --- Comment #6 from torvald at gcc dot gnu.org --- We can keep it open, but my guess is that it would need some volunteer to actively drive the backporting process. I.e., with a patch and testing. Given that TM is experimental, I think backportin

[Bug libitm/61594] ICE (assertion failure) in trans-mem.c

2015-01-26 Thread torvald at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61594 torvald at gcc dot gnu.org changed: What|Removed |Added Version|5.0 |4.9.1 --- Comment #7 from to

[Bug fortran/62044] [4.8/4.9 Regression] ICE in USE statement with RENAME for extended derived type

2015-01-26 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044 Mikael Morin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/64739] Spurious "array subscript is above array bounds" warning

2015-01-26 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64739 Igor Zamyatin changed: What|Removed |Added CC||izamyatin at gmail dot com --- Comment #

[Bug fortran/62044] [4.8/4.9 Regression] ICE in USE statement with RENAME for extended derived type

2015-01-26 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044 --- Comment #9 from Mikael Morin --- Created attachment 34571 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34571&action=edit segregate derived type namespaces from regular namespaces To convince yourself that sym_root fields are never us

[Bug testsuite/63439] [5 Regression] FAIL: gcc.dg/vect/vect-33.c scan-tree-dump vect "Alignment of access forced using peeling"

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63439 Rainer Orth changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64755] Error in optimization with std::array

2015-01-26 Thread nubcrack at yahoo dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64755 --- Comment #5 from Alejandro Rivero Pérez --- Yes, my bad, with no-strict-aliasing the code compiles OK and generate the desire output. After read more info about strict-aliasing that definitely is the problem, thanks for the help, sorry for the

[Bug middle-end/64766] [4.8/4.9/5 Regression] internal compiler error: tree check: expected block, have error_mark in lower_function_body, at gimple-low.c:122

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64766 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug libstdc++/64797] 22_locale/conversions/string/2.cc FAILs

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 Rainer Orth changed: What|Removed |Added Target Milestone|--- |5.0

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64797] New: 22_locale/conversions/string/2.cc FAILs

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64797 Bug ID: 64797 Summary: 22_locale/conversions/string/2.cc FAILs Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #19 from Ramana Radhakrishnan --- (In reply to Richard Biener from comment #18) > It's probably not correct to simply transfer range info from *idx to > iv->base. > Instead SCEV analysis needs to track the range of CHREC_LEFT when it

[Bug fortran/64771] [4.9/5 Regression] ICE(segfault) when passing coarrays around; ICE in gfc_zero_size_array in arith.c:1637

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64771 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread enkovich.gnu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #12 from Ilya Enkovich --- (In reply to Richard Biener from comment #10) > Ick - that will also paper over good warnings so I'd rather not do that. I'm also worried about possible good warnings removal. Thus I disable them only in c

[Bug libstdc++/64798] [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 Rainer Orth changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libstdc++/64798] New: [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 Bug ID: 64798 Summary: [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/64761] [4.9/5 Regression] -freorder-blocks-and-partition causes some failures on SH

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64761 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug middle-end/64592] [5 regression] tramp3d EH unwind tables are 50% bigger with mainline compared to GCC 4.9

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64592 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug libffi/64779] [5 Regression] libffi/src/x86/sysv.S:864: Error: junk at end of line, first unrecognized character is `@'

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64779 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug libffi/64799] New: [5 regression] libffi.special/unwindtest.cc FAILs on Solaris/SPARC

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64799 Bug ID: 64799 Summary: [5 regression] libffi.special/unwindtest.cc FAILs on Solaris/SPARC Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug libffi/64799] [5 regression] libffi.special/unwindtest.cc FAILs on Solaris/SPARC

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64799 Rainer Orth changed: What|Removed |Added Target Milestone|--- |5.0

[Bug libobjc/63765] [5.0 Regression] libobjc testsuite failures on AIX caused by setting _XOPEN_SOURCE

2015-01-26 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63765 --- Comment #15 from Rainer Orth --- I've never received comments on my alternative patch. Either that one, which I prefer since it's cleaner) or the previous one (ugly and target-specific), needs to be applied to have AIX bootstrap, I believe.

[Bug c/64800] New: Bad opcode produced for coldfire mcf5307 processor

2015-01-26 Thread angelo70 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64800 Bug ID: 64800 Summary: Bad opcode produced for coldfire mcf5307 processor Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #20 from amker at gcc dot gnu.org --- (In reply to Richard Biener from comment #18) > It's probably not correct to simply transfer range info from *idx to > iv->base. > Instead SCEV analysis needs to track the range of CHREC_LEFT when

[Bug bootstrap/64612] [5 Regression] profiledbootstrap failures

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64612 --- Comment #18 from Jakub Jelinek --- Created attachment 34573 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34573&action=edit gcc5-pr64612.patch Lightly tested patch to do that (tested just on x86_64-linux).

[Bug ipa/64801] New: [5 Regression] kernel build failure due to ICF

2015-01-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64801 Bug ID: 64801 Summary: [5 Regression] kernel build failure due to ICF Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ipa

[Bug c/64800] Bad opcode produced for coldfire mcf5307 processor

2015-01-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64800 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/64764] [5 Regression] internal compiler error: in is_value_included_in, at tree-ssa-uninit.c:942

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64764 --- Comment #3 from Richard Biener --- Author: rguenth Date: Mon Jan 26 14:50:03 2015 New Revision: 220111 URL: https://gcc.gnu.org/viewcvs?rev=220111&root=gcc&view=rev Log: 2015-01-26 Richard Biener PR middle-end/64764 * tree-ssa-un

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #21 from rguenther at suse dot de --- On Mon, 26 Jan 2015, ramana at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 > > --- Comment #19 from Ramana Radhakrishnan --- > (In reply to Richard Biener from c

[Bug ipa/64730] [5 Regression] g++.dg/ipa/pr64049-1.C ICE: SEGV when printing NULL

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64730 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/64802] New: [ARM] Selecting an -mcpu or -march that supports only one of ARM/Thumb should default to the ISA that *is* supported

2015-01-26 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64802 Bug ID: 64802 Summary: [ARM] Selecting an -mcpu or -march that supports only one of ARM/Thumb should default to the ISA that *is* supported Product: gcc Version:

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #22 from rguenther at suse dot de --- On Mon, 26 Jan 2015, amker at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 > > --- Comment #20 from amker at gcc dot gnu.org --- > (In reply to Richard Biener from

[Bug libstdc++/64798] [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs

2015-01-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 --- Comment #1 from rguenther at suse dot de --- On Mon, 26 Jan 2015, ro at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 > > Bug ID: 64798 >Summary: [5 regression] g++.old-deja/g++.eh/badal

[Bug ipa/64776] [5 Regression] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug c/64803] New: __LINE__ inside macro is not constant

2015-01-26 Thread alserkli at inbox dot ru
(x) C(L, x) #define M(a) goto L(__LINE__); __LINE__; L(__LINE__): M(a ); produces (gcc -E; 5.0.0 20150126) goto L5; 5; L4: In gcc-4.7 the result was (after '#' lines removal) goto L5 ; 5 ; L5 : ;

[Bug libstdc++/64798] [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs

2015-01-26 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 --- Comment #2 from rguenther at suse dot de --- On Mon, 26 Jan 2015, Richard Biener wrote: > On Mon, 26 Jan 2015, ro at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 > > > > Bug ID: 64798 > >

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #23 from amker at gcc dot gnu.org --- Now I am less convinced that it's a tree ivopt issue. Tree optimizer has no knowledge about stack frame information for local array variables. With the original test, on 32-bits targets, tree ivo

[Bug ipa/63566] [5 Regression] i686 bootstrap fails: ICE RTL flag check: INSN_UID used with unexpected rtx code 'set' in INSN_UID, at rtl.h:1326

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566 --- Comment #8 from Jakub Jelinek --- Honza/Martin, any progress on this?

[Bug tree-optimization/64277] [4.9/5 Regression] Incorrect warning "array subscript is above array bounds"

2015-01-26 Thread enkovich.gnu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64277 --- Comment #13 from Ilya Enkovich --- Ranges have to be used for maxiter computations to have consistent analysis in complete unroll and vrp. Following patch allows to refine maxiter estimation using ranges and avoid warnings. diff --git a/gcc

[Bug sanitizer/64435] [5 Regression] Bootstrap failure in libsanitizer on AArch64 with Linux kernel <= 3.15

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64435 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/64801] [5 Regression] kernel build failure due to ICF

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64801 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug libstdc++/64798] [5 regression] g++.old-deja/g++.eh/badalloc1.C FAILs

2015-01-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64798 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug ipa/64776] [5 Regression] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 --- Comment #5 from Dominique d'Humieres --- Created attachment 34576 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34576&action=edit pr64307.c.050i.whole-program for --enable-checking=release build > Can you attach preprocessed source or

[Bug tree-optimization/62173] [5.0 regression] 64bit Arch can't ivopt while 32bit Arch can

2015-01-26 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #24 from Jiong Wang --- (In reply to amker from comment #23) partially agree. at least for the single use case given by Seb, I think tree ivopt should do it. (I verified clang do ivopt correctly for the case) for the rtl re-associa

[Bug libobjc/63765] [5.0 Regression] libobjc testsuite failures on AIX caused by setting _XOPEN_SOURCE

2015-01-26 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63765 --- Comment #16 from David Edelsohn --- The alternative patch works on AIX. I thought that it was going to be installed.

[Bug ipa/64776] [5 Regression] FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_64-apple-darwin14

2015-01-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64776 --- Comment #6 from Dominique d'Humieres --- Created attachment 34577 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34577&action=edit pr64307.c.050i.whole-program for --enable-checking=release build > Can you attach preprocessed source or

[Bug c/64803] [5 Regression] __LINE__ inside macro is not constant

2015-01-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64803 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

  1   2   3   >