This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18631] [4.0 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Oct 2005 03:36:26 -0000
- Subject: [Bug target/18631] [4.0 Regression] missing error messages passing vectors with -mno-altivec -mabi=altivec
- References: <bug-18631-224@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-22 03:36 -------
Fixed at least on the mainline:
t.c: In function 'ret':
t.c:3: warning: GCC vector returned by reference: non-standard ABI extension
with no compatibility guarantee
t.c: In function 'pass':
t.c:4: warning: GCC vector passed by reference: non-standard ABI extension with
no compatibility guarantee
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.0/4.1 Regression] missing|[4.0 Regression] missing
|error messages passing |error messages passing
|vectors with -mno-altivec - |vectors with -mno-altivec -
|mabi=altivec |mabi=altivec
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18631