[Bug tree-optimization/61554] [4.10 Regression] ICE: Segmentation fault

2014-06-23 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61554 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/61554] [4.10 Regression] ICE: Segmentation fault

2014-06-23 Thread cltang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61554 --- Comment #4 from Chung-Lin Tang --- Author: cltang Date: Tue Jun 24 06:33:58 2014 New Revision: 211928 URL: https://gcc.gnu.org/viewcvs?rev=211928&root=gcc&view=rev Log: 2014-06-24 Chung-Lin Tang PR tree-optimization/61554 * tree-

[Bug c++/61587] Line number of code that triggers "use of deleted function" error is absent from error message

2014-06-23 Thread Marc.van-Leeuwen at math dot univ-poitiers.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61587 --- Comment #2 from Marc van Leeuwen --- But the error in this program is so much not with the implicitly declared copy constructor of A itself (I suppose it is "A::A (const &A)" that the compiler is trying to generate here) but with the fact tha

[Bug rtl-optimization/61494] -fsignaling-nans not taken into account for x - 0.0

2014-06-23 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61494 baoshan changed: What|Removed |Added CC||pangbw at gmail dot com --- Comment #2 from ba

[Bug libstdc++/56785] std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56785 --- Comment #13 from Jonathan Wakely --- (In reply to Marc Glisse from comment #1) > I assume (needs to be checked) this is related to the issue, reported > elsewhere, that makes the size of > std::tuple>>> grow linearly with the > nesting depth.

[Bug libstdc++/56785] std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements

2014-06-23 Thread gcc-bugzilla at contacts dot eelis.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56785 --- Comment #12 from Eelis --- Ooh, very nice! Thanks!

[Bug libstdc++/51653] More compact std::tuple

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51653 --- Comment #4 from Jonathan Wakely --- (In reply to Marc Glisse from comment #3) > The suggestion in this PR is quite wild, but the fact that > sizeof(tuple)==20 is a real issue that > could probably be solved with less trouble (still ABI-br

[Bug libstdc++/56785] std::tuple of two elements does not apply empty base class optimization when one of its elements is a std::tuple with two elements

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56785 --- Comment #11 from Jonathan Wakely --- Created attachment 32994 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32994&action=edit stop the inheritance recursion at the last element This fixes all the issues mentioned here

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

2014-06-23 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 Jan Hubicka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug libstdc++/56482] missing -lpthread in configure when checking for pthreads_num_processors_np

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56482 --- Comment #5 from Jonathan Wakely --- Created attachment 32993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32993&action=edit change GCC_TRY_COMPILE_OR_LINK test to AC_TRY_COMPILE Does this patch (against trunk) solve the problem?

[Bug middle-end/39284] Computed gotos combined too aggressively

2014-06-23 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39284 Kai Tietz changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug middle-end/39284] Computed gotos combined too aggressively

2014-06-23 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39284 --- Comment #13 from Kai Tietz --- Author: ktietz Date: Mon Jun 23 21:52:31 2014 New Revision: 211919 URL: https://gcc.gnu.org/viewcvs?rev=211919&root=gcc&view=rev Log: PR target/39284 * passes.def (peephole2): Move peephole2 pas

[Bug target/31782] Invalid assembly code on initial dollar signs

2014-06-23 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #9 from Harald van Dijk --- Oh, very sorry about that, I hadn't realised clang stopped using gas. clang uses its own assembler now, which supports quoted names this as a syntax extension. Now that there is a possible syntax already, p

[Bug target/61589] [4.10 Regression] FAIL: (gcc.c-torture/compile|gcc.dg)/pr34856.c on powerpc-apple-darwin9 with -O2 and above

2014-06-23 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61589 Iain Sandoe changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/61396] [4.10 regression] ICE in simplify_immed_subreg

2014-06-23 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61396 Iain Sandoe changed: What|Removed |Added CC||dominiq at lps dot ens.fr --- Comment #2 f

[Bug libstdc++/61532] [4.9/4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61532 --- Comment #9 from Jonathan Wakely --- The tests should be fixed now - please check.

[Bug libstdc++/61532] [4.9/4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61532 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Mon Jun 23 20:29:57 2014 New Revision: 211914 URL: https://gcc.gnu.org/viewcvs?rev=211914&root=gcc&view=rev Log: PR libstdc++/61532 * testsuite/20_util/make_signed/requirements/t

[Bug rtl-optimization/61572] [4.10 Regression] ICE: in assign_by_spills, at lra-assigns.c:1335

2014-06-23 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61572 --- Comment #3 from Vladimir Makarov --- When LRA processes insn 17 in BB3 it creates a reload pseudo 101 of DREG class Choosing alt 0 in insn 17: (0) =d (1) %a (2) rm (3) =1 {*smulsi3_highpart_1} Creating newreg=101 from oldr

[Bug target/61589] New: [4.10 Regression] FAIL: (gcc.c-torture/compile|gcc.dg)/pr34856.c on powerpc-apple-darwin9 with -O2 and above

2014-06-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61589 Bug ID: 61589 Summary: [4.10 Regression] FAIL: (gcc.c-torture/compile|gcc.dg)/pr34856.c on powerpc-apple-darwin9 with -O2 and above Product: gcc Version: 4.10.0

[Bug regression/61436] [4.10 Regression]: g++.dg/tls/diag-1.C ICE (emutls)

2014-06-23 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61436 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/61553] __atomic_store with non-pointer arg ICE

2014-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61553 --- Comment #4 from Marek Polacek --- Author: mpolacek Date: Mon Jun 23 18:23:19 2014 New Revision: 211910 URL: https://gcc.gnu.org/viewcvs?rev=211910&root=gcc&view=rev Log: PR c/61553 * c-c++-common/pr61553.c (foo): Add dg-error. Modif

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

2014-06-23 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 Hans-Peter Nilsson changed: What|Removed |Added Target|arm-none-eabi, |arm-none-eabi, |a

[Bug libstdc++/61532] [4.9/4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61532 --- Comment #7 from Jonathan Wakely --- Author: redi Date: Mon Jun 23 18:17:03 2014 New Revision: 211909 URL: https://gcc.gnu.org/viewcvs?rev=211909&root=gcc&view=rev Log: PR libstdc++/61532 * testsuite/20_util/make_signed/requirements/t

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread bergner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 --- Comment #6 from Peter Bergner --- Author: bergner Date: Mon Jun 23 17:55:49 2014 New Revision: 211908 URL: https://gcc.gnu.org/viewcvs?rev=211908&root=gcc&view=rev Log: Merge up to 211899. * REVISION: Update subversion id. Picks

[Bug c++/61370] decltype, enable_if, previous arguments

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61370 Patrick Moran changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52830 --- Comment #2 from Patrick Moran --- *** Bug 61370 has been marked as a duplicate of this bug. ***

[Bug c++/52830] ICE: "canonical types differ for identity types ..." when attempting SFINAE with member type

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52830 Patrick Moran changed: What|Removed |Added CC||patrick.a.moran at gmail dot com --- Co

[Bug libstdc++/61532] [4.9/4.10 regression] make_signed and make_unsigned wchar_t have started failing in the libstdc++ testsuite.

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61532 --- Comment #6 from Jonathan Wakely --- Ramana, are you actually testing on trunk? r210517 should have fixed three of those failures

[Bug c/61588] Optimization defaults are not what documentation say they should be

2014-06-23 Thread af300wsm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61588 --- Comment #3 from af300wsm at gmail dot com --- Created attachment 32991 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32991&action=edit Os settings for gcc 4.4.4

[Bug c++/61370] decltype, enable_if, previous arguments

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61370 --- Comment #5 from Jonathan Wakely --- (In reply to Patrick Moran from comment #4) > A bit unsure of the ettiquette here - as the original reporter is it > appropriate for me to go ahead and mark this ticket dup? yes, if you're sure it's the sa

[Bug c/61588] Optimization defaults are not what documentation say they should be

2014-06-23 Thread af300wsm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61588 --- Comment #2 from af300wsm at gmail dot com --- Created attachment 32990 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32990&action=edit O2 settings for 4.4.4

[Bug c/61588] Optimization defaults are not what documentation say they should be

2014-06-23 Thread af300wsm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61588 --- Comment #1 from af300wsm at gmail dot com --- Created attachment 32989 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32989&action=edit O2 settings for 4.4.7

[Bug debug/60782] DWARF does not represent _Atomic

2014-06-23 Thread mark at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60782 Mark Wielaard changed: What|Removed |Added CC||mark at gcc dot gnu.org --- Comment #1 f

[Bug c++/61587] Line number of code that triggers "use of deleted function" error is absent from error message

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61587 --- Comment #1 from Jonathan Wakely --- Your type's copy constructor is implicitly-declared, so there is no exact line number to point to. That's why it points to the class definition at line 6

[Bug c/61588] New: Optimization defaults are not what documentation say they should be

2014-06-23 Thread af300wsm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61588 Bug ID: 61588 Summary: Optimization defaults are not what documentation say they should be Product: gcc Version: 4.4.7 Status: UNCONFIRMED Severity: critical

[Bug c++/33101] [DR 577] allow typedefs for void in empty parameter list

2014-06-23 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33101 Paolo Carlini changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/33101] [DR 577] allow typedefs for void in empty parameter list

2014-06-23 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33101 --- Comment #20 from paolo at gcc dot gnu.org --- Author: paolo Date: Mon Jun 23 17:05:33 2014 New Revision: 211906 URL: https://gcc.gnu.org/viewcvs?rev=211906&root=gcc&view=rev Log: /cp 2014-06-23 Paolo Carlini DR 577 PR c++/33101

[Bug c/61553] __atomic_store with non-pointer arg ICE

2014-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61553 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/61553] __atomic_store with non-pointer arg ICE

2014-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61553 --- Comment #2 from Marek Polacek --- Author: mpolacek Date: Mon Jun 23 16:57:48 2014 New Revision: 211905 URL: https://gcc.gnu.org/viewcvs?rev=211905&root=gcc&view=rev Log: PR c/61553 * c-common.c (get_atomic_generic_size): Don't segfau

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2014-06-23 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug target/61570] -march=native CPU you selected does not support x86-64 instruction under QEMU

2014-06-23 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61570 --- Comment #4 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Jun 23 16:28:36 2014 New Revision: 211901 URL: https://gcc.gnu.org/viewcvs?rev=211901&root=gcc&view=rev Log: Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit P

[Bug libgcc/61585] Subscript-out-of-range in unwind-seh.c?

2014-06-23 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61585 Kai Tietz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcc/61585] Subscript-out-of-range in unwind-seh.c?

2014-06-23 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61585 --- Comment #2 from Kai Tietz --- Author: ktietz Date: Mon Jun 23 16:20:31 2014 New Revision: 211900 URL: https://gcc.gnu.org/viewcvs?rev=211900&root=gcc&view=rev Log: PR libgcc/61585 * unwind-seh.c (_Unwind_GetGR): Check for proper

[Bug middle-end/61571] bad aliasing --> wrong FRE

2014-06-23 Thread xinliangli at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 --- Comment #5 from davidxl --- Thanks for the analysis. I agree it is invalid to use -fstrict-aliasing for the code. The implementation tries to save some space in __list_impl class by making the sentinel marker __end_ to be just __list_node_

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2014-06-23 Thread alex.wolf at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909 --- Comment #8 from Alex --- I am writing cross platform code with some platform specific USB enumeration functionality. IOKit was just what I needed on the mac, libudev on linux. I inevitably stumbled over this issue when trying to compile the m

[Bug libstdc++/61166] overflow when parse number in std::duration operator""

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61166 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 Alan Modra changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 --- Comment #4 from Alan Modra --- Author: amodra Date: Mon Jun 23 15:10:32 2014 New Revision: 211898 URL: https://gcc.gnu.org/viewcvs?rev=211898&root=gcc&view=rev Log: gcc/ PR bootstrap/61583 * tree-vrp.c (remove_range_assertions): Do n

[Bug c++/61587] New: Line number of code that triggers "use of deleted function" error is absent from error message

2014-06-23 Thread Marc.van-Leeuwen at math dot univ-poitiers.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61587 Bug ID: 61587 Summary: Line number of code that triggers "use of deleted function" error is absent from error message Product: gcc Version: 4.8.1 Status: UNCONFIRMED

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 --- Comment #3 from Alan Modra --- Author: amodra Date: Mon Jun 23 15:08:30 2014 New Revision: 211897 URL: https://gcc.gnu.org/viewcvs?rev=211897&root=gcc&view=rev Log: gcc/ PR bootstrap/61583 * tree-vrp.c (remove_range_assertions): Do n

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

2014-06-23 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 --- Comment #2 from jgreenhalgh at gcc dot gnu.org --- Actually, that test case gets you a different ICE: reduced.c:1:17: internal compiler error: Segmentation fault __thread struct __res_state foo; ^ 0x9805ee crash_signal /

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

2014-06-23 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added CC||jgreenhalgh at gcc dot gn

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

2014-06-23 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61548 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/61370] decltype, enable_if, previous arguments

2014-06-23 Thread patrick.a.moran at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61370 --- Comment #4 from Patrick Moran --- This bug does indeed seem to be related to / duplicate of c++/52830. That is, the two bugs reports are referring to the same trigger, but the bug manifests differently in the two versions (in the 4.9.0 I tes

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2014-06-23 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug sanitizer/61530] [4.10 Regression] segfault with asan

2014-06-23 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61530 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug tree-optimization/61576] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-06-23 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61576 --- Comment #4 from Yuri Rumyantsev --- There is an issue with phi-node and reduction stmt - after r211302 new hammock was inserted between reduction stmt and bb containing phi: : d.6_12 = d_lsm.14_17 + 1; if (c.8_13 != 0) goto ; els

[Bug target/60825] [AArch64] int64x1_t, uint64x1_t and float64x1_t are not treated as vector types

2014-06-23 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60825 --- Comment #4 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Mon Jun 23 14:07:42 2014 New Revision: 211894 URL: https://gcc.gnu.org/viewcvs?rev=211894&root=gcc&view=rev Log: PR/60825 Make {int,uint}64x1_t in arm_neon.h a proper vect

[Bug c/61553] __atomic_store with non-pointer arg ICE

2014-06-23 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61553 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/60825] [AArch64] int64x1_t, uint64x1_t and float64x1_t are not treated as vector types

2014-06-23 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60825 --- Comment #3 from alalaw01 at gcc dot gnu.org --- Author: alalaw01 Date: Mon Jun 23 12:46:52 2014 New Revision: 211892 URL: https://gcc.gnu.org/viewcvs?rev=211892&root=gcc&view=rev Log: PR/60825 Make float64x1_t in arm_neon.h a proper vector ty

[Bug c++/61574] Confusing .debug_line generation by -g option

2014-06-23 Thread jamesgua at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61574 --- Comment #4 from jamesgua at ca dot ibm.com --- Found the same issue with G++ 4.6.1 on zLinux.

[Bug middle-end/61571] bad aliasing --> wrong FRE

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/61230] [4.10 regression][AArch64] New shift costs make scalar_shift_1.c to FAIL

2014-06-23 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61230 jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolut

[Bug testsuite/61560] [4.10 Regression] FAIL: gcc.dg/tree-ssa/ssa-fre-32.c on arm

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61560 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/61569] faggressive-loop-optimizations overoptimize loop checks with unpredicted result

2014-06-23 Thread n-gcc at nn dot kiev.ua
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61569 --- Comment #2 from Valentin Nechayev --- (In reply to Richard Biener from comment #1) [overquoting skipped] > Unfortunately that's not possible. What about absense of warning under -Wstrict-overflow?

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug tree-optimization/61576] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61576 Richard Biener changed: What|Removed |Added CC||ysrumyan at gmail dot com --- Comment #

[Bug tree-optimization/61576] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61576 --- Comment #2 from Richard Biener --- Hmm, but it doesn't do any PHI hoisting. -fno-tree-loop-if-convert fixes it, -O2 -ftree-loop-if-convert breaks it.

[Bug c++/61575] [4.9 Regression] Bogus invalid initialization of reference of type 'const D&' from expression of type ''

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61575 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.1

[Bug rtl-optimization/61572] [4.10 Regression] ICE: in assign_by_spills, at lra-assigns.c:1335

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61572 Richard Biener changed: What|Removed |Added Keywords||ra Target|

[Bug middle-end/61571] bad aliasing --> wrong FRE

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/61569] faggressive-loop-optimizations overoptimize loop checks with unpredicted result

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61569 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/61123] With LTO, -fno-short-enums is ignored, resulting in ABI mis-matching in linking.

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61123 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/61566] [4.9/4.10 Regression] ICE in write_unscoped_name

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61566 Richard Biener changed: What|Removed |Added Known to work||4.8.3 Version|unknown

[Bug c++/61564] #pragma GCC optimize ("-fno-lto") causes the compiler to crash

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61564 --- Comment #1 from Richard Biener --- It's not supposed to be supported to enable/disable LTO with the optimize pragma.

[Bug lto/61557] [4.9/4.10 Regression] LTO ICE: verify_flow_info failed (error: control flow in the middle of basic block)

2014-06-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61557 Richard Biener changed: What|Removed |Added Keywords||lto Target Milestone|---

[Bug target/61586] New: ICE on alpha in alpha_handle_trap_shadows, at config/alpha/alpha.c:8724

2014-06-23 Thread mcree at orcon dot net.nz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61586 Bug ID: 61586 Summary: ICE on alpha in alpha_handle_trap_shadows, at config/alpha/alpha.c:8724 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug libgcc/61585] Subscript-out-of-range in unwind-seh.c?

2014-06-23 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61585 Kai Tietz changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libgcc/61585] New: Subscript-out-of-range in unwind-seh.c?

2014-06-23 Thread lh_mouse at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61585 Bug ID: 61585 Summary: Subscript-out-of-range in unwind-seh.c? Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc

[Bug libstdc++/61582] C11 regex memory corruption

2014-06-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61582 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/61576] [4.10 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-06-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61576 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/61583] [4.9/4.10 regression] stage2 and stage3 compare failure due to value range loss

2014-06-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61583 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug c++/61584] What defines std::underlying_type?

2014-06-23 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61584 --- Comment #2 from David Krauss --- C "compatible type" determines integer conversion rank (C11 §6.3.1.1). C++ fixes the rank by a heuristic which the implementation cannot decide (C++11 §4.5/3). Currently, enum promotions are incompatible betw

[Bug target/31782] Invalid assembly code on initial dollar signs

2014-06-23 Thread raphael.jakse at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31782 --- Comment #8 from Raphaël JAKSE --- I tried call"$" instead of call($) With gcc -S, I got : t.s: Assembler messages: t.s:30: Error: invalid character `"' before operand 1 I don't know if there is a way to use quoting (" ") i

[Bug c++/61584] What defines std::underlying_type?

2014-06-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61584 --- Comment #1 from Andrew Pinski --- https://gcc.gnu.org/onlinedocs/gcc-4.9.0/gcc/Structures-unions-enumerations-and-bit-fields-implementation.html The integer type compatible with each enumerated type (C90 6.5.2.2, C99 and C11 6.7.2.2). Normal

[Bug c++/61584] New: What defines std::underlying_type?

2014-06-23 Thread potswa at mac dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61584 Bug ID: 61584 Summary: What defines std::underlying_type? Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++