[Bug fortran/31408] New: :0: internal compiler error: Illegal instruction

2007-03-31 Thread satyaakam at yahoo dot co dot in
subroutine a1toi4 (istr,isize,num) character istr(*) integer isize, num integer isign, ipos character*8 iprog character nch(10),dash data iprog /'A1TOI4'/ data nch/'0','1','2','3','4','5','6','7','8','9'/ data dash /'-'/ num=0 i

[Bug target/27880] [4.2 regression] undefined reference to `_Unwind_GetIPInfo'

2007-03-31 Thread schwab at suse dot de
--- Comment #15 from schwab at suse dot de 2007-03-31 10:18 --- This still does not work. When configuring the stage2 compiler the symbol will be found in libgcc_s (from unwind-compat.o). -- schwab at suse dot de changed: What|Removed |Added -

[Bug c++/31407] [4.3 Regression] undefined reference to `vtable for x'

2007-03-31 Thread tbm at cyrius dot com
--- Comment #5 from tbm at cyrius dot com 2007-03-31 10:22 --- (In reply to comment #4) > You need to put it at the top of the file. That works. Still, a better diagnostic would be nice if that's possible. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31407

[Bug target/27880] [4.2 regression] undefined reference to `_Unwind_GetIPInfo'

2007-03-31 Thread schwab at suse dot de
--- Comment #16 from schwab at suse dot de 2007-03-31 10:28 --- Also why does configure set HAVE_GETIPINFO unconditionally when the system libunwind is used? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27880

[Bug fortran/31408] :0: internal compiler error: Illegal instruction

2007-03-31 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2007-03-31 10:30 --- Can not reproduce the problem on Intel P4. Tried gfortran v4.1.1, v4.2 and a recent svn snapshot. Btw, why not simply: 'read(istr, *) num' ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31408

[Bug libfortran/31409] New: [4.1 4.2 4.3 regression] Reading after ERROR_SHORT_RECORD

2007-03-31 Thread tkoenig at gcc dot gnu dot org
See http://gcc.gnu.org/ml/fortran/2007-03/msg00565.html which also contains a patch. Strictly speaking, this isn't a wrong-code because the standard doesn't impose any requirements after an error condition. However, we do want to fix this. -- Summary: [4.1 4.2 4.3 regression] Rea

[Bug target/26792] [4.2 Regression] need to use autoconf when using newly-added libgcc functions

2007-03-31 Thread schwab at suse dot de
--- Comment #30 from schwab at suse dot de 2007-03-31 10:57 --- The configure check is finding the definition of _Unwind_GetIPInfo in libgcc_s (from unwind-compat.o) when configuring with --with-system-libunwind. -- schwab at suse dot de changed: What|Removed

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821

2007-03-31 Thread rguenth at gcc dot gnu dot org
--- Comment #43 from rguenth at gcc dot gnu dot org 2007-03-31 11:27 --- I would have unconditionally set the maximum of the shift value range to prec-1. I guess reverting the last hunk with range_includes_zero_p was accidential? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3116

[Bug fortran/31408] :0: internal compiler error: Illegal instruction

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-03-31 12:24 --- I am going to assume you used a precompiled GMP/MPFR which was not really compiled for your CPU or a precompiled GCC (gfortran) which was not really compiled for your CPU. Either of these will cause an issue as GCC

[Bug fortran/31304] REPEAT argument NCOPIES is not converted as it should

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2007-03-31 12:29 --- Created an attachment (id=13307) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13307&action=view) Patch that fixes the PR and a few related issues This patch fixes both the simplification routine and the co

[Bug fortran/31196] [4.2/4.1 only] wrong code generated with RESHAPE/TRANSPOSE

2007-03-31 Thread tobi at gcc dot gnu dot org
--- Comment #7 from tobi at gcc dot gnu dot org 2007-03-31 12:37 --- Sorry, it was a local problem. I'm also sorry that I didn't add myself to the CC list, and therefore missed your answer :( -- tobi at gcc dot gnu dot org changed: What|Removed |A

[Bug c++/31141] [4.3 regression] ICE with ellipsis in template parameter list

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #2 from dgregor at gcc dot gnu dot org 2007-03-31 13:41 --- Subject: Bug 31141 Author: dgregor Date: Sat Mar 31 13:41:30 2007 New Revision: 123380 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123380 Log: 2007-03-31 Douglas Gregor <[EMAIL PROTECTED]> PR c

[Bug c++/31140] [4.3 regression] ICE with ellipsis in template parameter list

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #2 from dgregor at gcc dot gnu dot org 2007-03-31 13:41 --- Subject: Bug 31140 Author: dgregor Date: Sat Mar 31 13:41:30 2007 New Revision: 123380 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123380 Log: 2007-03-31 Douglas Gregor <[EMAIL PROTECTED]> PR c

[Bug c++/31138] [4.3 regression] ICE with ellipsis

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #6 from dgregor at gcc dot gnu dot org 2007-03-31 13:41 --- Subject: Bug 31138 Author: dgregor Date: Sat Mar 31 13:41:30 2007 New Revision: 123380 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123380 Log: 2007-03-31 Douglas Gregor <[EMAIL PROTECTED]> PR c

[Bug c++/31138] [4.3 regression] ICE with ellipsis

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #7 from dgregor at gcc dot gnu dot org 2007-03-31 13:43 --- Fixed in mainline compiler -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31140] [4.3 regression] ICE with ellipsis in template parameter list

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #3 from dgregor at gcc dot gnu dot org 2007-03-31 13:44 --- Fixed in mainline compiler -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/31141] [4.3 regression] ICE with ellipsis in template parameter list

2007-03-31 Thread dgregor at gcc dot gnu dot org
--- Comment #3 from dgregor at gcc dot gnu dot org 2007-03-31 13:44 --- Fixed in mainline compiler -- dgregor at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30089] Compiling FreeFem3d uses unreasonable amount of time and memory

2007-03-31 Thread rguenth at gcc dot gnu dot org
--- Comment #25 from rguenth at gcc dot gnu dot org 2007-03-31 14:42 --- Yes. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/30089] [4.3 Regression] Compiling FreeFem3d uses unreasonable amount of time and memory

2007-03-31 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Summary|Compiling FreeFem3d uses|[4.3 Regression] Compiling |unreasonable amount of

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821

2007-03-31 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #44 from dave at hiauly1 dot hia dot nrc dot ca 2007-03-31 15:10 --- Subject: Re: Bootstrap comparison error at revision 122821 > Wouldn't it be slightly better to just call range_includes_zero_p (&vr1) > and return at this point? Forget that, I didn't notice the "else" a

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821

2007-03-31 Thread rguenth at gcc dot gnu dot org
--- Comment #45 from rguenth at gcc dot gnu dot org 2007-03-31 15:13 --- doh, me neither. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31169

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821

2007-03-31 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #46 from dave at hiauly1 dot hia dot nrc dot ca 2007-03-31 15:38 --- Subject: Re: Bootstrap comparison error at revision 122821 > --- Comment #45 from rguenth at gcc dot gnu dot org 2007-03-31 15:13 > --- > doh, me neither. I just started a build with your patch

[Bug target/29932] avr-gcc wrongly optimizes bit sets/resets for IO register 0x20

2007-03-31 Thread mlitwack at employees dot org
--- Comment #2 from mlitwack at employees dot org 2007-03-31 15:45 --- Subject: Re: avr-gcc wrongly optimizes bit sets/resets for IO register 0x20 Hi Eric, Indeed, the test program works for me too under GCC 4.1.2. However, I am developing on the ATtiny24 and 44, which isn't

[Bug bootstrap/31344] [4.3 Regression] bootstrap broken on i[345]86-linux

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #15 from fxcoudert at gcc dot gnu dot org 2007-03-31 16:01 --- This is a bootstrap breakage, and it's was reported almost a week ago. Can you please test and commit the trivial fix you suggested (disable decimal float for on i386-linux)? Then you'll have all time to investig

[Bug rtl-optimization/14737] Purge political statement from -ffast-math docs

2007-03-31 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2007-03-31 16:23 --- Subject: Bug 14737 Author: manu Date: Sat Mar 31 16:22:51 2007 New Revision: 123382 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123382 Log: 2007-03-31 Wolfgang Bangerth <[EMAIL PROTECTED]> Manu

[Bug c++/31411] New: internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread gkajmowi at tbaytel dot net
g++ test1.ii test1.cpp: In function ‘int main()’: test1.cpp:21: internal compiler error: in gimplify_expr, at gimplify.c:4519 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting ins

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread gkajmowi at tbaytel dot net
--- Comment #1 from gkajmowi at tbaytel dot net 2007-03-31 17:23 --- Created an attachment (id=13308) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13308&action=view) This is sample code which causes ICE under GCC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31411

[Bug fortran/31366] Last record truncated for read after short write, direct access file

2007-03-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-03-31 17:28 --- Thomas, thanks for c.l.f query. From the response so far: >> > > 9.5.3.4.1 "On output to a file connected for unformatted direct access, >the output list shall not specify more values than can fit

[Bug fortran/31160] %VAL and related features need to be documented.

2007-03-31 Thread pault at gcc dot gnu dot org
--- Comment #1 from pault at gcc dot gnu dot org 2007-03-31 17:43 --- Subject: Bug 31160 Author: pault Date: Sat Mar 31 17:42:58 2007 New Revision: 123383 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123383 Log: 2007-03-31 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/31160] %VAL and related features need to be documented.

2007-03-31 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2007-03-31 17:48 --- Fixed on trunk - if policy OKs for 4.2, will do it. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug libstdc++/31370] resizing bugs in std::vector

2007-03-31 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2007-03-31 17:52 --- Taking care of it. -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread tbm at gcc dot gnu dot org
--- Comment #2 from tbm at gcc dot gnu dot org 2007-03-31 17:59 --- Confirmed. -- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-03-31 18:04 --- Reducing... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31411

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread tbm at gcc dot gnu dot org
--- Comment #4 from tbm at gcc dot gnu dot org 2007-03-31 18:09 --- Testcase: namespace std { template < class T > class allocator { public:typedef T value_type; typedef long unsigned int size_type; ~allocator () { } }; template < class charT > struct char_tr

[Bug c++/31411] [4.1/4.2/4.3 Regression] ICE: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread tbm at gcc dot gnu dot org
--- Comment #5 from tbm at gcc dot gnu dot org 2007-03-31 18:09 --- This also happens with 4.3. I cannot check 4.0. -- tbm at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/31412] New: [4.3] inf loop/long compile time, time spent in var-tracking.c

2007-03-31 Thread tbm at cyrius dot com
GCC 4.3 spent several hours compiling the attached program before I gave up. I have no idea whether it would ever complete or not. All I know is that it is spending an awful lot of time in var-tracking.c. You need the following parameters to see this problem: -g -O1 -fno-strict-aliasing -fwrapv

[Bug tree-optimization/31412] [4.3] inf loop/long compile time, time spent in var-tracking.c

2007-03-31 Thread tbm at cyrius dot com
--- Comment #1 from tbm at cyrius dot com 2007-03-31 18:20 --- Created an attachment (id=13309) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13309&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31412

[Bug c++/31411] [4.1/4.2/4.3 Regression] ICE in gimplify_expr with throw/special copy constructor with initializer with a deconstructor

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-03-31 18:21 --- Really reduced testcase: struct allocator{ ~allocator() throw(); }; struct string { string(const string& str, const allocator& al = allocator()); }; int main() { try {} catch (string s

[Bug debug/31412] [4.3] inf loop/long compile time, time spent in var-tracking.c

2007-03-31 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2007-03-31 18:29 --- Created an attachment (id=13310) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13310&action=view) preprocessed source I attached the wrong file before. This one is correct. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug fortran/30933] intrinsic: EXIT

2007-03-31 Thread burnus at gcc dot gnu dot org
--- Comment #8 from burnus at gcc dot gnu dot org 2007-03-31 18:34 --- Author: burnus Date: Sat Mar 31 18:30:11 2007 New Revision: 123385 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123385 Log: 2007-03-31 Tobias Burnus <[EMAIL PROTECTED]> * intrinsic.c (add_functions

[Bug libstdc++/30464] -Wconversion triggers warnings for deque<>::push_back()

2007-03-31 Thread pcarlini at suse dot de
--- Comment #19 from pcarlini at suse dot de 2007-03-31 18:47 --- I think we can safely at least remove the scary [regression] from the Summary: first, thanks c++/30500 is now fixed and the warnings are always suppressed; second, Manuel is splitting out -Wconversion-sign from -Wconversio

[Bug libfortran/31409] [4.1 4.2 4.3 regression] Reading after ERROR_SHORT_RECORD

2007-03-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #1 from jvdelisle at gcc dot gnu dot org 2007-03-31 18:59 --- The patch does not appear to fix this on 4.3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31409

[Bug libstdc++/31413] New: FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

2007-03-31 Thread danglin at gcc dot gnu dot org
Executing on host: /home/dave/gnu/gcc-4.2/objdir/./gcc/g++ -shared-libgcc -B/hom e/dave/gnu/gcc-4.2/objdir/./gcc -nostdinc++ -L/home/dave/gnu/gcc-4.2/objdir/hppa -linux/libstdc++-v3/src -L/home/dave/gnu/gcc-4.2/objdir/hppa-linux/libstdc++-v3/ src/.libs -B/home/dave/opt/gnu/gcc/gcc-4.2.0/hppa-linux/

[Bug tree-optimization/29585] [4.2 Regression] tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558

2007-03-31 Thread dnovillo at gcc dot gnu dot org
--- Comment #14 from dnovillo at gcc dot gnu dot org 2007-03-31 19:22 --- Subject: Bug 29585 Author: dnovillo Date: Sat Mar 31 19:21:46 2007 New Revision: 123386 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123386 Log: 2007-03-31 Diego Novillo <[EMAIL PROTECTED]>

[Bug tree-optimization/29585] [4.2 Regression] tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558

2007-03-31 Thread dnovillo at gcc dot gnu dot org
--- Comment #15 from dnovillo at gcc dot gnu dot org 2007-03-31 19:28 --- Fixed. http://gcc.gnu.org/ml/gcc-patches/2007-03/msg02059.html -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/31413] FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

2007-03-31 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2007-03-31 19:49 --- I've tried all zh_TW locales available on debian etch and none work. With the default BIG5, time01 seems to contain garbage: (gdb) p time01 $2 = {tm_sec = 1, tm_min = 1, tm_hour = 0, tm_mday = 710656, tm_mon = 90654

[Bug libstdc++/31413] FAIL: 22_locale/time_get/get_date/wchar_t/4.cc execution test

2007-03-31 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-03-31 20:38 --- Dave, unfortunately all the other linux targets are fine, therefore we have very big troubles figuring out what is happening on hppa only. Given that, as far as I know, no one among the v3 maintainers has access to hppa mac

[Bug libfortran/31335] Calls lstat(), stat() and fstat() in libgfortran should be protected by autoconf HAVE_{L,,F}STAT macros

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2007-03-31 20:41 --- Subject: Bug 31335 Author: fxcoudert Date: Sat Mar 31 20:41:11 2007 New Revision: 123388 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123388 Log: PR libfortran/31335 * intrinsics/stat.c:

[Bug libfortran/31335] Calls lstat(), stat() and fstat() in libgfortran should be protected by autoconf HAVE_{L,,F}STAT macros

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-03-31 20:42 --- Fixed on 4.3. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug fortran/31414] New: Non-integer expression as character length

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
$ cat foo.f90 character(len=2.3) :: s print *, len(s) end $ gfortran foo.f90 foo.f90:1.16: character(len=2.3) :: s 1 Error: Expression at (1) must be of INTEGER type foo.f90:1.16: character(len=2.3) :: s 1 Error: Expression at (1) must be of INTEGER type f

[Bug fortran/31414] Non-integer expression as character length

2007-03-31 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last recon

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2007-03-31 22:29 --- Subject: Bug 31364 Author: pinskia Date: Sat Mar 31 22:29:21 2007 New Revision: 123390 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123390 Log: 2007-03-31 Andrew Pinski <[EMAIL PROTECTED]> PR

[Bug target/31364] [4.3 Regression] secureplt breaks bootstrap

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2007-03-31 22:30 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug fortran/31298] Uninitialized variable in f951 (in read_module)

2007-03-31 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2007-03-31 22:51 --- Created an attachment (id=13312) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13312&action=view) Preliminary patch > Valgrind gives no error related to uninitialized when compiling with gfortran. I think you

[Bug fortran/31404] ICE len_trim(array) in initialization

2007-03-31 Thread burnus at gcc dot gnu dot org
-- burnus at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywo

[Bug fortran/31395] Colon edit descriptor is ignored unless preceded by a comma or a slash

2007-03-31 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-31 23:01 --- Confirmed: "C1002 (R1002) The comma used to separate format-items in a format-item-list may be omitted [...] (4) Before or after a colon edit descriptor (10.7.3)" -- burnus at gcc dot gnu dot org changed:

[Bug ada/31415] New: Illegal program not detected, Ada 2005, 3.9.4(12/2) and 7.5(6.1/2)

2007-03-31 Thread ludovic at ludovic-brenta dot org
Debian Bug#416973 In the following program, the declaration of T3 is illegal because it extends a limited type (T1) and a nonlimited interface (T2). -- compiled -gnat05 -- error not detected package pak1 is -- RM 3.9.4(12/2) and 7.5(6.1/2) -- check that both ancestors must be either limited

[Bug fortran/30973] [4.1, 4.2 only] undetected name conflict: variables may be named like modules

2007-03-31 Thread burnus at gcc dot gnu dot org
--- Comment #7 from burnus at gcc dot gnu dot org 2007-03-31 23:05 --- No regression, no serious bug -> won't fix in 4.2 -> close. -- burnus at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug ada/31416] New: Illegal program not detected, RM 7.3(13), 4.9.1(1)

2007-03-31 Thread ludovic at ludovic-brenta dot org
In the program below, the full declaration of T2 (in the private part of the package) is illegal because it conflicts with the public declaration. The public declaration defines the discriminant, d1, to have the value 3 whereas the private declaration specifies the value to be 4. GNAT fails to di

[Bug ada/31417] New: Illegal program not detected, RM 7.3(13), 4.9.1(1), nonstatic discriminants

2007-03-31 Thread ludovic at ludovic-brenta dot org
In the program below, the full views (in the private part) of T2 and T3 are both illegal because the value of the discriminant, x2, is not static. RM 7.3(13) states that the parent subtype of T2 and T3 (i.e. T1) must impose a statically matching constraint on the discriminant, i.e. x1. RM 4.9.1(1

[Bug ada/31416] Illegal program not detected, RM 7.3(13), 4.9.1(1)

2007-03-31 Thread ludovic at ludovic-brenta dot org
--- Comment #1 from ludovic at ludovic-brenta dot org 2007-03-31 23:28 --- This is Debian Bug#416975. -- ludovic at ludovic-brenta dot org changed: What|Removed |Added

[Bug ada/31417] Illegal program not detected, RM 7.3(13), 4.9.1(1), nonstatic discriminants

2007-03-31 Thread ludovic at ludovic-brenta dot org
--- Comment #1 from ludovic at ludovic-brenta dot org 2007-03-31 23:28 --- This is Debian Bug#416979. -- ludovic at ludovic-brenta dot org changed: What|Removed |Added

[Bug c++/31406] '#pragma interface' causes inlined function to be omitted

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-04-01 00:57 --- This is not a bug as you forgot "#pragma implementation" Please read: http://gcc.gnu.org/onlinedocs/gcc-3.3.6/gcc/C_002b_002b-Interface.html -- pinskia at gcc dot gnu dot org changed: What|Remove

[Bug c++/31407] [4.3 Regression] undefined reference to `vtable for x'

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-04-01 01:00 --- Read: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/C_002b_002b-Interface.html This is all documented there. Really "#pragma interface"/"#pragma implementation" is useless for 99% of the code now adays because of co

[Bug libfortran/31409] [4.1 4.2 4.3 regression] Reading after ERROR_SHORT_RECORD

2007-03-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2007-04-01 04:25 --- Created an attachment (id=13313) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13313&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31409

[Bug libfortran/31409] [4.1 4.2 regression] Reading after ERROR_SHORT_RECORD

2007-03-31 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-04-01 04:45 --- I believe gfortran 4.3 is correctly handling this test case. There should be two error messages from trying to read the larger B(4) array from a record that contains a smaller A(2) array, thus reading past end of

[Bug fortran/31207] advance="no" and tabs

2007-03-31 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2007-04-01 05:00 --- Subject: Bug number PR31207 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-04/msg1.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/31366] Last record truncated for read after short write, direct access file

2007-03-31 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-04-01 08:10 --- Subject: Bug number PR31366 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-04/msg5.html -- http://gcc.gnu.org/bugzilla/sh

[Bug tree-optimization/31169] Bootstrap comparison error at revision 122821

2007-03-31 Thread daney at gcc dot gnu dot org
--- Comment #47 from daney at gcc dot gnu dot org 2007-04-01 08:29 --- With RTH's "alternate patch" applied, I can now bootstrap mipsel-linux The test results are here: http://gcc.gnu.org/ml/gcc-testresults/2007-04/msg00036.html And are substancially similar to what I was getting befor