https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076
Georg-Johann Lay changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65964
Bug 65964 depends on bug 41076, which changed state.
Bug 41076 Summary: [avr] pessimal code for logical OR of 8-bit fields
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60145
--- Comment #2 from Georg-Johann Lay ---
Created attachment 40173
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40173&action=edit
2 patterns for the 4-byte case
The 2-byte case should be improved by r242909 but the 4-byte case just leads
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65964
Bug 65964 depends on bug 60145, which changed state.
Bug 60145 Summary: [AVR] Suboptimal code for byte order shuffling using shift
and or
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60145
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60145
Georg-Johann Lay changed:
What|Removed |Added
Status|RESOLVED|NEW
Last reconfirmed|
: lto
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Created attachment 40175
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40175&action=edit
lto.c: C test case
The attaches test case throws an incorrect warning when c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
Georg-Johann Lay changed:
What|Removed |Added
Keywords||diagnostic
Target|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60145
Georg-Johann Lay changed:
What|Removed |Added
Component|other |tree-optimization
--- Comment #4 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
--- Comment #2 from Georg-Johann Lay ---
Thanks for looking into it.
IIUC it's a backend issue.
config/avr/builtins.def sets library names for some built-ins, and some
libnames are the same because the libgcc asm code is exactly the same, even
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
--- Comment #4 from Georg-Johann Lay ---
(In reply to rguent...@suse.de from comment #3)
> Yes, using aliases would be a good workaround.
hmmm, for libgcc functions written in asm this is easy enough, like
.global func1_alias
.global func1
fun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
--- Comment #5 from Georg-Johann Lay ---
Maybe it is an option to be less strict? In the test case, both function name
and asm name (libname) are in the namespace of the implementation: both start
with 2 underscores. The function name even star
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
--- Comment #7 from Georg-Johann Lay ---
Author: gjl
Date: Wed Nov 30 11:08:37 2016
New Revision: 243008
URL: https://gcc.gnu.org/viewcvs?rev=243008&root=gcc&view=rev
Log:
gcc/lto/
PR lto/78562
* lto-symtab.c (lto_symtab_merge_de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78562
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P5
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70676
--- Comment #5 from Georg-Johann Lay ---
Whould you please mention to what module you are referring? Spi.ii?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67839
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |6.0
--- Comment #6 from Georg-Johann
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67839
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373
Georg-Johann Lay changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77353
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Component|other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70676
--- Comment #7 from Georg-Johann Lay ---
Sorry, but guessing around has proben to be extremely unefficient and error
prone, in particular if the information is available on the other end of the
wire.
If -mrelax leads to wrong code, then you shou
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Created attachment 40274
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40274&action=edit
sscanf_flt-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78707
Georg-Johann Lay changed:
What|Removed |Added
Keywords||ice-on-valid-code, ra
Tar
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Even with attributes noclone + noinline, gcc propagates function arguments into
functions like with the following test case and gcc-7:
__attribute__ ((noinline,noclone))
int add (int a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69681
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org
--- Comment
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
r243578 triggers several ICEs in avr-gcc test suite; amongst them:
$ avr-gcc /gnu/gcc.gnu.org/trunk/gcc/testsuite/gcc.c-torture/compile/pr26833.c
-S -O1 -mmcu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641
--- Comment #12 from Georg-Johann Lay ---
Author: gjl
Date: Wed Dec 21 13:50:11 2016
New Revision: 243854
URL: https://gcc.gnu.org/viewcvs?rev=243854&root=gcc&view=rev
Log:
gcc/testsuite/
PR testsuite/52641
* gcc.dg/builtin-objec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78883
--- Comment #2 from Georg-Johann Lay ---
Created attachment 40389
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40389&action=edit
.combine dump as requested.
Genrated with
$ avr-gcc pr26833.c -S -O1 -mmcu=avr4 -S -fdump-rtl-combine-detai
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641
--- Comment #13 from Georg-Johann Lay ---
Author: gjl
Date: Thu Dec 22 12:42:35 2016
New Revision: 243885
URL: https://gcc.gnu.org/viewcvs?rev=243885&root=gcc&view=rev
Log:
gcc/testsuite/
PR testsuite/52641
* gcc.dg/pr35258.c (ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52641
--- Comment #14 from Georg-Johann Lay ---
Author: gjl
Date: Thu Dec 22 15:02:43 2016
New Revision: 243889
URL: https://gcc.gnu.org/viewcvs?rev=243889&root=gcc&view=rev
Log:
gcc/testsuite/
PR testsuite/52641
* gcc.dg/fold-and-rshi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
Georg-Johann Lay changed:
What|Removed |Added
CC||tho...@maier-komor.de
--- Comment #5
||gjl at gcc dot gnu.org
Resolution|--- |DUPLICATE
--- Comment #1 from Georg-Johann Lay ---
switch / case won't work with 64-bit values; it's beed fixed for v7. As the
changes are intrusive, there are no plans to back-port them, and he
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71676
Georg-Johann Lay changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52025
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70677
--- Comment #10 from Georg-Johann Lay ---
*** Bug 52025 has been marked as a duplicate of this bug. ***
||gjl at gcc dot gnu.org
Resolution|--- |INVALID
--- Comment #6 from Georg-Johann Lay ---
Closed as invalig because AVR32 is not a supported target.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69685
Georg-Johann Lay changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78883
--- Comment #5 from Georg-Johann Lay ---
Author: gjl
Date: Mon Feb 6 13:38:56 2017
New Revision: 245209
URL: https://gcc.gnu.org/viewcvs?rev=245209&root=gcc&view=rev
Log:
gcc/
PR target/78883
* config/avr/avr.c (rtl-iter.h): Inc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78883
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=75964
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79387
Georg-Johann Lay changed:
What|Removed |Added
Keywords||ice-on-invalid-code
Statu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=75964
Georg-Johann Lay changed:
What|Removed |Added
Keywords||diagnostic
--- Comment #2 from Georg-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883
Georg-Johann Lay changed:
What|Removed |Added
Keywords||diagnostic
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79883
Georg-Johann Lay changed:
What|Removed |Added
Severity|normal |minor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41076
--- Comment #10 from Georg-Johann Lay ---
Author: gjl
Date: Mon Oct 2 11:31:03 2017
New Revision: 253343
URL: https://gcc.gnu.org/viewcvs?rev=253343&root=gcc&view=rev
Log:
PR target/41076
* confg/avr/avr.md (*iorhi3.ashift8-ext.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77326
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Wed Sep 21 09:17:32 2016
New Revision: 240306
URL: https://gcc.gnu.org/viewcvs?rev=240306&root=gcc&view=rev
Log:
gcc/
PR target/77326
* config/avr/avr.c (avr_notice_updat
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77326
--- Comment #3 from Georg-Johann Lay ---
Author: gjl
Date: Wed Sep 21 09:31:38 2016
New Revision: 240308
URL: https://gcc.gnu.org/viewcvs?rev=240308&root=gcc&view=rev
Log:
Backport from 2016-09-21 trunk r240306.
PR target/77326
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77326
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Wed Sep 21 14:11:59 2016
New Revision: 240315
URL: https://gcc.gnu.org/viewcvs?rev=240315&root=gcc&view=rev
Log:
gcc/
Backport from 2016-09-21 trunk r240306.
PR target/77
|UNCONFIRMED |RESOLVED
CC||gjl at gcc dot gnu.org
Resolution|--- |FIXED
Summary|[avr] Invalid optimization |[avr] Invalid optimization
|using varargs and a weak|omits comparison
NCONFIRMED
Severity: enhancement
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
Currently, the compiler won't use LDS / STS instructions für AVR's reduces Tiny
cores (-mmcu=a
|P4
Assignee|unassigned at gcc dot gnu.org |gjl at gcc dot gnu.org
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093
--- Comment #1 from Georg-Johann Lay ---
Author: gjl
Date: Mon Oct 24 11:02:51 2016
New Revision: 241468
URL: https://gcc.gnu.org/viewcvs?rev=241468&root=gcc&view=rev
Log:
gcc/
PR target/78093
* doc/extend.texi (AVR Variable Attr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71676
--- Comment #1 from Georg-Johann Lay ---
Author: gjl
Date: Tue Oct 25 08:26:59 2016
New Revision: 241503
URL: https://gcc.gnu.org/viewcvs?rev=241503&root=gcc&view=rev
Log:
gcc/
PR target/71676
PR target/71678
* config/avr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
--- Comment #1 from Georg-Johann Lay ---
Author: gjl
Date: Tue Oct 25 08:26:59 2016
New Revision: 241503
URL: https://gcc.gnu.org/viewcvs?rev=241503&root=gcc&view=rev
Log:
gcc/
PR target/71676
PR target/71678
* config/avr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71676
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Tue Oct 25 08:35:17 2016
New Revision: 241504
URL: https://gcc.gnu.org/viewcvs?rev=241504&root=gcc&view=rev
Log:
gcc/
New avt target pass to work around performance loss by PR fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Tue Oct 25 08:35:17 2016
New Revision: 241504
URL: https://gcc.gnu.org/viewcvs?rev=241504&root=gcc&view=rev
Log:
gcc/
New avt target pass to work around performance loss by PR fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71676
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71676
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Wed Oct 26 09:46:44 2016
New Revision: 241547
URL: https://gcc.gnu.org/viewcvs?rev=241547&root=gcc&view=rev
Log:
gen-pass-instances.awk is sensitive to the order in which
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71678
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Wed Oct 26 09:46:44 2016
New Revision: 241547
URL: https://gcc.gnu.org/viewcvs?rev=241547&root=gcc&view=rev
Log:
gen-pass-instances.awk is sensitive to the order in which
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target Milestone: ---
avr-mcus.def currenly lists at43usb320 as belonging to avr31. This is not
correct because the device can only handle 64 KiB of (external) program memory
but avr31 is for devices with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78275
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Mon Nov 14 10:25:34 2016
New Revision: 242379
URL: https://gcc.gnu.org/viewcvs?rev=242379&root=gcc&view=rev
Log:
gcc/
PR target/78093
* doc/invoke.texi (AVR Options) [-ma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093
Georg-Johann Lay changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78093
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Mon Nov 21 12:23:14 2016
New Revision: 242660
URL: https://gcc.gnu.org/viewcvs?rev=242660&root=gcc&view=rev
Log:
PR target/78093
* config/avr/avr.c (avr_decl_maybe_lds_p)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59174
Georg-Johann Lay changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60654
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org
|WAITING
Last reconfirmed||2014-03-31
CC||gjl at gcc dot gnu.org
Component|libgcc |target
Ever confirmed|0 |1
Build|avr-gcc port under
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45263
Georg-Johann Lay changed:
What|Removed |Added
CC||bobf at mrp3 dot com
--- Comment #18 f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60247
Georg-Johann Lay changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60300
Georg-Johann Lay changed:
What|Removed |Added
Target||avr
--- Comment #2 from Georg-Johann L
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Target Milestone|4.9.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
--- Comment #1 from Georg-Johann Lay ---
I see similar code with -fno-peephole2
What about the following that is also turned into a signed test and generates
an ADIW / BRGE sequence. This is also wrong then when we start with 0x7ffe?
uint16_t f
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Fri May 9 11:20:43 2014
New Revision: 210267
URL: http://gcc.gnu.org/viewcvs?rev=210267&root=gcc&view=rev
Log:
gcc/config/avr
PR target/61055
* config/avr/avr.md (cc): Add new at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
--- Comment #3 from Georg-Johann Lay ---
Author: gjl
Date: Fri May 9 11:25:11 2014
New Revision: 210268
URL: http://gcc.gnu.org/viewcvs?rev=210268&root=gcc&view=rev
Log:
gcc/config/avr
Backport from 2014-05-09 trunk r210267
PR target/610
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Fri May 9 11:29:58 2014
New Revision: 210269
URL: http://gcc.gnu.org/viewcvs?rev=210269&root=gcc&view=rev
Log:
gcc/
Backport from 2014-05-09 trunk r210267
PR target/61055
* c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
--- Comment #5 from Georg-Johann Lay ---
Author: gjl
Date: Fri May 9 11:34:46 2014
New Revision: 210270
URL: http://gcc.gnu.org/viewcvs?rev=210270&root=gcc&view=rev
Log:
gcc/
Backport from 2014-05-09 trunk r210267
PR target/61055
* c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61055
Georg-Johann Lay changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIR
Severity: trivial
Priority: P3
Component: libgcc
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
libgcc sources are not yet separated completey from the compiler, i.e. it
includes tm.h which in turn will include files from the compiler
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60991
--- Comment #7 from Georg-Johann Lay ---
Author: gjl
Date: Tue May 20 08:37:50 2014
New Revision: 210635
URL: http://gcc.gnu.org/viewcvs?rev=210635&root=gcc&view=rev
Log:
gcc/
2014-05-20 Senthil Kumar Selvaraj
Backport from mainline r210
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60991
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
Georg-Johann Lay changed:
What|Removed |Added
CC||gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #1 from Georg-Johann Lay ---
Author: gjl
Date: Tue May 27 08:41:24 2014
New Revision: 210959
URL: http://gcc.gnu.org/viewcvs?rev=210959&root=gcc&view=rev
Log:
PR libgcc/61152
* config/arm/arm-opts.h (License): Add GCC Runtime
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Tue May 27 09:05:12 2014
New Revision: 210960
URL: http://gcc.gnu.org/viewcvs?rev=210960&root=gcc&view=rev
Log:
gcc/
Backport from 2014-05-12 mainline r210322.
Backport from 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #3 from Georg-Johann Lay ---
Author: gjl
Date: Tue May 27 11:37:49 2014
New Revision: 210969
URL: http://gcc.gnu.org/viewcvs?rev=210969&root=gcc&view=rev
Log:
PR libgcc/61152
* config/arm/arm.h (License): Add note to COPYING.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Tue May 27 11:42:10 2014
New Revision: 210971
URL: http://gcc.gnu.org/viewcvs?rev=210971&root=gcc&view=rev
Log:
PR libgcc/61152
* config/arm/arm.h (License): Add note to COPYING.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #4 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:42:25 2014
New Revision: 210999
URL: http://gcc.gnu.org/viewcvs?rev=210999&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #5 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:44:23 2014
New Revision: 211000
URL: http://gcc.gnu.org/viewcvs?rev=211000&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #6 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:48:03 2014
New Revision: 211001
URL: http://gcc.gnu.org/viewcvs?rev=211001&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #7 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 08:50:18 2014
New Revision: 211002
URL: http://gcc.gnu.org/viewcvs?rev=211002&root=gcc&view=rev
Log:
PR target/61044
* doc/extend.texi (Local Labels): Note that label
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #5 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 09:33:04 2014
New Revision: 211004
URL: http://gcc.gnu.org/viewcvs?rev=211004&root=gcc&view=rev
Log:
gcc/
PR libgcc/61152
* config/dbx.h (License): Add Runtime Library
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61152
--- Comment #6 from Georg-Johann Lay ---
Author: gjl
Date: Wed May 28 09:35:19 2014
New Revision: 211005
URL: http://gcc.gnu.org/viewcvs?rev=211005&root=gcc&view=rev
Log:
gcc/
PR libgcc/61152
* config/dbx.h (License): Add Runtime Library
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61044
--- Comment #9 from Georg-Johann Lay ---
(In reply to Senthil Kumar Selvaraj from comment #3)
> The primary reason I added the diff relocs was to prevent linker relaxation
> messing up DWARF line number information - as you know, relaxation can
>
-on-valid-code
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: gjl at gcc dot gnu.org
Target: avr
Created attachment 32907
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32907&
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61443
--- Comment #1 from Georg-Johann Lay ---
Author: gjl
Date: Thu Jun 12 08:20:35 2014
New Revision: 211491
URL: http://gcc.gnu.org/viewcvs?rev=211491&root=gcc&view=rev
Log:
gcc/
PR target/61443
* config/avr/avr.md (push1): Avoid (subreg(me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61443
--- Comment #2 from Georg-Johann Lay ---
Author: gjl
Date: Thu Jun 12 08:34:42 2014
New Revision: 211492
URL: http://gcc.gnu.org/viewcvs?rev=211492&root=gcc&view=rev
Log:
gcc/
Backport from 2014-05-09 trunk r210272
* config/avr/avr-fixed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61443
--- Comment #3 from Georg-Johann Lay ---
Author: gjl
Date: Thu Jun 12 08:54:24 2014
New Revision: 211493
URL: http://gcc.gnu.org/viewcvs?rev=211493&root=gcc&view=rev
Log:
gcc/
Backport from 2014-05-09 trunk r210272
* config/avr/avr-fixed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61443
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P4
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65296
--- Comment #3 from Georg-Johann Lay ---
Author: gjl
Date: Tue Mar 10 09:50:41 2015
New Revision: 221316
URL: https://gcc.gnu.org/viewcvs?rev=221316&root=gcc&view=rev
Log:
PR target/65296
* config.gcc (extra_options) [avr]: Remove.
(
1101 - 1200 of 2198 matches
Mail list logo