[Bug fortran/42852] gfortran -Wall warns about truncated lines when only a continuation character is truncated

2010-07-25 Thread bugs at 59A2 dot org
--- Comment #11 from bugs at 59A2 dot org 2010-07-25 16:23 --- Will this be applied to 4.5.1? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42852

[Bug fortran/42852] gfortran -Wall warns about truncated lines when only a continuation character is truncated

2010-07-25 Thread bugs at 59A2 dot org
--- Comment #14 from bugs at 59A2 dot org 2010-07-25 19:23 --- Okay, thanks for the fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42852

[Bug c/44657] New: GCCSense: merge code-assist branch, or plugin

2010-06-24 Thread bugs at 59A2 dot org
: enhancement Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bugs at 59A2 dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44657

[Bug c/44657] GCCSense: merge code-assist branch, or plugin

2010-06-24 Thread bugs at 59A2 dot org
--- Comment #2 from bugs at 59A2 dot org 2010-06-24 18:08 --- Thanks, I have notified the author. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44657

[Bug inline-asm/42881] New: SSE2 intrinsics miscompiled at -O0 -march=k8

2010-01-27 Thread bugs at 59A2 dot org
: bugs at 59A2 dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42881

[Bug c++/42883] New: 4.5-20100121: internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2112

2010-01-27 Thread bugs at 59A2 dot org
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: bugs at 59A2 dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42883

[Bug c++/42883] 4.5-20100121: internal compiler error: in redirect_eh_edge_1, at tree-eh.c:2112

2010-01-27 Thread bugs at 59A2 dot org
--- Comment #1 from bugs at 59A2 dot org 2010-01-27 13:13 --- Created an attachment (id=19728) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19728action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42883

[Bug fortran/42852] gfortran -Wall warns about truncated lines when only a continuation character is truncated

2010-01-25 Thread bugs at 59A2 dot org
--- Comment #4 from bugs at 59A2 dot org 2010-01-25 10:33 --- (In reply to comment #3) So it's gfortran's fault you write non-portable code, and instead of dealing with it on your end, you think that gfortran developers should do the work to make your code compile. Actually

[Bug fortran/42852] New: gfortran -Wall warns about truncated lines when only a continuation character is truncated

2010-01-23 Thread bugs at 59A2 dot org
: bugs at 59A2 dot org GCC build triplet: gcc-4.5-20100121 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42852

[Bug fortran/42852] gfortran -Wall warns about truncated lines when only a continuation character is truncated

2010-01-23 Thread bugs at 59A2 dot org
--- Comment #2 from bugs at 59A2 dot org 2010-01-23 21:54 --- In other words, fix your code by putting an in column 72. This is not a solution since it makes it invalid fixed-form source: Error: Syntax error in argument list at (1) Not treating the char-73 specially makes

[Bug c/31887] bad warning converting qualified void* to qualified array pointer

2008-11-17 Thread bugs at 59A2 dot org
--- Comment #4 from bugs at 59A2 dot org 2008-11-17 12:24 --- There is no way to qualify an array type, but this sort of conversion is very useful. For instance, the optimizer produces better code for void foo(const double a[], int m, int n) { const double (*b)[n] = (const double