--- Comment #2 from rguenther at suse dot de 2009-08-04 08:14 ---
Subject: Re: FAIL: gfortran.dg/proc_ptr_7.f90
On Mon, 3 Aug 2009, burnus at gcc dot gnu dot org wrote:
> --- Comment #1 from burnus at gcc dot gnu dot org 2009-08-03 23:17
> ---
> > I see the Fortran FE accept
--- Comment #6 from florian at openwrt dot org 2009-08-04 08:58 ---
Created an attachment (id=18295)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18295&action=view)
ldso.Os.i preprocessed file with non-inlined syscalls
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40641
I notice that the module files gfortran generates are really large, and believe
that this could maybe be improved easily, which would reduce disk usage and
presumably improve compile time.
The observation is that a compilation of CP2K generates 130Mb of .mod files for
27Mb sources. Doing a 'cat *.
--- Comment #2 from steven at gcc dot gnu dot org 2009-08-04 09:05 ---
Hoisting
*** This bug has been marked as a duplicate of 23286 ***
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #25 from steven at gcc dot gnu dot org 2009-08-04 09:05 ---
*** Bug 40956 has been marked as a duplicate of this bug. ***
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from steven at gcc dot gnu dot org 2009-08-04 09:10 ---
Yup
--
steven at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED
building gcc4.3.4 from ports on FreeBSD 8.0-BETA2 ia64 I get this error:
[skip]
gmake[4]: Leaving directory
`/usr/ports/lang/gcc43/work/build/ia64-portbld-freebsd8.0/libgcc'
gmake[4]: Entering directory `/usr/ports/lang/gcc43/work/build/gcc'
gmake[4]: *** No rule to make target
`/usr/ports/lang/g
--- Comment #15 from manu at gcc dot gnu dot org 2009-08-04 09:22 ---
Testcase in comment #9 does not produce any output anymore.
Testcase in comment #10 produces:
/home/manuel/src/pr15179.C:8:18: error: type A is not derived from type
B
/home/manuel/src/pr15179.C:8:23: error: expe
--- Comment #2 from burnus at gcc dot gnu dot org 2009-08-04 09:34 ---
The following patch is also missing. Probably appears when using abstract
interfaces. One needs to check the proc pointer machinery as well as there one
might also miss such an option - there, one might also need to a
--- Comment #6 from manu at gcc dot gnu dot org 2009-08-04 09:34 ---
For the first testcase, A could well be defined without type, so "const A"
would be valid. So we definitely need to emit another error before '&' but the
current one is misleading. Perhaps "parse error before '&'" is a
--- Comment #1 from mexas at bristol dot ac dot uk 2009-08-04 10:00 ---
the same happens for gcc4.4.2:
[skip]
gmake[4]: Leaving directory
`/usr/ports/lang/gcc44/work/build/ia64-portbld-freebsd8.0/libgcc'
gmake[4]: Entering directory `/usr/ports/lang/gcc44/work/build/gcc'
gmake[4]: ***
--- Comment #1 from jakub at gcc dot gnu dot org 2009-08-04 10:04 ---
Can't reproduce, at least not with a x86_64-linux -> s390x-linux cross.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40954
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2009-08-04 10:09
---
*** This bug has been marked as a duplicate of 10127 ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2009-08-04 10:09
---
*** Bug 13757 has been marked as a duplicate of this bug. ***
--
ebotcazou at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #2 from jv244 at cam dot ac dot uk 2009-08-04 10:13 ---
It looks like also module.c contains minit calls that need to be modified. But
for a 50% savings in module size, that seems still a localized effort
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958
--- Comment #2 from mexas at bristol dot ac dot uk 2009-08-04 10:16 ---
and the same error happens with gcc4.5.0:
gmake[4]: Entering directory `/usr/ports/lang/gcc45/work/build/gcc'
gmake[4]: *** No rule to make target
`/usr/ports/lang/gcc45/work/build/ia64-portbld-freebsd8.0/libgcc/crt
--- Comment #4 from jakub at gcc dot gnu dot org 2009-08-04 10:27 ---
On the 4.4 branch/x86_64-linux, I can reproduce even with -O1 on:
extern "C" void abort (void);
#define _MAY_ALIAS __attribute__((__may_alias__))
typedef struct { float v[2]; } _float_v;
typedef struct { int v[2]; }
--- Comment #15 from manu at gcc dot gnu dot org 2009-08-04 10:52 ---
(In reply to comment #14)
> (In reply to comment #13)
>
> > We need someone to write the patch. Just that.
>
> I've got some spare time now, so I'd like to have a go.
If you want your code to be useful, fill a copyr
--- Comment #4 from pault at gcc dot gnu dot org 2009-08-04 11:14 ---
I am going to apply this, together with testcase, as obvious:
Index: gcc/fortran/decl.c
===
--- gcc/fortran/decl.c (revision 150404)
+++ gcc/fortran/dec
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |paolo dot carlini at oracle
|dot org
[This concerns the POSIX c99 utility, but gcc should probably behave in the
same way, as on some platforms, c99 is gcc.]
In http://www.opengroup.org/onlinepubs/9699919799/utilities/c99.html POSIX
specifies:
-D name[=value]
Define name as if by a C-language #define directive. If no = value
--
dodji at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org
|dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-08-04 12:19 ---
Hm, I wonder how many makefiles we'd break with changing that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40960
--- Comment #16 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #19 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #30 from rguenth at gcc dot gnu dot org 2009-08-04 12:25
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #56 from rguenth at gcc dot gnu dot org 2009-08-04 12:25
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:25
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #41 from rguenth at gcc dot gnu dot org 2009-08-04 12:25
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #40 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #47 from rguenth at gcc dot gnu dot org 2009-08-04 12:25
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #48 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #29 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #52 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #37 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #44 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #43 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #6 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #37 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #25 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #29 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #19 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #42 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #16 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #42 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #31 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #23 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #15 from rguenth at gcc dot gnu dot org 2009-08-04 12:26
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-04 12:26 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #10 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #21 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #41 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #14 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #13 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #4 from dodji at gcc dot gnu dot org 2009-08-04 12:27 ---
Subject: Bug 39706
Author: dodji
Date: Tue Aug 4 12:26:01 2009
New Revision: 150452
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150452
Log:
2009-08-04 Dodji Seketeli
gcc/cp/ChangeLog:
PR debug/
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #24 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #30 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-08-04 12:27 ---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #110 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #11 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #20 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #17 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #12 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #37 from rguenth at gcc dot gnu dot org 2009-08-04 12:27
---
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--
1 - 100 of 356 matches
Mail list logo