[Bug fortran/36553] Missing interface not detected in call to same file function

2008-06-18 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2008-06-18 07:15 --- (In reply to comment #6) > However, this is not different from 4.3. Using NAG f95, I get: > Warning: line 26: REAL value for INTEGER PARAMETER > Error:Explicit interface required for CHECK_INTEGER4_RANK1 from ARRA

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2008-06-18 07:17 --- (In reply to comment #10) > Reopened. Hah! OK - thanks Paul *with tail between his legs* -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread P dot Schaffnit at access dot rwth-aachen dot de
--- Comment #12 from P dot Schaffnit at access dot rwth-aachen dot de 2008-06-18 07:20 --- Hi! Stupid question: is it related to http://gcc.gnu.org/ml/fortran/2008-06/msg00203.html ? Philippe -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36342

[Bug c++/33435] internal compiler error with templates and openmp

2008-06-18 Thread E dot Kuemmerle at fz-juelich dot de
--- Comment #7 from E dot Kuemmerle at fz-juelich dot de 2008-06-18 07:20 --- gcc release 4.3.1 already works! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33435

[Bug libstdc++/36564] New: reading from std::ifstream( directory ) ...

2008-06-18 Thread pluto at agmk dot net
i'm looking for clarification about such code snippet: $ cat test.cpp #include #include #include int main() { std::ifstream in( "/tmp" ); if ( in.good() ) { std::cerr << "good()" << std::endl; std::string buf; while ( std:

[Bug c++/36563] g++ compiling virtual method

2008-06-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-18 11:50 --- This is undefined code as B does not inherit from A3. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/36563] g++ compiling virtual method

2008-06-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-18 11:51 --- That is if the vtable for B's a3 is not in the same place as A3's a3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36563

[Bug target/36512] relocation overflow

2008-06-18 Thread kate01123 at gmail dot com
--- Comment #3 from kate01123 at gmail dot com 2008-06-18 13:04 --- On powerpc-apple-darwin8.11.0 I took gcc-4.3.1 that I built with gcc-4.2.3 and used it to try to build gcc-4.3.1. It failed: gcc -g -fkeep-inline-functions -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wm

[Bug fortran/36517] Type-spec in array constructor: Invalid error for -std=f2003/f2008

2008-06-18 Thread domob at gcc dot gnu dot org
--- Comment #5 from domob at gcc dot gnu dot org 2008-06-18 13:54 --- Subject: Bug 36517 Author: domob Date: Wed Jun 18 13:53:32 2008 New Revision: 136894 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136894 Log: 2008-06-18 Daniel Kraft <[EMAIL PROTECTED]> PR fortran

[Bug fortran/36112] Bounds-checking on character length not working for array-constructors

2008-06-18 Thread domob at gcc dot gnu dot org
-- domob at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36112

[Bug fortran/36492] incorrect error when compiling

2008-06-18 Thread domob at gcc dot gnu dot org
--- Comment #7 from domob at gcc dot gnu dot org 2008-06-18 13:56 --- Committed patch and fixed as rev 136894. -- domob at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/36517] Type-spec in array constructor: Invalid error for -std=f2003/f2008

2008-06-18 Thread domob at gcc dot gnu dot org
--- Comment #6 from domob at gcc dot gnu dot org 2008-06-18 13:56 --- Fixed. -- domob at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug rtl-optimization/35604] Label references are not updated after edge insertion

2008-06-18 Thread ubizjak at gmail dot com
--- Comment #4 from ubizjak at gmail dot com 2008-06-18 15:00 --- PAtch for generic RTL problem with compare-and-branch instruction is at http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01141.html. -- ubizjak at gmail dot com changed: What|Removed |Ad

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread burnus at gcc dot gnu dot org
--- Comment #13 from burnus at gcc dot gnu dot org 2008-06-18 15:43 --- (In reply to comment #10) > Reopened. I can still observe the problem with trunk from 20080615 (r136827). Can you post some more debug information? As written, I cannot reproduce it here anymore with 4.4.0 20080616

[Bug debug/34908] valgrind error indication from testsuite hashtab.c : htab_hash_string

2008-06-18 Thread laurynas dot biveinis at gmail dot com
--- Comment #1 from laurynas dot biveinis at gmail dot com 2008-06-18 16:24 --- Confirmed with r136520: (I don't have bugzilla permissions to change status from UNCONFIRMED though) [EMAIL PROTECTED]:~/src/gcc-trunk/gcc/gcc/testsuite/gfortran.dg$ valgrind "/home/lauris/src/gcc-trunk/obj

[Bug fortran/36342] [4.4 Regression] Missing file name in compilation diagnostics of preprocessed fortran source

2008-06-18 Thread dfranke at gcc dot gnu dot org
--- Comment #14 from dfranke at gcc dot gnu dot org 2008-06-18 16:48 --- > Question: I get the following: > /tmp/ccpoBhQR.f90:8: warning: 'junk_2' is used uninitialized in this > function > What puzzles me is that one gets a /tmp/... filename and not the filename one > passed to "gfo

[Bug rtl-optimization/35604] Label references are not updated after edge insertion

2008-06-18 Thread uros at gcc dot gnu dot org
--- Comment #5 from uros at gcc dot gnu dot org 2008-06-18 17:16 --- Subject: Bug 35604 Author: uros Date: Wed Jun 18 17:16:05 2008 New Revision: 136899 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136899 Log: PR rtl-optimization/35604 * jump.c (redirect_exp_1)

[Bug rtl-optimization/35604] Label references are not updated after edge insertion

2008-06-18 Thread ubizjak at gmail dot com
--- Comment #6 from ubizjak at gmail dot com 2008-06-18 17:20 --- Fixed in mainline, patch will be backport to 4.3 branch in a couple of days. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug c++/36565] New: Wrong code generation with -O2 and segfault with -O3

2008-06-18 Thread rlblaster at gmail dot com
sr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic Thread model: posix gcc version

[Bug other/31754] Include column number along line in error messages main.cpp:5:38

2008-06-18 Thread dseketel at redhat dot com
--- Comment #4 from dseketel at redhat dot com 2008-06-18 18:24 --- Created an attachment (id=15778) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15778&action=view) more work on the error location patch This patch makes all the tests in testsuite/g++.dg/parse/error*.C be aware of

[Bug c++/36566] New: Cannot bind packed field

2008-06-18 Thread nevin at eviloverlord dot com
If I have a packed struct and try to pass a member variable by reference to a function call, I get the "error: cannot bind packed field" message. If I explicitly create a reference to the member variable first and pass that, things work fine. One of these behaviors must be incorrect. This issue

[Bug c++/36566] Cannot bind packed field

2008-06-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-18 18:31 --- This is correct you cannot take the address of a field of a packed struct. >short& pit(oj.s); This should be also an error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36566

[Bug bootstrap/30739] awk Prerequisite is not documented

2008-06-18 Thread rwild at gcc dot gnu dot org
--- Comment #2 from rwild at gcc dot gnu dot org 2008-06-18 18:47 --- Subject: Bug 30739 Author: rwild Date: Wed Jun 18 18:46:35 2008 New Revision: 136902 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136902 Log: gcc/ PR documentation/30739 * doc/install.texi (P

[Bug c++/36566] Cannot bind packed field

2008-06-18 Thread nevin at eviloverlord dot com
--- Comment #2 from nevin at eviloverlord dot com 2008-06-18 18:49 --- Why is this an error (I couldn't find anything in the documentation)? Also, if pointers are used instead of references, should that be an error (currently that compiles just fine)? -- http://gcc.gnu.org/bugzilla

[Bug c++/36567] New: Cannot use std::tr1::tie() with unordered_map<> of std::vector<>

2008-06-18 Thread dfeathers at omnitrol dot com
DESCRIPTION The following code compiles on Intel without issue with gcc-4.1.3 and gcc-4.2, but fails at LINE=29 on cross-compile with ppc_85xx-gcc-4.0: $ cat -n Foo.cc 12#include 3#include 4#include 5#include 67typedef std::vector IntVec

[Bug c++/36566] Cannot bind packed field

2008-06-18 Thread nevin at eviloverlord dot com
--- Comment #3 from nevin at eviloverlord dot com 2008-06-18 19:06 --- Expanding on my last comment: which lines in the following code should fail to compile: struct Squeeze { short s; } __attribute__((aligned(1), packed)); void VerticallyChallenged(short*) {} void VerticallyCha

[Bug c++/36567] Cannot use std::tr1::tie() with unordered_map<> of std::vector<>

2008-06-18 Thread dfeathers at omnitrol dot com
--- Comment #1 from dfeathers at omnitrol dot com 2008-06-18 19:17 --- Created an attachment (id=15779) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15779&action=view) Preprocessed .ii file that reproduces the compilation error 1) uncompress as follows $ gzip -d Foo.ii.gz # givi

[Bug other/31754] Include column number along line in error messages main.cpp:5:38

2008-06-18 Thread dseketel at redhat dot com
--- Comment #5 from dseketel at redhat dot com 2008-06-18 19:20 --- Created an attachment (id=15780) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15780&action=view) work in progress on more accurate column numbers Fix some compilation errors after rebasing to trunk. -- dseket

[Bug target/36568] New: infinite _Unwind_Backtrace / thread stack unwinding.

2008-06-18 Thread pluto at agmk dot net
test w/o threads: $ ./u 0x400a74 handler+0x1a 0x400a95 crash+0x10 0x400afd main+0x60 0x7fa92f9e74a4 __libc_start_main+0xf4 test w/ threads: $ ./u threaded 0x400a74 handler+0x1a 0x400a95 crash+0x10 0x7fcea7803a3d clone+0x6d 0x7fcea7803a3d clone+0x6d 0x7fcea7803a3d clone+0x6d 0x7fcea7803a3d clone+

[Bug target/36568] infinite _Unwind_Backtrace / thread stack unwinding.

2008-06-18 Thread pluto at agmk dot net
--- Comment #1 from pluto at agmk dot net 2008-06-18 19:35 --- Created an attachment (id=15781) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15781&action=view) testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36568

[Bug target/36568] infinite _Unwind_Backtrace / thread stack unwinding.

2008-06-18 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2008-06-18 19:36 --- Created an attachment (id=15782) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15782&action=view) testcase makefile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36568

Sell Cisco Systems equipment items

2008-06-18 Thread [EMAIL PROTECTED]
Hello: We are specialized in new network products, including switch, firewall, router, GBIC,SFP,WIC,cables etc... We provide high quality products and the most reasonable price with professional services to our customers. So if you are interested in any of our products, please contact with

[Bug regression/36569] New: Checking printf format of recursive va_args.

2008-06-18 Thread cazfi74 at gmail dot com
__attribute__(__format__(__printf__, 1, 2) gives bogus error "format string argument not a string type" when format itself is built from variable arguments. gcc version 4.3.1. I have checked that this does not happen with 4.2.4. -- Summary: Checking printf format of recursive va_args

[Bug regression/36569] Checking printf format of recursive va_args.

2008-06-18 Thread cazfi74 at gmail dot com
--- Comment #1 from cazfi74 at gmail dot com 2008-06-18 21:08 --- Created an attachment (id=15783) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15783&action=view) Test source to compile gcc -c vaformat.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36569

[Bug c/36569] Checking printf format of recursive va_args.

2008-06-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-06-18 21:30 --- This works on the trunk -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Co

[Bug c/36570] New: segmentation fault

2008-06-18 Thread info at milde dot cz
During kernel compilation with Ubuntu OS and kernel 2.6.24 I get this error message: make[1]: Entering directory `/usr/src/linux-source-2.6.24' CHK include/linux/version.h CHK include/linux/utsrelease.h CALLscripts/checksyscalls.sh CHK include/linux/compile.h CC ker

[Bug target/36570] segmentation fault

2008-06-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/36460] No space between >'s not always handled in C++0x

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #2 from hutchinsonandy at gcc dot gnu dot org 2008-06-18 21:49 --- Subject: Bug 36460 Author: hutchinsonandy Date: Wed Jun 18 21:48:50 2008 New Revision: 136919 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136919 Log: PR c/36460 * gcc.dg/utf32-1.c: Mark xfail for

[Bug target/36570] segmentation fault

2008-06-18 Thread info at milde dot cz
--- Comment #1 from info at milde dot cz 2008-06-18 21:49 --- First error was: CC arch/x86/mach-default/setup.o LD arch/x86/mach-default/built-in.o LD arch/x86/crypto/built-in.o CC kernel/sched.o CC kernel/fork.o CC kernel/exec_domain.o CC

[Bug target/36570] segmentation fault

2008-06-18 Thread info at milde dot cz
--- Comment #2 from info at milde dot cz 2008-06-18 21:52 --- commands done (as root): apt-get install linux-source build-essential bin86 kernel-package gcc gcc-3.4 libncurses5 libncurses5-dev fakeroot libglade2-dev make gconfig make-kpkg clean sudo make-kpkg --initrd --stem linux -

[Bug testsuite/36284] gcc.dg-struct-layout fails AVR target - multiple reasons

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #2 from hutchinsonandy at gcc dot gnu dot org 2008-06-18 21:54 --- Subject: Bug 36284 Author: hutchinsonandy Date: Wed Jun 18 21:53:20 2008 New Revision: 136920 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136920 Log: PR testsuite/36284 * gcc.dg/compat/struct-layo

[Bug target/36570] segmentation fault

2008-06-18 Thread info at milde dot cz
--- Comment #3 from info at milde dot cz 2008-06-18 21:54 --- Created an attachment (id=15784) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15784&action=view) kernel config file made with gconfig utility -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36570

[Bug libstdc++/36564] reading from std::ifstream( directory ) ...

2008-06-18 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2008-06-18 22:01 --- I don't think I have to add much here, you got already the basic point right: according to the current standard at least, the open succeeds if the underlying fopen succeeds, and certainly it succeeds here, then

[Bug c++/36567] Cannot use std::tr1::tie() with unordered_map<> of std::vector<>

2008-06-18 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2008-06-18 22:13 --- I do not understand: do you have any evidence that current, maintained, branches of GCC (ie 4_2, 4_3) have problems here? I do not. Because certainly people are not going to do anything on 4_0, and a C++ issue

[Bug c/36571] New: Default untyped return for AVR is byte register.

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org
Test testsuite/gcc.dg/builtin-return-1.c will fail for avr target. Default implementation of builtin-return-1 is untyped return of a single register. Which is R25 and only 1 byte. This is not int as test expects. So high byte may and does get overwritten before outer return. The test may be inval

[Bug middle-end/36571] Default untyped return for AVR is byte register.

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #1 from hutchinsonandy at gcc dot gnu dot org 2008-06-18 23:00 --- Subject: Bug 36571 Author: hutchinsonandy Date: Wed Jun 18 22:59:41 2008 New Revision: 136926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136926 Log: PR c/36571 * gcc.dg/builtin-return-1.c: Mark a

[Bug other/36572] New: Documentation for some options starting with “no-” not clear

2008-06-18 Thread n-roeser at gmx dot net
>From the gcc-4.3.1 manual: > -fno-sched-interblock > Don't schedule instructions across basic blocks. This is normally > enabled by default when scheduling before register allocation, > i.e. with -fschedule-insns or at -O2 or higher. > > -fno-sched-spec > Don't allow speculative

[Bug ada/36573] New: s-intman.adb:232:50: "SA_ONSTACK" is undefined

2008-06-18 Thread danglin at gcc dot gnu dot org
/xxx/gnu/gcc/objdir/./gcc/xgcc -B/xxx/gnu/gcc/objdir/./gcc/ -B/opt/gnu/gcc/gcc-4 .4.0/hppa1.1-hp-hpux10.20/bin/ -B/opt/gnu/gcc/gcc-4.4.0/hppa1.1-hp-hpux10.20/lib / -isystem /opt/gnu/gcc/gcc-4.4.0/hppa1.1-hp-hpux10.20/include -isystem /opt/gnu /gcc/gcc-4.4.0/hppa1.1-hp-hpux10.20/sys-include -c -g -O

[Bug ada/36573] s-intman.adb:232:50: "SA_ONSTACK" is undefined

2008-06-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #1 from dave at hiauly1 dot hia dot nrc dot ca 2008-06-19 02:11 --- Subject: Re: New: s-intman.adb:232:50: "SA_ONSTACK" is undefined > s-intman.adb:232:50: "SA_ONSTACK" is undefined Looks like we need something like the following: Index: s-osinte-hpux-dce.ads ==

[Bug testsuite/36284] gcc.dg-struct-layout fails AVR target - multiple reasons

2008-06-18 Thread hutchinsonandy at gcc dot gnu dot org
--- Comment #3 from hutchinsonandy at gcc dot gnu dot org 2008-06-19 02:16 --- Testcase fixed for 4.4 -- hutchinsonandy at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/36574] New: build broken with cgraph changes

2008-06-18 Thread hp at gcc dot gnu dot org
With r136888 cris-elf built (and had "just" 4 regressions compared to earlier this year). With r136894 and up to at least r136933, build breaks with the following, cutnpasted: libtool: compile: /tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/xgcc -shared-libgcc -B/tmp/hpautotest\ -gcc1/cris-elf/gccob

[Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes

2008-06-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes

2008-06-18 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2008-06-19 02:59 --- Created an attachment (id=15785) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15785&action=view) gzipped strstream.ii compile with cc1plus -fpreprocessed -O2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=365

[Bug middle-end/36574] [4.4 Regression] build broken with cgraph changes

2008-06-18 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2008-06-19 03:00 --- Looks like it's yours, Honza. -- hp at gcc dot gnu dot org changed: What|Removed |Added

Template error when using templated type in stl::vector

2008-06-18 Thread Andrew McPherson
// Neither of the following compile, though they do in visual studio. template struct MyStruct { MyStruct() { std::vector::iterator i; } }; template struct MyStruct1 { MyStruct1() { std::vector*>::iterator i;

Re: Template error when using templated type in stl::vector

2008-06-18 Thread Andrew Pinski
On Wed, Jun 18, 2008 at 11:06 PM, Andrew McPherson <[EMAIL PROTECTED]> wrote: > // Neither of the following compile, though they do in visual studio. > > template > struct MyStruct > { >MyStruct() >{ >std::vector::iterator i; You missed the typename keyword. That i

Re: Template error when using templated type in stl::vector

2008-06-18 Thread Andrew McPherson
Thanks! That works. On Wed, Jun 18, 2008 at 8:15 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > On Wed, Jun 18, 2008 at 11:06 PM, Andrew McPherson > <[EMAIL PROTECTED]> wrote: >> // Neither of the following compile, though they do in visual studio. >> >> template >> struct MyStruct >> { >>

Re: [Bug ada/36573] s-intman.adb:232:50: "SA_ONSTACK" is undefined

2008-06-18 Thread Arnaud Charlet
> > s-intman.adb:232:50: "SA_ONSTACK" is undefined > > Looks like we need something like the following: Right. Assuming 0x1 is indeed the corresponding value of the SA_ONSTACK C macro, you can commit this change. Arno

[Bug ada/36573] s-intman.adb:232:50: "SA_ONSTACK" is undefined

2008-06-18 Thread charlet at adacore dot com
--- Comment #2 from charlet at adacore dot com 2008-06-19 03:37 --- Subject: Re: s-intman.adb:232:50: "SA_ONSTACK" is undefined > > s-intman.adb:232:50: "SA_ONSTACK" is undefined > > Looks like we need something like the following: Right. Assuming 0x1 is indeed the corresponding valu

[Bug bootstrap/30739] awk Prerequisite is not documented

2008-06-18 Thread rwild at gcc dot gnu dot org
--- Comment #3 from rwild at gcc dot gnu dot org 2008-06-19 06:00 --- Subject: Bug 30739 Author: rwild Date: Thu Jun 19 05:59:30 2008 New Revision: 136939 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136939 Log: gcc/ PR documentation/30739 * doc/install.texi (

[Bug bootstrap/30739] awk Prerequisite is not documented

2008-06-18 Thread rwild at gcc dot gnu dot org
--- Comment #4 from rwild at gcc dot gnu dot org 2008-06-19 06:01 --- Fixed. -- rwild at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug bootstrap/32272] make exit because build/genmodes.exe doesn't exist

2008-06-18 Thread laurent at guerby dot net
--- Comment #9 from laurent at guerby dot net 2008-06-19 06:29 --- It happened to me but I found the source: if even once you did run configure in the source dir then even if after that you configure in a clean build dir you'll get this error. So the solution is to regenerate a clean so

[Bug ada/36575] New: [4.3/4.4 Regression][Ada] ACATS c460011 runtime fails at -O3

2008-06-18 Thread laurent at guerby dot net
. Whereas when compiled at -O3 -gnato on 4.3.1 and 4.4 20080618 it fails: ,.,. C460011 ACATS 2.5 08-06-19 08:49:17 C460011 Check that conversion to a modular type raises Constraint_Error when the operand value is outside the base

[Bug ada/36575] [4.3/4.4 Regression][Ada] ACATS c460011 runtime fails at -O3

2008-06-18 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2008-06-19 06:54 --- Ooops paster the wrong output, the FAILED message with 4.3.1/4.4 is: ,.,. C460011 ACATS 2.5 08-06-19 08:51:01 C460011 Check that conversion to a modular type raises Constraint_Error when the operand