http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240
janus at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46083
--- Comment #5 from Jan Hubicka 2011-01-10
21:54:37 UTC ---
Author: hubicka
Date: Mon Jan 10 21:54:33 2011
New Revision: 168642
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168642
Log:
PR lto/46083
* lto-streamer-out.c (pack_ts
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46083
Jan Hubicka changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248
--- Comment #3 from Ian Lance Taylor 2011-01-10 22:06:09
UTC ---
I've committed the fix to gold to both binutils mainline and the binutils 2.21
branch.
http://sourceware.org/ml/binutils/2011-01/msg00142.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44897
--- Comment #10 from Jan Hubicka 2011-01-10
22:10:11 UTC ---
It also appears with lto-partition=none with profile feedback, so it is not
WHOPR only bug.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
Jan Hubicka changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45520
Jason Merrill changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Jason Merril
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #7 from joseph at codesourcery dot com 2011-01-10 22:47:26 UTC ---
On Mon, 10 Jan 2011, hubicka at gcc dot gnu.org wrote:
> so it seems that re-running process_options on darwin somehow leads to this
> change. Adding Joseph to CC.
H
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47248
--- Comment #4 from Andreas Schwab 2011-01-10 22:48:08
UTC ---
The assembler files should really be using cfi directives like m68k/sysv.S.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #31 from Jan Hubicka 2011-01-10
22:51:06 UTC ---
Mozilla now builds with profile feedback and LTO.
One needs to train without LTO (i.e. -fprofile-generate -O3 only) and then
build with LTO (-fprofile-use -O3 -flto) becase of the afore
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
Joel Sherrill changed:
What|Removed |Added
CC||joel at gcc dot gnu.org
--- Comment #9 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44488
--- Comment #12 from Jorn Wolfgang Rennecke
2011-01-10 23:18:09 UTC ---
(In reply to comment #11)
> should this be closed as fixed - and, if not, what is the remaining issue?
The remaining issue is that the just built compiler under test looks i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #32 from Jan Hubicka 2011-01-10
23:37:14 UTC ---
Author: hubicka
Date: Mon Jan 10 23:37:11 2011
New Revision: 168643
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168643
Log:
PR lto/45375
* profile.c (read_profile_edg
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45375
--- Comment #33 from Jan Hubicka 2011-01-10
23:37:48 UTC ---
Author: hubicka
Date: Mon Jan 10 23:37:45 2011
New Revision: 168644
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168644
Log:
PR lto/45375
* lto-cgraph.c (input_profile
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47252
Summary: GCC Segfaults when boost/range.hpp is included and
deduced parameter is a initializer_list
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Don't remember this error as primary one. No errors before. I cannot find any
reasons for this.
svn://129.125.7.220/work/trunc/main/monte_carlo_lattice, revision 1264
--
View this message in context:
http://old.nabble.com/error%3A-expected-%27%29%27-before-numeric-constant-tp30637764p30637764.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
Jan Hubicka changed:
What|Removed |Added
CC||jakub at redhat dot com
--- Comment #8 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #9 from Jan Hubicka 2011-01-11
00:26:40 UTC ---
OK, first time the flag is not set because
debug_hooks->var_location == do_nothing_debug_hooks.var_location
second time it is no longer true
Seems we need to ininitialize the debug hoo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #10 from Jan Hubicka 2011-01-11
00:36:33 UTC ---
Hi,
this should fix the issue.
Index: config/darwin.c
===
--- config/darwin.c (revision 168632)
+++ config/darwin.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253
Summary: Conditional jump to tail function is not generated
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253
Zdenek Sojka changed:
What|Removed |Added
Keywords||missed-optimization
Known to fail|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
--- Comment #10 from Matthias Klose 2011-01-11
00:54:10 UTC ---
works for me.
Joel, either use a build before 2010-11-13, or a fixed build. I put a recent
gcc-snapshot build for armel on
http://people.canonical.com/~doko/tmp/gcc-snapshot_201101
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254
Summary: ICE: unspellable token PRAGMA_EOL with #pragma
redefine_extname and -fdirectives-only
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Pri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47255
Summary: Missed optimization with loops, inline functions, and
__attribute__((const))
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
--- Comment #1 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #11 from Jack Howarth 2011-01-11
04:41:14 UTC ---
(In reply to comment #10)
While this patch allows the lto-bootstrap below to complete on
x86_64-apple-darwin10...
../gcc/configure --enable-checking=release --prefix=/Users/howarth/d
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47051
--- Comment #15 from Paul Thomas 2011-01-11 05:19:24
UTC ---
Author: pault
Date: Tue Jan 11 05:19:20 2011
New Revision: 168650
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168650
Log:
2011-01-11 Paul Thomas
PR fortran/47051
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47051
Paul Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #12 from Jack Howarth 2011-01-11
06:19:54 UTC ---
In case it helps, the code being patched was introduced with r126927 and was
proposed in...
http://gcc.gnu.org/ml/gcc-patches/2007-07/msg01799.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46037
--- Comment #13 from Jack Howarth 2011-01-11
06:31:38 UTC ---
A slight correction. There appears to be no actual gcc-patches posting for
r126927 (as it is an add-on fix to r126900)
2007-07-25 Daniel Berlin
* config/darwin.c (darwin_overr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46704
--- Comment #11 from Eric Botcazou 2011-01-11
06:54:41 UTC ---
> I am at 168616 and seeing this. I am on Fedora 14 64 bit with this native gcc:
>
> $ gcc --version
> gcc (GCC) 4.4.5 20101112 (Red Hat 4.4.5-2)
>
> I am trying to use that to buil
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47253
--- Comment #2 from Zdenek Sojka 2011-01-11 07:02:14
UTC ---
(In reply to comment #1)
>
> Where is .L1?
Thanks, it should be:
foo:
testedi, edi
jnebar
rep # only without -Os
ret
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47256
Summary: "--sysroot" option is not passed to
COLLECT_GCC_OPTIONS
Product: gcc
Version: 4.5.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
101 - 134 of 134 matches
Mail list logo