http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51791
Bug #: 51791
Summary: [OOP] Failure to resolve typebound function call with
base object in parentheses.
Classification: Unclassified
Product: gcc
Version: 4.7.0
Statu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51751
--- Comment #4 from Thomas Koenig 2012-01-08
10:13:33 UTC ---
Also reported upstream:
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=3030&p=7974#p7974
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51638
Thomas Koenig changed:
What|Removed |Added
CC||tkoenig at gcc dot gnu.org
--- Comment #8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47226
--- Comment #1 from Johannes Schaub
2012-01-08 11:41:18 UTC ---
I asked the committee at that time, and they reinforced that this is intended
to work as specified in the C++11 spec.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #3 from Dominique d'Humieres 2012-01-08
12:10:02 UTC ---
Created attachment 26269
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26269
assembler for r182980 with -m32
Compiled with -O0 -m32 -fprofile-generate
[macbook] f90/bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51792
Bug #: 51792
Summary: [4.7 regression] fortran bootstrap failure: no
previous prototype for 'resolve_typebound_function'
Classification: Unclassified
Product: gcc
Version: 4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #4 from Dominique d'Humieres 2012-01-08
12:12:23 UTC ---
Created attachment 26270
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26270
assembler for r182587 with -m32
Compiled with -O0 -m32 -fprofile-generate
[macbook] f90/bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #5 from Dominique d'Humieres 2012-01-08
12:13:42 UTC ---
Created attachment 26271
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26271
assembler for r182980 with -m64 (default)
Compiled with -O0 -fprofile-generate
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #6 from Dominique d'Humieres 2012-01-08
12:14:55 UTC ---
Created attachment 26272
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26272
assembler for r182587 with -m64 (default)
Compiled with -O0 -fprofile-generate
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #5 from nospam.kotarou.dono at gmail dot com 2012-01-08 12:14:56
UTC ---
Also found another similar problem while compiling on Windows with mingw-w64.
Including also pollutes the global namespace.
text.cpp:
#include
timeval t; // S
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #7 from Dominique d'Humieres 2012-01-08
12:15:46 UTC ---
Created attachment 26273
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26273
preprocessed file compiled with -O0 -fprofile-generate
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
Dominique d'Humieres changed:
What|Removed |Added
CC||iains at gcc dot gnu.org
--- Comme
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51751
--- Comment #5 from Dominique d'Humieres 2012-01-08
12:29:24 UTC ---
For the first results in comment #3, I have used
FORTRAN = gfc -fimplicit-none -g
OPTS = -O0
DRVOPTS = $(OPTS)
NOOPT= -g -O0
LOADER = gfc -g
LOADOPTS =
and gfc was
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749
--- Comment #6 from Jonathan Wakely 2012-01-08
12:41:16 UTC ---
(In reply to comment #5)
> Also found another similar problem while compiling on Windows with mingw-w64.
> Including also pollutes the global namespace.
In general you'll just have
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325
--- Comment #27 from Dominique d'Humieres
2012-01-08 13:00:10 UTC ---
Note that reapplying r181405 with the Richard Sandiford's patch at
http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02004.html fixes the failures on
powerpc-apple-darwin9 without v
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51792
Tobias Burnus changed:
What|Removed |Added
Keywords||build
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51793
Bug #: 51793
Summary: pragma GCC optimize wrapv leads to invalid code on
Solaris
Classification: Unclassified
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51271
--- Comment #17 from vries at gcc dot gnu.org 2012-01-08 14:12:44 UTC ---
Submitted http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00359.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51471
--- Comment #17 from vries at gcc dot gnu.org 2012-01-08 14:13:19 UTC ---
Submitted http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00363.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50616
--- Comment #5 from niXman 2012-01-08 15:15:19 UTC
---
I don't have other GCC versions or lto-pugins on my computer.
Here is a fragment of code from gcc-4.6.2-release:
fprintf (f, "%u %x %s %s\n", (unsigned int) slot, symtab->aux[j].id,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50023
Dominique d'Humieres changed:
What|Removed |Added
CC||grosser at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51694
--- Comment #3 from Jan Hubicka 2012-01-08
16:32:57 UTC ---
Author: hubicka
Date: Sun Jan 8 16:32:49 2012
New Revision: 182993
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182993
Log:
PR tree-optimize/51694
* ipa-cp.c (ipa_get_
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51694
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
--- Comment #14 from Jan Hubicka 2012-01-08
16:39:08 UTC ---
Author: hubicka
Date: Sun Jan 8 16:39:00 2012
New Revision: 182995
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182995
Log:
PR tree-optimize/51680
* ipa-inline-analy
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
Jan Hubicka changed:
What|Removed |Added
Target Milestone|4.7.0 |4.8.0
Summary|[4.7 Regression] g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51638
--- Comment #9 from Steve Kargl
2012-01-08 17:03:41 UTC ---
On Sun, Jan 08, 2012 at 11:20:02AM +, tkoenig at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51638
>
> Thomas Koenig changed:
>
>What|Remo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51792
Paul Thomas changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325
--- Comment #28 from Eric Botcazou 2012-01-08
17:26:03 UTC ---
> Note that reapplying r181405 with the Richard Sandiford's patch at
> http://gcc.gnu.org/ml/gcc-patches/2011-11/msg02004.html fixes the failures on
> powerpc-apple-darwin9 without vi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51638
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51492
--- Comment #2 from Ulrich Drepper 2012-01-08
18:56:48 UTC ---
Note, this code appears in gzip and therefore IIRC in specCPU (in
deflate.c:fill_window). Although when compiling gzip myself with that code
embedded in a larger function I cannot ge
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15533
--- Comment #3 from Uros Bizjak 2012-01-08 19:55:00
UTC ---
We do in fact have comment in i386.md:
;; Logical inclusive and exclusive OR instructions
;; %%% This used to optimize known byte-wide and operations to memory.
;; If this is considere
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39399
--- Comment #1 from Andrew Pinski 2012-01-08
21:24:02 UTC ---
Has this been fixed?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36622
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39217
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39383
Andrew Pinski changed:
What|Removed |Added
Target||elf targets
Status|UNCONFIRME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39550
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39462
--- Comment #9 from Andrew Pinski 2012-01-08
21:51:17 UTC ---
(In reply to comment #4)
> Also - I admit not having studied in detail all your requirements, sorry about
> that - I suppose you would be interested in static_assert, available with
>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39809
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44765
Andrew Pinski changed:
What|Removed |Added
CC||jbg...@lug-owl.de
--- Comment #3 from And
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51794
Bug #: 51794
Summary: ICE (segfault) with -O -fmodulo-sched
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50237
--- Comment #33 from Andrew Pinski 2012-01-09
00:54:10 UTC ---
I now get this failure with gcc/go/go.o (and others) miscomparing.
I have a new version of binutils installed in the prefix but not currently in
the PATH.
stage2 uses ctors and stage3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6057
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39217
--- Comment #3 from Andrew Leaver-Fay 2012-01-09
04:12:16 UTC ---
Hi,
I'm working with a large program and I am not sure if there are global
variables that are being read without my knowledge. I knew to look
for global variables, but, not findi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51795
Bug #: 51795
Summary: linear_congruential_engine doesn't work correctly
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
44 matches
Mail list logo