https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70916
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Tue May 3 19:30:22 2016
New Revision: 235842
URL: https://gcc.gnu.org/viewcvs?rev=235842&root=gcc&view=rev
Log:
PR tree-optimization/70916
* tree-if-conv.c: Include cfgan
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70931
Bug ID: 70931
Summary: ICE with -g in native_encode_initializer, bei
dwarf2out.c:17768
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70929
Jan Hubicka changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70931
--- Comment #1 from Gerhard Steinmetz
---
Whereas, these variants compile without problems :
$ cat z2.f90
program p
type t
integer :: b(0)
end type
type(t), parameter :: z = t([2])
print *, z
end
$ cat z3.f90
program p
t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70930
Bug ID: 70930
Summary: VLAs in stucts in loop headers are not evaluated each
iteration
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70931
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70396
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670
--- Comment #13 from Francois-Xavier Coudert ---
Showing how the module files are not found when a non default multilib is
chosen:
$ gfortran a.f90 -fopenmp
$ gfortran a.f90 -fopenmp -m32
a.f90:1:6:
use omp_lib
1
Fatal Error: Can'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670
Francois-Xavier Coudert changed:
What|Removed |Added
Keywords||patch
--- Comment #14 from Fra
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65479
Martin Sebor changed:
What|Removed |Added
Assignee|msebor at gcc dot gnu.org |unassigned at gcc dot
gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70906
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66639
--- Comment #7 from Martin Sebor ---
Author: msebor
Date: Tue May 3 21:15:28 2016
New Revision: 235845
URL: https://gcc.gnu.org/viewcvs?rev=235845&root=gcc&view=rev
Log:
PR c++/66561 - __builtin_LINE at al. should yield constant expressions
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66561
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Tue May 3 21:15:28 2016
New Revision: 235845
URL: https://gcc.gnu.org/viewcvs?rev=235845&root=gcc&view=rev
Log:
PR c++/66561 - __builtin_LINE at al. should yield constant expressions
PR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66561
Martin Sebor changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70827
--- Comment #2 from Jens Maurer ---
A prominent use case is that std::unique_ptr in the parameter list of an
inherited constructor stops working.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70932
Bug ID: 70932
Summary: flexible array member with non-trivial destructor
Product: gcc
Version: 6.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70635
--- Comment #6 from paolo at gcc dot gnu.org ---
Author: paolo
Date: Tue May 3 21:44:04 2016
New Revision: 235846
URL: https://gcc.gnu.org/viewcvs?rev=235846&root=gcc&view=rev
Log:
/cp
2016-05-03 Paolo Carlini
PR c++/70635
*
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70635
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
CC|paolo at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70933
Bug ID: 70933
Summary: [7.0 regression] ICE with -Wall on valid code in
inchash::add_expr
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57193
--- Comment #12 from Bernd Schmidt ---
Author: bernds
Date: Tue May 3 22:48:03 2016
New Revision: 235848
URL: https://gcc.gnu.org/viewcvs?rev=235848&root=gcc&view=rev
Log:
PR rtl-optimization/57193
* opts.c (default_options_tabl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70866
--- Comment #1 from Alan Modra ---
Author: amodra
Date: Tue May 3 23:51:34 2016
New Revision: 235851
URL: https://gcc.gnu.org/viewcvs?rev=235851&root=gcc&view=rev
Log:
[RS6000] powerpc64le -ffixed-cr2 -ffixed-cr3 -ffixed-cr4 ICE
gcc/
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70866
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70934
Bug ID: 70934
Summary: 16-byte atomics are unimplemented on s390x, but
__GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 is defined
Product: gcc
Version: 5.3.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70928
--- Comment #2 from Peter Bergner ---
Can powers of 2 values be generated with a splat followed by a shift?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70918
--- Comment #2 from Liang ---
Alright Thanks, i'll try to redo the whole LFS.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70898
gccbugs at jbapple dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resoluti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70935
Bug ID: 70935
Summary: [6/7 Regression] ICE: verify_ssa failed (error:
definition in block 9 does not dominate use in block
12) w/ -O3 -g
Product: gcc
Version: 6.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70925
--- Comment #5 from Andreas Schaefer ---
@Markus Trippelsdorf interesting, let me check the code once again. Which tool
did you use for this analysis?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936
Bug ID: 70936
Summary: Hard-coded C++ header paths and relocation problem on
Windows
Product: gcc
Version: 6.1.1
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936
Andrew Pinski changed:
What|Removed |Added
Component|preprocessor|driver
--- Comment #1 from Andrew Pinski
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70936
--- Comment #2 from lh_mouse ---
(In reply to Andrew Pinski from comment #1)
> I use relocatable directory feature on Linux but I have not tested 6 yet.
> This is a driver issue I think ...
I was examining gcc/gcc/incpath.c for problems, thoug
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70937
Bug ID: 70937
Summary: [7.0 Regression] ICE: tree code ‘ssa_name’ is not
supported in LTO streams
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70938
Bug ID: 70938
Summary: internal compiler error: in tsubst_copy, at
cp/pt.c:13008
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70935
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70937
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70939
Bug ID: 70939
Summary: creating object of abstract class allowed in all
versions of g++
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: major
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70925
--- Comment #6 from Markus Trippelsdorf ---
Quote from http://gcc.gnu.org/bugs/:
»Before reporting that GCC compiles your code incorrectly, compile it with gcc
-Wall -Wextra and see whether this shows anything wrong with your code.
Similarly, if
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70939
--- Comment #1 from Pravasi Meet ---
MSVC++ 2015 doesn't compile the program & gives compilation errors as expected
when compiling the program. You can test the program at here:
http://webcompiler.cloudapp.net/
101 - 138 of 138 matches
Mail list logo