/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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69593
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69601
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69045
Andrew Pinski changed:
What|Removed |Added
Component|middle-end |c++
Version|unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71587
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69540
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71661
Andrew Pinski changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71636
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71553
--- Comment #2 from Andrew Pinski ---
Works on the trunk on aarch64-linux-gnu.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71487
Andrew Pinski changed:
What|Removed |Added
Keywords||ABI
Status|UNCONFIRMED
-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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71459
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
/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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70473
BillyBarty changed:
What|Removed |Added
CC||bill_bartol at yahoo dot com
--- Comment #7
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71350
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Status|U
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71307
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71356
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
-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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67400
H.J. Lu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
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.
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71643
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71631
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71647
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71649
--- Comment #7 from Jerry DeLisle ---
I will regtest and commit the patch sometime today.
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
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
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)
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71636
Marc Glisse changed:
What|Removed |Added
Keywords||missed-optimization
--- Comment #2 from Ma
43 matches
Mail list logo