[Bug ada/66529] terminals.c: sizeof pointer memaccess

2015-06-13 Thread pini_os at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66529 Pierre-Nicolas Clauss pini_os at yahoo dot fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug ada/65490] terminals.c:1266:21: warning: argument to ‘sizeof’ in ‘bzero’ call is the same expression as the destination

2015-06-13 Thread pini_os at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65490 Pierre-Nicolas Clauss pini_os at yahoo dot fr changed: What|Removed |Added CC||pini_os

[Bug ada/66529] New: terminals.c: sizeof pointer memaccess

2015-06-13 Thread pini_os at yahoo dot fr
Assignee: unassigned at gcc dot gnu.org Reporter: pini_os at yahoo dot fr Target Milestone: --- Compiling Ada frontend with -Wsizeof-pointer-memaccess reports a warning because the bzero call in function 'child_static_tty' in gcc/ada/terminals.c is: bzero(s, sizeof (s

[Bug ada/66525] New: Implicit function declarations

2015-06-12 Thread pini_os at yahoo dot fr
Assignee: unassigned at gcc dot gnu.org Reporter: pini_os at yahoo dot fr Target Milestone: --- Compiling the Ada frontend with -Wimplicit-function-declaration on x86_64 reports the following warnings: gcc/ada/cal.c:108:3: warning: implicit declaration of function ‘time’ - include should

[Bug ada/66526] New: Use of uninitialized variable

2015-06-12 Thread pini_os at yahoo dot fr
Assignee: unassigned at gcc dot gnu.org Reporter: pini_os at yahoo dot fr Target Milestone: --- Compiling Ada frontend with -Wuninitialized reports the following warning: gcc/ada/g-expect.adb:1338:7: warning: ‘INPUT’ is used uninitialized in this function gcc/ada/g-expect.adb:1339:7

[Bug ada/44633] Incorrect behaviour of gnat make -s flag with -gnatW8

2010-06-23 Thread pini_os at yahoo dot fr
--- Comment #4 from pini_os at yahoo dot fr 2010-06-23 09:53 --- (In reply to comment #3) Fixed on trunk. Thanks for the fix and the reactivity. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44633

[Bug ada/44633] New: Incorrect behaviour of gnat make -s flag with -gnatW8

2010-06-22 Thread pini_os at yahoo dot fr
: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pini_os at yahoo dot fr GCC host triplet: i686 GNU/Linux 2.6.32-22-generic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44633

[Bug ada/44633] Incorrect behaviour of gnat make -s flag with -gnatW8

2010-06-22 Thread pini_os at yahoo dot fr
--- Comment #1 from pini_os at yahoo dot fr 2010-06-22 14:40 --- Created an attachment (id=20980) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20980action=view) Test case (compile twice with gnat make -s -gnatW8 dummy) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44633