http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58292
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat dot
ethz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58289
--- Comment #2 from James K. Lowden ---
(In reply to Andrew Pinski from comment #1)
> GCC is now a C++ program even though it uses the .c file extension. Use
> clang in C++ mode instead.
Thank you, but the the problem is not completely solved.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57848
--- Comment #9 from Kai Tietz ---
Hmm, I tried to reproduce this case with testcase:
extern unsigned int __builtin_ia32_crc32si (unsigned int, unsigned int);
#pragma GCC target("sse4.2")
and I don't get this ICE. I might do here something wrong
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48109
Iain Sandoe changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56535
--- Comment #4 from Dominique d'Humieres ---
The ICEs have disappeared between revisions 198750 (2013-05-09, ICEs) and
199418 (2013-05-29, OK).
The ICE for r198750 is
[macbook] f90/bug% /opt/gcc/gcc4.9p-198750/bin/gfortran -O2
/opt/gcc/work/gcc/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58293
Bug ID: 58293
Summary: FAIL: gcc.dg/torture/stackalign/builtin-apply-4.c
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58289
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58284
--- Comment #3 from Andrew Pinski ---
>--enable-stage1-languages=all
Don't use that, it is not useful really.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58292
Andrew Pinski changed:
What|Removed |Added
Keywords||ice-on-valid-code
Component|c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239
--- Comment #17 from Eric Botcazou ---
Author: ebotcazou
Date: Sun Sep 1 16:51:41 2013
New Revision: 202150
URL: http://gcc.gnu.org/viewcvs?rev=202150&root=gcc&view=rev
Log:
PR ada/58239
gnattools/
* Makefile.in (CXX_LFLAGS): New.
(T
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239
--- Comment #16 from Dominique d'Humieres ---
The patch in comment #14 allows to bootstrap x86_64-apple-darwin10 with Ada.
The only failures are for gnat.dg/specs/linker_alias.ads (see
http://gcc.gnu.org/ml/gcc-patches/2013-08/msg00996.html).
Tha
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269
--- Comment #5 from Dominique d'Humieres ---
With the patch in comment #4 (and the one in pr58239, comment #14) on top of
revision 202144, I have successfully bootstrapped with all languages but go on
x86_64-apple-darwin10.
Note that the reported
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51784
--- Comment #50 from Iain Sandoe ---
Author: iains
Date: Sun Sep 1 15:39:28 2013
New Revision: 202147
URL: http://gcc.gnu.org/viewcvs?rev=202147&root=gcc&view=rev
Log:
gcc:
Backport from mainline:
2013-07-22 Uros Bizjak
* config
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58292
Bug ID: 58292
Summary: ICE in ipa-devirt.c
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassign
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47399
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #7 from Domini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21682
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57900
Gabriel Dos Reis changed:
What|Removed |Added
CC||gdr at gcc dot gnu.org
--- Comment #4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33514
Paolo Carlini changed:
What|Removed |Added
CC|gcc-bugs at gcc dot gnu.org|
--- Comment #3 from Paolo Carlini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58291
Joost VandeVondele changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58290
Joost VandeVondele changed:
What|Removed |Added
CC||vincenzo.innocente at cern dot
ch
-
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58291
--- Comment #1 from vincenzo Innocente ---
Created attachment 30738
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30738&action=edit
real-code file. just preprocessed no reduction attempted
=/usr/local --with-ppl-lib=/usr/local/lib64 CFLAGS='-O2
-ftree-vectorize -fPIC' -enable-libitm -disable-multilib
Thread model: posix
gcc version 4.9.0 20130901 (experimental) [trunk revision 202141] (GCC)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239
--- Comment #15 from Eric Botcazou ---
> As I was trying to say in earlier comments (and failing to be clear, I
> suppose), Darwin needs the library dirs as "-B" in addition to "-L", because
> we have to use spec substitution to access static libs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58284
--- Comment #2 from Winston Smith ---
Same error with 4.7.3, but 4.8.1 gets past it. Until it hit
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57900.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58239
Iain Sandoe changed:
What|Removed |Added
Attachment #30734|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269
--- Comment #4 from Iain Sandoe ---
Created attachment 30736
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30736&action=edit
initial fix
AFAICT, the problem here is that
"TARGET_SSE && SSE_REGNO_P (regno)" now produces a different answer f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58290
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat dot
ethz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58290
Bug ID: 58290
Summary: [4.9 Regression] error: virtual definition of
statement not up-to-date
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
29 matches
Mail list logo