public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6
@ 2008-03-17 21:57 bill at cse dot ucdavis dot edu
2008-03-17 22:01 ` [Bug target/35619] " pinskia at gcc dot gnu dot org
` (36 more replies)
0 siblings, 37 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-17 21:57 UTC (permalink / raw)
To: gcc-bugs
Attempting to build gcc-4.3.0 with a centos-4.6 (fully patched) using the
centos
compiler:
Exact version of gcc used to build gcc-4.3.0:
gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)
Options when GCC was configured/built:
export CC=gcc4
./configure --prefix=/opt/pkg/gcc-4.3.0 --with-gmp=/opt/pkg/gmp-4.2.2 --with
-mpfr=/opt/pkg/mpfr-2.3.1
Options when building gmp-4.2.2:
export CC=gcc4
./configure --prefix=/opt/pkg/gmp-4.2.2
Options when building mpfr-2.3.1:
export CC=gcc4
./configure --prefix=/opt/pkg/mpfr-2.3.1 --with-gmp=/opt/pkg/gmp-4.2.2/
--with-gmp-build=/opt/src/gmp-4.2.2/
result from make (after an hour or so on a dual opteron):
make[3]: Entering directory
`/opt/src/gcc-4.3.0/x86_64-unknown-linux-gnu/libgfortran'
/bin/sh ./libtool --tag=CC --mode=link
/opt/src/gcc-4.3.0/host-x86_64-unknown-linux-gnu/gcc/xgcc
-B/opt/src/gcc-4.3.0/host-x86_64-unknow
n-linux-gnu/gcc/ -B/opt/pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/bin/
-B/opt/pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/lib/ -isystem /opt/pkg
/gcc-4.3.0/x86_64-unknown-linux-gnu/include -isystem
/opt/pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/sys-include -std=gnu99 -Wall
-Wstrict-p
rototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings
-O2 -g -g -O2 -o libgfortran.la -rpath /opt/pkg/gcc-4.
3.0/lib/../lib64 -version-info `grep -v '^#'
../.././libgfortran/libtool-version` -lm
-Wl,--version-script=../.././libgfortran/gfortran
.map backtrace.lo compile_options.lo environ.lo error.lo fpu.lo main.lo
memory.lo pause.lo stop.lo string.lo select.lo all_l1.lo ......
libtool: link: /opt/src/gcc-4.3.0/host-x86_64-unknown-linux-gnu/gcc/xgcc
-B/opt/src/gcc-4.3.0/host-x86_64-unknown-linux-gnu/gcc/ -B/opt/
pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/bin/
-B/opt/pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/lib/ -isystem
/opt/pkg/gcc-4.3.0/x86_64-unknow
n-linux-gnu/include -isystem
/opt/pkg/gcc-4.3.0/x86_64-unknown-linux-gnu/sys-include -shared
.libs/backtrace.o .libs/compile_options.o
.libs/environ.o .libs/error.o .libs/fpu.o .libs/main.o . ....
s/_dim_r4.o .libs/_dim_r8.o .libs/_dim_r10.o .libs/_dim_r16.o .libs/_atan2_r4.o
.libs/_atan2_r8.o .libs/_atan2_r10.o .libs/_atan2_r16.o
.libs/_mod_i4.o .libs/_mod_i8.o .libs/_mod_i16.o .libs/_mod_r4.o
.libs/_mod_r8.o .libs/_mod_r10.o .libs/_mod_r16.o .libs/misc_specifics.
o .libs/dprod_r8.o .libs/f2c_specifics.o -lm
-Wl,--version-script=../.././libgfortran/gfortran.map -Wl,-soname
-Wl,libgfortran.so.3 -
o .libs/libgfortran.so.3.0.0
.libs/compile_options.o(.text+0x0): In function `feof_unlocked':
/usr/include/bits/stdio.h:113: multiple definition of `feof_unlocked'
.libs/backtrace.o(.text+0x0):/usr/include/bits/stdio.h:113: first defined here
--
Summary: gcc-4.3.0 build fails in gfortran section centos-4.6
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bill at cse dot ucdavis dot edu
GCC build triplet: x86_64-unknown-linux-gnu
GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
@ 2008-03-17 22:01 ` pinskia at gcc dot gnu dot org
2008-03-17 22:05 ` bill at cse dot ucdavis dot edu
` (35 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-17 22:01 UTC (permalink / raw)
To: gcc-bugs
------- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-17 22:00 -------
This is a bug in the glibc headers. We should fixincludes them though.
Can you attach /usr/include/bits/stdio.h ? And also mention which glibc
version you are using.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|fortran |target
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
2008-03-17 22:01 ` [Bug target/35619] " pinskia at gcc dot gnu dot org
@ 2008-03-17 22:05 ` bill at cse dot ucdavis dot edu
2008-03-17 22:07 ` bill at cse dot ucdavis dot edu
` (34 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-17 22:05 UTC (permalink / raw)
To: gcc-bugs
------- Comment #2 from bill at cse dot ucdavis dot edu 2008-03-17 22:05 -------
Created an attachment (id=15339)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15339&action=view)
stdio.h as requested.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
2008-03-17 22:01 ` [Bug target/35619] " pinskia at gcc dot gnu dot org
2008-03-17 22:05 ` bill at cse dot ucdavis dot edu
@ 2008-03-17 22:07 ` bill at cse dot ucdavis dot edu
2008-03-17 22:09 ` pinskia at gcc dot gnu dot org
` (33 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-17 22:07 UTC (permalink / raw)
To: gcc-bugs
------- Comment #3 from bill at cse dot ucdavis dot edu 2008-03-17 22:06 -------
rpm claims:
glibc-2.3.4-2.39
glibc-headers-2.3.4-2.39
glibc-devel-2.3.4-2.39
compat-glibc-headers-2.3.2-95.30
ls -al /lib/libc-2.3.4.so
-rwxr-xr-x 1 root root 1516768 Nov 16 08:37 /lib/libc-2.3.4.so
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (2 preceding siblings ...)
2008-03-17 22:07 ` bill at cse dot ucdavis dot edu
@ 2008-03-17 22:09 ` pinskia at gcc dot gnu dot org
2008-03-17 22:14 ` bill at cse dot ucdavis dot edu
` (32 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-17 22:09 UTC (permalink / raw)
To: gcc-bugs
------- Comment #4 from pinskia at gcc dot gnu dot org 2008-03-17 22:08 -------
(In reply to comment #2)
> Created an attachment (id=15339)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15339&action=view) [edit]
> stdio.h as requested.
That is /usr/include/stdio.h, not the one I requested /usr/include/bits/stdio.h
:).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (3 preceding siblings ...)
2008-03-17 22:09 ` pinskia at gcc dot gnu dot org
@ 2008-03-17 22:14 ` bill at cse dot ucdavis dot edu
2008-03-17 22:59 ` pinskia at gcc dot gnu dot org
` (31 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-17 22:14 UTC (permalink / raw)
To: gcc-bugs
------- Comment #5 from bill at cse dot ucdavis dot edu 2008-03-17 22:13 -------
Created an attachment (id=15340)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15340&action=view)
bits/stdio.h
This is the correct file as requested, I'll attempt to delete the previous
wrong version.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (4 preceding siblings ...)
2008-03-17 22:14 ` bill at cse dot ucdavis dot edu
@ 2008-03-17 22:59 ` pinskia at gcc dot gnu dot org
2008-03-17 23:44 ` bill at cse dot ucdavis dot edu
` (30 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-17 22:59 UTC (permalink / raw)
To: gcc-bugs
------- Comment #6 from pinskia at gcc dot gnu dot org 2008-03-17 22:58 -------
Looks like the reason why it was not being fixed because of:
__NTH (feof_unlocked (FILE *__stream))
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (5 preceding siblings ...)
2008-03-17 22:59 ` pinskia at gcc dot gnu dot org
@ 2008-03-17 23:44 ` bill at cse dot ucdavis dot edu
2008-03-18 0:04 ` bill at cse dot ucdavis dot edu
` (29 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-17 23:44 UTC (permalink / raw)
To: gcc-bugs
------- Comment #7 from bill at cse dot ucdavis dot edu 2008-03-17 23:44 -------
(In reply to comment #6)
> Looks like the reason why it was not being fixed because of:
> __NTH (feof_unlocked (FILE *__stream))
>
So how would I fix it?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (6 preceding siblings ...)
2008-03-17 23:44 ` bill at cse dot ucdavis dot edu
@ 2008-03-18 0:04 ` bill at cse dot ucdavis dot edu
2008-03-19 20:39 ` bill at cse dot ucdavis dot edu
` (28 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-18 0:04 UTC (permalink / raw)
To: gcc-bugs
------- Comment #8 from bill at cse dot ucdavis dot edu 2008-03-18 00:02 -------
(In reply to comment #6)
> Looks like the reason why it was not being fixed because of:
> __NTH (feof_unlocked (FILE *__stream))
>
So how would I fix it?(In reply to comment #6)
> Looks like the reason why it was not being fixed because of:
> __NTH (feof_unlocked (FILE *__stream))
>
BTW, this seems pretty common, I looked at Ubuntu Gutsy 7.10 system and it has
the same definition:
cat /usr/include/bits/stdio.h | grep feof_unlocked | head -1
__NTH (feof_unlocked (FILE *__stream))
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (7 preceding siblings ...)
2008-03-18 0:04 ` bill at cse dot ucdavis dot edu
@ 2008-03-19 20:39 ` bill at cse dot ucdavis dot edu
2008-03-22 21:58 ` bill at cse dot ucdavis dot edu
` (27 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-19 20:39 UTC (permalink / raw)
To: gcc-bugs
------- Comment #9 from bill at cse dot ucdavis dot edu 2008-03-19 20:38 -------
(In reply to comment #8)
> (In reply to comment #6)
> > Looks like the reason why it was not being fixed because of:
> > __NTH (feof_unlocked (FILE *__stream))
> >
>
> So how would I fix it?(In reply to comment #6)
> > Looks like the reason why it was not being fixed because of:
> > __NTH (feof_unlocked (FILE *__stream))
> >
>
> BTW, this seems pretty common, I looked at Ubuntu Gutsy 7.10 system and it has
> the same definition:
> cat /usr/include/bits/stdio.h | grep feof_unlocked | head -1
> __NTH (feof_unlocked (FILE *__stream))
>
I reproduced this error on Centos-5.1 as well.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (8 preceding siblings ...)
2008-03-19 20:39 ` bill at cse dot ucdavis dot edu
@ 2008-03-22 21:58 ` bill at cse dot ucdavis dot edu
2008-03-22 22:01 ` bill at cse dot ucdavis dot edu
` (26 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-22 21:58 UTC (permalink / raw)
To: gcc-bugs
------- Comment #10 from bill at cse dot ucdavis dot edu 2008-03-22 21:58 -------
Created an attachment (id=15361)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15361&action=view)
Ubuntu 7.10 (fully patched) glibc-2.6.1 features.h
As requested.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (9 preceding siblings ...)
2008-03-22 21:58 ` bill at cse dot ucdavis dot edu
@ 2008-03-22 22:01 ` bill at cse dot ucdavis dot edu
2008-03-22 22:02 ` bill at cse dot ucdavis dot edu
` (25 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-22 22:01 UTC (permalink / raw)
To: gcc-bugs
------- Comment #11 from bill at cse dot ucdavis dot edu 2008-03-22 22:00 -------
Created an attachment (id=15362)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15362&action=view)
Centos-5.1, glibc-2.5, features.h
as requested.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (10 preceding siblings ...)
2008-03-22 22:01 ` bill at cse dot ucdavis dot edu
@ 2008-03-22 22:02 ` bill at cse dot ucdavis dot edu
2008-03-22 22:09 ` pinskia at gcc dot gnu dot org
` (24 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-22 22:02 UTC (permalink / raw)
To: gcc-bugs
------- Comment #12 from bill at cse dot ucdavis dot edu 2008-03-22 22:02 -------
Created an attachment (id=15363)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15363&action=view)
centos-4.6, glibc-2.3.4, features.h
as requested, from a patched system.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (11 preceding siblings ...)
2008-03-22 22:02 ` bill at cse dot ucdavis dot edu
@ 2008-03-22 22:09 ` pinskia at gcc dot gnu dot org
2008-03-23 0:39 ` bill at cse dot ucdavis dot edu
` (23 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-03-22 22:09 UTC (permalink / raw)
To: gcc-bugs
------- Comment #13 from pinskia at gcc dot gnu dot org 2008-03-22 22:08 -------
The Ubuntu 7.10 features should have been matched.
Maybe this is a problem with building in the src dir.
Can you try building GCC in an object directory?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (12 preceding siblings ...)
2008-03-22 22:09 ` pinskia at gcc dot gnu dot org
@ 2008-03-23 0:39 ` bill at cse dot ucdavis dot edu
2008-04-21 7:19 ` ubizjak at gmail dot com
` (22 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: bill at cse dot ucdavis dot edu @ 2008-03-23 0:39 UTC (permalink / raw)
To: gcc-bugs
------- Comment #14 from bill at cse dot ucdavis dot edu 2008-03-23 00:38 -------
(In reply to comment #13)
> The Ubuntu 7.10 features should have been matched.
>
> Maybe this is a problem with building in the src dir.
>
> Can you try building GCC in an object directory?
>
That fixed it on all 3 platforms (centos-4.6, 5.1, and ubuntu 7.10).
Thanks.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug target/35619] gcc-4.3.0 build fails in gfortran section centos-4.6
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (13 preceding siblings ...)
2008-03-23 0:39 ` bill at cse dot ucdavis dot edu
@ 2008-04-21 7:19 ` ubizjak at gmail dot com
2008-05-28 1:14 ` [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir pinskia at gcc dot gnu dot org
` (21 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: ubizjak at gmail dot com @ 2008-04-21 7:19 UTC (permalink / raw)
To: gcc-bugs
------- Comment #15 from ubizjak at gmail dot com 2008-04-21 07:18 -------
Closed as invalid.
--
ubizjak at gmail dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (15 preceding siblings ...)
2008-05-28 1:14 ` [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir pinskia at gcc dot gnu dot org
@ 2008-05-28 1:14 ` pinskia at gcc dot gnu dot org
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
` (19 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 1:14 UTC (permalink / raw)
To: gcc-bugs
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.3.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (14 preceding siblings ...)
2008-04-21 7:19 ` ubizjak at gmail dot com
@ 2008-05-28 1:14 ` pinskia at gcc dot gnu dot org
2008-05-28 1:14 ` pinskia at gcc dot gnu dot org
` (20 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 1:14 UTC (permalink / raw)
To: gcc-bugs
------- Comment #16 from pinskia at gcc dot gnu dot org 2008-05-28 01:13 -------
(In reply to comment #15)
> Closed as invalid.
This bug is not invalid, just you are not building GCC the recommended way.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Component|target |bootstrap
GCC build triplet|x86_64-unknown-linux-gnu |
GCC host triplet|x86_64-unknown-linux-gnu |
GCC target triplet|x86_64-unknown-linux-gnu |
Keywords| |build
Resolution|INVALID |
Summary|gcc-4.3.0 build fails in |[4.3/4.4 Regression] fixed
|gfortran section centos-4.6 |includes not being found if
| |building in src dir
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (17 preceding siblings ...)
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
@ 2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
2008-06-06 15:05 ` rguenth at gcc dot gnu dot org
` (17 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 1:16 UTC (permalink / raw)
To: gcc-bugs
------- Comment #17 from pinskia at gcc dot gnu dot org 2008-05-28 01:15 -------
*** Bug 36349 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |phorgan1 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (16 preceding siblings ...)
2008-05-28 1:14 ` pinskia at gcc dot gnu dot org
@ 2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
` (18 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-05-28 1:16 UTC (permalink / raw)
To: gcc-bugs
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2008-05-28 01:15:42
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (18 preceding siblings ...)
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
@ 2008-06-06 15:05 ` rguenth at gcc dot gnu dot org
2008-06-13 21:41 ` mmitchel at gcc dot gnu dot org
` (16 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-06-06 15:05 UTC (permalink / raw)
To: gcc-bugs
------- Comment #18 from rguenth at gcc dot gnu dot org 2008-06-06 14:59 -------
4.3.1 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.1 |4.3.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (19 preceding siblings ...)
2008-06-06 15:05 ` rguenth at gcc dot gnu dot org
@ 2008-06-13 21:41 ` mmitchel at gcc dot gnu dot org
2008-06-25 11:58 ` rguenth at gcc dot gnu dot org
` (15 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2008-06-13 21:41 UTC (permalink / raw)
To: gcc-bugs
------- Comment #19 from mmitchel at gcc dot gnu dot org 2008-06-13 21:40 -------
Andrew --
Why did you reopen this? It sounds like the submitter was building in the
srcdir, and that when building in the objdir, it worked fined. Isn't that
exactly the situation we expect?
-- Mark
--
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (20 preceding siblings ...)
2008-06-13 21:41 ` mmitchel at gcc dot gnu dot org
@ 2008-06-25 11:58 ` rguenth at gcc dot gnu dot org
2008-07-26 21:24 ` pinskia at gcc dot gnu dot org
` (14 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-06-25 11:58 UTC (permalink / raw)
To: gcc-bugs
------- Comment #20 from rguenth at gcc dot gnu dot org 2008-06-25 11:57 -------
Actually we made it work at some point and that is even documented:
"First, we @strong{highly} recommend that GCC be built into a
separate directory than the sources which does @strong{not} reside
within the source tree. This is how we generally build GCC; building
where @var{srcdir} == @var{objdir} should still work, but doesn't
get extensive testing; building where @var{objdir} is a subdirectory
of @var{srcdir} is unsupported."
but lowering priority according to the strong suggestion in the docs.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (21 preceding siblings ...)
2008-06-25 11:58 ` rguenth at gcc dot gnu dot org
@ 2008-07-26 21:24 ` pinskia at gcc dot gnu dot org
2008-08-27 22:07 ` jsm28 at gcc dot gnu dot org
` (13 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-26 21:24 UTC (permalink / raw)
To: gcc-bugs
------- Comment #21 from pinskia at gcc dot gnu dot org 2008-07-26 21:23 -------
*** Bug 36946 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |goodwillhart at gmail dot
| |com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (22 preceding siblings ...)
2008-07-26 21:24 ` pinskia at gcc dot gnu dot org
@ 2008-08-27 22:07 ` jsm28 at gcc dot gnu dot org
2008-09-17 19:09 ` pinskia at gcc dot gnu dot org
` (12 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-08-27 22:07 UTC (permalink / raw)
To: gcc-bugs
------- Comment #22 from jsm28 at gcc dot gnu dot org 2008-08-27 22:03 -------
4.3.2 is released, changing milestones to 4.3.3.
--
jsm28 at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.2 |4.3.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (23 preceding siblings ...)
2008-08-27 22:07 ` jsm28 at gcc dot gnu dot org
@ 2008-09-17 19:09 ` pinskia at gcc dot gnu dot org
2008-11-04 0:42 ` pinskia at gcc dot gnu dot org
` (11 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-17 19:09 UTC (permalink / raw)
To: gcc-bugs
------- Comment #23 from pinskia at gcc dot gnu dot org 2008-09-17 19:07 -------
*** Bug 37564 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reuben dot kraft at gmail
| |dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (24 preceding siblings ...)
2008-09-17 19:09 ` pinskia at gcc dot gnu dot org
@ 2008-11-04 0:42 ` pinskia at gcc dot gnu dot org
2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
` (10 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-04 0:42 UTC (permalink / raw)
To: gcc-bugs
------- Comment #24 from pinskia at gcc dot gnu dot org 2008-11-04 00:40 -------
*** Bug 37925 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kgjang at cray dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (25 preceding siblings ...)
2008-11-04 0:42 ` pinskia at gcc dot gnu dot org
@ 2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
2009-05-20 23:42 ` [Bug bootstrap/35619] [4.3/4.4/4.5 " pinskia at gcc dot gnu dot org
` (9 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-01-24 10:23 UTC (permalink / raw)
To: gcc-bugs
------- Comment #25 from rguenth at gcc dot gnu dot org 2009-01-24 10:20 -------
GCC 4.3.3 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.3 |4.3.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (26 preceding siblings ...)
2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
@ 2009-05-20 23:42 ` pinskia at gcc dot gnu dot org
2009-05-21 20:33 ` fxcoudert at gcc dot gnu dot org
` (8 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-05-20 23:42 UTC (permalink / raw)
To: gcc-bugs
------- Comment #26 from pinskia at gcc dot gnu dot org 2009-05-20 23:42 -------
*** Bug 40212 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ksong at lbl dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (27 preceding siblings ...)
2009-05-20 23:42 ` [Bug bootstrap/35619] [4.3/4.4/4.5 " pinskia at gcc dot gnu dot org
@ 2009-05-21 20:33 ` fxcoudert at gcc dot gnu dot org
2009-06-26 3:04 ` pinskia at gcc dot gnu dot org
` (7 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: fxcoudert at gcc dot gnu dot org @ 2009-05-21 20:33 UTC (permalink / raw)
To: gcc-bugs
------- Comment #27 from fxcoudert at gcc dot gnu dot org 2009-05-21 20:32 -------
*** Bug 40212 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (28 preceding siblings ...)
2009-05-21 20:33 ` fxcoudert at gcc dot gnu dot org
@ 2009-06-26 3:04 ` pinskia at gcc dot gnu dot org
2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
` (6 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-06-26 3:04 UTC (permalink / raw)
To: gcc-bugs
------- Comment #28 from pinskia at gcc dot gnu dot org 2009-06-26 03:03 -------
*** Bug 40555 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |abidmuslim at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (29 preceding siblings ...)
2009-06-26 3:04 ` pinskia at gcc dot gnu dot org
@ 2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
` (5 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:39 UTC (permalink / raw)
To: gcc-bugs
------- Comment #29 from rguenth at gcc dot gnu dot org 2009-08-04 12:28 -------
GCC 4.3.4 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.4 |4.3.5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (30 preceding siblings ...)
2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
@ 2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
` (4 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-09-15 20:16 UTC (permalink / raw)
To: gcc-bugs
------- Comment #31 from pinskia at gcc dot gnu dot org 2009-09-15 20:16 -------
*** Bug 41363 has been marked as a duplicate of this bug. ***
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (31 preceding siblings ...)
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
@ 2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
2009-09-16 17:47 ` rwild at gcc dot gnu dot org
` (3 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-09-15 20:16 UTC (permalink / raw)
To: gcc-bugs
------- Comment #30 from pinskia at gcc dot gnu dot org 2009-09-15 20:16 -------
*** Bug 41362 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karvonen dot jorma at gmail
| |dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (32 preceding siblings ...)
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
@ 2009-09-16 17:47 ` rwild at gcc dot gnu dot org
2009-09-19 8:30 ` rwild at gcc dot gnu dot org
` (2 subsequent siblings)
36 siblings, 0 replies; 40+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-16 17:47 UTC (permalink / raw)
To: gcc-bugs
--
rwild at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rwild at gcc dot gnu dot org
AssignedTo|unassigned at gcc dot gnu |rwild at gcc dot gnu dot org
|dot org |
Status|NEW |ASSIGNED
Last reconfirmed|2008-05-28 01:15:42 |2009-09-16 17:46:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4/4.5 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (33 preceding siblings ...)
2009-09-16 17:47 ` rwild at gcc dot gnu dot org
@ 2009-09-19 8:30 ` rwild at gcc dot gnu dot org
2009-09-19 8:33 ` [Bug bootstrap/35619] [4.3/4.4 " rwild at gcc dot gnu dot org
2010-05-22 18:26 ` rguenth at gcc dot gnu dot org
36 siblings, 0 replies; 40+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-19 8:30 UTC (permalink / raw)
To: gcc-bugs
------- Comment #32 from rwild at gcc dot gnu dot org 2009-09-19 08:30 -------
Subject: Bug 35619
Author: rwild
Date: Sat Sep 19 08:29:58 2009
New Revision: 151880
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151880
Log:
Fix long-standing in-tree build include-fixed bug.
gcc/:
PR bootstrap/35619
* Makefile.in (stmp-fixinc): Ensure `include-fixed' is created
in the directory this rule is called from, rather than the
toplevel 'gcc' directory, to fix in-tree build.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/Makefile.in
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (34 preceding siblings ...)
2009-09-19 8:30 ` rwild at gcc dot gnu dot org
@ 2009-09-19 8:33 ` rwild at gcc dot gnu dot org
2010-05-22 18:26 ` rguenth at gcc dot gnu dot org
36 siblings, 0 replies; 40+ messages in thread
From: rwild at gcc dot gnu dot org @ 2009-09-19 8:33 UTC (permalink / raw)
To: gcc-bugs
------- Comment #33 from rwild at gcc dot gnu dot org 2009-09-19 08:33 -------
Fixed on trunk.
--
rwild at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.3.4 4.4.1
Known to work| |4.5.0
Last reconfirmed|2009-09-16 17:46:56 |2009-09-19 08:33:14
date| |
Summary|[4.3/4.4/4.5 Regression] |[4.3/4.4 Regression] fixed
|fixed includes not being |includes not being found if
|found if building in src dir|building in src dir
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
` (35 preceding siblings ...)
2009-09-19 8:33 ` [Bug bootstrap/35619] [4.3/4.4 " rwild at gcc dot gnu dot org
@ 2010-05-22 18:26 ` rguenth at gcc dot gnu dot org
36 siblings, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:26 UTC (permalink / raw)
To: gcc-bugs
------- Comment #34 from rguenth at gcc dot gnu dot org 2010-05-22 18:12 -------
GCC 4.3.5 is being released, adjusting target milestone.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.5 |4.3.6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
[not found] <bug-35619-4@http.gcc.gnu.org/bugzilla/>
2011-03-28 0:37 ` karl at freefriends dot org
@ 2011-06-27 13:29 ` rguenth at gcc dot gnu.org
1 sibling, 0 replies; 40+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-06-27 13:29 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.6 |4.4.7
--- Comment #36 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 12:13:20 UTC ---
4.3 branch is being closed, moving to 4.4.7 target.
^ permalink raw reply [flat|nested] 40+ messages in thread
* [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir
[not found] <bug-35619-4@http.gcc.gnu.org/bugzilla/>
@ 2011-03-28 0:37 ` karl at freefriends dot org
2011-06-27 13:29 ` rguenth at gcc dot gnu.org
1 sibling, 0 replies; 40+ messages in thread
From: karl at freefriends dot org @ 2011-03-28 0:37 UTC (permalink / raw)
To: gcc-bugs
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35619
karl at freefriends dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karl at freefriends dot org
--- Comment #35 from karl at freefriends dot org 2011-03-27 23:51:28 UTC ---
*** Bug 42560 has been marked as a duplicate of this bug. ***
^ permalink raw reply [flat|nested] 40+ messages in thread
end of thread, other threads:[~2011-06-27 13:29 UTC | newest]
Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-17 21:57 [Bug fortran/35619] New: gcc-4.3.0 build fails in gfortran section centos-4.6 bill at cse dot ucdavis dot edu
2008-03-17 22:01 ` [Bug target/35619] " pinskia at gcc dot gnu dot org
2008-03-17 22:05 ` bill at cse dot ucdavis dot edu
2008-03-17 22:07 ` bill at cse dot ucdavis dot edu
2008-03-17 22:09 ` pinskia at gcc dot gnu dot org
2008-03-17 22:14 ` bill at cse dot ucdavis dot edu
2008-03-17 22:59 ` pinskia at gcc dot gnu dot org
2008-03-17 23:44 ` bill at cse dot ucdavis dot edu
2008-03-18 0:04 ` bill at cse dot ucdavis dot edu
2008-03-19 20:39 ` bill at cse dot ucdavis dot edu
2008-03-22 21:58 ` bill at cse dot ucdavis dot edu
2008-03-22 22:01 ` bill at cse dot ucdavis dot edu
2008-03-22 22:02 ` bill at cse dot ucdavis dot edu
2008-03-22 22:09 ` pinskia at gcc dot gnu dot org
2008-03-23 0:39 ` bill at cse dot ucdavis dot edu
2008-04-21 7:19 ` ubizjak at gmail dot com
2008-05-28 1:14 ` [Bug bootstrap/35619] [4.3/4.4 Regression] fixed includes not being found if building in src dir pinskia at gcc dot gnu dot org
2008-05-28 1:14 ` pinskia at gcc dot gnu dot org
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
2008-05-28 1:16 ` pinskia at gcc dot gnu dot org
2008-06-06 15:05 ` rguenth at gcc dot gnu dot org
2008-06-13 21:41 ` mmitchel at gcc dot gnu dot org
2008-06-25 11:58 ` rguenth at gcc dot gnu dot org
2008-07-26 21:24 ` pinskia at gcc dot gnu dot org
2008-08-27 22:07 ` jsm28 at gcc dot gnu dot org
2008-09-17 19:09 ` pinskia at gcc dot gnu dot org
2008-11-04 0:42 ` pinskia at gcc dot gnu dot org
2009-01-24 10:23 ` rguenth at gcc dot gnu dot org
2009-05-20 23:42 ` [Bug bootstrap/35619] [4.3/4.4/4.5 " pinskia at gcc dot gnu dot org
2009-05-21 20:33 ` fxcoudert at gcc dot gnu dot org
2009-06-26 3:04 ` pinskia at gcc dot gnu dot org
2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
2009-09-15 20:16 ` pinskia at gcc dot gnu dot org
2009-09-16 17:47 ` rwild at gcc dot gnu dot org
2009-09-19 8:30 ` rwild at gcc dot gnu dot org
2009-09-19 8:33 ` [Bug bootstrap/35619] [4.3/4.4 " rwild at gcc dot gnu dot org
2010-05-22 18:26 ` rguenth at gcc dot gnu dot org
[not found] <bug-35619-4@http.gcc.gnu.org/bugzilla/>
2011-03-28 0:37 ` karl at freefriends dot org
2011-06-27 13:29 ` rguenth at gcc dot gnu.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).