[Bug c++/71665] ICE on invalid C++ code with non-integral constant enumerator value: in cxx_eval_constant_expression, at cp/constexpr.c:3918

2016-06-25 Thread su at cs dot ucdavis.edu
/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 20160625 (experimental) [trunk revision 237780] (GCC) $ $ g++-6.1 -c

[Bug c++/71665] New: ICE on invalid C++ code with non-integral constant enumerator value:

2016-06-25 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71665 Bug ID: 71665 Summary: ICE on invalid C++ code with non-integral constant enumerator value: Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug c++/69593] static thread_local in a structure within a function template causes segfault

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69593 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug web/69601] current/ redirect is off by at least a day

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69601 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69045] missing optimization: forward constant propagation of regular expressions

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69045 Andrew Pinski changed: What|Removed |Added Component|middle-end |c++ Version|unknown

[Bug middle-end/71587] missed inlining extern template function

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71587 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug driver/69540] add a short info on .so priority in -l

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69540 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/71661] [7 Regression] wrong code at -O3

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71661 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRME

[Bug rtl-optimization/71636] Missed optimization in variable alignment test

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71636 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71553] [6 regression]ICE in assign_temp, at function.c:961

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71553 --- Comment #2 from Andrew Pinski --- Works on the trunk on aarch64-linux-gnu.

[Bug c++/71487] sorry, unimplemented: mangling offset_ref

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487 Andrew Pinski changed: What|Removed |Added Keywords||ABI Status|UNCONFIRMED

[Bug c++/71664] New: valid C++11 code with qualified enumerator lookup rejected

2016-06-25 Thread su at cs dot ucdavis.edu
-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160625 (experimental) [trunk revision 237780] (GCC) $ $ clang++-3.8 -c -std=c++11 small.cpp $ $ g++-trunk -c -std=c++11 small.cpp small.cpp: In

[Bug c++/71459] ICE writing to a string-initialized local array in a constexpr function

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71459 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/71663] New: aarch64 Vector initialization can be improved slightly

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71663 Bug ID: 71663 Summary: aarch64 Vector initialization can be improved slightly Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug c++/71662] New: ICE on invalid C++11 code with unqualified name look up: in tsubst_copy, at cp/pt.c:14010

2016-06-25 Thread su at cs dot ucdavis.edu
/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20160625 (experimental) [trunk revision 237780] (GCC) $ $ g++-trunk -c -std=c++11 small.cpp small.cpp: In instantiation of ‘A::E A::h() [with T = int]’: small.cpp:8:23

[Bug bootstrap/70473] genautomata memory footprint for arm

2016-06-25 Thread bill_bartol at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473 BillyBarty changed: What|Removed |Added CC||bill_bartol at yahoo dot com --- Comment #7

[Bug c++/71386] Wrong code on c++14 (GCC trunk)

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71386 --- Comment #2 from Andrew Pinski --- With -Wall -W I get the following warnings from gcc: t9.cc: In function ‘int main()’: t9.cc:37:44: warning: ‘xs1#0’ is used uninitialized in this function [-Wuninitialized] auto print_func = [](int x){print

[Bug c++/71350] internal compiler error on trailing return type declaration with initializer list

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71350 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-invalid-code Status|U

[Bug tree-optimization/71307] [7 Regression] Code quality regression with lane extraction arm_neon.h intrinsics on aarch64

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71307 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug web/71356] Unable to reach trunk

2016-06-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71356 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/71661] New: wrong code at -O3 on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2016-06-25 Thread su at cs dot ucdavis.edu
-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 20160625 (experimental) [trunk revision 237780] (GCC) $ $ gcc-trunk -O2 small.c; ./a.out $ gcc-6.1 -O3 small.c; ./a.out $ $ gcc

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Sun Jun 26 01:03:19 2016 New Revision: 237789 URL: https://gcc.gnu.org/viewcvs?rev=237789&root=gcc&view=rev Log: 2016-06-25 Jerry DeLisle PR fortran/71649 * module

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #8 from Jerry DeLisle --- With: if (tmp_symtree) { if (tmp_symtree->n.sym && tmp_symtree->n.sym->module && strcmp (modname, tmp_symtree->n.sym->module) == 0) return; gfc_error ("Symbol %qs at %C al

[Bug target/67400] -fno-plt doesn't work with function pointers

2016-06-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67400 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/71659] _xgetbv intrinsic missing

2016-06-25 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71659 --- Comment #1 from H.J. Lu --- You need more than an intrinsic to know if AVX or MPX is available. So far, run-time implementation has no issue with inline asm statement.

[Bug libstdc++/71660] New: [4.9 regression] alignment of std::atomic<8 byte primitive type> (long long, double) is wrong on x86

2016-06-25 Thread thiago at kde dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71660 Bug ID: 71660 Summary: [4.9 regression] alignment of std::atomic<8 byte primitive type> (long long, double) is wrong on x86 Product: gcc Version: 6.1.1 Status: UNCONFIRME

[Bug target/71659] New: _xgetbv intrinsic missing

2016-06-25 Thread andi-gcc at firstfloor dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71659 Bug ID: 71659 Summary: _xgetbv intrinsic missing Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target Ass

[Bug c++/71658] New: User-defined conversion operator from a wrapper class to the wrapped type does not compile.

2016-06-25 Thread ulrichmutze at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71658 Bug ID: 71658 Summary: User-defined conversion operator from a wrapper class to the wrapped type does not compile. Product: gcc Version: 4.8.4 Status: UNCONFIRMED

[Bug tree-optimization/71643] [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427

2016-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71643 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71631] [7 Regression] Wrong constant folding

2016-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71631 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71647] aligned(x:32) in #pragma omp simd does not work

2016-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/71643] [7 Regression] internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2318 after r237427

2016-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71643 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Sat Jun 25 17:23:02 2016 New Revision: 237783 URL: https://gcc.gnu.org/viewcvs?rev=237783&root=gcc&view=rev Log: PR tree-optimization/71643 * tree-ssa-tail-merge.c (find_c

[Bug tree-optimization/71631] [7 Regression] Wrong constant folding

2016-06-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71631 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Sat Jun 25 17:20:15 2016 New Revision: 237782 URL: https://gcc.gnu.org/viewcvs?rev=237782&root=gcc&view=rev Log: PR tree-optimization/71631 * tree-ssa-reassoc.c (reassocia

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #7 from Jerry DeLisle --- I will regtest and commit the patch sometime today.

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #6 from kargl at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #4) > (In reply to jack.s...@nasa.gov from comment #2) > > > > > > > Could someone check that the problem is not darwin specific? > > > > > Not darwin speci

[Bug target/71657] Wrong code on trunk gcc (std::out_of_range), westmere

2016-06-25 Thread anton.mitrokhin at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71657 --- Comment #2 from Anton Mitrokhin --- Comment on attachment 38768 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38768 Reproducer - two files (crash_main.cpp and crash_init.cpp) This attachment is a 7-zip archive

[Bug target/71657] Wrong code on trunk gcc (std::out_of_range), westmere

2016-06-25 Thread anton.mitrokhin at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71657 --- Comment #1 from Anton Mitrokhin --- Created attachment 38768 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38768&action=edit Reproducer - two files (crash_main.cpp and crash_init.cpp)

[Bug target/71657] New: Wrong code on trunk gcc (std::out_of_range), westmere

2016-06-25 Thread anton.mitrokhin at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71657 Bug ID: 71657 Summary: Wrong code on trunk gcc (std::out_of_range), westmere Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

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

2016-06-25 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71338 --- Comment #5 from Oleg Endo --- (In reply to DJ Delorie from comment #4) > Sure, the only dependencies might be on binutils/gdb releases, but they > support it and they're independent of gcc releases anyway. As far as I know, binutils GAS does

[Bug fortran/71649] Internal compiler error

2016-06-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649 --- Comment #5 from Dominique d'Humieres --- > Not darwin specific. Is the sample code valid? Good question! The ICE disappears if I rename the subroutine Compiler_Options or the ISO_FORTRAN_ENV one, e.g., opts => Compiler_Options. Anyway an ICE

[Bug middle-end/71625] missing strlen optimization on different array initialization style

2016-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71625 --- Comment #10 from Marc Glisse --- (In reply to Jakub Jelinek from comment #6) > > > char array[] = "abc"; > > > return __builtin_strlen (array); > > Well, this actually is optimized. Oops, I failed my copy-paste, I meant to copy: char

[Bug rtl-optimization/71636] Missed optimization in variable alignment test

2016-06-25 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71636 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization --- Comment #2 from Ma