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

[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 changed: What|Removed |Added CC||ysato at users dot sourceforge.jp ---

[Bug target/64660] [SH] Convert atomic_fetch_ to atomic__fetch

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

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

Pasting "sctps_ch_rcvd" and "[" does not give a valid preprocessing token

2015-02-05 Thread wangwzc
I use gcc version 3.4.4, build the following lines, but it the following error, what does it means, it seem no error according the C99 standard. Is it a gcc bug? sctp_input.c:3928:1: pasting "sctps_ch_rcvd" and "[" does not give a valid preprocessing token #define SCTP_CHUNK_STAT_INCR(chk_id, n

Re: Pasting "sctps_ch_rcvd" and "[" does not give a valid preprocessing token

2015-02-05 Thread Andrew Pinski
On Thu, Feb 5, 2015 at 6:24 PM, wangwzc wrote: > I use gcc version 3.4.4, build the following lines, but it the following > error, what does it means, it seem no error according the C99 standard. Is > it a gcc bug? Why do you think there is C99 standard code? > > sctp_input.c:3928:1: pasting "sc

[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 --- 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 just keep trying to douple the b

[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=34681&action=edit _io.i.gz: larger test file With this compiler: firefly:~/Downloads/gambit/lib> /pkgs/gcc-mainli

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

[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 --- Author: law Date: Fri Feb 6 05:34:00 2015 New Revision: 220471 URL: https://gcc.gnu.org/viewcvs?rev=220471&root=gcc&view=rev Log: PR target/43264 * config/h8300/h8300.c (get_shift_alg): Fix ASHIFTR

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

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

[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 --- Author: law Date: Fri Feb 6 06:19:03 2015 New Revision: 220472 URL: https://gcc.gnu.org/viewcvs?rev=220472&root=gcc&view=rev Log: PR target/17306 * config/h8300/constraints.md (U): Correctly dectec

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

[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 changed: What|Removed |Added Target Milestone|--- |5.0 Summary|error reading (an

[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 --- I'm not sure how you call boost::regex in your code, here's what I did: // g++ b.cc -lboost_regex -licuuc #include #include #include #include using namespace boost; int main() { std::locale loc("en_US.UT

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

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

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

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

[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 --- > The assembly is as below on sparc64: > f1: > .register %g2, #scratch > sllx%o1, 2, %g1 > mov 99, %g2 > add %o0, %g1, %o0 > sub %g2, %o1, %o1 > srl

[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

<    1   2