[Bug target/23644] IA-64 hardware models and configuration options documentation error for 3.4.x and 4.0.x

2005-10-07 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-08 00:22 --- Subject: Bug 23644 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-3_4-branch Changes by: [EMAIL PROTECTED] 2005-10-08 00:22:20 Modified files: gcc: ChangeLog

[Bug target/23644] IA-64 hardware models and configuration options documentation error for 3.4.x and 4.0.x

2005-10-07 Thread wilson at gcc dot gnu dot org
--- Comment #5 from wilson at gcc dot gnu dot org 2005-10-08 00:25 --- Mine. IA-64. Confirmed. A typo in the patch adding docs for this option. -- wilson at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/23644] IA-64 hardware models and configuration options documentation error for 3.4.x and 4.0.x

2005-10-07 Thread wilson at gcc dot gnu dot org
--- Comment #6 from wilson at gcc dot gnu dot org 2005-10-08 00:31 --- Fixed on the gcc-3.4.x branch, the gcc-4.0.x branch, and mainline (gcc-4.1). -- wilson at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/24260] [4.0/4.1 Regression] stdcall attribute is ignored at static member template functions

2005-10-07 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-10-08 01:08 --- A regression hunt with an i686-linux cross compiler identified this patch from [EMAIL PROTECTED]: http://gcc.gnu.org/ml/gcc-cvs/2004-09/msg01078.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24260

[Bug fortran/24268] New: gfortran rejects valid format statement

2005-10-07 Thread iwan at irs dot phy dot nrc dot ca
The following simple program is rejected by gfortran (commandline: gfortran junk.f) with this error message: In file junk.f:6 * 1.4) 1 Error: Period required in format string at (1) In file junk.f:4 write(6,10) x 1 Error: FORMAT label 10 at (1) not d

Re: IS IT A BUG ????

2005-10-07 Thread Jim Wilson
Srujan.K.V.S. wrote: The following is the program to print magic squares.I`m getting wierd output when i remove the printf statement "printf("a")" from the code. Please see http://gcc.gnu.org/bugs.html for info on how to submit bug reports. You did not include enough info for us to do

[Bug fortran/24268] gfortran rejects valid format statement

2005-10-07 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2005-10-08 03:24 --- Confirmed on latest 4.1 cvs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24268

[Bug middle-end/23150] 20050713-1.c fails on arm-none-eabi with -O2 or -Os.

2005-10-07 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-08 03:33 --- Subject: Bug 23150 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED]2005-10-08 03:33:46 Modified files: gcc: ChangeLog calls.c Log message: PR

[Bug middle-end/23150] 20050713-1.c fails on arm-none-eabi with -O2 or -Os.

2005-10-07 Thread kazu at gcc dot gnu dot org
--- Comment #6 from kazu at gcc dot gnu dot org 2005-10-08 03:34 --- Just checked in a patch. -- kazu at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug middle-end/23090] [4.0/4.1 Regression] gcc.c-torture/execute/20050713-1.c -Os fails

2005-10-07 Thread kazu at gcc dot gnu dot org
--- Comment #7 from kazu at gcc dot gnu dot org 2005-10-08 03:36 --- I just checked in a fix for PR 23150, which is probably duplicate of this PR. Could somebody test the current mainline now on powerpc? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23090

[Bug bootstrap/24269] New: Bootstrap failure

2005-10-07 Thread schnetter at aei dot mpg dot de
I checked out gcc from cvs today (2005-10-07). I configured with ~/src/gcc/configure --prefix=$HOME/gcc --with-mpfr=/Users/eschnett --enable-languages=c,c++,fortran,java,objc,treelang and then said make bootstrap After some time, this fails with many (about 200) lines of tail: +16c: No such f

[Bug fortran/24270] New: internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-10-07 Thread schnetter at aei dot mpg dot de
I am using $ /Users/eschnett/gcc/bin/gfortran --version GNU Fortran 95 (GCC) 4.1.0 20050925 (experimental) with the options /Users/eschnett/gcc/bin/gfortran -mlongcall -g3 -O2 -funroll-loops -Wall -Wshadow -Wsurprising -c -o $current_wd/AHFinder_exp.F.o $current_wd/AHFinder_exp.f which leads to

[Bug fortran/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-10-07 Thread schnetter at aei dot mpg dot de
--- Comment #1 from schnetter at aei dot mpg dot de 2005-10-08 04:45 --- Created an attachment (id=9929) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9929&action=view) Failing source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24270

[Bug fortran/24270] internal compiler error: in reload_cse_simplify_operands, at postreload.c:393

2005-10-07 Thread schnetter at aei dot mpg dot de
--- Comment #2 from schnetter at aei dot mpg dot de 2005-10-08 04:46 --- Created an attachment (id=9930) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9930&action=view) Necessary module source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24270

[Bug rtl-optimization/13931] [3.4/4.0/4.1 Regression] combiner much slower on big basic blocks

2005-10-07 Thread ian at airs dot com
--- Comment #33 from ian at airs dot com 2005-10-08 05:04 --- I found the bug report which led to the patch which is the issue in this PR. It starts here: http://gcc.gnu.org/ml/gcc-patches/2003-05/msg00796.html and ends with this patch: http://gcc.gnu.org/ml/gcc-patches/2003-05/

[Bug bootstrap/24269] Bootstrap failure

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-08 05:45 --- This is a dup of bug 14251. I am assuming that you installed a GNU version of coreutils which was "broken". *** This bug has been marked as a duplicate of 14251 *** -- pinskia at gcc dot gnu dot org changed:

[Bug other/14251] Use POSIX-compatible flags for 'head' and 'tail'

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-08 05:45 --- *** Bug 24269 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/24268] gfortran rejects valid format statement

2005-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-08 05:47 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug rtl-optimization/13931] [3.4/4.0/4.1 Regression] combiner much slower on big basic blocks

2005-10-07 Thread ian at airs dot com
--- Comment #34 from ian at airs dot com 2005-10-08 05:51 --- I am able to recreate the problem with a hppa64-hp-hpux11 cross-compiler, in the sense that combine does lose the REG_DEAD note when compiling the gcc.c-torture/compile/920501-13.c test case with -O1. In the current compiler,

[Bug c++/24271] New: ServicesC.h:45: internal compiler error: Segmentation fault

2005-10-07 Thread lothar at tradescape dot biz
/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -v Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: ../gcc-4.0.2/configure --program-suffix=-4.0.2 --enable-__cxa_atexit --enable-languages=c,c++ --prefix=/opt2/linux/ix86 --target=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu --with-sys

[Bug c++/24271] ServicesC.h:45: internal compiler error: Segmentation fault

2005-10-07 Thread lothar at tradescape dot biz
--- Comment #1 from lothar at tradescape dot biz 2005-10-08 05:59 --- Created an attachment (id=9931) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9931&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24271

[Bug c++/24272] New: strange link error with ACE

2005-10-07 Thread lothar at tradescape dot biz
/opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -v Using built-in specs. Target: x86_64-pc-linux-gnu Configured with: ../gcc-4.0.2/configure --program-suffix=-4.0.2 --enable-__cxa_atexit --enable-languages=c,c++ --prefix=/opt2/linux/ix86 --target=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu --with-sys

[Bug c++/24272] strange link error with ACE

2005-10-07 Thread lothar at tradescape dot biz
--- Comment #1 from lothar at tradescape dot biz 2005-10-08 06:06 --- Created an attachment (id=9932) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9932&action=view) preprocessed file (gziped) preprocessed file that is mentioned in the linker error as having created the invalid re

[Bug c++/24272] strange link error with ACE

2005-10-07 Thread lothar at tradescape dot biz
--- Comment #2 from lothar at tradescape dot biz 2005-10-08 06:07 --- /opt2/linux/ix86/x86_64-pc-linux-gnu/bin/g++ -fvisibility=hidden -fvisibility-inlines-hidden -save-temps -W -Wall -Wpointer-arith -m64 -I/opt2/linux/x86_64/include -O3 -g -pipe -m64 -I/opt2/linux/x86_64/include -D_R

<    1   2