http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60317
Markus Trippelsdorf changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|2014-02-22 0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
janus at gcc dot gnu.org changed:
What|Removed |Added
Keywords||wrong-code
Status|U
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #2 from janus at gcc dot gnu.org ---
For both cases (TYPE and CLASS), the temporary that is created (to be passed to
copyFromArray) has an lbound of zero (as shown by -fdump-tree-original):
atmp.6.dim[0].stride = 1;
atmp.6.dim[
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322
--- Comment #3 from janus at gcc dot gnu.org ---
Here is a closely-related variant of comment 1:
program main
implicit none
type Foo
end type
type(foo), dimension(2:2) :: arg
call copyFromArray(arg)
contains
subroutine copyF
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306
--- Comment #32 from Mikael Pettersson ---
(In reply to Andreas Schwab from comment #31)
> After backporting the patch to 4.8 there is still a package that fails with
> the same error, though it doesn't fail with 4.9.
This ICE stopped on trunk wi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60323
Bug ID: 60323
Summary: incorrect usage of designated initializers with struct
which includes flexible array
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sev
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742
Marc Glisse changed:
What|Removed |Added
Attachment #30981|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148
--- Comment #8 from Jerry DeLisle ---
Running into some snags here:
gfc -fdump-tree-original pr60148.f90
pr60148.f90: In function ‘namelistout’:
pr60148.f90:38:0: internal compiler error: Segmentation fault
end program
I will be fixing this wh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198
--- Comment #9 from Paul Thomas ---
Hi Tobias,
I need to walk away from this one for 24 hours.
I have established this chain:
(i) We start building decay_t;
(ii) During which we have to build decay_gen_t (from trans-types.c:2456);
(iii) Followed
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60148
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60324
Bug ID: 60324
Summary: Handle arbitrarily long path names
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libfortran
?id=32205&action=edit
Preprocessed source
When configured --with-build-config=bootstrap-lto, gcc version 4.9.0 20140223
ICEs a couple of cilk-plus c++ testcases, bith 32bit and 64bit
x86_64-pc-linux-gnu targets:
FAIL: g++.dg/cilk-plus/CK/lambda_spawns.cc -O3 -fcilkplus (internal compiler
erro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60326
Bug ID: 60326
Summary: Incorrect type from std::make_unsigned
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60326
--- Comment #1 from Kristian Spangsege ---
Oops, should have been:
Clang 3.4 with `libc++` does this on x86_64:
std::make_signed::type --> int
std::make_unsigned::type --> unsigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60312
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268
--- Comment #6 from Andrey Belevantsev ---
Author: abel
Date: Mon Feb 24 05:57:02 2014
New Revision: 208066
URL: http://gcc.gnu.org/viewcvs?rev=208066&root=gcc&view=rev
Log:
gcc/
2014-02-24 Andrey Belevantsev
PR rtl-optimization/60268
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60268
Andrey Belevantsev changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
17 matches
Mail list logo