[Bug c++/45437] Loses reference during update

2011-03-23 Thread phorgan1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45437 Patrick Horgan changed: What|Removed |Added CC||phorgan1 at gmail dot com --- Comment

[Bug debug/40705] [4.5 Regression] ICE in gen_type_die_with_usage, at dwarf2out.c:15117

2009-07-14 Thread phorgan1 at gmail dot com
--- Comment #7 from phorgan1 at gmail dot com 2009-07-14 19:37 --- Verified that original test case now compiles with -g flag--Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40705

[Bug c++/40705] Using -ggdb flag cause internal error

2009-07-09 Thread phorgan1 at gmail dot com
--- Comment #1 from phorgan1 at gmail dot com 2009-07-09 21:45 --- Just noted that -ggdb is not required but merely -g -- phorgan1 at gmail dot com changed: What|Removed |Added

[Bug c++/40705] New: Using -ggdb flag cause internal

2009-07-09 Thread phorgan1 at gmail dot com
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: phorgan1 at gmail dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40705

[Bug target/36349] gcc-4.3.0 build fails with multiple definitions

2008-06-13 Thread phorgan1 at gmail dot com
--- Comment #7 from phorgan1 at gmail dot com 2008-06-13 21:54 --- I don't know what changed, but on the same machine with the same circumstances the build completes successfully now. I can only think that something in the environment changed as a result of updates on the ma

[Bug target/36349] gcc-4.3.0 build fails with multiple definitions

2008-05-27 Thread phorgan1 at gmail dot com
--- Comment #6 from phorgan1 at gmail dot com 2008-05-28 04:54 --- Subject: Re: gcc-4.3.0 build fails with multiple definitions pinskia at gcc dot gnu dot org wrote: > What version of gcc do you have? > Can you do "gcc -v"? This has to be a bug with glibc. > U

[Bug target/36349] gcc-4.3.0 build fails with multiple definitions

2008-05-27 Thread phorgan1 at gmail dot com
--- Comment #4 from phorgan1 at gmail dot com 2008-05-28 04:44 --- I reinstalled gcc-4.3.0 from the tar.gz file, and extracted it in /usr/local/gcc-4.3.0. Then I made a completely separate object directory /usr/local/gcc-4.3.0-objdir. From within that directory I executed ../gcc-4.3.0

[Bug target/36349] gcc-4.3.0 build fails with multiple definitions

2008-05-27 Thread phorgan1 at gmail dot com
--- Comment #2 from phorgan1 at gmail dot com 2008-05-28 03:59 --- Build in objdir fails similarly when building libiberty.a Still has the same multiple definitions. make[3]: Entering directory `/usr/local/gcc-4.3.0/objdir/build-x86_64-unknown-linux-gnu/fixincludes' gcc -c -g -

[Bug target/36349] New: gcc-4.3.0 build fails in gfortran

2008-05-27 Thread phorgan1 at gmail dot com
o: In function `gnu_dev_minor': /usr/include/sys/sysmacros.h:49: multiple definition of `gnu_dev_minor' .libs/backtrace.o:/usr/include/sys/sysmacros.h:49: first defined here .libs/environ.o: In function `gnu_dev_makedev': etc... -- Summary: gcc-4.3.0 build fails in gfortran