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

2015-02-05 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 Paul Thomas pault at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

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

2015-02-05 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 --- Comment #11 from Paul Thomas pault at gcc dot gnu.org --- Author: pault Date: Thu Feb 5 08:06:04 2015 New Revision: 220436 URL: https://gcc.gnu.org/viewcvs?rev=220436root=gccview=rev Log: 2015-02-05 Paul Thomas pa...@gcc.gnu.org PR

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

2015-02-05 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49213 Bug 49213 depends on bug 64757, which changed state. Bug 64757 Summary: [5 Regression] ICE in fold_convert_loc, at fold-const.c:2353 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 What|Removed |Added

[Bug fortran/64943] New: No error on ultimate allocatable components in IO list

2015-02-05 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 Bug ID: 64943 Summary: No error on ultimate allocatable components in IO list Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/63776] [C++11] Regex collate matching not working

2015-02-05 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63776 --- Comment #8 from Tim Shen timshen at gcc dot gnu.org --- I'm not sure how you call boost::regex in your code, here's what I did: // g++ b.cc -lboost_regex -licuuc #include boost/regex/icu.hpp #include boost/regex.hpp #include iostream

[Bug target/43264] Arithmetic expression error

2015-02-05 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264 --- Comment #6 from Jeffrey A. Law law at gcc dot gnu.org --- Author: law Date: Fri Feb 6 05:34:00 2015 New Revision: 220471 URL: https://gcc.gnu.org/viewcvs?rev=220471root=gccview=rev Log: PR target/43264 * config/h8300/h8300.c

[Bug target/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2015-02-05 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 --- Comment #18 from amker at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #16) The cost of expression p + ((sizetype)(99 - i_6(D)) + 1) * 4 computed using normal +/-/* operators on sparc64 is 18, but the cost is 32 if it is

[Bug target/43264] Arithmetic expression error

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2015-02-05 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 --- Comment #20 from amker at gcc dot gnu.org --- (In reply to Eric Botcazou from comment #19) The assembly is as below on sparc64: f1: .register %g2, #scratch sllx%o1, 2, %g1 mov 99, %g2 add %o0,

[Bug fortran/60956] [4.8/4.9/5 Regression] error reading (and writing) large text files in gfortran

2015-02-05 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60956 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug target/62631] gcc.dg/tree-ssa/ivopts-lt-2.c FAILs

2015-02-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631 --- Comment #19 from Eric Botcazou ebotcazou at gcc dot gnu.org --- The assembly is as below on sparc64: f1: .register %g2, #scratch sllx%o1, 2, %g1 mov 99, %g2 add %o0, %g1, %o0 sub %g2,

[Bug fortran/60956] error reading (and writing) large text files in gfortran

2015-02-05 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60956 --- Comment #3 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- I took a closer look at this one. The error I am getting is running out of allocatable space in realloc used in fbuf.c (fbuf_alloc). We are allocating one byte at a time, and

[Bug libstdc++/63775] [C++11] Regex range with leading dash (-) not working

2015-02-05 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63775 Tim Shen timshen at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/63920] Any regular expression should not match an empty sequence if match_not_null is specified

2015-02-05 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63920 Tim Shen timshen at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/64928] Inordinate cpu time and memory usage in phase opt and generate with -ftest-coverage -fprofile-arcs

2015-02-05 Thread lucier at math dot purdue.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928 --- Comment #5 from lucier at math dot purdue.edu --- Created attachment 34681 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34681action=edit _io.i.gz: larger test file With this compiler: firefly:~/Downloads/gambit/lib

[Bug other/64928] Inordinate cpu time and memory usage in phase opt and generate with -ftest-coverage -fprofile-arcs

2015-02-05 Thread lucier at math dot purdue.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64928 --- Comment #6 from lucier at math dot purdue.edu --- The problem does not appear with this compiler: maclaurin-271% gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man

[Bug tree-optimization/64957] New: wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-02-05 Thread su at cs dot ucdavis.edu
model: posix gcc version 5.0.0 20150205 (experimental) [trunk revision 220434] (GCC) $ $ gcc-trunk -O0 small.c; a.out $ gcc-4.9 -O1 small.c; a.out $ $ gcc-trunk -O1 small.c $ ./a.out Aborted (core dumped) $ -- int a, b; int main () { a = 0; for (; a 2

[Bug libstdc++/60020] Considering backport regexp support to 4.8+

2015-02-05 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60020 Tim Shen timshen at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/17306] function_vector attribute in H8300H/H8S

2015-02-05 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17306 --- Comment #3 from Jeffrey A. Law law at gcc dot gnu.org --- Author: law Date: Fri Feb 6 06:19:03 2015 New Revision: 220472 URL: https://gcc.gnu.org/viewcvs?rev=220472root=gccview=rev Log: PR target/17306 * config/h8300/constraints.md

[Bug target/17306] function_vector attribute in H8300H/H8S

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=17306 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug libstdc++/61720] std::regex_search matches incorrectly

2015-02-05 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61720 Tim Shen timshen at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/64946] New: For Aarch64, vectorization with abs instruction is not hapenning with vector elements of char/short type.

2015-02-05 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64946 Bug ID: 64946 Summary: For Aarch64, vectorization with abs instruction is not hapenning with vector elements of char/short type. Product: gcc Version: 5.0 Status:

[Bug tree-optimization/64946] For Aarch64, vectorization with abs instruction is not hapenning with vector elements of char/short type.

2015-02-05 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64946 --- Comment #1 from vekumar at gcc dot gnu.org --- The test case is got from gcc.target/aarch64/vect-abs-compile.c

[Bug target/64941] -O3 breaks tar

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64941 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug target/64516] [4.x Regression] arm: wrong unaligned load generated

2015-02-05 Thread markus at oberhumer dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64516 --- Comment #3 from Markus F.X.J. Oberhumer markus at oberhumer dot com --- Just for reference, here is the expected result: $ clang -target armv5-unknown-linux-gnu -marm -mfloat-abi=soft --version clang version 3.5.1 (tags/RELEASE_351/final)

[Bug fortran/64943] No error on ultimate allocatable components in IO list

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 --- Comment #3 from Tobias Burnus burnus at gcc dot gnu.org --- (In reply to Tobias Burnus from comment #2) In principle, we do have a similar check in resolve.c's resolve_transfer. The question is why it doesn't trigger. Answer: Only

[Bug ada/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).

2015-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 --- Comment #17 from Dominique d'Humieres dominiq at lps dot ens.fr --- Better now? Yes, I have bootstrapped a clean revision r220437 on x86_64-apple-darwin10, regtesting in progress. For the record, I still see the warning ld: warning: can't

[Bug tree-optimization/64326] [5 Regression] ICE at -O3 on x86_64-linux-gnu in check_probability, at basic-block.h:581

2015-02-05 Thread tbsaunde at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64326 --- Comment #5 from tbsaunde at gcc dot gnu.org --- (In reply to Jan Hubicka from comment #4) make_forwarder_block is definitely wrong on not capping. But I do not see how vectorizing can get us to a frequncy over FREQ_MAX? So probably some

[Bug tree-optimization/64946] [AArch64] gcc.target/aarch64/vect-abs-compile.c - abs vectorization fails for char/short types

2015-02-05 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64946 James Greenhalgh jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Target|aarch64

[Bug fortran/64943] No error on ultimate allocatable components in IO list

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 --- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org --- In principle, we do have a similar check in resolve.c's resolve_transfer. The question is why it doesn't trigger. if (ts-type == BT_CLASS) { /* FIXME: Test for defined

[Bug c++/64940] Question: is it possible to build a single gcc/g++ that will work on mult. OS versions?

2015-02-05 Thread bill.torpey at ullink dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64940 --- Comment #4 from Bill Torpey bill.torpey at ullink dot com --- That was the first thing I tried, but the system limits.h does an include_next which fails, and the system features.h doesnt include compiler-specific definitions, so that also

[Bug fortran/64947] Internal compiler error: in gimplify_expr, at gimplify.c:8425

2015-02-05 Thread bugs at stellardeath dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64947 --- Comment #1 from Lorenz Hüdepohl bugs at stellardeath dot org --- Also present in 4.8.3: # gfortran --version GNU Fortran (SUSE Linux) 4.8.3 20141208 [gcc-4_8-branch revision 218481] Copyright (C) 2013 Free Software Foundation, Inc. GNU

[Bug ada/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).

2015-02-05 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 --- Comment #18 from Iain Sandoe iains at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #17) Better now? Yes, I have bootstrapped a clean revision r220437 on x86_64-apple-darwin10, regtesting in progress. For the

[Bug fortran/64947] Internal compiler error: in gimplify_expr, at gimplify.c:8425

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64947 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug fortran/64947] ICE in gimplify_expr, at gimplify.c:8425 with arrays of type(C_PTR)

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64947 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Summary|Internal compiler error: in |ICE in

[Bug target/64205] [5 Regression] powerpc64-linux --with-cpu=G5 bootstrap failure

2015-02-05 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64205 --- Comment #6 from Michael Meissner meissner at gcc dot gnu.org --- Created attachment 34680 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34680action=edit Proposed patch to fix the problem

[Bug target/64205] [5 Regression] powerpc64-linux --with-cpu=G5 bootstrap failure

2015-02-05 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64205 Michael Meissner meissner at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/64955] RFE: have -Wformat suggest the correct format string to use

2015-02-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64955 David Malcolm dmalcolm at gcc dot gnu.org changed: What|Removed |Added Severity|normal |enhancement

[Bug target/33163] internal compiler error: in gen_rtx_SUBREG, at emit-rtl.c:700

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33163 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug middle-end/32693] [H8] : ICE: in gen_rtx_SUBREG, at emit-rtl.c:693

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32693 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC|

[Bug c++/64955] New: RFE: have -Wformat suggest the correct format string to use

2015-02-05 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64955 Bug ID: 64955 Summary: RFE: have -Wformat suggest the correct format string to use Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/64944] New: Coarrays not registered for structure constructor with allocatable coarray components

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64944 Bug ID: 64944 Summary: Coarrays not registered for structure constructor with allocatable coarray components Product: gcc Version: 5.0 Status: UNCONFIRMED

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

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64757 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added CC||burnus at gcc

[Bug inline-asm/64951] New: g++ generates incorrect code when using a register variable within a template function

2015-02-05 Thread gdelu...@security-labs.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64951 Bug ID: 64951 Summary: g++ generates incorrect code when using a register variable within a template function Product: gcc Version: 4.9.2 Status: UNCONFIRMED

[Bug fortran/64952] New: Missing temporary in assignment from elemental function

2015-02-05 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64952 Bug ID: 64952 Summary: Missing temporary in assignment from elemental function Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/64945] New: Structure constructors and non-NULL-data-targets and polymorphic pointer components

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64945 Bug ID: 64945 Summary: Structure constructors and non-NULL-data-targets and polymorphic pointer components Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug debug/64935] [5 Regression] compare debug failure during building of Linux kernel

2015-02-05 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64935 --- Comment #7 from Maxim Kuvyrkov mkuvyrkov at gcc dot gnu.org --- Created attachment 34674 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34674action=edit Initial patch Marcus, Would you please bootstrap / test this patch?

[Bug debug/64935] [5 Regression] compare debug failure during building of Linux kernel

2015-02-05 Thread mkuvyrkov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64935 --- Comment #8 from Maxim Kuvyrkov mkuvyrkov at gcc dot gnu.org --- Markus, I'll test it on x86/x86_64 and arm/aarch64, but I don't have a powerpc box to bootstrap on.

[Bug debug/31934] [h8300] bad dwarf frame base data

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=31934 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/64947] New: Internal compiler error: in gimplify_expr, at gimplify.c:8425

2015-02-05 Thread bugs at stellardeath dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64947 Bug ID: 64947 Summary: Internal compiler error: in gimplify_expr, at gimplify.c:8425 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/60463] Lambda function can call a non-const member function with const this

2015-02-05 Thread gene at staubsaal dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60463 gene at staubsaal dot de changed: What|Removed |Added CC||gene at staubsaal dot de ---

[Bug target/64580] very high rs6000_stack_info() usage during LTO Firefox build on ppc64

2015-02-05 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64580 --- Comment #13 from Segher Boessenkool segher at gcc dot gnu.org --- Author: segher Date: Thu Feb 5 15:01:49 2015 New Revision: 220453 URL: https://gcc.gnu.org/viewcvs?rev=220453root=gccview=rev Log: PR target/64580 Backport from

[Bug c++/64915] lambda partially drops constness of 'this'

2015-02-05 Thread gene at staubsaal dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64915 gene at staubsaal dot de changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/64580] very high rs6000_stack_info() usage during LTO Firefox build on ppc64

2015-02-05 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64580 --- Comment #14 from Segher Boessenkool segher at gcc dot gnu.org --- Author: segher Date: Thu Feb 5 15:06:40 2015 New Revision: 220454 URL: https://gcc.gnu.org/viewcvs?rev=220454root=gccview=rev Log: PR target/64580 Backport from

[Bug c++/64948] New: Lambda reference capture initialization in template function creates segmentation fault

2015-02-05 Thread my.pvt.emailaddress at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64948 Bug ID: 64948 Summary: Lambda reference capture initialization in template function creates segmentation fault Product: gcc Version: 4.9.2 Status: UNCONFIRMED

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at gcc

[Bug target/64580] very high rs6000_stack_info() usage during LTO Firefox build on ppc64

2015-02-05 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64580 Segher Boessenkool segher at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/64943] No error on ultimate allocatable components in IO list

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/64876] Regressions in gcc-testresults for powerpc64 gccgo in 5.0 due to change for static chain for closures (219776)

2015-02-05 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64876 --- Comment #6 from Alan Modra amodra at gcc dot gnu.org --- Author: amodra Date: Thu Feb 5 22:52:24 2015 New Revision: 220463 URL: https://gcc.gnu.org/viewcvs?rev=220463root=gccview=rev Log: PR target/64876 * config/rs6000/rs6000.c

[Bug fortran/64943] No error on ultimate allocatable components in IO list

2015-02-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org --- Author: burnus Date: Thu Feb 5 21:58:38 2015 New Revision: 220462 URL: https://gcc.gnu.org/viewcvs?rev=220462root=gccview=rev Log: 2015-02-05 Tobias Burnus bur...@net-b.de

[Bug c++/64956] New: __GXX_ABI_VERSION needs a proper definition for the 5.x releases

2015-02-05 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64956 Bug ID: 64956 Summary: __GXX_ABI_VERSION needs a proper definition for the 5.x releases Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: blocker

[Bug tree-optimization/45633] [4.6 regression] internal compiler error: verify_stmts failed

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45633 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||ysato at users dot

[Bug target/64660] [SH] Convert atomic_fetch_op to atomic_op_fetch

2015-02-05 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64660 Oleg Endo olegendo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/43264] Arithmetic expression error

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43264 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/64884] [5 Regression] FAIL: g++.dg/tm/pr47573.C -std=gnu++98 (test for excess errors) on x86_64-apple-darwin*

2015-02-05 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64884 Richard Henderson rth at gcc dot gnu.org changed: What|Removed |Added Target|x86_64-apple-darwin*

[Bug target/47998] ICE of -O2

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47998 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/64884] [5 Regression] FAIL: g++.dg/tm/pr47573.C -std=gnu++98 (test for excess errors) on x86_64-apple-darwin*

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64884 --- Comment #5 from Jakub Jelinek jakub at gcc dot gnu.org --- We don't have an effective target for comdat support, but we e.g. have comdat_group. That is supposedly a strict subset of comdat support, perhaps that would be good enough?

[Bug target/58400] gcc for h8300 internal compiler error: insn does not satisfy its constraints at fs/ext4/mballoc.c: In function 'mb_free_blocks':

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/35455] [4.8/4.9/5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35455 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||lacombar at gmail

[Bug target/52598] internal compiler error: in based_loc_descr, at dwarf2out.c:13636

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52598 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/49878] [h8300] ICE in based_loc_descr, at dwarf2out.c:10478

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49878 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||tony at

[Bug target/35455] [4.8/4.9/5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35455 --- Comment #15 from Jeffrey A. Law law at redhat dot com --- *** Bug 47983 has been marked as a duplicate of this bug. ***

[Bug target/46918] [h8300] libstdc++-v3 build failure by BFD's assertion failed.

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46918 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/42128] ICE in libgcc

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42128 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/58400] gcc for h8300 internal compiler error: insn does not satisfy its constraints at fs/ext4/mballoc.c: In function 'mb_free_blocks':

2015-02-05 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400 --- Comment #17 from Jeffrey A. Law law at gcc dot gnu.org --- Author: law Date: Thu Feb 5 17:04:04 2015 New Revision: 220457 URL: https://gcc.gnu.org/viewcvs?rev=220457root=gccview=rev Log: * config/h8300/constraints.md (U constraint): Use

[Bug tree-optimization/64950] New: postpone expanding va_arg till pass_stdarg

2015-02-05 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64950 Bug ID: 64950 Summary: postpone expanding va_arg till pass_stdarg Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug target/64889] [h8300] ICE maybe_record_trace_start, at dwarf2cfi.c:2318

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64889 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||joel at gcc dot

[Bug debug/64602] h8300 ICE building libssp/ssp.c ICE, in maybe_record_trace_start, at dwarf2cfi.c:2308

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64602 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug other/51153] OpenACC implementation

2015-02-05 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51153 vries at gcc dot gnu.org changed: What|Removed |Added CC||vries at gcc dot gnu.org

[Bug target/63754] h8300 ICE in as_a, at is-a.h:192 during libgcc autoconf probe

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63754 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/49874] [4.5/4.6][h8300] ICE in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:16312

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49874 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug sanitizer/59009] libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux and aarch64-linux

2015-02-05 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59009 --- Comment #51 from clyon at gcc dot gnu.org --- Created attachment 34678 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34678action=edit tentative patch Here is a patch proposal: with it I an able to cross-build GCC for aarch64-linux and

[Bug target/49877] [h8300] ICE in in reload_cse_simplify_operands: insn does not satisfy its constraints

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49877 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/58400] gcc for h8300 internal compiler error: insn does not satisfy its constraints at fs/ext4/mballoc.c: In function 'mb_free_blocks':

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58400 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC||lacombar at gmail

[Bug target/47983] ICE on h8300-elf

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47983 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug bootstrap/48231] bootstrapping gcc-4.6.0-RC-20110321 fails for h8300-rtems*

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48231 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added CC|

[Bug target/42790] ICE on building libgcc.c __muldi3.

2015-02-05 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42790 Jeffrey A. Law law at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug debug/55541] [4.8/4.9/5 Regression] unable to see local variables due extra lexical block was generated

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55541 --- Comment #11 from Jakub Jelinek jakub at gcc dot gnu.org --- Created attachment 34677 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34677action=edit gcc5-pr55541.patch Untested fix (that cures the testcase).

[Bug jit/64949] New: jit linking fails when building with in-tree libraries (mpc etc...)

2015-02-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64949 Bug ID: 64949 Summary: jit linking fails when building with in-tree libraries (mpc etc...) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/64813] [5 Regression] 23_containers/unordered_map/requirements/explicit_instantiation/[2,4].cc iCEs

2015-02-05 Thread howarth at bromo dot med.uc.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813 --- Comment #15 from howarth at bromo dot med.uc.edu --- (In reply to Martin Liška from comment #12) I'been testing patch that does not create retval and return gimple statement. Any updates on the testing?

[Bug middle-end/64937] [5 Regression] compare debug failure with -fsanitize=address

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64937 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at gcc

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #10 from Dominique d'Humieres dominiq at lps dot ens.fr --- Compiling the test gcc.target/i386/pr64905.c on x86_64-apple-darwin14 gives an ICE [Book15] f90/bug% gcc5 /opt/gcc/_clean/gcc/testsuite/gcc.target/i386/pr64905.c -Os

[Bug tree-optimization/64718] [5 Regression] Bad 16-bit bswap replacement

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64718 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug middle-end/64922] [5 Regression] runtime error: member call on misaligned address for type 'struct _Rep'

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

[Bug fortran/64943] No error on ultimate allocatable components in IO list

2015-02-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64943 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Keywords|

[Bug preprocessor/60723] Line directives with incorrect system header flag

2015-02-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60723 --- Comment #28 from Jakub Jelinek jakub at gcc dot gnu.org --- If this is about ccache, I wonder if ccache couldn't preprocess with -fdirectives-only instead, that way hopefully no info is lost.

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-02-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 --- Comment #11 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Dominique d'Humieres from comment #10) Compiling the test gcc.target/i386/pr64905.c on x86_64-apple-darwin14 gives an ICE I have a patch that disables the test on -fPIC

[Bug ada/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10).

2015-02-05 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 Arnaud Charlet charlet at gcc dot gnu.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug target/50948] ICE on armhf with neon code

2015-02-05 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50948 James Greenhalgh jgreenhalgh at gcc dot gnu.org changed: What|Removed |Added Status|WAITING

[Bug ada/61466] array index check optimized away with optimization

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

  1   2   >