http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54423
Bug #: 54423
Summary: building trunk on Darwin 12.1 fails in building
libraries
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54423
--- Comment #1 from Nenad Vukicevic 2012-09-12
17:27:24 UTC ---
Has there been any attempt to confirm/resolve this bug? As it stands I am not
able to build gcc on the latest Mountain Lion OS.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54423
--- Comment #2 from Nenad Vukicevic 2012-10-16
17:38:37 UTC ---
I verified that I have the latest Xcode (4.5). I verified that I installed the
latest development CLI tools (via Xcode and manual download).
* I see that 10.8 SDK directory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54423
--- Comment #4 from Nenad Vukicevic 2012-10-16
23:20:41 UTC ---
I removed /Development and /Application/Xcode.app then installed it again. Now
I am able to build gcc again. Thank you.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54423
Nenad Vukicevic changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709
Bug #: 50709
Summary: stage3 bootstrap comparison fail on x86_64 with
--disable-checking config option
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709
--- Comment #4 from Nenad Vukicevic 2011-10-17
18:36:40 UTC ---
Richard's suggestion worked. I was able to build trunk R180072 with this
command:
.../configure --disable-checking --enable-languages=all
and this change:
Index: gcc/ipa-inline.c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992
Nenad Vukicevic changed:
What|Removed |Added
CC||nenad at intrepid dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53832
--- Comment #9 from Nenad Vukicevic 2012-07-24
10:55:47 UTC ---
I received your e-mail and will reply when I'm back in the office
after July 30, 2012.
Thanks, Nenad
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: nenad at intrepid dot com
CC: gary at intrepid dot com, PHHargrove at lbl dot gov
I freshened my svn tree to rev 206077 and get an ICE while compiling
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51974
Bug #: 51974
Summary: GCC fails to bootstrap with --enable-checking=release
on opensuse
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51974
--- Comment #4 from Nenad Vukicevic 2012-01-31
05:34:54 UTC ---
(In reply to comment #3)
> Please try
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52041#c17
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52041#c18
> patches.
I applied both patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59540
--- Comment #2 from Nenad Vukicevic ---
I just rechecked the latest trunk. Still the same problem. I am running the
build on x86 VM with 4Gb of memory and I suspect that gcc ran out of memory as
it took a long time to come back with an error.
I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59540
--- Comment #3 from Nenad Vukicevic ---
Created attachment 31950
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31950&action=edit
Preprocessed file that causes ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #3 from Nenad Vukicevic ---
We are getting a similar issue while linking a program with GCC and without
'-flto' switch. We enable 'lto' when configuring languages, which in turn
enables post ld processing inside collect2. This was d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #6 from Nenad Vukicevic ---
On 11/24/15 9:27 AM, dominiq at lps dot ens.fr wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
>
> --- Comment #5 from Dominique d'Humieres ---
>> We are getting a similar issue while linking
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #9 from Nenad Vukicevic ---
On 11/24/15 12:07 PM, iains at gcc dot gnu.org wrote:
> So I agree, the root problem is that we are creating something that the newer
> version of dsymutil doesn't understand - it could be we're making a m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #11 from Nenad Vukicevic ---
On 11/24/2015 3:27 PM, iains at gcc dot gnu.org wrote:
> OK so it appears that we do have two issues;
>
> 1. that we're (incorrectly) calling dsymutil for "link only" cases where
> there's no LTO involved
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #13 from Nenad Vukicevic ---
For what is worth I filed two bug reports:
LLVM:
https://llvm.org/bugs/show_bug.cgi?id=25757
APPLE:
Bug 23778972 (not sure how to get URL for this bug)
On 11/30/15 2:41 PM, dominiq at lps dot ens.fr wro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
--- Comment #15 from Nenad Vukicevic ---
Just updated Xcode to 7.2. Still the same issue, even though dsymutil
changed.
On 12/7/2015 1:19 AM, iains at gcc dot gnu.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68358
>
> --- Comment
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: nenad at intrepid dot com
Target Milestone: ---
On Mac (El Capitan) I am getting this error on build:
/eng/upc/dev/nenad/gupc-dev/src/gupc/gcc/graphite-optimize-isl.c:304:23: error:
use of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49379
Summary: warning from Mac OS X linker alignment lost for
-ftree-vectorize optimization
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49379
--- Comment #1 from Nenad Vukicevic 2011-06-12
02:26:32 UTC ---
Created attachment 24495
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24495
Sample code for MAc OS X linker warning
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49743
Summary: -g enables var_tracking on -O0 - causes long
compilations
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010
Nenad Vukicevic changed:
What|Removed |Added
CC||nenad at intrepid dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50010
--- Comment #3 from Nenad Vukicevic 2011-08-12
22:03:03 UTC ---
I tried "/configure i586-linux" on my 32-bit machine and got the
following:
Comparing stages 2 and 3
warning: gcc/cc1plus-checksum.o differs
warning: gcc/cc1-checksum.o differs
warn
uot;void *" produces a
warning
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nenad at in
nil))
(insn 26 23 0 (use (reg/i:DI 0 $0)) -1 (nil)
(nil))
--
Summary: Unaligned access to HI values causes unrecognizable insn
error
Product: gcc
Version: 3.4.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
28 matches
Mail list logo