https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66529
Pierre-Nicolas Clauss changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65490
Pierre-Nicolas Clauss changed:
What|Removed |Added
CC||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
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
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 sho
--- 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
--- 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=20980&action=view)
Test case (compile twice with "gnat make -s -gnatW8 dummy")
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44633
gcc
Version: 4.4.3
Status: UNCONFIRMED
Severity: 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