on/44469
* cfgcleanup.c (try_optimize_cfg): Iterate in CFG layout mode too
after removing trivially dead basic blocks.
Added:
branches/gcc-4_5-branch/gcc/testsuite/gcc.c-torture/compile/20110126-1.c
- copied unchanged from r169304,
trunk/gcc/testsuite/gcc.c-torture/compile/20110126-1.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44469
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
URL|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478
H.J. Lu changed:
What|Removed |Added
Summary|[4.4/4.5/4.6 Regression]|[4.4/4.5 Regression]
|interna
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47476
--- Comment #3 from Jakub Jelinek 2011-01-26
21:20:43 UTC ---
Author: jakub
Date: Wed Jan 26 21:20:40 2011
New Revision: 169306
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169306
Log:
PR c++/47476
* semantics.c (potential_const
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47476
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478
H.J. Lu changed:
What|Removed |Added
Known to work||4.5.2, 4.6.0
Summary|[4.4/4.5 Regres
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467
--- Comment #6 from Joel Sherrill 2011-01-26 21:23:59
UTC ---
Since i386-rtems* blew up with an ICE, I wanted to verify the Makefile change
with another target. sparc-rtems* built Ada with this patch:
I really don't know why targext.c needs to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479
--- Comment #4 from H.J. Lu 2011-01-26 21:37:19
UTC ---
There are
$(lang_checks_parallelized): check-% : site.exp
@if [ -z "$(filter-out --target_board=%, $(RUNTESTFLAGS))" ] \
&& [ "$(filter -j, $(MFLAGS))" = "-j" ]; then \
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479
--- Comment #5 from H.J. Lu 2011-01-26 21:48:10
UTC ---
I have to use exactly:
RUNTESTFLAGS=--target_board='unix{-m32,}'
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47447
--- Comment #2 from asharif at gcc dot gnu.org 2011-01-26 21:50:26 UTC ---
It seems like this bug is reproducible on older versions of the trunk.
This change:
http://gcc.gnu.org/viewcvs?view=revision&revision=146776
seems to suppress it (or fix
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467
--- Comment #8 from Joel Sherrill 2011-01-26 22:01:56
UTC ---
(In reply to comment #7)
> > Is targext.c really supposed to be part of LIBGNAT_SRCS for the target or is
> > this just a host side compiler helper?
>
> Unfortunately the former. The
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
--- Comment #23 from dj at gcc dot gnu.org 2011-01-26
22:03:50 UTC ---
Author: dj
Date: Wed Jan 26 22:03:47 2011
New Revision: 169307
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169307
Log:
PR rtl-optimization/46878
* combine.c (insn_a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467
--- Comment #9 from Eric Botcazou 2011-01-26
22:10:26 UTC ---
Author: ebotcazou
Date: Wed Jan 26 22:10:23 2011
New Revision: 169308
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169308
Log:
PR bootstrap/47467
* targext.c: Include
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44031
--- Comment #8 from Jeffrey A. Law 2011-01-26 22:11:55
UTC ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/26/11 11:14, ebotcazou at gcc dot gnu.org wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44031
>
> Eric Botcazou changed:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47467
Eric Botcazou changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47482
Summary: [C++0x] [4.6 Regression] ICE: unexpected expression
‘sizeof ("A")’ of kind sizeof_expr
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Pr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47482
--- Comment #1 from Jonathan Wakely 2011-01-26
22:41:50 UTC ---
the ICE goes away if K is not a template or if B is initialized with simply A,
rather than an expression involving A
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464
--- Comment #5 from Jeffrey A. Law 2011-01-26 22:45:07
UTC ---
Author: law
Date: Wed Jan 26 22:45:04 2011
New Revision: 169310
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169310
Log:
PR rtl-optimization/47464
* df-problems.c (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464
Jeffrey A. Law changed:
What|Removed |Added
Priority|P1 |P3
Status|NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37273
--- Comment #10 from Jeffrey A. Law 2011-01-26 22:47:02
UTC ---
Followup patch:
http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01938.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47459
--- Comment #4 from Joel Sherrill 2011-01-26 23:04:55
UTC ---
(In reply to comment #3)
> Joel, can you verify the fix for 46878 fixes his problem on the m68k. I'm
> pretty sure it will, but an independent verification would be good.
>
> Thanks,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47319
Jack Howarth changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46878
DJ Delorie changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47483
Summary: [4.6.0 regression] ce3 moves dereference before
implied non-NULL test
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47483
--- Comment #1 from Andrew Pinski 2011-01-27
00:21:07 UTC ---
This sounds like what was just fixed for PR 47464.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478
H.J. Lu changed:
What|Removed |Added
CC||jason at redhat dot com
--- Comment #6 from H.J
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47464
Alexandre Oliva changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47483
Alexandre Oliva changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47484
Summary: [4.4/4.5/4.6 regression] share/python/aotcompile.py
and share/python/classfile.py pollute common namespace
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43082
--- Comment #9 from Nicola Pero 2011-01-27 02:09:19
UTC ---
Author: nicola
Date: Thu Jan 27 02:09:13 2011
New Revision: 169319
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169319
Log:
In gcc/:
2011-01-26 Nicola Pero
PR c/43082
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47285
--- Comment #5 from Jerry DeLisle 2011-01-27
02:16:23 UTC ---
Author: jvdelisle
Date: Thu Jan 27 02:16:18 2011
New Revision: 169320
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169320
Log:
2011-01-26 Jerry DeLisle
PR libgfortran
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47285
Jerry DeLisle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42893
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45447
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Comm
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46607
Alexandre Oliva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47482
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47479
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47463
--- Comment #3 from Rich Townsend 2011-01-27
04:06:10 UTC ---
(In reply to comment #2)
> (In reply to comment #1)
> > 4.5 fails with:
> > use hydro_recon
> > 1
> > Internal Error at (1):
> > mio_component_ref(): Component not f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46856
--- Comment #8 from Jeffrey A. Law 2011-01-27 04:25:57
UTC ---
Author: law
Date: Thu Jan 27 04:25:49 2011
New Revision: 169321
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169321
Log:
PR rtl-optimization/46856
* postreload.c (r
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46856
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47237
H.J. Lu changed:
What|Removed |Added
Status|WAITING |ASSIGNED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44909
H.J. Lu changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477
H.J. Lu changed:
What|Removed |Added
Target||i686
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47485
Summary: gfortran -M output is incorrect when -MT option is
used
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47472
--- Comment #3 from Tobias Burnus 2011-01-27
07:03:03 UTC ---
Author: burnus
Date: Thu Jan 27 07:02:58 2011
New Revision: 169323
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169323
Log:
2011-01-27 Tobias Burnus
PR fortran/47
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47486
Summary: gfortran -M exits with fatal error when -o option is
used
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47472
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
101 - 148 of 148 matches
Mail list logo