http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47471
Dodji Seketeli changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37017
Rainer Orth changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
Summary: Lifetime of local variables: global versus member
function
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48313
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|2011-03-28 12
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279
janus at gcc dot gnu.org changed:
What|Removed |Added
CC||janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
Andrew Pinski changed:
What|Removed |Added
Target||x86_64-linux-gnu
Status|UNCON
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |4.5.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279
--- Comment #7 from janus at gcc dot gnu.org 2011-03-28 20:39:53 UTC ---
Reduced/modified test case:
interface get
procedure get1
end interface
integer :: h
call set1 (get (h))
contains
subroutine set1 (a)
integer, intent(ino
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
Andrew Pinski changed:
What|Removed |Added
CC||jason at gcc dot gnu.org
--- Comment #2 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48095
--- Comment #3 from janus at gcc dot gnu.org 2011-03-28 20:55:13 UTC ---
Also the following variant is not rejected (seems to be a module problem):
module m
implicit none
type :: rectangle
real :: width, height
procedure(get_area),
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48306
--- Comment #2 from karl at freefriends dot org 2011-03-28 21:51:03 UTC ---
For both gcc 4.5.2 and 4.6.0, I configured it from the original source on
ftp.gnu.org, using --prefix=/usr/local/gnu --enable-languages=c,c++, no other
arguments. "make in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
--- Comment #4 from Jan van Dijk 2011-03-28 22:17:15
UTC ---
(In reply to comment #3)
Sorry for being pedantic, but would you care to explain how your observation
renders this report invalid? I am afraid I do not understand this resolution.
Do
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308
Mikael Pettersson changed:
What|Removed |Added
CC||matz at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48323
--- Comment #5 from Andrew Pinski 2011-03-28
22:25:00 UTC ---
(In reply to comment #4)
> (In reply to comment #3)
> Sorry for being pedantic, but would you care to explain how your observation
> renders this report invalid? I am afraid I do not u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308
--- Comment #5 from Mikael Pettersson 2011-03-28
22:57:21 UTC ---
Created attachment 23793
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23793
reduced^2 test case
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46170
--- Comment #27 from David Fang 2011-03-28
23:42:54 UTC ---
Friendly ping for backport?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48296
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #13 from Jakub Jelinek 2011-03-28
23:53:49 UTC ---
Author: jakub
Date: Mon Mar 28 23:53:46 2011
New Revision: 171640
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171640
Log:
PR debug/48203
* cfgexpand.c (expand_debug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48253
--- Comment #3 from Jakub Jelinek 2011-03-28
23:55:49 UTC ---
Author: jakub
Date: Mon Mar 28 23:55:47 2011
New Revision: 171642
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171642
Log:
PR debug/48253
* dwarf2out.c (struct dw_fde
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48324
Summary: [C++0x] constexpr evaluation should respect lifetime
rules
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Keywords: accepts-invalid
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48313
--- Comment #7 from Jason Merrill 2011-03-29
00:04:57 UTC ---
Author: jason
Date: Tue Mar 29 00:04:54 2011
New Revision: 171643
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171643
Log:
PR c++/48313
* pt.c (maybe_adjust_types_for
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48325
Summary: internal compiler error: in
reload_cse_simplify_operands, at postreload.c:396 with
neon optimized code
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48301
--- Comment #5 from Jack Howarth 2011-03-29
03:15:32 UTC ---
FYI, this problem also exists under linux so it isn't darwin specific.
Opened...
http://llvm.org/bugs/show_bug.cgi?id=9571
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47744
--- Comment #7 from H.J. Lu 2011-03-29 04:06:02
UTC ---
Another testcase:
[hjl@gnu-6 gcc]$ ./xgcc -B./
/export/gnu/import/git/gcc-x32/gcc/testsuite/gfortran.dg/eoshift_large_1.f90
-Os -pedantic-errors -S -mx32
/export/gnu/import/git/gcc-x32/gc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326
Summary: Target attribute leaks from function pointers
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: c
AssignedTo: unassig..
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48326
Andrew Pinski changed:
What|Removed |Added
Component|c |target
Severity|major
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48279
--- Comment #8 from Tobias Burnus 2011-03-29
06:26:50 UTC ---
(In reply to comment #7)
> call set1 (get (h))
> subroutine set1 (a)
> integer, intent(inout) :: a
If one changes the (invalid) INOUT to IN, it compiles.
* * *
Additionall
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48327
Summary: [4.7 Regression] Bootstrap comparison failure with ada
since r171622
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
101 - 129 of 129 matches
Mail list logo