[Bug target/29120] Arm cross-compiler could not be created (assember error)

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-19 03:26 --- Yes how did you configure binutils? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/29125] Failure to diagnose violation of constraint 6.7.5.2p2

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 03:30 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/29125] Failure to diagnose violation of constraint 6.7.5.2p2

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-19 03:30 --- Mark this as a dup of bug 7948 which is the same issue. *** This bug has been marked as a duplicate of 7948 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/7948] gcc fails to fault gnu extension with -std=c99

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-19 03:30 --- *** Bug 29125 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/29126] Failure to diagnose violation of constraint 6.7.5.2p2

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 03:32 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug c/25802] VM types of external and internal linkage variables not diagnosed

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-19 03:33 --- *** Bug 29126 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/29126] Failure to diagnose violation of constraint 6.7.5.2p2

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-19 03:33 --- To mark as a dup of bug 25802, since this is the same issue as that bug. *** This bug has been marked as a duplicate of 25802 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/29131] Bad name lookup for templates

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 03:47 --- Actually wait, what is happening here is ADL is happening for fundemantal types which is a question of a Defect report, I forgot which one now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131

[Bug c++/29131] Bad name lookup for templates

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-09-19 03:49 --- Actually you missed 14.6.4.2. This really has nothing to do with 14.6.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131

[Bug c++/29131] Bad name lookup for templates

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-09-19 03:51 --- Also "f (i)" is a dependent expression because of 14.6.2/1 as i is (obviously) dependent so 14.6.3 does not apply. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29131

[Bug c++/29131] Bad name lookup for templates

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-19 04:06 --- So GCC does not implement 14.6.4.2/1, part 1: - For the part of look using unqualified name lookup (3.4.1), only function declareations with external linkage from the template context are found. And since ADL on fun

[Bug c++/17365] [218] Should Koenig lookup find non-functions?

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-19 04:09 --- http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_active.html#218 -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c/29135] New: internal compiler error at cfgexpand.c:515

2006-09-18 Thread de at cs dot brown dot edu
/usr/bin/gcc -Wall -pedantic -g -c -o desh.o desh.c desh.c: In function 'main': desh.c:256: internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:515 Please submit a full bug report, with preprocessed source if appropriate. gcc -v: Configured with: ../src/configure -v --enable-lan

[Bug c++/25980] [DR 218] Unexpected name conflict between symbols

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-19 04:12 --- (In reply to comment #2) > I believe there alreay is a PR for this. The proper action is to > suspend it until the issue is completely resolved. Yes PR 17365. -- pinskia at gcc dot gnu dot org changed:

[Bug c/29135] internal compiler error at cfgexpand.c:515

2006-09-18 Thread de at cs dot brown dot edu
--- Comment #1 from de at cs dot brown dot edu 2006-09-19 04:12 --- Created an attachment (id=12293) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12293&action=view) Preprocessed source. The preprocessed source file that causes the internal compiler error. Still not sure exactly w

[Bug c++/17045] conflict between function template and class with same name

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-19 04:15 --- This is a dup 25980 which has a better simplier example. *** This bug has been marked as a duplicate of 25980 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Adde

[Bug c++/25980] [DR 218] Unexpected name conflict between symbols

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-09-19 04:15 --- *** Bug 17045 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/25980] [DR 218] Unexpected name conflict between symbols

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-19 04:16 --- I am just going to close this as a dup of bug 17365 which is all the same issues, finding non functions for ADL. *** This bug has been marked as a duplicate of 17365 *** -- pinskia at gcc dot gnu dot org changed

[Bug c++/17365] [DR 218] Should ADL find non-functions?

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-09-19 04:16 --- *** Bug 25980 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug middle-end/29135] internal compiler error at cfgexpand.c:515

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 04:19 --- char input[((size_t)~0 >> 1)]; hehehehehehehe. Anyways this has been fixed for 4.1.0 by rejecting this code saying there is a stack (32bit) overflow. *** This bug has been marked as a duplicate of 21107 *** --

[Bug middle-end/21107] [4.0/4.1/4.2 regression] internal compiler error: in expand_one_stack_var_at, at cfgexpand.c:476

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-09-19 04:19 --- *** Bug 29135 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/29131] [DR 225] Bad name lookup for templates

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-09-19 04:30 --- This is DR 225 really. http://www.open-std.org/JTC1/SC22/WG21/docs/cwg_active.html#225 Which means there is a question if this is really invalid code after all. -- pinskia at gcc dot gnu dot org changed:

[Bug c++/29041] failure to check for visible declaration of friend function to local class

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-19 05:00 --- Confirmed, not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/29118] Timeouts in libstdc++, libjava and libgomp testsuites

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-19 05:03 --- Does hppa-linux-gnu use dwarf2 eh info? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug middle-end/29118] [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites

2006-09-18 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|libstdc++ |middle-end Keywords||EH, wrong-

[Bug middle-end/29118] [4.2 Regression] Timeouts in libstdc++, libjava and libgomp testsuites

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-09-19 05:07 --- The patch which I am thinking might had caused this is: 2006-09-13 Andreas Krebbel <[EMAIL PROTECTED]> * flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges. Renamed invalidate

[Bug c/28901] -Wunused-variable ignores unused const initialised variables

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-19 05:13 --- This is not a bug but a feature. The reason is that const int usually shows up in header files and usually are normally unused. -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/21498] [c++0x] clause 7.1.5.3/2 of the c++ is not enforced

2006-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2006-09-19 05:18 --- I don't know the state of this feature in C++0x at all and I don't know if this means this is now valid code but only with an option like -std=c++0x. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21498

[Bug target/24649] Hello world c++ prog core dumps

2006-09-18 Thread steve at telxio dot com
--- Comment #13 from steve at telxio dot com 2006-09-19 05:41 --- I have tried gcc 4.1.1 and I still have the same problem - I tried it on a different Solaris10 machine than before, with all the latest patches, and got the same result. gcc was built with: PKG_BUILD_GCC_LANGS=c,c++ test

[Bug target/24649] Hello world c++ prog core dumps

2006-09-18 Thread ebotcazou at gcc dot gnu dot org
--- Comment #14 from ebotcazou at gcc dot gnu dot org 2006-09-19 05:49 --- > gcc was built with: > > PKG_BUILD_GCC_LANGS=c,c++ > test -d objdir || mkdir objdir > (cd objdir; ../configure \ > --prefix=/opt/aegis \ > --with-as=/usr/ccs/bin/as \ >

[Bug debug/29132] [4.1/4.2 Regression] Mips exception handling broken.

2006-09-18 Thread daney at gcc dot gnu dot org
--- Comment #5 from daney at gcc dot gnu dot org 2006-09-19 05:58 --- OK, I finished running make -k check with a i686-linux -> mipsel-linux cross compiler on my mips board for c, c++, java and there are only the 'normal' failures (mostly attributable to running the testsuite on a remote

<    1   2