[Bug fortran/53653] [IR Tracking] Disallow abstract/unlimited-polymorphic types in array constructors

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

[Bug go/60874] FAIL: go.test/test/recover.go execution

2014-07-20 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874 --- Comment #1 from Uroš Bizjak ubizjak at gmail dot com --- Patch that extends libgo to use libffi closures is at [1]. [1] https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01355.html

[Bug fortran/51864] [OOP] ALLOCATE with polymorphic array constructor as SOURCE=

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

[Bug fortran/51652] Allocate with type-spec and source-expr: check whether length type-parameter is the same is lacking

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

[Bug fortran/53357] Add -fcheck=bounds for character type-spec in ALLOCATE

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

[Bug go/60874] FAIL: go.test/test/recover.go execution

2014-07-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug tree-optimization/61829] SEGV in fold_binary_loc for gcc.dg/graphite/isl-codegen-loop-dumping.c

2014-07-20 Thread romangareev at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61829 romangareev at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c/61852] Incorrect column number for -Wimplicit-function-declaration

2014-07-20 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61852 --- Comment #2 from Marek Polacek mpolacek at gcc dot gnu.org --- Author: mpolacek Date: Sun Jul 20 10:43:26 2014 New Revision: 212865 URL: https://gcc.gnu.org/viewcvs?rev=212865root=gccview=rev Log: PR c/61852 * c-decl.c

[Bug c/61852] Incorrect column number for -Wimplicit-function-declaration

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

[Bug fortran/61831] [4.9/ 4.10 Regression] runtime error: pointer being freed was not allocated

2014-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #25 from Jürgen Reuter juergen.reuter at desy dot de --- Created attachment 33158 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33158action=edit Reduced test case, 140 lines

[Bug c/61855] New: _MM_MANTISSA_NORM_ENUM in avx512intrin.h disabled when optimization off

2014-07-20 Thread agner at agner dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61855 Bug ID: 61855 Summary: _MM_MANTISSA_NORM_ENUM in avx512intrin.h disabled when optimization off Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity:

[Bug fortran/61831] [4.9/ 4.10 Regression] runtime error: pointer being freed was not allocated

2014-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #26 from Jürgen Reuter juergen.reuter at desy dot de --- I cooked down the problem to a 140 line test case with which you should be able to find the culprit. Just do: gfortran iso_varying_string.o whizard_test.f90 and run ./a.out It

[Bug fortran/61831] [4.9/ 4.10 Regression] runtime error: pointer being freed was not allocated

2014-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #27 from Jürgen Reuter juergen.reuter at desy dot de --- Dominique, I tested your proposed fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831#c23 But it doesn't work, the problem still occurs.

[Bug target/61154] [4.10 Regression][ARM] wide-int merge introduced regressions in vshuf tests

2014-07-20 Thread yroux at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61154 --- Comment #11 from yroux at gcc dot gnu.org --- Author: yroux Date: Sun Jul 20 12:04:22 2014 New Revision: 212866 URL: https://gcc.gnu.org/viewcvs?rev=212866root=gccview=rev Log: 2014-07-20 Yvan Roux yvan.r...@linaro.org Revert:

[Bug c++/61856] New: Ternary operator in an NSDMI causes double evaluation

2014-07-20 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61856 Bug ID: 61856 Summary: Ternary operator in an NSDMI causes double evaluation Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/61856] Ternary operator in an NSDMI causes double evaluation

2014-07-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61856 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/61857] New: An init-capturing lambda is parsed incorrectly when used in a braced-init-list

2014-07-20 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61857 Bug ID: 61857 Summary: An init-capturing lambda is parsed incorrectly when used in a braced-init-list Product: gcc Version: 4.10.0 Status: UNCONFIRMED

[Bug c++/61857] An init-capturing lambda is parsed incorrectly when used in a braced-init-list

2014-07-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61857 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug go/61303] gccgo: segfault, regression since 4.8.2

2014-07-20 Thread maciej at opencsw dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61303 --- Comment #2 from Maciej Bliziński maciej at opencsw dot org --- I've just reproduced this with gcc-4.9.1 (Solaris 10 sparc).

[Bug c/39134] front end does not reject sizeof on function types

2014-07-20 Thread christopherhe at trentu dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39134 Chris Hennick christopherhe at trentu dot ca changed: What|Removed |Added CC|

[Bug go/61303] gccgo: segfault, regression since 4.8.2

2014-07-20 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61303 --- Comment #3 from Ian Lance Taylor ian at airs dot com --- Do you have a test case that I can use to reproduce the problem? Do you know whether the problem occurs on GNU/Linux?

[Bug fortran/61831] [4.9/ 4.10 Regression] runtime error: pointer being freed was not allocated

2014-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #28 from Dominique d'Humieres dominiq at lps dot ens.fr --- Created attachment 33158 [details] Reduced test case, 140 lines Further reduced to program main implicit none type :: string_t character(LEN=1), dimension(:),

[Bug target/61407] Build errors on latest OS X 10.10 Yosemite with Xcode 6 on GCC 4.8.3

2014-07-20 Thread dominyktiller at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407 Dominyk Tiller dominyktiller at gmail dot com changed: What|Removed |Added CC|

[Bug c/61854] Warning single-line comment for -std=c89?

2014-07-20 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61854 Manuel López-Ibáñez manu at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 Jerry DeLisle jvdelisle at gcc dot gnu.org changed: What|Removed |Added Attachment #33155|0 |1 is

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #22 from Dominique d'Humieres dominiq at lps dot ens.fr --- Created attachment 33160 [details] Updated patch taking care of valgrind error This patch includes fixing the valgrind error by allocating and setting the NULL byte at

[Bug fortran/61831] [4.9/ 4.10 Regression] runtime error: pointer being freed was not allocated

2014-07-20 Thread juergen.reuter at desy dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 --- Comment #29 from Jürgen Reuter juergen.reuter at desy dot de --- A trivial workaround for the problem is to replace (In reply to Dominique d'Humieres from comment #28) Created attachment 33158 [details] Reduced test case, 140 lines

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #7 from John David Anglin danglin at gcc dot gnu.org --- Regarding the record type: (gdb) p debug_tree ((tree)0xfab48600) record_type 0xfab48600 Energy sizes-gimplified asm_written needs-constructing type_1 type_5 DF size

[Bug fortran/49802] [F2003, F2008] Wrong code with VALUE, F2008: VALUE with arrays/DIMENSION

2014-07-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49802 --- Comment #8 from Dominique d'Humieres dominiq at lps dot ens.fr --- I also confirm that compiling the test in comment #5 gives an ICE I get the same ICE with the following code call pr53876 end subroutine pr53876 IMPLICIT NONE TYPE

[Bug c/61854] Warning single-line comment for -std=c89?

2014-07-20 Thread harald at gigawatt dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61854 Harald van Dijk harald at gigawatt dot nl changed: What|Removed |Added CC||harald at

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #23 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #22) (1) my understanding of offset = (j 60) ? j - 40 : 0; j -= offset; width = dtp-format_len - offset; is

[Bug fortran/61632] Memory corruption on error when writing formatted data

2014-07-20 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632 --- Comment #24 from Jerry DeLisle jvdelisle at gcc dot gnu.org --- Author: jvdelisle Date: Sun Jul 20 20:03:41 2014 New Revision: 212875 URL: https://gcc.gnu.org/viewcvs?rev=212875root=gccview=rev Log: 2014-07-20 Jerry DeLisle

[Bug middle-end/61858] New: GNAT BUG: in store_field, at expr.c:6591

2014-07-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61858 Bug ID: 61858 Summary: GNAT BUG: in store_field, at expr.c:6591 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug middle-end/61853] [4.9,4.10 Regression] ICE: SIGSEGV in store_field

2014-07-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853 --- Comment #8 from John David Anglin danglin at gcc dot gnu.org --- PR 61858 may be related, or possibly a duplicate of this bug.

[Bug c++/61859] New: extra character in match of std::regex_match

2014-07-20 Thread stick at gk2 dot sk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61859 Bug ID: 61859 Summary: extra character in match of std::regex_match Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/59873] The value of char32_t U'\u0000' and char16_t u'\u0000' is 1, instead of 0.

2014-07-20 Thread richard-gccbugzilla at metafoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59873 Richard Smith richard-gccbugzilla at metafoo dot co.uk changed: What|Removed |Added CC|

[Bug c++/44122] Confusing error: cannot convert 'T*' to 'T*' (when T are different scopes)

2014-07-20 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44122 Paul Pluzhnikov ppluzhnikov at google dot com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug c++/59832] [c++11] ICE in reshape_init_class with initializer list

2014-07-20 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832 --- Comment #6 from Paul Pluzhnikov ppluzhnikov at google dot com --- Still broken @r212875

[Bug c++/59815] Apparently bogus error: 'Outer' is already declared in this scope

2014-07-20 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59815 --- Comment #3 from Paul Pluzhnikov ppluzhnikov at google dot com --- Still broken @r212875

[Bug middle-end/59812] Missing aggressive loop optimization warning

2014-07-20 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59812 --- Comment #3 from Paul Pluzhnikov ppluzhnikov at google dot com --- Reconfirmed @r212875

[Bug rtl-optimization/61799] [4.6/4.7 regression][ia64] r165240 caused GDB stops with SIGTRAP at 0 address

2014-07-20 Thread emeric.maschino at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799 --- Comment #2 from Émeric MASCHINO emeric.maschino at gmail dot com --- (In reply to Richard Biener from comment #1) Please try at least GCC 4.8 - both 4.6 and 4.7 are no longer supported. GCC 4.8 is fine, thanks. I've tracked down the commit

[Bug target/61359] GCC Bootstrap comparison failures on hppa2.0w-hp-hpux11.23

2014-07-20 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359 John David Anglin danglin at gcc dot gnu.org changed: What|Removed |Added CC||danglin at

[Bug target/61656] Undefined behavior in classify_argument

2014-07-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61656 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c++/61860] New: Internal compiler error Killed (program cc1plus)

2014-07-20 Thread dave at daveolday dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860 Bug ID: 61860 Summary: Internal compiler error Killed (program cc1plus) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/61860] Internal compiler error Killed (program cc1plus)

2014-07-20 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860 --- Comment #1 from Mikael Pettersson mikpelinux at gmail dot com --- You ran out of RAM during the g++ job so the kernel killed it. You need more RAM (preferably), or to add some swap (unpleasant but sometimes necessary).

[Bug libstdc++/53631] [C++11] regex is unimplemented

2014-07-20 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added CC||stick at gk2

[Bug c++/61859] extra character in match of std::regex_match

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

[Bug c/61861] New: Incorrect column number for -Wdiscarded-qualifiers

2014-07-20 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61861 Bug ID: 61861 Summary: Incorrect column number for -Wdiscarded-qualifiers Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/61862] New: No -Wcast-align warning

2014-07-20 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61862 Bug ID: 61862 Summary: No -Wcast-align warning Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

[Bug c++/61863] New: Data corruption when creating temporary object

2014-07-20 Thread mehta at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61863 Bug ID: 61863 Summary: Data corruption when creating temporary object Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/61864] New: Feature Request, -Wcovered-switch-default to identify dead default branch

2014-07-20 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61864 Bug ID: 61864 Summary: Feature Request, -Wcovered-switch-default to identify dead default branch Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: