https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70769
Bug ID: 70769
Summary: function definition wrongfully allowed inside comma
separated member declaration list
Product: gcc
Version: 5.2.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704
--- Comment #39 from Jakub Jelinek ---
(In reply to David Edelsohn from comment #38)
> The gt* files don't differ.
>
> I normally use
>
> --disable-werror --enable-languages=c,c++,fortran,objc --with-gmp=/opt/cfarm
> --with-libiconv-prefix=/opt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70759
Eric Botcazou changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69143
--- Comment #3 from H.J. Lu ---
Similar to PR 28831, PR 23782?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704
--- Comment #40 from David Edelsohn ---
I see that you did not have /opt/freeware/bin in your path on AIX. How did it
even build without GNU Make and other build requirements?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704
--- Comment #41 from Jakub Jelinek ---
(In reply to David Edelsohn from comment #40)
> I see that you did not have /opt/freeware/bin in your path on AIX. How did
> it even build without GNU Make and other build requirements?
I've used gmake -j64
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66256
Michael Mehlich changed:
What|Removed |Added
CC||mmehlich at semanticdesigns
dot co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70770
Bug ID: 70770
Summary: constexpr expansion Internal compiler error
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70770
--- Comment #1 from Mira Fontan ---
Command line output:
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2'
--with-bugurl=file:///usr/share/doc/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70770
--- Comment #2 from Mira Fontan ---
Created attachment 38333
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38333&action=edit
preprocessed file
++,lto
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160423 (experimental) [trunk revision 235384] (GCC)
$
$ gcc-trunk -O2 small.c; ./a.out
$ gcc-5.3 -O3 small.c; ./a.out
$
$ gcc-trunk -O3 small.c
small.c: In function ‘main’:
small.c:18:1: internal compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70772
Bug ID: 70772
Summary: Wrong warning about unspecified behavior for
comparison with string literal
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684
--- Comment #15 from Jerry DeLisle ---
(In reply to Andy May from comment #14)
--- snip ---
>
> Of course, I really appreciate the work that goes into this. I've already
> made a local patch file with your fix so that the mxe.cc gcc builds with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70772
--- Comment #1 from Alexander Cherepanov ---
clang bug -- https://llvm.org/bugs/show_bug.cgi?id=27495 .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70755
--- Comment #2 from Michael Bruck ---
(In reply to Richard Earnshaw from comment #1)
> This is a deliberate design choice. By doing this we gain significant
> benefits from having aligned objects, which helps with data copying and
> other optimi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70755
--- Comment #3 from Michael Bruck ---
(In reply to Michael Bruck from comment #2)
> (In reply to Richard Earnshaw from comment #1)
> > This is a deliberate design choice. By doing this we gain significant
> > benefits from having aligned objects
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70704
--- Comment #42 from Jakub Jelinek ---
Even
PATH=/opt/freeware/bin/:$PATH /home/jakub/gcc-6.0.1-RC-20160415/configure
--disable-werror --enable-languages=c,c++,fortran,objc --with-gmp=/opt/cfarm
--with-libiconv-prefix=/opt/cfarm --disable-libstdc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69143
--- Comment #4 from Ramana Radhakrishnan ---
(In reply to H.J. Lu from comment #3)
> Similar to PR 28831, PR 23782?
Indeed, though looks more like a base case for PR28831 than PR23782 at first
glance.
Ramana
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70751
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768
--- Comment #2 from James Almer ---
(In reply to Markus Trippelsdorf from comment #1)
> Well, you simply need more RAM to compile this testcase, because gcc-6 uses
> slightly over 2GB peak, so your machine starts swapping.
> On my machine (with 8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768
--- Comment #3 from Markus Trippelsdorf ---
(In reply to James Almer from comment #2)
> (In reply to Markus Trippelsdorf from comment #1)
> > Well, you simply need more RAM to compile this testcase, because gcc-6 uses
> > slightly over 2GB peak,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70773
Bug ID: 70773
Summary: Profiling makes sudoku solver slower
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gcov-profile
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768
--- Comment #4 from Markus Trippelsdorf ---
This is the file in question:
https://github.com/ericniebler/range-v3/blob/master/test/algorithm/transform.cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70353
Markus Trippelsdorf changed:
What|Removed |Added
CC||mira.fontan at gmail dot com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70770
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70774
Bug ID: 70774
Summary: constexpr function with reference parameter gives
reinterpret_cast from integer to pointer error
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160423 (experimental) [trunk revision 235384] (GCC)
$
$ gcc-trunk -O2 -c small.c
$ gcc-5.3 -O3 -c small.c
$
$ gcc-trunk -O3 -c small.c
small.c: In function ‘fn2’:
small.c:17:1: internal compiler error
-languages=c,c++,lto
--prefix=/usr/local/gcc-trunk --disable-bootstrap
Thread model: posix
gcc version 7.0.0 20160423 (experimental) [trunk revision 235384] (GCC)
$
$ g++-trunk small.cpp -c
g++-trunk: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684
--- Comment #16 from Jerry DeLisle ---
Author: jvdelisle
Date: Sun Apr 24 05:07:21 2016
New Revision: 235391
URL: https://gcc.gnu.org/viewcvs?rev=235391&root=gcc&view=rev
Log:
2016-04-23 Jerry DeLisle
PR libgfortran/70684
* i
29 matches
Mail list logo