[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #28 from pinskia at gcc dot gnu dot org 2005-10-26 06:29 --- You might as well look into PR 24024 which is only semi related but since you are looking at preprocessor with backslash, it might be easy to fix that one too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=82

[Bug preprocessor/24024] [3.4/4.0/4.1 Regression] gcc -E -C processes "\" incorrectly inside C comments

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-26 06:27 --- GCC should produce: /* Execute example with: gcc -E -P -C -x c dummy.txt a b c */ As mentioned by comment #2. This is not related to at all the "backslash whitespace newline" thread or PR 8270. Well PR 23779 is i

[Bug preprocessor/24024] [3.4/4.0/4.1 Regression] gcc -E -C processes "\" incorrectly inside C comments

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-26 06:24 --- *** Bug 23779 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug preprocessor/23779] '-C' option produces wrong output

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-26 06:24 --- This is a dup of bug 24024. The trailing backslash needs to be translated but we are getting it wrong. *** This bug has been marked as a duplicate of 24024 *** -- pinskia at gcc dot gnu dot org changed:

[Bug fortran/24158] ICE in f951 with nested, recursive derived types

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-26 05:36 --- Subject: Bug 24158 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-26 05:36:31 Modified files: gcc/fortran: decl.c resolve

[Bug fortran/24158] ICE in f951 with nested, recursive derived types

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-26 05:20 --- Subject: Bug 24158 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-26 05:20:23 Modified files: gcc/fortran: decl.c resolve.c ChangeLog gcc/tests

[Bug java/21070] [4.1 Regression]: java compiler generates wrong code on ia64

2005-10-25 Thread hjl at lucon dot org
--- Comment #12 from hjl at lucon dot org 2005-10-26 04:42 --- I didn't see those failures today. -- hjl at lucon dot org changed: What|Removed |Added Status|

[Bug ada/24533] FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 ***

2005-10-25 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2005-10-26 04:00 --- The same errors occur on the 4.0 branch using libc6 2.3.5-6.0.1. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24533

[Bug fortran/24526] variables from modules not visible in gdb

2005-10-25 Thread woodzltc at sources dot redhat dot com
--- Comment #1 from woodzltc at sources dot redhat dot com 2005-10-26 03:25 --- Variable a in modular foo is represented as __foo__a in the DWARF output. So you can use "print __foo__a" to get the value of modular variable a. [EMAIL PROTECTED] ~]$ gdb -q ./modular Using host libthread

[Bug ada/24533] FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 ***

2005-10-25 Thread danglin at gcc dot gnu dot org
--- Comment #1 from danglin at gcc dot gnu dot org 2005-10-26 02:45 --- Oops, somehow how ended up debugging in the wrong directory. However, it has the same error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24533

[Bug libfortran/24459] gfortran namelist problem

2005-10-25 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2005-10-26 02:44 --- With the first case given, I get a segfault on i686-pc-linux-gnu. gcc version 4.1.0 20051025 (experimental) $ cat diag.nml &DIAGS NAMES = 'ETAN' 'ETANSQ' 

[Bug ada/24533] New: FAIL: a85013b: *** glibc detected *** free(): invalid pointer: 0x00062a00 ***

2005-10-25 Thread danglin at gcc dot gnu dot org
This occurs on many ada tasking tests: splitting /home/dave/gnu/gcc-4.0/objdir/gcc/testsuite/ada/acats/tests/a/a85013b. ada into: a85013b.adb BUILD a85013b.adb gnatmake --GCC="/home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4.0/ objdir/gcc/" -gnatws -g -O2 -I/home/dave/gnu/gcc-4.0/o

[Bug c/23103] [4.0/4.1 Regression] gcc_diag does not work with -combine

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #8 from cvs-commit at gcc dot gnu dot org 2005-10-26 02:20 --- Subject: Bug 23103 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-10-26 02:20:43 Modified files: gcc: ChangeLog c-form

[Bug c/23103] [4.0/4.1 Regression] gcc_diag does not work with -combine

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-26 02:20 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c/23103] [4.0/4.1 Regression] gcc_diag does not work with -combine

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #6 from cvs-commit at gcc dot gnu dot org 2005-10-26 02:15 --- Subject: Bug 23103 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-26 02:15:03 Modified files: gcc: ChangeLog c-format.c Log message: 200

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #27 from pinskia at gcc dot gnu dot org 2005-10-26 02:12 --- One more note, we do get a warning with -W -Wall: t.c:1:1: warning: multi-line comment Which is our recommened warning level anyways, yes this is inconstaint but that was a disussion which was maded in comment #11

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #26 from pinskia at gcc dot gnu dot org 2005-10-26 02:00 --- Note changing this behavior will most likely get PR 263 wrong. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #25 from pinskia at gcc dot gnu dot org 2005-10-26 01:59 --- *** Bug 5735 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/5735] Incorrect handling of escaped newlines

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-26 01:59 --- Mark as a dup of bug 8270. *** This bug has been marked as a duplicate of 8270 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug preprocessor/5735] Incorrect handling of escaped newlines

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-26 01:59 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #24 from pinskia at gcc dot gnu dot org 2005-10-26 01:42 --- *** Bug 3786 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/3786] cpp ignores space after backslash

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-26 01:42 --- Mark as a dup of bug 8270. *** This bug has been marked as a duplicate of 8270 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug preprocessor/3786] cpp ignores space after backslash

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-26 01:42 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #23 from pinskia at gcc dot gnu dot org 2005-10-26 01:39 --- >From 2003: http://gcc.gnu.org/ml/gcc/2003-11/msg00105.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #22 from pinskia at gcc dot gnu dot org 2005-10-26 01:37 --- Another one from earlier this year: http://gcc.gnu.org/ml/gcc-patches/2005-03/msg01685.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #21 from pinskia at gcc dot gnu dot org 2005-10-26 01:33 --- Oh, the last discussion of this problem was in PR 15519 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #20 from pinskia at gcc dot gnu dot org 2005-10-26 01:31 --- Maybe the last one: http://gcc.gnu.org/ml/gcc-bugs/2000-10/msg00117.html There are most likely more. All found using google, maybe people should be doing that sometimes. -- http://gcc.gnu.org/bugzilla/show_b

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #19 from pinskia at gcc dot gnu dot org 2005-10-26 01:17 --- http://gcc.gnu.org/ml/gcc/2000-05/msg01032.html Knowing the history around these are important. and if you don't believe that well then getting this right is not going to happen. -- http://gcc.gnu.org/bugzi

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #18 from pinskia at gcc dot gnu dot org 2005-10-26 01:10 --- http://gcc.gnu.org/ml/gcc/2001-03/msg00130.html http://gcc.gnu.org/ml/gcc/2001-10/msg00012.html http://gcc.gnu.org/ml/gcc/2002-02/msg01181.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #17 from pinskia at gcc dot gnu dot org 2005-10-26 01:05 --- Some more: http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00543.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #16 from pinskia at gcc dot gnu dot org 2005-10-26 01:02 --- More discusssions: http://gcc.gnu.org/ml/gcc-patches/2000-08/msg01118.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2005-10-26 00:58 --- One more previous discussion, this time started from someone at Apple: http://gcc.gnu.org/ml/gcc/2002-11/msg00267.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2005-10-26 00:46 --- Cause by the patch referenced in comment #11. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug preprocessor/8270] [3.4/4.0/4.1 Regression] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2005-10-26 00:46 --- The diagnostic issue is a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-26 00:45 --- Hmm, looks like the diagnost issue is a regression. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-26 00:43 --- http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00603.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread echristo at apple dot com
--- Comment #10 from echristo at apple dot com 2005-10-26 00:26 --- int main (int argc, char * const argv[]) { // |_||__\ if (1) { printf("Hello"); } else { printf("There"); } return 0; } Note that t

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread echristo at apple dot com
-- echristo at apple dot com changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |echristo at apple dot com |dot org |

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread echristo at apple dot com
--- Comment #9 from echristo at apple dot com 2005-10-26 00:24 --- reopening -- echristo at apple dot com changed: What|Removed |Added Status|RESOLVED

[Bug c++/24532] Templates don't create reference to pointer temporary

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-26 00:08 --- This is not a bug, as you cannot bind a rvalue to a reference. A cast is an rvalue. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24532] New: Templates don't create reference to pointer temporary

2005-10-25 Thread no_spam at earthlink dot net
I have some template code that fails with move to v3.4.4 snProbeItem * snProbeSet::getObjectItem(oaDesignObject *designObject) const { if (designObject->isBlockObject()) { oaBlockObject *blockObj = static_cast(designObject); if (blockObj->isInst()) { oaInst *inst = static_cast(blockOb

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-25 23:46 --- *** Bug 24531 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug preprocessor/24531] preprocessor eats whitespace at end of line, different than other compilers

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2005-10-25 23:46 --- Closing as a dup of bug 8270, since I did not close that one orginally. *** This bug has been marked as a duplicate of 8270 *** -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2005-10-25 23:45 --- To close as invalid. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added St

[Bug preprocessor/8270] back-slash newline extension can't be removed

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-25 23:45 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug preprocessor/24531] preprocessor eats whitespace at end of line, different than other compilers

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-25 23:41 --- Stupid IE. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug preprocessor/24531] preprocessor eats whitespace at end of line, different than other compilers

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #11 from pinskia at gcc dot gnu dot org 2005-10-25 23:40 --- PR 8270 is an old PR about this problem. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/24531] preprocessor eats whitespace at end of line, different than other compilers

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2005-10-25 23:34 --- P5/enhancement because this is documented behavior. I most likely can find other implemenation defined behavior which is different from most other compilers too. -- pinskia at gcc dot gnu dot org changed:

[Bug target/24418] Redudant compare to zero not eliminated

2005-10-25 Thread evancheng at gcc dot gnu dot org
--- Comment #4 from evancheng at gcc dot gnu dot org 2005-10-25 22:55 --- Closing this. It's not a bug. It's not safe to eliminate the cmpl. Its result are read by je and jg: je reads ZF, jg reads ZF and OF. Now consider subl 0x8000 0x1 (OF <- 1) cmpl 0x7fff (

[Bug target/24529] arm_print_operand, at config/arm/arm.c:9869

2005-10-25 Thread brian at bulkowski dot org
--- Comment #2 from brian at bulkowski dot org 2005-10-25 22:05 --- Created an attachment (id=10058) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10058&action=view) Preprocess file Preprocessed file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24529

[Bug target/24528] [ARM EB] strcpy() of small string constant produces wrong instructions

2005-10-25 Thread djohnson+gcc at sw dot starentnetworks dot com
-- djohnson+gcc at sw dot starentnetworks dot com changed: What|Removed |Added Status|WAITING |UNCONFIRMED http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at apple dot com
-- echristo at apple dot com changed: What|Removed |Added Status|REOPENED|ASSIGNED Last reconfirmed|2005-10-25 21:59:22 |2005-10-25 22:03:

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at apple dot com
--- Comment #9 from echristo at apple dot com 2005-10-25 22:03 --- Reopening. -- echristo at apple dot com changed: What|Removed |Added Status|RESOLVED

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-10-25 22:01 --- Documented behavior: http://gcc.gnu.org/onlinedocs/cpp/Initial-processing.html If there is white space between a backslash and the end of a line, that is still a continued line. However, as this is usually the resul

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread steven at gcc dot gnu dot org
--- Comment #7 from steven at gcc dot gnu dot org 2005-10-25 22:00 --- Re. comment #4, this may not be a bug in your eyes, but then it is still at least an enhancement request. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24531

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at apple dot com
-- echristo at apple dot com changed: What|Removed |Added Status|REOPENED|ASSIGNED Last reconfirmed|2005-10-25 21:58:42 |2005-10-25 21:59:

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at apple dot com
--- Comment #6 from echristo at apple dot com 2005-10-25 21:59 --- Andrew will stop closing this bug. -- echristo at apple dot com changed: What|Removed |Added

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at apple dot com
--- Comment #5 from echristo at apple dot com 2005-10-25 21:58 --- To clarify this a bit more: http://gcc.gnu.org/ml/gcc/2005-10/msg00819.html Is Howard Hinnant's comment on the subject and the thread that started this. There's a space at the end of the line that the has the comment.

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2005-10-25 21:55 --- Actually this behavor is implemenetion defined so this is not a bug. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24513] [gomp] Parsing problems with OpenMP directives inside member functions

2005-10-25 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2005-10-25 21:55 --- Fixed in CVS. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGN

[Bug c++/24516] [gomp] Incorrect error for break statement in OpenMP loop

2005-10-25 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2005-10-25 21:54 --- Fixed in CVS. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGN

[Bug libstdc++/24530] throw catch clause does not accept string

2005-10-25 Thread alienforever at gmail dot com
--- Comment #2 from alienforever at gmail dot com 2005-10-25 21:52 --- Is the following TC invalid too? #include #define N 5 void func_2( ) { int n = N; char aCvla[n]; for( ; n >= 0; n-- ) aCvla[n] = n+'A'; throw aCvla; } int main() { try { func_2(); } catch ( char a

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
-- echristo at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
--- Comment #3 from echristo at redhat dot com 2005-10-25 21:49 --- Not a duplicate -- echristo at redhat dot com changed: What|Removed |Added Status|RESOLVED

[Bug c++/24396] Commented line ignores the next line after it

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-25 21:47 --- *** Bug 24531 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-25 21:47 --- *** This bug has been marked as a duplicate of 24396 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug preprocessor/24531] preprocessor eats whitespace at end of line

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 21:44 --- I had just closed a bug like this before. In the last couple of days. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24531

[Bug preprocessor/24531] New: preprocessor eats whitespace at end of line

2005-10-25 Thread echristo at redhat dot com
int main (int argc, char * const argv[]) { // |_||__\ if (1) { printf("Hello"); } else { printf("There"); } return 0; } Not that there's a space after the comment above. -- Summary: preprocessor e

[Bug target/24528] [ARM EB] strcpy() of small string constant produces wrong instructions

2005-10-25 Thread djohnson+gcc at sw dot starentnetworks dot com
--- Comment #2 from djohnson+gcc at sw dot starentnetworks dot com 2005-10-25 21:43 --- Created an attachment (id=10057) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10057&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24528

[Bug libstdc++/24530] throw catch clause does not accept string

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 21:42 --- Not a bug, you are throwing a reference to a local variable, how do you expect that to work? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/24516] [gomp] Incorrect error for break statement in OpenMP loop

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #1 from cvs-commit at gcc dot gnu dot org 2005-10-25 21:42 --- Subject: Bug 24516 CVSROOT:/cvs/gcc Module name:gcc Branch: gomp-20050608-branch Changes by: [EMAIL PROTECTED] 2005-10-25 21:42:21 Modified files: gcc/cp : ChangeLo

[Bug target/24528] [ARM EB] strcpy() of small string constant produces wrong instructions

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 21:40 --- Can you attach the preprocessed source for the code you have? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/24513] [gomp] Parsing problems with OpenMP directives inside member functions

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #5 from cvs-commit at gcc dot gnu dot org 2005-10-25 21:40 --- Subject: Bug 24513 CVSROOT:/cvs/gcc Module name:gcc Branch: gomp-20050608-branch Changes by: [EMAIL PROTECTED] 2005-10-25 21:39:57 Modified files: gcc/cp : ChangeLo

[Bug target/24529] arm_print_operand, at config/arm/arm.c:9869

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 21:39 --- And it also asked you to attach the preprocessed source too. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/24530] New: throw catch clause does not accept string

2005-10-25 Thread alienforever at gmail dot com
testcase: t.cpp #include #include using namespace std; void func_1( ) { string aCvla="func1"; throw aCvla; } void func_2 () { char aCvla[6]; strcpy (aCvla, "func2"); throw aCvla; } int main() { try { func_1(); } catch ( string &aCA ) { cout << aCA << endl; } try {

[Bug middle-end/17886] variable rotate and long long rotate should be better optimized

2005-10-25 Thread cvs-commit at gcc dot gnu dot org
--- Comment #22 from cvs-commit at gcc dot gnu dot org 2005-10-25 21:38 --- Subject: Bug 17886 CVSROOT:/cvs/gcc Module name:gcc Branch: apple-local-200502-branch Changes by: [EMAIL PROTECTED]2005-10-25 21:38:27 Modified files: gcc: Chang

[Bug c/24529] New: arm_print_operand, at config/arm/arm.c:9869

2005-10-25 Thread brian at bulkowski dot org
While compiling ntp-4.2.0 from an i86 host for arm, I received the following error. The host OS was recent linux (2.6.12 from a Fedora Core 3 base), but the GCC in question was a cross-compile environment aimed at an ARM720T. The file in question was 'a_md5encrypt.c' from the ntp-4.2.0 distribution

[Bug c/24528] New: [ARM EB] strcpy() of small string constant produces wrong instructions

2005-10-25 Thread djohnson+gcc at sw dot starentnetworks dot com
Given the following c code from sysvinit's init.c: if (ch->action == SYSINIT) strcpy(ch->rlevel, "#"); gcc is producing the correct set of instructions for little endian arm, but incorrect set of instructions for big endian arm. That line when compiled with -mlittle-endian (correct):

[Bug libgcj/17021] libgcj verifier resolves classes too eagerly

2005-10-25 Thread mckinlay at redhat dot com
--- Comment #14 from mckinlay at redhat dot com 2005-10-25 20:36 --- Robert, thanks very much for working on this. Examining the behaviour of Sun's verifier a bit more shows that it does attempt to resolve classes where type compatibility can not be proven by a simple string comparison,

[Bug ada/23788] s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization)

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-25 20:35 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRM

[Bug libfortran/23770] unaligned buffers in i/o library force use of memcpy()

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2005-10-25 20:34 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug target/23740] attiny13 and attiny2313 are not fully supported

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/23726] Missed optimizations for divmod

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug c/23587] Missing "warning: comparison is always false due to limited range of data type"

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2005-10-25 20:24 --- t.c: In function ‘void c(unsigned int)’: t.c:17: warning: comparison of unsigned expression < 0 is always false t.c: In function ‘void d(long unsigned int)’: t.c:23: warning: comparison of unsigned expression < 0 is

[Bug c++/23587] Missing "warning: comparison is always false due to limited range of data type"

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 20:23 --- We do have an inconstaincy here, with -W, I get a warning for all 6 of them. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug target/23524] [4.1 Regression]bigger version of mov + cmp produced

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor Component|rtl-optimization|target

[Bug ada/23487] Assignment from incompatible pointer warning in __gnat_install_handler kills bootstrap

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug target/23359] [4.1 regression] Many Solaris 10/x86 testsuite failures with native as: use of .word

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug bootstrap/22408] make install fails after --enable-bootstrap=lean enabled bootstrap

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 20:13 --- Can you try this again, I think this has been fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/22239] [4.0 Regression] i-cobol.adb:482: error: unrecognizable insn

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #12 from pinskia at gcc dot gnu dot org 2005-10-25 20:12 --- Fixed so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/22209] [4.1 regression] libgfortran unresolvable symbols on irix6.5

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 20:11 --- The easiest way to make this go away, is to make TImode not a workable mode on mips64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22209

[Bug libfortran/22097] libgfortran build failure on mips-sgi-irix6.5

2005-10-25 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfi

[Bug rtl-optimization/22031] Poor code from unrolled simple loop

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 20:06 --- The second testcase works on x86_64 with -O2 -fschedule-insns -funroll-loops -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/24527] New: derived types not displayed correctly

2005-10-25 Thread tkoenig at gcc dot gnu dot org
This may be a gdb bug, but anyway... cat type.f90 program main type foo real :: a integer :: b end type foo type(foo) :: q q = foo(3.14, 42) print *,q end program main $ gfortran -g type.f90 $ gdb ./a.out GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is fr

[Bug middle-end/21190] [4.1 Regression] g-spitbo.adb:274: error: unrecognizable insn

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2005-10-25 19:57 --- Fixed so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Statu

[Bug c++/21802] Two-stage name lookup fails for operations

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 19:53 --- Confirmed, not a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/21190] [4.1 Regression] g-spitbo.adb:274: error: unrecognizable insn

2005-10-25 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca 2005-10-25 19:52 --- Subject: Re: [4.1 Regression] g-spitbo.adb:274: error: unrecognizable insn > --- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 19:45 > --- > I think this working again, right? Right,

[Bug fortran/24526] New: variables from modules not visible in gdb

2005-10-25 Thread tkoenig at gcc dot gnu dot org
$ cat module.f90 module foo real :: a end module foo program main use foo, only : a a = 42. print *,a end program main $ gfortran -g module.f90 $ gdb ./a.out GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, an

[Bug middle-end/21781] real.c incorrectly values zero with a large exponent

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-10-25 19:49 --- Confirmed, testcase which shows this is also a rejects valid: int f[.0e2 == 0?1:-1]; -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/21664] array-of-empty-structure extension not properly defined

2005-10-25 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-25 19:47 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma

  1   2   >