[Bug c/57475] New: incompatible pointer type message is not helpful enough

2013-05-30 Thread ebb9 at byu dot net
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: ebb9 at byu dot net gcc 4.5.3 (as shipped on cygwin) gave a rather unhelpful message for a root cause bug in cygwin's sys/un.h: http://cygwin.com/ml/cygwin/2013-05/msg00451.html $ cat foo.c #ifdef

[Bug c/42562] New: attribute((warning())) should work for variables

2009-12-30 Thread ebb9 at byu dot net
ReportedBy: ebb9 at byu dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42562

[Bug c/30063] It would be useful for __attribute__((deprecated)) to take an optional parameter

2009-12-30 Thread ebb9 at byu dot net
--- Comment #2 from ebb9 at byu dot net 2009-12-31 04:41 --- Conversely, it would be nice for __attribute__((warning)) and __attribute__((error)) to allow omitting their argument (in other words, it would be nice to have all three of deprecated, warning, and error act consistently

[Bug c/42384] New: attribute((warning())) should warn on function addresses

2009-12-15 Thread ebb9 at byu dot net
())) should warn on function addresses Product: gcc Version: 4.3.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ebb9 at byu dot

[Bug c/39841] New: -Wall on 'signed char' array subscript

2009-04-21 Thread ebb9 at byu dot net
Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ebb9 at byu dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39841

[Bug fortran/31299] getlog returns blanks when not run from the command prompt

2007-03-21 Thread ebb9 at byu dot net
--- Comment #7 from ebb9 at byu dot net 2007-03-22 04:46 --- According to POSIX, The getlogin() function shall return a pointer to a string containing the user name associated by the login activity with the controlling terminal of the current process. The behavior of nohup