[Bug c/71583] ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_expression_after_paren_type, at c/c-parser.c:8192)

2016-06-18 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71583 Chengnian Sun changed: What|Removed |Added CC||chengniansun at gmail dot com --- Commen

[Bug target/71470] Wrong code on trunk gcc with westmere target

2016-06-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71470 Andrew Pinski changed: What|Removed |Added Keywords|wrong-code | Target|x86_64-pc-linux-gnu

[Bug fortran/44265] Link error with reference to parameter array in specification expression

2016-06-18 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265 --- Comment #15 from paul.richard.thomas at gmail dot com --- Dear Ian, Aaah, OK. I was rather impressed by what you had done with the first bug :-) For some reason, one of the symbols is not being committed. I will try and figure out why. Che

[Bug c/71583] ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_expression_after_paren_type, at c/c-parser.c:8192)

2016-06-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71583 Andrew Pinski changed: What|Removed |Added Keywords||error-recovery, |

[Bug c/71583] New: ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_expression_after_paren_type, at c/c-parser.c:8192)

2016-06-18 Thread chengniansun at gmail dot com
gcc version 7.0.0 20160618 (experimental) [trunk revision 237575] (GCC) $: $: gcc-trunk -c small.c small.c: In function ‘fn1’: small.c:4:4: error: expected expression before ‘int’ {int}; ^~~ small.c:4:4: internal compiler error: in c_parser_postfix_expression_after_paren_type, at c/c-parser.c

[Bug c/71581] New: ICE on valid code on x86_64-linux-gnu with -Wuninitialized (Segmentation fault)

2016-06-18 Thread chengniansun at gmail dot com
COLLECT_LTO_WRAPPER=/usr/local/gcc-trunk/libexec/gcc/x86_64-pc-linux-gnu/7.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160618 (experimental

[Bug fortran/66310] Problems with intrinsic repeat for large number of copies

2016-06-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66310 Jerry DeLisle changed: What|Removed |Added Attachment #37811|0 |1 is obsolete|

[Bug target/71338] [RL78] mulu instruction not used on G10

2016-06-18 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71338 --- Comment #3 from Oleg Endo --- Thanks DJ. Is it OK to backport it to 5 and 6 branches? If you're OK with it, I can do it.

[Bug libfortran/48925] Code cleanup in write_float.def

2016-06-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48925 --- Comment #6 from Jerry DeLisle --- Patch posted here: https://gcc.gnu.org/ml/fortran/2016-06/msg00047.html

[Bug libfortran/48852] Invalid spaces in list-directed output of complex constants

2016-06-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48852 --- Comment #16 from Jerry DeLisle --- Patch posted here: https://gcc.gnu.org/ml/fortran/2016-06/msg00047.html

[Bug c/71552] Confusing error for incorrect struct initialization

2016-06-18 Thread mpeg.blue at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552 --- Comment #5 from Mason --- (In reply to Martin Sebor from comment #3) > In a discussion on gcc-help the submitter provided a different/better test > case for which GCC could and arguably should emit a better error than > "initializer element i

[Bug c/71552] Confusing error for incorrect struct initialization

2016-06-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552 Martin Sebor changed: What|Removed |Added Status|RESOLVED|ASSIGNED Last reconfirmed|

[Bug c/71552] Confusing error for incorrect struct initialization

2016-06-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552 --- Comment #4 from Martin Sebor --- Patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2016-06/msg01357.html

[Bug fortran/71580] New: Internal compiler error associated with type bound defined assignment

2016-06-18 Thread ian_harvey at bigpond dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71580 Bug ID: 71580 Summary: Internal compiler error associated with type bound defined assignment Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug target/65248] Copy relocation against protected symbol doesn't work

2016-06-18 Thread nix at esperi dot org.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248 Nix changed: What|Removed |Added CC||nix at esperi dot org.uk --- Comment #9 from Nix

[Bug libstdc++/71500] regex::icase only works on first character in a range

2016-06-18 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71500 Tim Shen changed: What|Removed |Added CC||john at johnmaddock dot co.uk --- Comment #10

[Bug fortran/44265] Link error with reference to parameter array in specification expression

2016-06-18 Thread ian_harvey at bigpond dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265 --- Comment #14 from Ian Harvey --- I wouldn't know where to start with respect to the internal compiler error.

[Bug target/71375] Failure on startup on rs6000-ibm-aix{4.3|5.1.0}

2016-06-18 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71375 --- Comment #2 from Segher Boessenkool --- aix52.h overrides TARGET_EXTRA_BUILTINS (sets it to 0); aix43.h and aix51.h do not. They probably should.

[Bug c++/70822] [6 Regression] bogus "error: lvalue required as unary ‘&’ operand" with C++14 parenthesized SCOPE_REF

2016-06-18 Thread david.abdurachmanov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70822 David Abdurachmanov changed: What|Removed |Added CC||david.abdurachmanov at gmail dot c

[Bug bootstrap/71435] [7 regression] sparc bootstrap failure since r235625

2016-06-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71435 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug bootstrap/71578] [7 Regression] segfault during LTO/PGO bootstrap on ppc64le

2016-06-18 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71578 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/71435] [7 regression] sparc bootstrap failure since r235625

2016-06-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71435 --- Comment #13 from Eric Botcazou --- Author: ebotcazou Date: Sat Jun 18 11:10:10 2016 New Revision: 237571 URL: https://gcc.gnu.org/viewcvs?rev=237571&root=gcc&view=rev Log: PR bootstrap/71435 * reload1.c (reload): Pass 0 to fi

[Bug libstdc++/71579] New: type_traits miss checks for type completeness in some traits

2016-06-18 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71579 Bug ID: 71579 Summary: type_traits miss checks for type completeness in some traits Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal P

[Bug fortran/44265] Link error with reference to parameter array in specification expression

2016-06-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265 --- Comment #13 from Dominique d'Humieres --- Created attachment 38722 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38722&action=edit Test case Test case I have prepared for this PR before I saw the problem reported in comment 8. The te

[Bug fortran/44265] Link error with reference to parameter array in specification expression

2016-06-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44265 --- Comment #12 from Paul Thomas --- (In reply to Ian Harvey from comment #10) > The patch discussed in #5 applies changes to the wrong location in > trans-decl.c. Corrected patch attached. > > With this latest patch I see no variation in che

[Bug c/71552] Confusing error for incorrect struct initialization

2016-06-18 Thread mpeg.blue at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71552 --- Comment #2 from Mason --- Martin, Please reconsider this bug's resolution. In my opinion, "conversion of integers to pointers" is a red herring. This test case (double vs double ptr) triggers the same confusing error: struct foo { double