[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Wed Jan 7 08:19:48 2015 New Revision: 219278 URL: https://gcc.gnu.org/viewcvs?rev=219278&root=gcc&view=rev Log: PR c/64417 c/ * c-typeck.c (process_init_element): Disallow ini

[Bug c/64440] -Wdiv-by-zero false negative on const variables

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64440 --- Comment #6 from Marek Polacek --- Author: mpolacek Date: Wed Jan 7 08:21:50 2015 New Revision: 219279 URL: https://gcc.gnu.org/viewcvs?rev=219279&root=gcc&view=rev Log: PR c/64440 * c-common.c (c_fully_fold_internal): Warn for divis

[Bug c/64440] -Wdiv-by-zero false negative on const variables

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64440 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/64518] New: Warning about comparison between signed and unsigned can be useless in some cases

2015-01-07 Thread patrick.pelissier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64518 Bug ID: 64518 Summary: Warning about comparison between signed and unsigned can be useless in some cases Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severit

[Bug c++/64519] New: variadic template as the first argument

2015-01-07 Thread roman.kurc at wp dot pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64519 Bug ID: 64519 Summary: variadic template as the first argument Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/64338] [5 Regression] ICE in swap_condition, at jump.c:628

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

[Bug target/64507] SH inlined builtin strncmp doesn't return 0 for 0 length

2015-01-07 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64507 --- Comment #4 from chrbr at gcc dot gnu.org --- Actually, the code could be slightly better by factorizing the return sequences ;; check length mov#0,r0 ;; goto .l2 ;; else init r1,r0 ;; goto .l1 .l2:

[Bug c/64509] _Generic throws error in unselected generic association

2015-01-07 Thread maurits.de.jong at ericsson dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64509 --- Comment #4 from Martien de Jong --- I understand. What a shallow and ugly feature it is then. I think it can only usefully be employed using a preprocessor macro, yet it is part of the expression syntax. It is meant to resolve type issues, y

[Bug middle-end/64353] [5 Regression] ICE: in execute_todo, at passes.c:1986

2015-01-07 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64353 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug middle-end/64353] [5 Regression] ICE: in execute_todo, at passes.c:1986

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64353 --- Comment #4 from Jakub Jelinek --- This really worries me a lot, when -fcheck-pointer-bounds is not enabled, I'd really hope that the ipa-chkp changes make no difference at all on the generated code or order of passes.

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

2015-01-07 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 --- Comment #4 from Arnaud Charlet --- Author: charlet Date: Wed Jan 7 10:15:18 2015 New Revision: 219290 URL: https://gcc.gnu.org/viewcvs?rev=219290&root=gcc&view=rev Log: 2015-01-07 Vincent Celier * clean.adb: Minor error message chan

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

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

[Bug c/64518] Warning about comparison between signed and unsigned can be useless in some cases

2015-01-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64518 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/38470] value range propagation (VRP) would improve -Wsign-compare

2015-01-07 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38470 Manuel López-Ibáñez changed: What|Removed |Added CC||patrick.pelissier at gmail dot com

[Bug c/64515] Segmentation fault during linker operation in gcc for arm-none-eabi

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64515 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/64520] New: [4.8/4.9/5 Regression] ICE with std::initializer_list

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64520 Bug ID: 64520 Summary: [4.8/4.9/5 Regression] ICE with std::initializer_list Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/64521] New: [4.9/5 Regression] ICE with -frepo

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521 Bug ID: 64521 Summary: [4.9/5 Regression] ICE with -frepo Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug c++/64520] [4.8/4.9/5 Regression] ICE with std::initializer_list

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64520 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.8.5

[Bug c++/64521] [4.9/5 Regression] ICE with -frepo

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64521 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/64522] New: [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default

2015-01-07 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64522 Bug ID: 64522 Summary: [4.8/4.9/5 Regression] Free-form source code: -Wline-truncation is no longer enabled by default Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-07 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #11 from paul.richard.thomas at gmail dot com --- Hi Harald, Happy New Year! I have been away in Claifornia these last few weeks and just got back last night. I am working with Andre on pr60255 tonight. Once this is done, we should

[Bug target/56025] ARM NEON polynomial types have broken overload resolution

2015-01-07 Thread belagod at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56025 --- Comment #5 from Tejas Belagod --- ACLE states that "poly8_t and poly16_t are defined as unsigned integer types. It is unspecified whether these are the same type as uint8_t and uint16_t for overloading and mangling purposes" Presently, pol

[Bug middle-end/63510] Wrong line number in Wstrict-overflow message

2015-01-07 Thread gang.chen.5i5j at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63510 --- Comment #3 from Chen Gang --- It still exists in gcc version 5.0.0 20141109 (experimental) (GCC), I shall try to solve it. Hope I can finish within 2 months.

[Bug testsuite/62250] FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=lib -O2 -lcaf_single

2015-01-07 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250 --- Comment #8 from Hans-Peter Nilsson --- Created attachment 34394 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34394&action=edit Patch to add -latomic only when available; -p0 -d path/to/gcc/testsuite David, could you please check if t

[Bug c++/63658] [4.9 Regression] Using class reference as template parameter causes compilation to fail

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63658 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:17:59 2015 New Revision: 219305 URL: https://gcc.gnu.org/viewcvs?rev=219305&root=gcc&view=rev Log: PR c++/63658 * pt.c (convert_nontype_argument): Call convert_from_

[Bug c++/63657] [4.9 regression] -Wunused-variable: warning supressed by virtual dtor

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63657 --- Comment #9 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:05 2015 New Revision: 219306 URL: https://gcc.gnu.org/viewcvs?rev=219306&root=gcc&view=rev Log: PR c++/63657 PR c++/38958 * call.c (set_up_extended_ref_temp):

[Bug c++/38958] 'unused variable' warning emitted when extending the lifetime of a returned RAII type by holding a reference to const despite delayed destructor side-effects. [dtor]

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38958 --- Comment #7 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:05 2015 New Revision: 219306 URL: https://gcc.gnu.org/viewcvs?rev=219306&root=gcc&view=rev Log: PR c++/63657 PR c++/38958 * call.c (set_up_extended_ref_temp):

[Bug c++/64029] [4.9 Regression] const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64029 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:16 2015 New Revision: 219307 URL: https://gcc.gnu.org/viewcvs?rev=219307&root=gcc&view=rev Log: PR c++/64029 * decl.c (grok_reference_init): Complete array type.

[Bug c++/64251] [5 Regression] Chromium build error only with --enable-checking=yes

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64251 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:27 2015 New Revision: 219309 URL: https://gcc.gnu.org/viewcvs?rev=219309&root=gcc&view=rev Log: PR c++/64251 * decl2.c (mark_used): Don't mark if in_template_func

[Bug c++/64297] [5 Regression] ICE: canonical types differ for identical types

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64297 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:21 2015 New Revision: 219308 URL: https://gcc.gnu.org/viewcvs?rev=219308&root=gcc&view=rev Log: PR c++/64297 * typeck.c (apply_memfn_quals): Correct wrong TYPE_CA

[Bug c++/64352] [5.0 regression] No SFINAE with deleted function

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64352 --- Comment #3 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:32 2015 New Revision: 219310 URL: https://gcc.gnu.org/viewcvs?rev=219310&root=gcc&view=rev Log: PR c++/64352 * pt.c (tsubst_copy_and_build): Pass complain to mark

[Bug c++/64487] [4.8/4.9 Regression] internal compiler error: in fold_offsetof_1, at c-family/c-common.c:9857

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64487 --- Comment #5 from Jason Merrill --- Author: jason Date: Wed Jan 7 15:18:39 2015 New Revision: 219311 URL: https://gcc.gnu.org/viewcvs?rev=219311&root=gcc&view=rev Log: PR c++/64487 * semantics.c (finish_offsetof): Handle templates her

[Bug testsuite/62250] FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=lib -O2 -lcaf_single

2015-01-07 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62250 --- Comment #9 from dave.anglin at bell dot net --- On 2015-01-07 10:03 AM, hp at gcc dot gnu.org wrote: > David, could you please check if the attached patch still works for > hppa*-*-hpux*? I've added your patch to my hpux tree for testing.

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

2015-01-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 --- Comment #6 from David Binderman --- (In reply to Marek Polacek from comment #5) > Seems like there's nothing to do for this bug. Suggest there are two cases 1. double to float 2. double or float into any integer type. The one warning, pro

[Bug c/63886] float will fit into int with abs - possible missing warning Wabsolute-value

2015-01-07 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63886 Marek Polacek changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/64520] [4.8/4.9/5 Regression] ICE with std::initializer_list

2015-01-07 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64520 Ville Voutilainen changed: What|Removed |Added Keywords||ice-on-invalid-code Stat

[Bug fortran/55901] [OOP] type is (character(len=*)) misinterpreted as array

2015-01-07 Thread vehre at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55901 --- Comment #12 from Andre Vehreschild --- Hi Paul, hi Tobias, I am guilty in asking both of you to look at the issue. I would be very happy, if one of you two can really have a look into the issue and notify the other one, that he found a reaso

[Bug go/61204] gccgo: ICE in in fold_convert_loc [GoSmith]

2015-01-07 Thread ian at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61204 --- Comment #2 from ian at gcc dot gnu.org --- Author: ian Date: Wed Jan 7 16:14:50 2015 New Revision: 219316 URL: https://gcc.gnu.org/viewcvs?rev=219316&root=gcc&view=rev Log: PR go/61204 * go-gcc.cc (Gcc_backend::temporary_variable):

[Bug c++/64524] New: gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 Bug ID: 64524 Summary: gcc can't detect same expression in both parts of ternary operator Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug target/64525] New: Duplicate instructions in both paths in conditional code

2015-01-07 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64525 Bug ID: 64525 Summary: Duplicate instructions in both paths in conditional code Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug target/64525] Duplicate instructions in both paths in conditional code

2015-01-07 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64525 --- Comment #1 from kugan at gcc dot gnu.org --- compiler options: arm-none-linux-gnueabi-gcc -O3 -S test.c arm-none-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=/home/kugan/work/builds/gcc-fsf-gcc/tools/bin/arm-none-linux-gnueabi-gcc

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

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

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 --- Comment #2 from David Binderman --- (In reply to Jakub Jelinek from comment #1) > Should it complain only when the expressions are the same (e.g. token-wise), > or even when just two different expressions have the same value? > I mean, say: >

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 --- Comment #3 from Jakub Jelinek --- (In reply to David Binderman from comment #2) Well, tokenwise comparison is difficult, as lots of things are folded early. So if you don't mind the same value as folding, implementing that wouldn't be that ha

[Bug c/64526] New: No warning on function call with excessive arguments

2015-01-07 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Bug ID: 64526 Summary: No warning on function call with excessive arguments Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread rth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Richard Henderson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/64527] New: Constructor for empty struct not called in some situations

2015-01-07 Thread gcc at swtaarrs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64527 Bug ID: 64527 Summary: Constructor for empty struct not called in some situations Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Pri

[Bug tree-optimization/64528] New: [5 Regression] ICE: in process_constraint, at tree-ssa-structalias.c:3002 with -O -fno-tree-ccp -fno-tree-dce

2015-01-07 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64528 Bug ID: 64528 Summary: [5 Regression] ICE: in process_constraint, at tree-ssa-structalias.c:3002 with -O -fno-tree-ccp -fno-tree-dce Product: gcc Version: 5.0

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 Mikhail Maltsev changed: What|Removed |Added CC||maltsevm at gmail dot com --- Comment

[Bug c++/60753] Deleted definition of an explicit function template specialization, following a declaration, incorrectly accepted

2015-01-07 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60753 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/64029] [4.9 Regression] const int (&in)[]{1,2,3,4,5}; results in internal compiler error: Segmentation fault

2015-01-07 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64029 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/64529] New: Noexcept New

2015-01-07 Thread olafvdspek at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64529 Bug ID: 64529 Summary: Noexcept New Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: c++ Assignee: unass

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 --- Comment #5 from Andrew Pinski --- This is also a style warning. And really here is another false positive: #define a 1 #define b 1 int t = c > d ? a : b;

[Bug middle-end/59354] Unexpected result in g++ when casting int to char from an stl vector to an array

2015-01-07 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59354 Ville Voutilainen changed: What|Removed |Added Keywords||wrong-code Status|UNCONF

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 --- Comment #6 from David Binderman --- (In reply to Andrew Pinski from comment #5) > And really here is another false positive: > #define a 1 > #define b 1 > > int t = c > d ? a : b; Assuming you meant int t = (c > d) ? a : b; then I'd be in

[Bug c++/64524] gcc can't detect same expression in both parts of ternary operator

2015-01-07 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64524 --- Comment #7 from David Binderman --- (In reply to David Binderman from comment #6) Sorry, typo in my original code. Better code: enum E { a, b, c, d }; void f(int val) { int n = (val >= 10) ? a : (d - 3); }

[Bug c++/64527] Constructor for empty struct not called in some situations

2015-01-07 Thread gcc at swtaarrs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64527 --- Comment #1 from Brett Simmers --- Sorry, the attachment should be named ctor.cpp. I didn't realize it was a filename and not a text description.

[Bug fortran/64530] New: [4.9 Regression] Incorrect calculation when assigning to array with -O3

2015-01-07 Thread jkaus at ucsd dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64530 Bug ID: 64530 Summary: [4.9 Regression] Incorrect calculation when assigning to array with -O3 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug c++/64531] New: `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors`

2015-01-07 Thread iamsupermouse at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64531 Bug ID: 64531 Summary: `casting between pointer-to-function and pointer-to-object` is still a warning instead of error with `-pedantic -pedantic-errors` Product: gcc

[Bug target/37440] [4.8/4.9/5 Regression] GNAT Bug Box a-ngcefu.adb:397

2015-01-07 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37440 Joel Sherrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/56867] Missing temporary with string array assignment

2015-01-07 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56867 --- Comment #9 from Thomas Koenig --- Author: tkoenig Date: Wed Jan 7 22:31:54 2015 New Revision: 219325 URL: https://gcc.gnu.org/viewcvs?rev=219325&root=gcc&view=rev Log: 2015-01-08 Thomas Koenig Backport from trunk PR fortran/5686

[Bug fortran/64530] [4.9 Regression] Incorrect calculation when assigning to array with -O3

2015-01-07 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64530 Harald Anlauf changed: What|Removed |Added CC||anlauf at gmx dot de --- Comment #1 from

[Bug fortran/64530] [4.9 Regression] Incorrect calculation when assigning to array with -O3

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

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 Chengnian Sun changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug rtl-optimization/64532] New: [5 regression on ARM]internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-01-07 Thread pangbw at gmail dot com
ng built-in specs. COLLECT_GCC=./xgcc Target: arm-linux-gnueabi Configured with: ../../gcc/configure --target=arm-linux-gnueabi Thread model: posix gcc version 5.0.0 20150107 (experimental) (GCC)

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

2015-01-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 Dominique d'Humieres changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug rtl-optimization/64532] [5 regression on ARM]internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-01-07 Thread pangbw at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64532 baoshan changed: What|Removed |Added CC||pangbw at gmail dot com --- Comment #1 from ba

[Bug tree-optimization/64530] [4.9 Regression] Incorrect calculation when assigning to array with -O3

2015-01-07 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64530 Dominique d'Humieres changed: What|Removed |Added Keywords||wrong-code Component|for

[Bug c/64526] No warning on function call with excessive arguments

2015-01-07 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64526 --- Comment #3 from joseph at codesourcery dot com --- "has no parameters" does not mean "has a type that includes a prototype with no parameters". See DR#317. http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_317.htm

[Bug inline-asm/63900] memory constrains needlessly doing memory clobber

2015-01-07 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63900 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment #

[Bug target/64533] New: [5 Regression] [SH] alloca generates unsafe code

2015-01-07 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64533 Bug ID: 64533 Summary: [5 Regression] [SH] alloca generates unsafe code Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal Prio

[Bug target/36557] -m32 -mpowerpc64 produces better code than -m64 for a!=0

2015-01-07 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36557 --- Comment #3 from Segher Boessenkool --- Author: segher Date: Thu Jan 8 03:46:41 2015 New Revision: 219336 URL: https://gcc.gnu.org/viewcvs?rev=219336&root=gcc&view=rev Log: PR target/36557 * config/rs6000/rs6000.md (*eqsi3_ext, *nesi

[Bug rtl-optimization/64532] [5 regression on ARM]internal compiler error: Max. number of generated reload insns per insn is achieved (90)

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

[Bug rtl-optimization/64532] [5 regression on ARM]internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-01-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64532 --- Comment #3 from Andrew Pinski --- (In reply to kugan from comment #2) > x is an integer "w" floating point constraint. I think you need a cast here > as below. > > __attribute__((noinline)) float s32_to_f32_imm1(int x) > { > float y; > _